@charset "UTF-8";


/*EMR Height changes on 09/27/2017 written by sandhya.g*/
label {
    display: inline-block;
    margin-bottom: 2px;
    font-weight: 700;
}
/*EMR Height changes on 09/27/2017 written by sandhya.g*/

.k-autocomplete > .k-input.form-control:focus {
    border: 0px !important;
    /*border-color: #89C041 !important;*/
}


.emrMultiColumnGridHeaderTitle {
    border: 1px solid #c5c5c5;
    height: 32px;
    text-align: center;
    padding-top: 5px;
    font-weight: bold;
    background-color: #ebf2f6 !important;
}


.k-widget.k-datepicker.k-header {
    background-color: white !important;
}

.k-grid-content {
    cursor: pointer;
}

/*Added Styles for Common Anchor List for Limiting Links maximum 14 charachers by Sandhya G on 04/08/2020*/
.anchListLabelHoverClass:hover {
    text-decoration: underline;
}

.anchListLabelHoverClass {
    color: #2a6496;
    cursor: pointer;
    /*max-width: 108px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;*/
    margin-right: 10px;
}
/*Added Styles for Common Anchor List for Limiting Links maximum 14 charachers by Sandhya G on 04/08/2020*/


/* to set focused kendo element border  */
.k-dropdown-wrap.k-state-focused {
    border: 1px solid #64bdfe;
}

.k-dropdown {
    position: relative;
    display: inline-block;
    width: 100% !important;
    height: 31px !important;
    overflow: visible;
    border-width: 0;
    vertical-align: middle;
    color: white !important;
    background-image: none;
}

.k-widget.k-tooltip-validation {
    position: absolute;
    /*
        float:left !important;
        background-color:red !important;
    color: white !important;*/
}


/* to set css to focused kendo grid cell   */
:not(.k-state-selected) > td[role="gridcell"].k-state-focused {
    border: 1px solid #3079ed;
}

/* to set kendo ui masked textbox height   */
input[kendo-masked-text-box] {
    height: 34px !important;
}

input[type=checkbox]:focus {
    outline: 6px auto #89C041 !important;
}

/* ###### DROPDOWN LIST ITEMS AUTO WIDTH BLOCK START ##############  */
/*.k-list-container{	
	width: auto!important;
}
.k-list
{
	width:auto !important;
}*/
/* ###### DROPDOWN LIST ITEMS AUTO WIDTH BLOCK END ##############  */


/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

    .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0;
    }

        .tabs-below > .nav-tabs > li > a {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
        }

            .tabs-below > .nav-tabs > li > a:hover,
            .tabs-below > .nav-tabs > li > a:focus {
                border-top-color: #ddd;
                border-bottom-color: transparent;
            }

    .tabs-below > .nav-tabs > .active > a,
    .tabs-below > .nav-tabs > .active > a:hover,
    .tabs-below > .nav-tabs > .active > a:focus {
        border-color: transparent #ddd #ddd #ddd;
    }

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

    .tabs-left > .nav-tabs > li > a,
    .tabs-right > .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 3px;
    }

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

    .tabs-left > .nav-tabs > li > a {
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

        .tabs-left > .nav-tabs > li > a:hover,
        .tabs-left > .nav-tabs > li > a:focus {
            border-color: #eeeeee #dddddd #eeeeee #eeeeee;
        }

    .tabs-left > .nav-tabs .active > a,
    .tabs-left > .nav-tabs .active > a:hover,
    .tabs-left > .nav-tabs .active > a:focus {
        border-color: #ddd transparent #ddd #ddd;
        *border-right-color: #ffffff;
    }

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

    .tabs-right > .nav-tabs > li > a {
        margin-left: -1px;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }

        .tabs-right > .nav-tabs > li > a:hover,
        .tabs-right > .nav-tabs > li > a:focus {
            border-color: #eeeeee #eeeeee #eeeeee #dddddd;
        }

    .tabs-right > .nav-tabs .active > a,
    .tabs-right > .nav-tabs .active > a:hover,
    .tabs-right > .nav-tabs .active > a:focus {
        border-color: #ddd #ddd #ddd transparent;
        *border-left-color: #ffffff;
    }

.IframeHeightInPopup {
    height: 400px;
    overflow: auto;
}

.divMessagesMainViewKendoEditorPopupHeight table.k-editor {
    height: 500px;
    border-collapse: collapse;
}

.divAddTasksKendoEditorPopupHeightClass table.k-editor {
    height: 337px;
    border-collapse: collapse;
}

.popup-headerTop {
    min-height: 16.42857143px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: #0072C5;
    border: 0px;
}


.ifrmviewInPopupForDxCodes {
    width: 100%;
    height: 195px !important;
}

.entypoQuestionStyles {
    vertical-align: sub;
    font-size: 18px;
    cursor: pointer;
    color: white;
    margin-left: 10px;
    margin-top: 9px;
    margin-right: 5px;
}

.DynamicTextAreaclass:focus {
    border-top: 1px solid #89C041 !important;
}


/* @media (min-width:1750px) {
    #divPatientChart1Content {
        height: 77vh !important;
    }
    #divPatientChart2Content {
        height: 77vh !important;
    }
    
    #divPatientChart3Content {
        height: 77vh !important;
    }
} */

/* @media (max-width:1750px) and (min-width:1600px) {
    #divPatientChart1Content {
        height: 70vh !important;
    }
    #divPatientChart2Content {
        height: 70vh !important;
    }
    
    #divPatientChart3Content {
        height: 70vh !important;
    }
} */
/* @media(max-width:1600px) and (min-width:1100px){
    #divPatientChart1Content {
        height: 65vh !important;
    }
    #divPatientChart2Content {
        height: 65vh !important;
    }
    
    #divPatientChart3Content {
        height: 65vh !important;
    }
} */
/* @media(max-width:1100px){
    #divPatientChart1Content {
        height: 50vh !important;
    }
    #divPatientChart2Content {
        height: 50vh !important;
    }
    
    #divPatientChart3Content {
        height: 50vh !important;
    }
} */

@media (min-width:1700px) {
    /*Adjusted docx viewer height from charge capture status navigation*/
    .emrCommonDocumentViewerChargeCaptureStatusSignOffHeight {
        height: 639px !important;
    }
    /*Added height for charge capture in a desktop resolution*/
    .emrCommonDocumentViewerChargeCaptureStatusHeightClass {
        height: 684px !important;
    }

    .IframeHeightFromProceduresMainWindow {
        height: 640px !important;
    }

    .IndexDocumentWithOutMarqueeTagFromMessagesPopupClass {
        height: 673px !important;
    }

    .ViewIndexDocumentWithOutMarqueeTagFromPopupClass {
        height: 640px !important;
    }

    .IframeHeightWithOutMarqueeFromInboxIncomingFaxes {
        height: 695px;
    }

    .IframeHeightWithMarqueeFromInboxIncomingFaxes {
        height: 696px;
    }

    .IframeHeightInPopupForDocs {
        height: 596px;
    }

    .IframeHeightInPopupForDocsWhenMaximize {
        height: 738px !important;
        width: 100%;
    }

    .IframeHeightInWindowForDocs {
        height: 635px;
    }

    .IframeHeightInPopupForViewDocs {
        height: 550px;
    }

    .IframeHeightInWindowForViewDocs {
        height: 614px;
    }

    .IframeHeightInWindowForPortalViewDocs {
        height: 720px;
    }

    .IframeHeightInWindowForPortalViewDocsWithMarquee {
        height: 716px;
    }
    /*Added Iframe Viewer height from Portal Uploaded Documents navigation by Bhanudhar on 10/22/2019*/
    .IframeHeightInWindowFormPortalUploadedDocumentsViewDocs {
        height: 750px;
    }

    .IframeHeightInPopupForDocsFromMessages {
        height: 590px;
    }

    .IframeHeightInPopupForDocsFromViewDeletedDocuments {
        height: 659px;
    }

    .DocumentViewerHeightFromNotLinkedIndexDocs {
        height: 666px;
    }

    .ViewIndexDocumentWithMarqueeTagFromPopupClass {
        height: 600px !important;
    }

    .ViewIndexDocumentsFromPopupGridClass .k-grid-content {
        height: 605px;
        width: 100%;
    }

    .TextBoxWidth {
        width: 150px;
    }

    .gridImageAlign {
        text-align: center;
    }

    .gridImageAlign-right {
        text-align: right;
    }

    #content {
        min-height: 777px;
    }

    @media (min-height: 939px) and (max-height: 955px)and (min-width: 1700px) {
        #content {
            min-height: 880px;
        }
    }

    #content .content-wrapper {
        min-height: 577px;
    }
    /*Height for Content in Patient Chart 1, 2 & 3 Written by Sandhya.g On 08/10/2018*/
    /* #divPatientChart1Content {
        height: 800px !important;
    }

    #divPatientChart2Content {
        height: 800px !important;
    }

    #divPatientChart3Content {
        height: 800px !important;
    } */
    /*Height for Content in Patient Chart 1, 2 & 3 Written by Sandhya.g On 08/10/2018*/
    @media (min-height: 820px) and (max-height: 950px) {
        #content .content-wrapper {
            height: 750px;
        }
    }

    .iframeHeightInPopupWithOutMarqueeTag {
        height: 647px !important;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagWhenMaximize {
        height: 757px !important;
        width: 100%;
    }

    .DocumentViewerOuterHeight {
        height: 753px !important;
    }

    .iframeHeightInPopupWithOutMarqueeTagInLabsPaperResults {
        height: 531px;
        width: 100%;
    }

    .iframeHeightInPopupWithMarqueeTagFromImagingStudyResults {
        height: 586px !important;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagFromImagingStudyResults {
        height: 584px !important;
        width: 100%;
    }

    .iframeHeightInPopupWithMarqueeTagInLabsPaperResults {
        height: 645px;
        width: 100%;
    }

    .iframeHeightInPopupWithMarqueeTag {
        height: 645px !important;
    }

    .gridWithOutAnyRowsInPopup .k-grid-content, .iframeWithOutAnyRowsInPopup {
        height: 625px;
    }

    .gridWithOutAnyRowsInPopupViewWithIframe .k-grid-content {
        height: 638px;
    }

    .gridWithOutAnyRows .k-grid-content {
        height: 820px;
    }

    .iframeWithOutAnyRows {
        height: 852px;
        width: 100%;
    }

    .DocumentViewerCommonHeightClassFromPreviouslyOrderedDocumentViewer {
        height: 646px;
    }

    .FormsinPortalIframeWithOutAnyRows {
        height: 852px;
        width: 100%;
    }

    .gridWithTop1Row .k-grid-content, .iframeWithTop1Row {
        height: 770px;
    }

    .gridWithTop2Rows .k-grid-content, .iframeWithTop2Rows {
        height: 720px;
    }

    .k-upload-files {
        max-height: 740px;
        overflow: auto;
    }

    .IframeWithTop1Row {
        height: 750px;
    }

    .IframeHeightWithOneRow {
        height: 803px;
    }

    .IframeHeightWithTwoRows {
        height: 755px;
    }

    .schedulerWithTop2Rows {
        height: 750px;
    }

    .MessagesMainViegridWithTop2Rows .k-grid-content {
        height: 720px;
    }

    .divMessagesMainViewKendoEditor table.k-editor {
        height: 786px;
        border-collapse: collapse;
    }

    #divSelectMessagetoViewInfoMessageHeight {
        height: 835px !important;
        min-height: 470px !important;
    }

    .InboxUnsignedLabResultsGridWithTop3rows .k-grid-content {
        height: 670px;
    }

    .InboxFormsInPortalGrid .k-grid-content {
        height: 519px;
    }

    #divGrowthChartsRightSidePanel {
        height: 750px;
    }

    .gridWithTop3Rows .k-grid-content, .iframeWithTop3Rows {
        height: 700px;
    }

    .gridWithTop4Rows .k-grid-content, .iframeWithTop4Rows {
        height: 650px;
    }

    .gridWithTop5Rows .k-grid-content, .iframeWithTop5Rows {
        height: 600px;
    }

    .gridWithTop6Rows .k-grid-content {
        height: 550px;
    }

    .gridWithTop7Rows .k-grid-content {
        height: 470px;
    }

    .CounselorCaseloadsMultipleClientsgridWithTop8Rows .k-grid-content {
        height: 410px;
    }

    #Container2 {
        height: 590px;
    }

    .gridViewCompletedForSelected {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 690px;
    }

    #ifrmviewcompletedforselectedandAll {
        width: 100%;
        height: 690px;
    }

    .IndexDocumentsWithoutMarqueeTagWindowHeight {
        width: 100%;
        height: 840px;
    }

    .PortalDocumentsWindowHeightClass {
        width: 100%;
        height: 831px;
    }


    .gridDeletedDocuments {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 740px;
    }

    #ifrmDeletedDocuments {
        width: 100%;
        height: 740px;
    }

    #divChart1HTMLViewer {
        height: 750px;
    }

    .viewerContent {
        height: 828px;
    }

    #viewDocumentsViewerFromPatientChart {
        height: 530px;
        width: 100%;
    }


    .ifrmview {
        width: 100%;
        height: 840px;
    }

    .ifrmviewWithMarqueeTaginWindow {
        width: 100%;
        height: 840px;
    }

    .InboxCommonDocumentsSelectDocumentGridDetailViewHeight .k-grid-content {
        height: 754px;
    }

    @media (min-height: 820px) and (max-height: 950px) {
        .InboxCommonDocumentsSelectDocumentGridDetailViewHeight .k-grid-content {
            height: 565px;
        }
    }

    

    .DocumentIndexingMainViewGridClassDetailView .k-grid-content {
        height: 707px;
    }

    .BillingCustomizationCommonGridHeightClass .k-grid-content {
        height: 730px;
    }

    .BillingCustomizationCommonGridMainHeightClass .k-grid-content {
        height: 690px;
    }

    .InboxCommonDocumentsPopupGridClassFromPopup .k-grid-content {
        height: 572px;
    }

    .InboxCommonDocumentsPopupGridClassDetailViewFromPopup .k-grid-content {
        height: 521px;
    }

    .CustomizeDashBoardTemplatesWorkAreaHeight {
        height: 836px;
    }

    .InboxCommonDocumentsSelectDocumentGridBriefViewHeight .k-grid-content {
        height: 804px;
    }

    .ViewDocumnetsInfoFromPatientChartDocumentsListGrid .k-grid-content {
        height: 552px;
    }

    .FillableSelectEasyFormDocumentsListGrid .k-grid-content {
        height: 590px;
        width: 100%;
    }

    .ifrmviewInPopup {
        width: 100%;
        height: 550px;
        /*height: 690px;*/
    }

    .ifrmviewInPopupWithOutTabs {
        width: 100%;
        height: 590px;
    }

    .ifrmviewInPopupForDxCodes {
        width: 100%;
        height: 195px;
        /*height: 690px;*/
    }

    .ifrmviewInPopupForPrint {
        width: 100%;
        /*height: 550px;*/
        height: 690px !important;
    }

    .ifrmviewInPopupWithIncresedHeight {
        width: 100%;
        height: 660px;
    }

    .ifrmviewInPopupforHelpFiles {
        width: 100%;
        height: 625px;
        overflow: auto;
    }

    .helpFileViewSelectModulePopupGridGridHeightClass .k-grid-content {
        height: 590px;
    }

    .groupTherapyifrmview {
        width: 100%;
        height: 640px;
    }

    #divforwardRight {
        top: 176px;
    }

    .InboxUnsignedHtmlDocumentsGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 635px;
    }

    .ifrmUnsignedHTMLDocuments {
        height: 790px;
        width: 100%;
    }

    .InboxCommonDocumentsSelectDocumentGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 650px;
    }

    .DocumentsViewer {
        height: 600px;
        width: 100%;
    }

    .InboxCoSignedDocumentsGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 615px;
    }

    #divInboxHTMLTemplateViewerContainer .ifrmview {
        height: 745px;
    }

    #divFacilityHeaderCustomizationKendoEditor table.k-editor {
        height: 732px;
        border-collapse: collapse;
    }

    .divModalBodyHeight {
        height: 800px;
        overflow: auto;
    }

    .divAddPatientModalBodyHeight {
        height: 590px;
        overflow: auto;
    }

    .divNewAppointmentModalBodyHeight {
        height: 650px;
        overflow: auto;
    }

    .InboxCommonDocumentsPopupGridClassFromPopup .k-grid-content {
        height: 572px;
    }

    .InboxCommonDocumentsPopupGridClassDetailViewFromPopup .k-grid-content {
        height: 521px;
    }

    .divorderSelectLabsListSearchByOrderCodeGridFromTabsView .k-grid-content {
        height: 520px;
        width: 100%;
    }
}

@media (min-width:1650px) and (max-width:1700px) {
    .emrCommonDocumentViewerChargeCaptureStatusSignOffHeight {
        height: 617px !important;
    }
    /*Increased document viewer height from charge capture status window in 1650 resolution*/
    .emrCommonDocumentViewerChargeCaptureStatusHeightClass {
        height: 660px !important;
    }

    .IframeHeightFromProceduresMainWindow {
        height: 605px !important;
    }

    .DocumentViewerOuterHeight {
        height: 720px !important;
    }

    .TextBoxWidth {
        width: 150px;
    }

    .gridImageAlign {
        text-align: center;
    }

    .gridImageAlign-right {
        text-align: right;
    }

    #content {
        min-height: 600px;
    }

        #content .content-wrapper {
            height: 825px;
        }
    /*Height for Content in Patient Chart 1, 2 & 3 Written by Sandhya.g On 01/29/2019*/
    /* #divPatientChart1Content {
        height: 615px !important;
    }

    #divPatientChart2Content {
        height: 615px !important;
    }

    #divPatientChart3Content {
        height: 615px !important;
    } */
    /*Height for Content in Patient Chart 1, 2 & 3 Written by Sandhya.g On 01/29/2019*/
    .iframeHeightInPopupWithMarqueeTag {
        height: 605px !important;
    }

    .iframeHeightInPopupWithOutMarqueeTag {
        height: 645px;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagWhenMaximize {
        height: 757px !important;
        width: 100%;
    }

    .IframeHeightInPopupForDocsWhenMaximize {
        height: 714px !important;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagInLabsPaperResults {
        height: 531px;
        width: 100%;
    }

    .iframeHeightInPopupWithMarqueeTagFromImagingStudyResults {
        height: 560px !important;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagFromImagingStudyResults {
        height: 595px;
        width: 100%;
    }

    .IndexDocumentWithOutMarqueeTagFromMessagesPopupClass {
        height: 658px !important;
    }

    .ViewIndexDocumentWithOutMarqueeTagFromPopupClass {
        height: 610px !important;
    }

    .IframeHeightWithOutMarqueeFromInboxIncomingFaxes {
        height: 673px;
    }

    .IframeHeightWithMarqueeFromInboxIncomingFaxes {
        height: 666px;
    }

    .IframeHeightInPopupForDocs {
        height: 560px;
    }

    .IframeHeightInWindowForDocs {
        height: 761px;
    }

    .IframeHeightInPopupForViewDocs {
        height: 532px;
    }

    .IframeHeightInWindowForViewDocs {
        height: 539px;
    }

    .IframeHeightInWindowForPortalViewDocs {
        height: 794px;
    }

    .IframeHeightInWindowForPortalViewDocsWithMarquee {
        height: 716px;
    }

    /*Added Iframe Viewer height from Portal Uploaded Documents navigation by Bhanudhar on 10/22/2019*/
    .IframeHeightInWindowFormPortalUploadedDocumentsViewDocs {
        height: 550px;
    }

    .IframeHeightInPopupForDocsFromMessages {
        height: 569px;
    }

    .IframeHeightInPopupForDocsFromViewDeletedDocuments {
        height: 573px;
    }

    .DocumentViewerHeightFromNotLinkedIndexDocs {
        height: 598px;
    }

    .ViewIndexDocumentWithMarqueeTagFromPopupClass {
        height: 570px !important;
    }

    .ViewIndexDocumentsFromPopupGridClass .k-grid-content {
        height: 575px;
        width: 100%;
    }

    .gridWithOutAnyRowsInPopup .k-grid-content, .iframeWithOutAnyRowsInPopup {
        height: 585px;
    }

    .gridWithOutAnyRowsInPopupViewWithIframe .k-grid-content {
        height: 610px;
    }

    .iframeWithOutAnyRows {
        height: 760px;
    }

    .FormsinPortalIframeWithOutAnyRows {
        height: 815px;
        width: 100%;
    }

    .gridWithOutAnyRows .k-grid-content {
        height: 785px;
    }

    .gridWithTop1Row .k-grid-content, .iframeWithTop1Row {
        height: 735px;
    }

    .gridWithTop2Rows .k-grid-content, .iframeWithTop2Rows {
        height: 685px;
    }

    .k-upload-files {
        max-height: 685px;
        overflow: auto;
    }

    .IframeWithTop1Row {
        height: 715px;
    }

    .IframeHeightWithOneRow {
        height: 768px;
    }

    .IframeHeightWithTwoRows {
        height: 720px;
    }

    .schedulerWithTop2Rows {
        height: 715px;
    }

    .MessagesMainViegridWithTop2Rows .k-grid-content {
        height: 685px;
    }

    .divMessagesMainViewKendoEditor table.k-editor {
        height: 753px;
        border-collapse: collapse;
    }


    #divSelectMessagetoViewInfoMessageHeight {
        height: 802px !important;
        min-height: 470px !important;
    }

    #divGrowthChartsRightSidePanel {
        height: 705px;
    }

    .InboxUnsignedLabResultsGridWithTop3rows .k-grid-content {
        height: 685px;
    }

    .gridWithTop3Rows .k-grid-content, .iframeWithTop3Rows {
        height: 635px;
    }

    .gridWithTop4Rows .k-grid-content, .iframeWithTop4Rows {
        height: 585px;
    }

    .gridWithTop5Rows .k-grid-content, .iframeWithTop5Rows {
        height: 535px;
    }

    .gridWithTop6Rows .k-grid-content {
        height: 485px;
    }

    .gridWithTop7Rows .k-grid-content {
        height: 435px;
    }

    .CounselorCaseloadsMultipleClientsgridWithTop8Rows .k-grid-content {
        height: 385px;
    }

    #Container2 {
        height: 590px;
    }

    .gridViewCompletedForSelected {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 650px;
    }

    #ifrmviewcompletedforselectedandAll {
        width: 100%;
        height: 650px;
    }

    .IndexDocumentsWithoutMarqueeTagWindowHeight {
        width: 100%;
        height: 805px;
    }

    .PortalDocumentsWindowHeightClass {
        width: 100%;
        height: 797px;
    }

    .gridDeletedDocuments {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 700px;
    }

    #ifrmDeletedDocuments {
        width: 100%;
        height: 700px;
    }

    #divChart1HTMLViewer {
        height: 680px;
    }

    .viewerContent {
        height: 798px;
    }

    #viewDocumentsViewerFromPatientChart {
        height: 530px;
        width: 100%;
    }

    .ifrmview {
        width: 100%;
        height: 830px;
    }

    .ifrmviewWithMarqueeTaginWindow {
        width: 100%;
        height: 543px;
    }

    .InboxCommonDocumentsSelectDocumentGridDetailViewHeight .k-grid-content {
        height: 729px;
    }

    

    .DocumentIndexingMainViewGridClassDetailView .k-grid-content {
        height: 680px;
    }

    .BillingCustomizationCommonGridHeightClass .k-grid-content {
        height: 680px;
    }

    .BillingCustomizationCommonGridMainHeightClass .k-grid-content {
        height: 640px;
    }

    .InboxCommonDocumentsPopupGridClassFromPopup .k-grid-content {
        height: 539px;
    }

    .InboxCommonDocumentsPopupGridClassDetailViewFromPopup .k-grid-content {
        height: 488px;
    }

    .CustomizeDashBoardTemplatesWorkAreaHeight {
        height: 814px;
    }

    .InboxCommonDocumentsSelectDocumentGridBriefViewHeight .k-grid-content {
        height: 779px;
    }

    .ViewDocumnetsInfoFromPatientChartDocumentsListGrid .k-grid-content {
        height: 552px;
    }

    .FillableSelectEasyFormDocumentsListGrid .k-grid-content {
        height: 555px;
        width: 100%;
    }

    .ifrmviewInPopup {
        width: 100%;
        height: 550px;
    }

    .ifrmviewInPopupWithOutTabs {
        width: 100%;
        height: 566px;
    }

    .ifrmviewInPopupForDxCodes {
        width: 100%;
        height: 316px;
    }

    .ifrmviewInPopupWithIncresedHeight {
        width: 100%;
        height: 560px;
    }

    .ifrmviewInPopupforHelpFiles {
        width: 100%;
        height: 525px;
        overflow: auto;
    }

    .helpFileViewSelectModulePopupGridGridHeightClass .k-grid-content {
        height: 490px;
    }

    .groupTherapyifrmview {
        width: 100%;
        height: 610px;
    }

    #divforwardRight {
        top: 176px;
    }

    .InboxUnsignedHtmlDocumentsGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 635px;
    }

    .ifrmUnsignedHTMLDocuments {
        height: 755px;
        width: 100%;
    }

    .InboxCommonDocumentsSelectDocumentGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 650px;
    }

    .DocumentsViewer {
        /*Increased Height for Document Viewer*/
        height: 725px;
        /*Increased Height for Document Viewer*/
        width: 100%;
    }

    .InboxCoSignedDocumentsGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 615px;
    }

    #divInboxHTMLTemplateViewerContainer .ifrmview {
        height: 708px;
    }

    #divFacilityHeaderCustomizationKendoEditor table.k-editor {
        height: 669px;
        border-collapse: collapse;
    }

    .divModalBodyHeight {
        height: 800px;
        overflow: auto;
        overflow-x: hidden;
    }

    .divAddPatientModalBodyHeight {
        height: 620px;
        overflow: auto;
    }

    .divNewAppointmentModalBodyHeight {
        height: 650px;
        overflow: auto;
    }
}

@media (min-width:1600px) and (max-width:1650px) {
    .emrCommonDocumentViewerChargeCaptureStatusSignOffHeight {
        height: 442px !important;
    }

    .emrCommonDocumentViewerChargeCaptureStatusHeightClass {
        height: 484px !important;
    }

    .IframeHeightFromProceduresMainWindow {
        height: 510px !important;
    }

    .DocumentViewerOuterHeight {
        height: 571px !important;
    }

    .TextBoxWidth {
        width: 150px;
    }

    .gridImageAlign {
        text-align: center;
    }

    .gridImageAlign-right {
        text-align: right;
    }

    #content {
        min-height: 769px;
    }

        #content .content-wrapper {
            height: 675px;
        }
    /*Height for Content in Patient Chart 1, 2 & 3 Written by Sandhya.g On 08/10/2018*/
    /* #divPatientChart1Content {
        height: 615px !important;
    }

    #divPatientChart2Content {
        height: 615px !important;
    }

    #divPatientChart3Content {
        height: 615px !important;
    } */
    /*Height for Content in Patient Chart 1, 2 & 3 Written by Sandhya.g On 08/10/2018*/
    .iframeHeightInPopupWithMarqueeTag {
        height: 545px !important;
    }

    .iframeHeightInPopupWithOutMarqueeTag {
        height: 585px;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagWhenMaximize {
        height: 600px !important;
        width: 100%;
    }

    .IframeHeightInPopupForDocsWhenMaximize {
        height: 552px !important;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagInLabsPaperResults {
        height: 531px;
        width: 100%;
    }

    .iframeHeightInPopupWithMarqueeTagFromImagingStudyResults {
        height: 452px !important;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagFromImagingStudyResults {
        height: 484px;
        width: 100%;
    }

    .IndexDocumentWithOutMarqueeTagFromMessagesPopupClass {
        height: 508px !important;
    }

    .ViewIndexDocumentWithOutMarqueeTagFromPopupClass {
        height: 465px !important;
    }

    .IframeHeightWithOutMarqueeFromInboxIncomingFaxes {
        height: 518px;
    }

    .IframeHeightWithMarqueeFromInboxIncomingFaxes {
        height: 517px;
    }

    .IframeHeightInPopupForDocs {
        height: 494px;
    }

    .IframeHeightInWindowForDocs {
        height: 604px;
    }

    .IframeHeightInPopupForViewDocs {
        height: 386px;
    }

    .IframeHeightInWindowForViewDocs {
        height: 397px;
    }

    .IframeHeightInWindowForPortalViewDocs {
        height: 649px;
    }

    .IframeHeightInWindowForPortalViewDocsWithMarquee {
        height: 568px;
    }

    /*Added Iframe Viewer height from Portal Uploaded Documents navigation by Bhanudhar on 10/22/2019*/
    .IframeHeightInWindowFormPortalUploadedDocumentsViewDocs {
        height: 400px;
    }

    .IframeHeightInPopupForDocsFromMessages {
        height: 423px;
    }

    .IframeHeightInPopupForDocsFromViewDeletedDocuments {
        height: 501px;
    }

    .DocumentViewerHeightFromNotLinkedIndexDocs {
        height: 439px;
    }

    .ViewIndexDocumentWithMarqueeTagFromPopupClass {
        height: 418px !important;
    }

    .ViewIndexDocumentsFromPopupGridClass .k-grid-content {
        height: 420px;
        width: 100%;
    }

    .gridWithOutAnyRowsInPopup .k-grid-content, .iframeWithOutAnyRowsInPopup {
        height: 525px;
    }

    .gridWithOutAnyRowsInPopupViewWithIframe .k-grid-content {
        height: 550px;
    }

    .iframeWithOutAnyRows {
        height: 610px;
    }

    .FormsinPortalIframeWithOutAnyRows {
        height: 668px;
    }

    .gridWithOutAnyRows .k-grid-content {
        height: 635px;
    }

    .gridWithTop1Row .k-grid-content, .iframeWithTop1Row {
        height: 585px;
    }

    .gridWithTop2Rows .k-grid-content, .iframeWithTop2Rows {
        height: 535px;
    }

    .k-upload-files {
        max-height: 545px;
        overflow: auto;
    }

    .IframeWithTop1Row {
        height: 565px;
    }

    .IframeHeightWithOneRow {
        height: 620px;
    }

    .IframeHeightWithTwoRows {
        height: 570px;
    }

    .schedulerWithTop2Rows {
        height: 565px;
    }

    .MessagesMainViegridWithTop2Rows .k-grid-content {
        height: 535px;
    }

    .divMessagesMainViewKendoEditor table.k-editor {
        height: 600px;
        border-collapse: collapse;
    }

    #divSelectMessagetoViewInfoMessageHeight {
        height: 649px !important;
        min-height: 320px !important;
    }

    #divGrowthChartsRightSidePanel {
        height: 555px;
    }

    .InboxUnsignedLabResultsGridWithTop3rows .k-grid-content {
        height: 485px;
    }

    .gridWithTop3Rows .k-grid-content, .iframeWithTop3Rows {
        height: 485px;
    }

    .gridWithTop4Rows .k-grid-content, .iframeWithTop4Rows {
        height: 435px;
    }

    .gridWithTop5Rows .k-grid-content, .iframeWithTop5Rows {
        height: 385px;
    }

    .gridWithTop6Rows .k-grid-content {
        height: 335px;
    }

    .gridWithTop7Rows .k-grid-content {
        height: 285px;
    }

    .CounselorCaseloadsMultipleClientsgridWithTop8Rows .k-grid-content {
        height: 265px;
    }

    #Container2 {
        height: 590px;
    }

    .gridViewCompletedForSelected {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 530px;
    }

    #ifrmviewcompletedforselectedandAll {
        width: 100%;
        height: 530px;
    }

    .IndexDocumentsWithoutMarqueeTagWindowHeight {
        width: 100%;
        height: 641px;
    }

    .PortalDocumentsWindowHeightClass {
        width: 100%;
        height: 652px;
    }

    .gridDeletedDocuments {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 570px;
    }

    #ifrmDeletedDocuments {
        width: 100%;
        height: 570px;
    }

    #divChart1HTMLViewer {
        height: 560px;
    }

    .viewerContent {
        height: 948px;
    }

    #viewDocumentsViewerFromPatientChart {
        height: 530px;
        width: 100%;
    }

    .ifrmview {
        width: 100%;
        height: 690px;
    }

    .ifrmviewWithMarqueeTaginWindow {
        width: 100%;
        height: 650px;
    }

    .InboxCommonDocumentsSelectDocumentGridDetailViewHeight .k-grid-content {
        height: 564px;
    }

    
    .DocumentIndexingMainViewGridClassDetailView .k-grid-content {
        height: 520px;
    }

    .BillingCustomizationCommonGridHeightClass .k-grid-content {
        height: 530px;
    }

    .BillingCustomizationCommonGridMainHeightClass .k-grid-content {
        height: 490px;
    }

    .InboxCommonDocumentsPopupGridClassFromPopup .k-grid-content {
        height: 539px;
    }

    .InboxCommonDocumentsPopupGridClassDetailViewFromPopup .k-grid-content {
        height: 347px;
    }

    .CustomizeDashBoardTemplatesWorkAreaHeight {
        height: 646px;
    }

    .InboxCommonDocumentsSelectDocumentGridBriefViewHeight .k-grid-content {
        height: 613px;
    }

    .ViewDocumnetsInfoFromPatientChartDocumentsListGrid .k-grid-content {
        height: 500px;
    }

    .FillableSelectEasyFormDocumentsListGrid .k-grid-content {
        height: 403px;
        width: 100%;
    }

    .ifrmviewInPopup {
        width: 100%;
        height: 500px;
    }

    .ifrmviewInPopupWithOutTabs {
        width: 100%;
        height: 517px;
    }

    .ifrmviewInPopupForDxCodes {
        width: 100%;
        height: 320px;
    }


    .ifrmviewInPopupWithIncresedHeight {
        width: 100%;
        height: 500px;
    }

    .ifrmviewInPopupforHelpFiles {
        width: 100%;
        height: 435px;
        overflow: auto;
    }

    .helpFileViewSelectModulePopupGridGridHeightClass .k-grid-content {
        height: 400px;
    }

    .groupTherapyifrmview {
        width: 100%;
        height: 490px;
    }

    #divforwardRight {
        top: 176px;
    }

    .InboxUnsignedHtmlDocumentsGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 580px;
    }

    .ifrmUnsignedHTMLDocuments {
        height: 607px;
        width: 100%;
    }

    .InboxCommonDocumentsSelectDocumentGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 600px;
    }

    .DocumentsViewer {
        height: 670px;
        width: 100%;
    }

    .InboxCoSignedDocumentsGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 496px;
    }

    #divInboxHTMLTemplateViewerContainer .ifrmview {
        height: 560px;
    }

    #divFacilityHeaderCustomizationKendoEditor table.k-editor {
        height: 520px;
        border-collapse: collapse;
    }

    .divModalBodyHeight {
        height: 800px;
        overflow: auto;
    }

    .divAddPatientModalBodyHeight {
        height: 480px;
        overflow: auto;
    }

    .divNewAppointmentModalBodyHeight {
        height: 650px;
        overflow: auto;
    }
}
/*@media (min-width:1250px) and (max-width: 1280px)  and (max-height: 720px) and (min-height:300px){
 .schedulerWithTop2Rows {
        height: 400px!important;
    }

}*/
/*@media (min-width:1250px) and (max-width:1290px) and (max-height: 1300px) and (min-height:1000px) {
    .schedulerWithTop2Rows {
        height: 10px!important;
    }

}*/

@media (min-width:1600px) and (max-width:1650px) and (max-height: 1300px) and (min-height:1000px) {
    .IframeHeightFromProceduresMainWindow {
        height: 640px !important;
    }

    .DocumentViewerOuterHeight {
        height: 569px !important;
    }

    .TextBoxWidth {
        width: 150px;
    }

    .gridImageAlign {
        text-align: center;
    }

    .gridImageAlign-right {
        text-align: right;
    }

    #content {
        min-height: 770px;
    }

        #content .content-wrapper {
            height: 675px;
        }

    .iframeHeightInPopupWithMarqueeTag {
        height: 545px !important;
    }

    .iframeHeightInPopupWithOutMarqueeTag {
        height: 585px;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagWhenMaximize {
        height: 723px !important;
        width: 100%;
    }

    .IframeHeightInPopupForDocsWhenMaximize {
        height: 738px !important;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagInLabsPaperResults {
        height: 531px;
        width: 100%;
    }

    .iframeHeightInPopupWithMarqueeTagFromImagingStudyResults {
        height: 503px !important;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagFromImagingStudyResults {
        height: 621px;
        width: 100%;
    }

    .IndexDocumentWithOutMarqueeTagFromMessagesPopupClass {
        height: 498px !important;
    }

    .ViewIndexDocumentWithOutMarqueeTagFromPopupClass {
        height: 465px !important;
    }

    .IframeHeightWithOutMarqueeFromInboxIncomingFaxes {
        height: 524px;
    }

    .IframeHeightWithMarqueeFromInboxIncomingFaxes {
        height: 524px;
    }

    .IframeHeightInPopupForDocs {
        height: 494px;
    }

    .IframeHeightInWindowForDocs {
        height: 604px;
    }

    .IframeHeightInPopupForViewDocs {
        height: 386px;
    }

    .IframeHeightInWindowForViewDocs {
        height: 397px;
    }

    .IframeHeightInWindowForPortalViewDocs {
        height: 649px;
    }

    .IframeHeightInWindowForPortalViewDocsWithMarquee {
        height: 568px;
    }

    .IframeHeightInPopupForDocsFromMessages {
        height: 416px;
    }

    .IframeHeightInPopupForDocsFromViewDeletedDocuments {
        height: 501px;
    }

    .DocumentViewerHeightFromNotLinkedIndexDocs {
        height: 444px;
    }

    .ViewIndexDocumentWithMarqueeTagFromPopupClass {
        height: 418px !important;
    }

    .ViewIndexDocumentsFromPopupGridClass .k-grid-content {
        height: 420px;
        width: 100%;
    }

    .gridWithOutAnyRowsInPopup .k-grid-content, .iframeWithOutAnyRowsInPopup {
        height: 525px;
    }

    .gridWithOutAnyRowsInPopupViewWithIframe .k-grid-content {
        height: 550px;
    }

    .iframeWithOutAnyRows {
        height: 1082px;
    }

    .FormsinPortalIframeWithOutAnyRows {
        height: 1068px;
    }

    .gridWithOutAnyRows .k-grid-content {
        height: 635px;
    }

    .gridWithTop1Row .k-grid-content, .iframeWithTop1Row {
        height: 955px;
    }

    .gridWithTop2Rows .k-grid-content, .iframeWithTop2Rows {
        height: 934px;
    }

    .k-upload-files {
        max-height: 944px;
        overflow: auto;
    }

    .IframeWithTop1Row {
        height: 565px;
    }

    .IframeHeightWithOneRow {
        height: 989px;
    }

    .IframeHeightWithTwoRows {
        height: 969px;
    }



    .schedulerWithTop2Rows {
        height: 565px;
    }

    .MessagesMainViegridWithTop2Rows .k-grid-content {
        height: 535px;
    }

    .divMessagesMainViewKendoEditor table.k-editor {
        height: 600px;
        border-collapse: collapse;
    }

    #divSelectMessagetoViewInfoMessageHeight {
        height: 649px !important;
        min-height: 320px !important;
    }

    #divGrowthChartsRightSidePanel {
        height: 555px;
    }

    .InboxUnsignedLabResultsGridWithTop3rows .k-grid-content {
        height: 485px;
    }

    .gridWithTop3Rows .k-grid-content, .iframeWithTop3Rows {
        height: 820px;
    }

    .gridWithTop4Rows .k-grid-content, .iframeWithTop4Rows {
        height: 435px;
    }

    .gridWithTop5Rows .k-grid-content, .iframeWithTop5Rows {
        height: 385px;
    }

    .gridWithTop6Rows .k-grid-content {
        height: 335px;
    }

    .gridWithTop7Rows .k-grid-content {
        height: 285px;
    }

    .CounselorCaseloadsMultipleClientsgridWithTop8Rows .k-grid-content {
        height: 245px;
    }

    #Container2 {
        height: 590px;
    }

    .gridViewCompletedForSelected {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 530px;
    }

    #ifrmviewcompletedforselectedandAll {
        width: 100%;
        height: 530px;
    }

    .IndexDocumentsWithoutMarqueeTagWindowHeight {
        width: 100%;
        height: 530px;
    }

    .PortalDocumentsWindowHeightClass {
        width: 100%;
        height: 780px;
    }

    .gridDeletedDocuments {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 570px;
    }

    #ifrmDeletedDocuments {
        width: 100%;
        height: 570px;
    }

    #divChart1HTMLViewer {
        height: 560px;
    }

    .viewerContent {
        height: 948px;
    }

    #viewDocumentsViewerFromPatientChart {
        height: 530px;
        width: 100%;
    }

    .ifrmview {
        width: 100%;
        height: 690px;
    }

    .ifrmviewWithMarqueeTaginWindow {
        width: 100%;
        height: 690px;
    }

    .InboxCommonDocumentsSelectDocumentGridDetailViewHeight .k-grid-content {
        height: 500px;
    }

    
    .DocumentIndexingMainViewGridClassDetailView .k-grid-content {
        height: 520px;
    }

    .BillingCustomizationCommonGridHeightClass .k-grid-content {
        height: 530px;
    }

    .BillingCustomizationCommonGridMainHeightClass .k-grid-content {
        height: 490px;
    }

    .CustomizeDashBoardTemplatesWorkAreaHeight {
        height: 582px;
    }

    .InboxCommonDocumentsSelectDocumentGridBriefViewHeight .k-grid-content {
        height: 552px;
    }

    .ViewDocumnetsInfoFromPatientChartDocumentsListGrid .k-grid-content {
        height: 500px;
    }

    .FillableSelectEasyFormDocumentsListGrid .k-grid-content {
        height: 600px;
        width: 100%;
    }

    .ifrmviewInPopup {
        width: 100%;
        height: 500px;
    }

    .ifrmviewInPopupWithOutTabs {
        width: 100%;
        height: 540px;
    }

    .ifrmviewInPopupForDxCodes {
        width: 100%;
        height: 316px;
    }

    .ifrmviewInPopupWithIncresedHeight {
        width: 100%;
        height: 500px;
    }

    .ifrmviewInPopupforHelpFiles {
        width: 100%;
        height: 435px;
        overflow: auto;
    }

    .helpFileViewSelectModulePopupGridGridHeightClass .k-grid-content {
        height: 400px;
    }

    .groupTherapyifrmview {
        width: 100%;
        height: 490px;
    }

    #divforwardRight {
        top: 176px;
    }

    .InboxUnsignedHtmlDocumentsGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 580px;
    }

    .ifrmUnsignedHTMLDocuments {
        height: 607px;
        width: 100%;
    }

    .InboxCommonDocumentsSelectDocumentGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 600px;
    }

    .DocumentsViewer {
        height: 670px;
        width: 100%;
    }

    .InboxCoSignedDocumentsGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 496px;
    }

    #divInboxHTMLTemplateViewerContainer .ifrmview {
        height: 560px;
    }

    #divFacilityHeaderCustomizationKendoEditor table.k-editor {
        height: 520px;
        border-collapse: collapse;
    }

    .divModalBodyHeight {
        height: 800px;
        overflow: auto;
    }

    .divAddPatientModalBodyHeight {
        height: 800px;
        overflow: auto;
    }

    .divNewAppointmentModalBodyHeight {
        height: 650px;
        overflow: auto;
    }
}



@media (min-width:1370px) and (max-width:1599px) {
    .emrCommonDocumentViewerChargeCaptureStatusSignOffHeight {
        height: 440px !important;
    }

    .emrCommonDocumentViewerChargeCaptureStatusHeightClass {
        height: 486px !important;
    }

    .IframeHeightFromProceduresMainWindow {
        height: 501px !important;
    }

    .DocumentViewerOuterHeight {
        height: 569px !important;
    }

    .TextBoxWidth {
        width: 150px;
    }

    .gridImageAlign {
        text-align: center;
    }

    .gridImageAlign-right {
        text-align: right;
    }

    #content {
        min-height: 500px;
    }

        #content .content-wrapper {
            height: 600px;
        }
    /*Height for Content in Patient Chart 1, 2 & 3 Written by Sandhya.g On 01/29/2019*/
    /* #divPatientChart1Content {
        height: 590px !important;
    }

    #divPatientChart2Content {
        height: 590px !important;
    }

    #divPatientChart3Content {
        height: 590px !important;
    } */
    /*Height for Content in Patient Chart 1, 2 & 3 Written by Sandhya.g On 01/29/2019*/
    .iframeHeightInPopupWithMarqueeTag {
        height: 555px !important;
    }

    .iframeHeightInPopupWithOutMarqueeTag {
        height: 595px;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagWhenMaximize {
        height: 549px !important;
        width: 100%;
    }

    .IframeHeightInPopupForDocsWhenMaximize {
        height: 550px !important;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagInLabsPaperResults {
        height: 531px;
        width: 100%;
    }

    .iframeHeightInPopupWithMarqueeTagFromImagingStudyResults {
        height: 503px !important;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagFromImagingStudyResults {
        height: 545px;
        width: 100%;
    }

    .IndexDocumentWithOutMarqueeTagFromMessagesPopupClass {
        height: 498px !important;
    }

    .ViewIndexDocumentWithOutMarqueeTagFromPopupClass {
        height: 457px !important;
    }

    .IframeHeightWithOutMarqueeFromInboxIncomingFaxes {
        height: 516px;
    }

    .IframeHeightWithMarqueeFromInboxIncomingFaxes {
        height: 516px;
    }

    .IframeHeightInPopupForDocs {
        height: 506px;
    }

    .IframeHeightInWindowForDocs {
        height: 427px;
    }

    .IframeHeightInPopupForViewDocs {
        height: 386px;
    }

    .IframeHeightInWindowForViewDocs {
        height: 413px;
    }

    .IframeHeightInWindowForPortalViewDocs {
        height: 649px;
    }

    .IframeHeightInWindowForPortalViewDocsWithMarquee {
        height: 569px;
    }

    /*Added Iframe Viewer height from Portal Uploaded Documents navigation by Bhanudhar on 10/22/2019*/
    .IframeHeightInWindowFormPortalUploadedDocumentsViewDocs {
        height: 400px;
    }

    .IframeHeightInPopupForDocsFromMessages {
        height: 416px;
    }

    .IframeHeightInPopupForDocsFromViewDeletedDocuments {
        height: 512px;
    }

    .DocumentViewerHeightFromNotLinkedIndexDocs {
        height: 444px;
    }

    .ViewIndexDocumentWithMarqueeTagFromPopupClass {
        height: 418px !important;
    }

    .ViewIndexDocumentsFromPopupGridClass .k-grid-content {
        height: 420px;
        width: 100%;
    }

    .gridWithOutAnyRowsInPopup .k-grid-content, .iframeWithOutAnyRowsInPopup {
        height: 535px;
    }

    .gridWithOutAnyRowsInPopupViewWithIframe .k-grid-content {
        height: 560px;
    }

    .iframeWithOutAnyRows {
        height: 610px;
    }

    .FormsinPortalIframeWithOutAnyRows {
        height: 668px;
    }

    .gridWithOutAnyRows .k-grid-content {
        height: 635px;
    }

    .gridWithTop1Row .k-grid-content, .iframeWithTop1Row {
        height: 585px;
    }

    .gridWithTop2Rows .k-grid-content, .iframeWithTop2Rows {
        height: 535px;
    }

    .k-upload-files {
        max-height: 545px;
        overflow: auto;
    }

    .IframeWithTop1Row {
        height: 565px;
    }

    .IframeHeightWithOneRow {
        height: 620px;
    }

    .IframeHeightWithTwoRows {
        height: 580px;
    }

    .schedulerWithTop2Rows {
        height: 565px;
    }

    .MessagesMainViegridWithTop2Rows .k-grid-content {
        height: 535px;
    }

    .divMessagesMainViewKendoEditor table.k-editor {
        height: 600px;
        border-collapse: collapse;
    }

    #divSelectMessagetoViewInfoMessageHeight {
        height: 649px !important;
        min-height: 320px !important;
    }

    #divGrowthChartsRightSidePanel {
        height: 555px;
    }

    .InboxUnsignedLabResultsGridWithTop3rows .k-grid-content {
        height: 485px;
    }

    .gridWithTop3Rows .k-grid-content, .iframeWithTop3Rows {
        height: 585px;
    }

    .gridWithTop4Rows .k-grid-content, .iframeWithTop4Rows {
        height: 435px;
    }

    .gridWithTop5Rows .k-grid-content, .iframeWithTop5Rows {
        height: 385px;
    }

    .gridWithTop6Rows .k-grid-content {
        height: 335px;
    }

    .gridWithTop7Rows .k-grid-content {
        height: 285px;
    }

    .CounselorCaseloadsMultipleClientsgridWithTop8Rows .k-grid-content {
        height: 245px;
    }

    #Container2 {
        height: 460px;
    }

    .gridViewCompletedForSelected {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 530px;
    }

    #ifrmviewcompletedforselectedandAll {
        width: 100%;
        height: 530px;
    }

    .IndexDocumentsWithoutMarqueeTagWindowHeight {
        width: 100%;
        height: 657px;
    }

    .PortalDocumentsWindowHeightClass {
        width: 100%;
        height: 652px;
    }

    .gridDeletedDocuments {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 570px;
    }

    #ifrmDeletedDocuments {
        width: 100%;
        height: 570px;
    }

    #divChart1HTMLViewer {
        height: 560px;
    }

    .viewerContent {
        height: 690px;
    }

    #viewDocumentsViewerFromPatientChart {
        height: 530px;
        width: 100%;
    }

    .ifrmview {
        width: 100%;
        height: 660px;
    }

    .ifrmviewWithMarqueeTaginWindow {
        width: 100%;
        height: 578px;
    }

    .InboxCommonDocumentsSelectDocumentGridDetailViewHeight .k-grid-content {
        height: 450px;
    }

    
    .DocumentIndexingMainViewGridClassDetailView .k-grid-content {
        height: 505px;
    }

    .BillingCustomizationCommonGridHeightClass .k-grid-content {
        height: 530px;
    }

    .BillingCustomizationCommonGridMainHeightClass .k-grid-content {
        height: 490px;
    }

    .InboxCommonDocumentsPopupGridClassFromPopup .k-grid-content {
        height: 384px;
    }

    .InboxCommonDocumentsPopupGridClassDetailViewFromPopup .k-grid-content {
        height: 339px;
    }

    .CustomizeDashBoardTemplatesWorkAreaHeight {
        height: 668px;
    }

    .InboxCommonDocumentsSelectDocumentGridBriefViewHeight .k-grid-content {
        height: 555px;
    }

    .ViewDocumnetsInfoFromPatientChartDocumentsListGrid .k-grid-content {
        height: 470px;
    }

    .FillableSelectEasyFormDocumentsListGrid .k-grid-content {
        height: 405px;
        width: 100%;
    }

    .ifrmviewInPopup {
        width: 100%;
        height: 470px;
    }

    .ifrmviewInPopupWithOutTabs {
        width: 100%;
        height: 491px;
    }

    .ifrmviewInPopupForDxCodes {
        width: 100%;
        height: 316px;
    }

    .ifrmviewInPopupWithIncresedHeight {
        width: 100%;
        height: 470px;
    }

    .ifrmviewInPopupforHelpFiles {
        width: 100%;
        height: 435px;
        overflow: auto;
    }

    .helpFileViewSelectModulePopupGridGridHeightClass .k-grid-content {
        height: 400px;
    }

    .groupTherapyifrmview {
        width: 100%;
        height: 560px;
    }

    #divforwardRight {
        top: 176px;
    }

    .InboxUnsignedHtmlDocumentsGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 580px;
    }

    .ifrmUnsignedHTMLDocuments {
        height: 623px;
        width: 100%;
    }

    .InboxCommonDocumentsSelectDocumentGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 600px;
    }

    .DocumentsViewer {
        height: 487px;
        width: 100%;
    }

    .InboxCoSignedDocumentsGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 547px;
    }

    #divInboxHTMLTemplateViewerContainer .ifrmview {
        height: 573px;
    }

    #divFacilityHeaderCustomizationKendoEditor table.k-editor {
        height: 369px;
        border-collapse: collapse;
    }

    .divModalBodyHeight {
        height: 800px;
        overflow: auto;
    }

    .divAddPatientModalBodyHeight {
        height: 480px;
        overflow: auto;
    }

    .divNewAppointmentModalBodyHeight {
        height: 650px;
        overflow: auto;
    }
}

/*Added by Lakshmi for 1440*900 , 1400*1050 , 1360*768 Resolutions*/
@media (min-width:1380px) and (max-width:1420px) and (max-height: 1100px) and (min-height:1000px) {
    .gridWithTop3Rows .k-grid-content, .iframeWithTop3Rows {
        height: 812px;
    }
}

@media (min-width:1420px) and (max-width:1500px) and (max-height: 1000px) and (min-height:800px) {
    .gridWithTop3Rows .k-grid-content, .iframeWithTop3Rows {
        height: 662px;
    }
}

@media (min-width:1300px) and (max-width:1379px) and (max-height: 1000px) and (min-height:700px) {
    .gridWithTop3Rows .k-grid-content, .iframeWithTop3Rows {
        height: 540px;
    }
}
/*end*/


@media (min-width:1300px) and (max-width:1370px) {
    .emrCommonDocumentViewerChargeCaptureStatusSignOffHeight {
        height: 344px !important;
    }

    .emrCommonDocumentViewerChargeCaptureStatusHeightClass {
        height: 391px !important;
    }

    .IframeHeightFromProceduresMainWindow {
        height: 540px !important;
    }

    .DocumentViewerOuterHeight {
        height: 697px !important;
    }

    #notesEditor table.k-editor {
        height: 410px !important;
        /*background : linear-gradient(#5B6479,#4C5566);*/
    }

    .TextBoxWidth {
        width: 150px;
    }

    .gridImageAlign {
        text-align: center;
    }

    .gridImageAlign-right {
        text-align: right;
    }

    #Container2 {
        height: 440px;
    }

    #content {
        /*min-height: 740px;*/
    }

        #content .content-wrapper {
            height: 645px;
        }

    .iframeHeightInPopupWithMarqueeTag {
        height: 525px !important;
    }

    .iframeHeightInPopupWithOutMarqueeTag {
        height: 565px;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagWhenMaximize {
        height: 703px !important;
        width: 100%;
    }

    .IframeHeightInPopupForDocsWhenMaximize {
        height: 500px !important;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagInLabsPaperResults {
        height: 531px;
        width: 100%;
    }

    .iframeHeightInPopupWithMarqueeTagFromImagingStudyResults {
        height: 586px !important;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagFromImagingStudyResults {
        height: 621px;
        width: 100%;
    }

    .IndexDocumentWithOutMarqueeTagFromMessagesPopupClass {
        height: 455px !important;
    }

    .ViewIndexDocumentWithOutMarqueeTagFromPopupClass {
        height: 415px !important;
    }

    .IframeHeightWithOutMarqueeFromInboxIncomingFaxes {
        height: 644px;
    }

    .IframeHeightWithMarqueeFromInboxIncomingFaxes {
        height: 644px;
    }

    .IframeHeightInPopupForDocs {
        height: 477px;
    }

    .IframeHeightInWindowForDocs {
        height: 763px;
    }

    .IframeHeightInPopupForViewDocs {
        height: 345px;
    }

    .IframeHeightInWindowForViewDocs {
        height: 287px;
    }

    .IframeHeightInWindowForPortalViewDocs {
        height: 649px;
    }

    .IframeHeightInWindowForPortalViewDocsWithMarquee {
        height: 569px;
    }

    .IframeHeightInPopupForDocsFromMessages {
        height: 371px;
    }

    .IframeHeightInPopupForDocsFromViewDeletedDocuments {
        height: 479px;
    }

    .DocumentViewerHeightFromNotLinkedIndexDocs {
        height: 313px;
    }

    .ViewIndexDocumentWithMarqueeTagFromPopupClass {
        height: 373px !important;
    }

    .ViewIndexDocumentsFromPopupGridClass .k-grid-content {
        height: 377px;
        width: 100%;
    }

    .gridWithOutAnyRowsInPopup .k-grid-content, .iframeWithOutAnyRowsInPopup {
        height: 505px;
    }

    .gridWithOutAnyRowsInPopupViewWithIframe .k-grid-content {
        height: 424px;
    }

    .iframeWithOutAnyRows {
        height: 580px;
    }

    .FormsinPortalIframeWithOutAnyRows {
        height: 650px;
    }

    .gridWithOutAnyRows .k-grid-content {
        height: 605px;
    }

    .gridWithTop1Row .k-grid-content, .iframeWithTop1Row {
        height: 555px;
    }

    .gridWithTop2Rows .k-grid-content, .iframeWithTop2Rows {
        height: 665px;
    }

    .k-upload-files {
        max-height: 675px;
        overflow: auto;
    }

    .IframeWithTop1Row {
        height: 715px;
    }

    .IframeHeightWithOneRow {
        height: 588px;
    }

    .IframeHeightWithTwoRows {
        height: 542px;
    }

    .schedulerWithTop2Rows {
        height: 695px;
    }

    .MessagesMainViegridWithTop2Rows .k-grid-content {
        height: 665px;
    }


    .divMessagesMainViewKendoEditor table.k-editor {
        height: 600px;
        border-collapse: collapse;
    }

    #divSelectMessagetoViewInfoMessageHeight {
        height: 649px !important;
        min-height: 320px !important;
    }

    #divGrowthChartsRightSidePanel {
        height: 384px;
    }

    .InboxUnsignedLabResultsGridWithTop3rows .k-grid-content {
        height: 455px;
    }

    .gridWithTop3Rows .k-grid-content, .iframeWithTop3Rows {
        height: 455px;
    }

    .gridWithTop4Rows .k-grid-content, .iframeWithTop4Rows {
        height: 405px;
    }

    .gridWithTop5Rows .k-grid-content, .iframeWithTop5Rows {
        height: 355px;
    }

    .gridWithTop6Rows .k-grid-content {
        height: 305px;
    }

    .gridWithTop7Rows .k-grid-content {
        height: 255px;
    }

    .CounselorCaseloadsMultipleClientsgridWithTop8Rows .k-grid-content {
        height: 210px;
    }

    .gridViewCompletedForSelected {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 440px;
    }

    #ifrmviewcompletedforselectedandAll {
        width: 100%;
        height: 440px;
    }

    .IndexDocumentsWithoutMarqueeTagWindowHeight {
        width: 100%;
        height: 440px;
    }

    .PortalDocumentsWindowHeightClass {
        width: 100%;
        height: 780px;
    }

    .gridDeletedDocuments {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 480px;
    }

    #ifrmDeletedDocuments {
        width: 100%;
        height: 480px;
    }

    #divChart1HTMLViewer {
        height: 540px;
    }

    .viewerContent {
        height: 568px;
    }

    #viewDocumentsViewerFromPatientChart {
        height: 530px;
        width: 100%;
    }

    .ifrmview {
        width: 100%;
        height: 660px;
    }

    .ifrmviewWithMarqueeTaginWindow {
        width: 100%;
        height: 650px;
    }

    .InboxCommonDocumentsSelectDocumentGridDetailViewHeight .k-grid-content {
        height: 410px;
    }

    
    .DocumentIndexingMainViewGridClassDetailView .k-grid-content {
        height: 377px;
    }

    .BillingCustomizationCommonGridHeightClass .k-grid-content {
        height: 380px;
    }

    .BillingCustomizationCommonGridMainHeightClass .k-grid-content {
        height: 340px;
    }

    .InboxCommonDocumentsPopupGridClassFromPopup .k-grid-content {
        height: 345px;
    }

    .InboxCommonDocumentsPopupGridClassDetailViewFromPopup .k-grid-content {
        height: 296px;
    }

    .CustomizeDashBoardTemplatesWorkAreaHeight {
        height: 492px;
    }

    .InboxCommonDocumentsSelectDocumentGridBriefViewHeight .k-grid-content {
        height: 552px;
    }

    .ViewDocumnetsInfoFromPatientChartDocumentsListGrid .k-grid-content {
        height: 410px;
    }

    .FillableSelectEasyFormDocumentsListGrid .k-grid-content {
        height: 525px;
        width: 100%;
    }

    .ifrmviewInPopup {
        width: 100%;
        height: 410px;
    }

    .ifrmviewInPopupWithOutTabs {
        width: 100%;
        height: 530px;
    }

    .ifrmviewInPopupForDxCodes {
        width: 100%;
        height: 316px;
    }

    .ifrmviewInPopupWithIncresedHeight {
        width: 100%;
        height: 620px;
    }

    .ifrmviewInPopupforHelpFiles {
        width: 100%;
        height: 595px;
        overflow: auto;
    }

    .helpFileViewSelectModulePopupGridGridHeightClass .k-grid-content {
        height: 560px;
    }

    .groupTherapyifrmview {
        width: 100%;
        height: 450px;
    }

    #divforwardRight {
        top: 176px;
    }

    .InboxUnsignedHtmlDocumentsGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 580px;
    }

    .ifrmUnsignedHTMLDocuments {
        height: 717px;
        width: 100%;
    }

    .InboxCommonDocumentsSelectDocumentGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 580px;
    }

    .DocumentsViewer {
        height: 720px;
        width: 100%;
    }

    .InboxCoSignedDocumentsGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 527px;
    }

    #divInboxHTMLTemplateViewerContainer .ifrmview {
        height: 673px;
    }

    #divFacilityHeaderCustomizationKendoEditor table.k-editor {
        height: 369px;
        border-collapse: collapse;
    }

    .divModalBodyHeight {
        height: 800px;
        overflow: auto;
    }

    .divAddPatientModalBodyHeight {
        height: 620px;
        overflow: auto;
    }

    .divNewAppointmentModalBodyHeight {
        height: 650px;
        overflow: auto;
    }
}



/* for chrome book resolution*/
@media (min-width:1300px) and (max-width:1370px) and (max-height: 790px) {
    #notesEditor table.k-editor {
        height: 410px !important;
        /*background : linear-gradient(#5B6479,#4C5566);*/
    }

    .TextBoxWidth {
        width: 150px;
    }

    .gridImageAlign {
        text-align: center;
    }

    .gridImageAlign-right {
        text-align: right;
    }

    #Container2 {
        height: 440px;
    }

    #content {
        min-height: 650px;
    }

        #content .content-wrapper {
            height: 576px; /*Content Height Reduced 645px to 576px Due to Outer Scroll in 1366*768 Resolution by Sandhya G on 04/09/2019*/
        }
    /*Height for Content in Patient Chart 1, 2 & 3 Written by Sandhya.g On 08/10/2018*/
    /* #divPatientChart1Content {
        height: 495px !important;
    }

    #divPatientChart2Content {
        height: 495px !important;
    }

    #divPatientChart3Content {
        height: 495px !important;
    } */
    /*Height for Content in Patient Chart 1, 2 & 3 Written by Sandhya.g On 08/10/2018*/
    .iframeHeightInPopupWithMarqueeTag {
        height: 525px !important;
    }

    .iframeHeightInPopupWithOutMarqueeTag {
        height: 565px;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagWhenMaximize {
        height: 521px !important;
        width: 100%;
    }

    .IframeHeightInPopupForDocsWhenMaximize {
        height: 738px !important;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagInLabsPaperResults {
        height: 531px;
        width: 100%;
    }

    .iframeHeightInPopupWithMarqueeTagFromImagingStudyResults {
        height: 450px !important;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagFromImagingStudyResults {
        height: 479px;
        width: 100%;
    }

    .IndexDocumentWithOutMarqueeTagFromMessagesPopupClass {
        height: 455px !important;
    }

    .ViewIndexDocumentWithOutMarqueeTagFromPopupClass {
        height: 415px !important;
    }

    .IframeHeightWithOutMarqueeFromInboxIncomingFaxes {
        height: 497px;
    }

    .IframeHeightWithMarqueeFromInboxIncomingFaxes {
        height: 497px;
    }

    .IframeHeightInPopupForDocs {
        height: 477px;
    }

    .IframeHeightInWindowForDocs {
        height: 763px;
    }

    .IframeHeightInPopupForViewDocs {
        height: 345px;
    }

    .IframeHeightInWindowForViewDocs {
        height: 287px;
    }

    .IframeHeightInWindowForPortalViewDocs {
        height: 649px;
    }

    .IframeHeightInWindowForPortalViewDocsWithMarquee {
        height: 569px;
    }

    .IframeHeightInPopupForDocsFromMessages {
        height: 371px;
    }

    .IframeHeightInPopupForDocsFromViewDeletedDocuments {
        height: 631px;
    }

    .DocumentViewerHeightFromNotLinkedIndexDocs {
        height: 313px;
    }

    .ViewIndexDocumentWithMarqueeTagFromPopupClass {
        height: 373px !important;
    }

    .ViewIndexDocumentsFromPopupGridClass .k-grid-content {
        height: 377px;
        width: 100%;
    }

    .gridWithOutAnyRowsInPopup .k-grid-content, .iframeWithOutAnyRowsInPopup {
        height: 505px;
    }

    .gridWithOutAnyRowsInPopupViewWithIframe .k-grid-content {
        height: 424px;
    }

    .iframeWithOutAnyRows {
        height: 552px;
    }

    .FormsinPortalIframeWithOutAnyRows {
        height: 650px;
    }

    .gridWithOutAnyRows .k-grid-content {
        height: 520px;
    }

    .gridWithTop1Row .k-grid-content, .iframeWithTop1Row {
        height: 555px;
        /*height: 410px;*/
    }

    .gridWithTop2Rows .k-grid-content, .iframeWithTop2Rows {
        height: 520px;
    }

    .k-upload-files {
        max-height: 675px;
        overflow: auto;
    }

    .IframeWithTop1Row {
        height: 715px;
    }

    .IframeHeightWithOneRow {
        height: 443px;
    }

    .IframeHeightWithTwoRows {
        height: 469px;
    }

    .schedulerWithTop2Rows {
        /*height: 425px;*/
        height: 425px;
    }

    .MessagesMainViegridWithTop2Rows .k-grid-content {
        height: 460px;
    }


    .divMessagesMainViewKendoEditor table.k-editor {
        height: 527px;
        border-collapse: collapse;
    }

    #divSelectMessagetoViewInfoMessageHeight {
        height: 577px !important;
        min-height: 320px !important;
    }

    #divGrowthChartsRightSidePanel {
        height: 384px;
    }

    .InboxUnsignedLabResultsGridWithTop3rows .k-grid-content {
        height: 455px;
    }

    .gridWithTop3Rows .k-grid-content, .iframeWithTop3Rows {
        height: 455px;
    }

    .gridWithTop4Rows .k-grid-content, .iframeWithTop4Rows {
        height: 405px;
    }

    .gridWithTop5Rows .k-grid-content, .iframeWithTop5Rows {
        height: 355px;
    }

    .gridWithTop6Rows .k-grid-content {
        height: 305px;
    }

    .gridWithTop7Rows .k-grid-content {
        height: 255px;
    }

    .CounselorCaseloadsMultipleClientsgridWithTop8Rows .k-grid-content {
        height: 210px;
    }

    .gridViewCompletedForSelected {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 440px;
    }

    #ifrmviewcompletedforselectedandAll {
        width: 100%;
        height: 440px;
    }

    .IndexDocumentsWithoutMarqueeTagWindowHeight {
        width: 100%;
        height: 575px;
    }

    .PortalDocumentsWindowHeightClass {
        width: 100%;
        height: 520px;
    }

    .gridDeletedDocuments {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 480px;
    }

    #ifrmDeletedDocuments {
        width: 100%;
        height: 480px;
    }

    #divChart1HTMLViewer {
        height: 540px;
    }

    .viewerContent {
        height: 568px;
    }

    #viewDocumentsViewerFromPatientChart {
        height: 530px;
        width: 100%;
    }

    .ifrmview {
        width: 100%;
        height: 660px;
    }

    .ifrmviewWithMarqueeTaginWindow {
        width: 100%;
        height: 575px;
    }

    .InboxCommonDocumentsSelectDocumentGridDetailViewHeight .k-grid-content {
        height: 451px;
    }

    
    .DocumentIndexingMainViewGridClassDetailView .k-grid-content {
        height: 377px;
    }

    .BillingCustomizationCommonGridHeightClass .k-grid-content {
        height: 398px;
    }

    .BillingCustomizationCommonGridMainHeightClass .k-grid-content {
        height: 358px;
    }

    .CustomizeDashBoardTemplatesWorkAreaHeight {
        height: 533px;
    }

    .InboxCommonDocumentsSelectDocumentGridBriefViewHeight .k-grid-content {
        height: 503px;
    }

    .ViewDocumnetsInfoFromPatientChartDocumentsListGrid .k-grid-content {
        height: 400px;
    }

    .FillableSelectEasyFormDocumentsListGrid .k-grid-content {
        height: 375px;
        width: 100%;
    }

    .ifrmviewInPopup {
        width: 100%;
        height: 400px;
    }

    .ifrmviewInPopupWithOutTabs {
        width: 100%;
        height: 419px;
    }

    .ifrmviewInPopupForDxCodes {
        width: 100%;
        height: 195px;
    }

    .ifrmviewInPopupWithIncresedHeight {
        width: 100%;
        height: 620px;
    }

    .ifrmviewInPopupforHelpFiles {
        width: 100%;
        height: 595px;
        overflow: auto;
    }

    .helpFileViewSelectModulePopupGridGridHeightClass .k-grid-content {
        height: 560px;
    }

    .groupTherapyifrmview {
        width: 100%;
        height: 450px;
    }

    #divforwardRight {
        top: 176px;
    }

    .InboxUnsignedHtmlDocumentsGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 580px;
    }

    .ifrmUnsignedHTMLDocuments {
        height: 717px;
        width: 100%;
    }

    .InboxCommonDocumentsSelectDocumentGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 580px;
    }

    .DocumentsViewer {
        height: 720px;
        width: 100%;
    }

    .InboxCoSignedDocumentsGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 527px;
    }

    #divInboxHTMLTemplateViewerContainer .ifrmview {
        height: 673px;
    }

    #divFacilityHeaderCustomizationKendoEditor table.k-editor {
        height: 489px;
        border-collapse: collapse;
    }

    .divModalBodyHeight {
        height: 800px;
        overflow: auto;
    }

    .divAddPatientModalBodyHeight {
        height: 510px;
        overflow: auto;
    }

    .divNewAppointmentModalBodyHeight {
        height: 650px;
        overflow: auto;
    }
}
/*@media (min-width:1230px) and (max-width:1299px) and (max-height: 1300px) and (min-height:1000px) {
 .schedulerWithTop2Rows {
        height: 655px !important;
    }

}*/

@media (min-width:1160px) and (max-width:1299px) {
    .emrCommonDocumentViewerChargeCaptureStatusSignOffHeight {
        height: 492px !important;
    }

    .emrCommonDocumentViewerChargeCaptureStatusHeightClass {
        height: 538px !important;
    }

    .IframeHeightFromProceduresMainWindow {
        height: 640px !important;
    }

    .DocumentViewerOuterHeight {
        height: 697px !important;
    }

    #notesEditor table.k-editor {
        height: 500px !important;
        /*background : linear-gradient(#5B6479,#4C5566);*/
    }

    .TextBoxWidth {
        width: 150px;
    }

    .gridImageAlign {
        text-align: center;
    }

    .gridImageAlign-right {
        text-align: right;
    }

    #content {
        min-height: 500px !important;
    }

        #content .content-wrapper {
            height: 805px;
        }
    /*Height for Content in Patient Chart 1, 2 & 3 Written by Sandhya.g On 08/10/2018*/
    /* #divPatientChart1Content {
        height: 735px !important;
    }

    #divPatientChart2Content {
        height: 735px !important;
    }

    #divPatientChart3Content {
        height: 735px !important;
    } */
    /*Height for Content in Patient Chart 1, 2 & 3 Written by Sandhya.g On 08/10/2018*/
    .iframeHeightInPopupWithMarqueeTag {
        height: 685px !important;
    }

    .iframeHeightInPopupWithOutMarqueeTag {
        height: 720px;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagWhenMaximize {
        height: 701px !important;
        width: 100%;
    }

    .IframeHeightFromProceduresMainWindow {
        height: 578px !important;
    }

    .IframeHeightInPopupForDocsWhenMaximize {
        height: 653px !important;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagInLabsPaperResults {
        height: 531px;
        width: 100%;
    }

    .iframeHeightInPopupWithMarqueeTagFromImagingStudyResults {
        height: 586px !important;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagFromImagingStudyResults {
        height: 633px;
        width: 100%;
    }

    .IndexDocumentWithOutMarqueeTagFromMessagesPopupClass {
        height: 657px !important;
    }

    .ViewIndexDocumentWithOutMarqueeTagFromPopupClass {
        height: 615px !important;
    }

    .IframeHeightWithOutMarqueeFromInboxIncomingFaxes {
        height: 644px;
    }

    .IframeHeightWithMarqueeFromInboxIncomingFaxes {
        height: 644px;
    }

    .IframeHeightInPopupForDocs {
        height: 628px;
    }

    .IframeHeightInWindowForDocs {
        height: 734px;
    }

    .IframeHeightInPopupForViewDocs {
        height: 547px;
    }

    .IframeHeightInWindowForViewDocs {
        height: 500px;
    }

    .IframeHeightInWindowForPortalViewDocs {
        height: 774px;
    }

    .IframeHeightInWindowForPortalViewDocsWithMarquee {
        height: 692px;
    }

    /*Added Iframe Viewer height from Portal Uploaded Documents navigation by Bhanudhar on 10/22/2019*/
    .IframeHeightInWindowFormPortalUploadedDocumentsViewDocs {
        height: 525px;
    }

    .IframeHeightInPopupForDocsFromMessages {
        height: 571px;
    }

    .IframeHeightInPopupForDocsFromViewDeletedDocuments {
        height: 631px;
    }

    .DocumentViewerHeightFromNotLinkedIndexDocs {
        height: 535px;
    }

    .ViewIndexDocumentWithMarqueeTagFromPopupClass {
        height: 575px !important;
    }

    .ViewIndexDocumentsFromPopupGridClass .k-grid-content {
        height: 580px;
        width: 100%;
    }

    .gridWithOutAnyRowsInPopup .k-grid-content, .iframeWithOutAnyRowsInPopup {
        height: 450px;
    }

    .gridWithOutAnyRowsInPopupViewWithIframe .k-grid-content {
        height: 475px;
    }

    .iframeWithOutAnyRows {
        height: 740px;
    }

    .FormsinPortalIframeWithOutAnyRows {
        height: 795px;
    }

    .gridWithOutAnyRows .k-grid-content {
        height: 765px;
    }

    .gridWithTop1Row .k-grid-content, .iframeWithTop1Row {
        height: 715px;
    }

    .gridWithTop2Rows .k-grid-content, .iframeWithTop2Rows {
        height: 665px;
    }

    .k-upload-files {
        max-height: 675px;
        overflow: auto;
    }

    .IframeWithTop1Row {
        height: 695px;
    }

    .IframeHeightWithOneRow {
        height: 748px;
    }

    .IframeHeightWithTwoRows {
        height: 703px;
    }

    .schedulerWithTop2Rows {
        height: 680px;
    }

    .MessagesMainViegridWithTop2Rows .k-grid-content {
        height: 665px;
    }

    .divMessagesMainViewKendoEditor table.k-editor {
        height: 700px;
        border-collapse: collapse;
    }

    #divSelectMessagetoViewInfoMessageHeight {
        height: 809px !important;
        min-height: 402px !important;
    }

    #divGrowthChartsRightSidePanel {
        height: 685px;
    }

    .InboxUnsignedLabResultsGridWithTop3rows .k-grid-content {
        height: 615px;
    }

    .gridWithTop3Rows .k-grid-content, .iframeWithTop3Rows {
        height: 615px;
    }

    .gridWithTop4Rows .k-grid-content, .iframeWithTop4Rows {
        height: 565px;
    }

    .gridWithTop5Rows .k-grid-content, .iframeWithTop5Rows {
        height: 515px;
    }

    .gridWithTop6Rows .k-grid-content {
        height: 465px;
    }

    .gridWithTop7Rows .k-grid-content {
        height: 415px;
    }

    .CounselorCaseloadsMultipleClientsgridWithTop8Rows .k-grid-content {
        height: 375px;
    }

    #Container2 {
        height: 440px;
    }

    .gridViewCompletedForSelected {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 580px;
    }

    #ifrmviewcompletedforselectedandAll {
        width: 100%;
        height: 580px;
    }

    .IndexDocumentsWithoutMarqueeTagWindowHeight {
        width: 100%;
        height: 820px;
    }

    .PortalDocumentsWindowHeightClass {
        width: 100%;
        height: 776px;
    }

    .gridDeletedDocuments {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 620px;
    }

    #ifrmDeletedDocuments {
        width: 100%;
        height: 620px;
    }

    #divChart1HTMLViewer {
        height: 580px;
    }

    .viewerContent {
        height: 772px;
    }

    #viewDocumentsViewerFromPatientChart {
        height: 530px;
        width: 100%;
    }

    .ifrmview {
        width: 100%;
        height: 780px;
    }

    .ifrmviewWithMarqueeTaginWindow {
        width: 100%;
        height: 780px;
    }

    .InboxCommonDocumentsSelectDocumentGridDetailViewHeight .k-grid-content {
        height: 695px;
    }

    
    .DocumentIndexingMainViewGridClassDetailView .k-grid-content {
        height: 620px;
    }

    .BillingCustomizationCommonGridHeightClass .k-grid-content {
        height: 653px;
    }

    .BillingCustomizationCommonGridMainHeightClass .k-grid-content {
        height: 613px;
    }

    .InboxCommonDocumentsPopupGridClassFromPopup .k-grid-content {
        height: 544px;
    }

    .InboxCommonDocumentsPopupGridClassDetailViewFromPopup .k-grid-content {
        height: 500px;
    }

    .CustomizeDashBoardTemplatesWorkAreaHeight {
        height: 777px;
    }

    .InboxCommonDocumentsSelectDocumentGridBriefViewHeight .k-grid-content {
        height: 743px;
    }

    .ViewDocumnetsInfoFromPatientChartDocumentsListGrid .k-grid-content {
        height: 590px;
    }

    .FillableSelectEasyFormDocumentsListGrid .k-grid-content {
        height: 532px;
        width: 100%;
    }

    .ifrmviewInPopup {
        width: 100%;
        height: 590px;
    }

    .ifrmviewInPopupWithOutTabs {
        width: 100%;
        height: 606px;
    }

    .ifrmviewInPopupForDxCodes {
        width: 100%;
        height: 316px;
    }

    .ifrmviewInPopupWithIncresedHeight {
        width: 100%;
        height: 590px;
    }

    .ifrmviewInPopupforHelpFiles {
        width: 100%;
        height: 555px;
        overflow: auto;
    }

    .helpFileViewSelectModulePopupGridGridHeightClass .k-grid-content {
        height: 520px;
    }

    .groupTherapyifrmview {
        width: 100%;
        height: 570px;
    }

    #divforwardRight {
        top: 176px;
    }

    .InboxUnsignedHtmlDocumentsGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 580px;
    }

    .ifrmUnsignedHTMLDocuments {
        height: 757px;
        width: 100%;
    }

    .InboxCommonDocumentsSelectDocumentGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 580px;
    }

    .DocumentsViewer {
        height: 720px;
        width: 100%;
    }

    .InboxCoSignedDocumentsGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 527px;
    }

    #divInboxHTMLTemplateViewerContainer .ifrmview {
        height: 710px;
    }

    #divFacilityHeaderCustomizationKendoEditor table.k-editor {
        height: 650px;
        border-collapse: collapse;
    }

    .divModalBodyHeight {
        height: 800px;
        overflow: auto;
    }

    .divAddPatientModalBodyHeight {
        height: 620px;
        overflow: auto;
    }

    .divNewAppointmentModalBodyHeight {
        height: 650px;
        overflow: auto;
    }
}

@media(min-width:1100px) and (max-width:1200px) {
    .emrCommonDocumentViewerChargeCaptureStatusSignOffHeight {
        height: 416px !important;
    }
}

@media(min-width:1000px) and (max-width:1100px) {
    .emrCommonDocumentViewerChargeCaptureStatusSignOffHeight {
        height: 313px !important;
    }

    .emrCommonDocumentViewerChargeCaptureStatusHeightClass {
        height: 360px !important;
    }

    .IframeHeightFromProceduresMainWindow {
        height: 379px !important;
    }
}

@media (min-width:1030px) and (max-width:1160px) {
    .IframeHeightFromProceduresMainWindow {
        height: 440px !important;
    }

    .DocumentViewerOuterHeight {
        height: 540px !important;
    }

    #notesEditor table.k-editor {
        height: 400px !important;
        /*background : linear-gradient(#5B6479,#4C5566);*/
    }

    .TextBoxWidth {
        width: 120px;
    }

    .gridImageAlign {
        text-align: center;
    }

    .gridImageAlign-right {
        text-align: right;
    }

    #content {
        min-height: 480px; /*Increased Dashboard Content Height 740px to 753px in 1152*864  by Sandhya G on 05/09/2019*/
    }

        #content .content-wrapper {
            height: 645px;
        }
    /*Height for Content in Patient Chart 1, 2 & 3 Written by Sandhya.g On 01/29/2019*/
    /* #divPatientChart1Content {
        height: 564px !important;
    }

    #divPatientChart2Content {
        height: 564px !important;
    }

    #divPatientChart3Content {
        height: 564px !important;
    } */
    /*Height for Content in Patient Chart 1, 2 & 3 Written by Sandhya.g On 01/29/2019*/
    .iframeHeightInPopupWithMarqueeTag {
        height: 590px !important;
    }

    .iframeHeightInPopupWithOutMarqueeTag {
        height: 630px;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagWhenMaximize {
        height: 616px !important;
        width: 100%;
    }

    .IframeHeightInPopupForDocsWhenMaximize {
        height: 564px !important;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagInLabsPaperResults {
        height: 531px;
        width: 100%;
    }

    .iframeHeightInPopupWithMarqueeTagFromImagingStudyResults {
        height: 586px !important;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagFromImagingStudyResults {
        height: 621px;
        width: 100%;
    }

    .IndexDocumentWithOutMarqueeTagFromMessagesPopupClass {
        height: 488px !important;
    }

    .ViewIndexDocumentWithOutMarqueeTagFromPopupClass {
        height: 440px !important;
    }

    .IframeHeightWithOutMarqueeFromInboxIncomingFaxes {
        height: 499px;
    }

    .IframeHeightWithMarqueeFromInboxIncomingFaxes {
        height: 499px;
    }

    .IframeHeightInPopupForDocs {
        height: 542px;
    }

    .IframeHeightInWindowForDocs {
        height: 576px;
    }

    .IframeHeightInPopupForViewDocs {
        height: 370px;
    }

    .IframeHeightInWindowForViewDocs {
        height: 411px;
    }

    .IframeHeightInWindowForPortalViewDocs {
        height: 756px;
    }

    .IframeHeightInWindowForPortalViewDocsWithMarquee {
        height: 716px;
    }

    .IframeHeightInPopupForDocsFromMessages {
        height: 402px;
    }

    .IframeHeightInPopupForDocsFromViewDeletedDocuments {
        height: 541px;
    }

    .DocumentViewerHeightFromNotLinkedIndexDocs {
        height: 406px;
    }

    .ViewIndexDocumentWithMarqueeTagFromPopupClass {
        height: 400px !important;
    }

    .ViewIndexDocumentsFromPopupGridClass .k-grid-content {
        height: 405px;
        width: 100%;
    }

    .gridWithOutAnyRowsInPopupViewWithIframe .k-grid-content {
        height: 450px;
    }

    .iframeWithOutAnyRows {
        height: 580px;
    }

    .FormsinPortalIframeWithOutAnyRows {
        height: 638px;
    }

    .gridWithOutAnyRows .k-grid-content {
        height: 605px;
    }

    .gridWithTop1Row .k-grid-content, .iframeWithTop1Row {
        height: 555px;
    }

    .gridWithTop2Rows .k-grid-content, .iframeWithTop2Rows {
        height: 505px;
    }

    .k-upload-files {
        max-height: 515px;
        overflow: auto;
    }

    .IframeWithTop1Row {
        height: 588px;
    }

    .IframeHeightWithOneRow {
        height: 588px;
    }

    .IframeHeightWithTwoRows {
        height: 539px;
    }

    .IframeHeightWithTwoRows {
        height: 635px;
    }

    .schedulerWithTop2Rows {
        height: 500px;
    }

    .MessagesMainViegridWithTop2Rows .k-grid-content {
        height: 505px;
    }

    .divMessagesMainViewKendoEditor table.k-editor {
        height: 535px;
        border-collapse: collapse;
    }

    #divSelectMessagetoViewInfoMessageHeight {
        height: 620px !important;
        min-height: 310px !important;
    }

    #divGrowthChartsRightSidePanel {
        height: 525px;
    }

    .InboxUnsignedLabResultsGridWithTop3rows .k-grid-content {
        height: 455px;
    }

    .gridWithTop3Rows .k-grid-content, .iframeWithTop3Rows {
        height: 455px;
    }

    .gridWithTop4Rows .k-grid-content, .iframeWithTop4Rows {
        height: 405px;
    }

    .gridWithTop5Rows .k-grid-content, .iframeWithTop5Rows {
        height: 355px;
    }

    .gridWithTop6Rows .k-grid-content {
        height: 305px;
    }

    .gridWithTop7Rows .k-grid-content {
        height: 255px;
    }

    .CounselorCaseloadsMultipleClientsgridWithTop8Rows .k-grid-content {
        height: 210px;
    }

    #Container2 {
        height: 440px;
    }

    .gridViewCompletedForSelected {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 440px;
    }

    #ifrmviewcompletedforselectedandAll {
        width: 100%;
        height: 440px;
    }

    .IndexDocumentsWithoutMarqueeTagWindowHeight {
        width: 100%;
        height: 660px;
    }

    .PortalDocumentsWindowHeightClass {
        width: 100%;
        height: 585px;
    }

    .gridDeletedDocuments {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 480px;
    }

    #ifrmDeletedDocuments {
        width: 100%;
        height: 480px;
    }

    #divChart1HTMLViewer {
        height: 530px;
    }

    .viewerContent {
        height: 610px;
    }

    #viewDocumentsViewerFromPatientChart {
        height: 530px;
        width: 100%;
    }

    .ifrmview {
        width: 100%;
        height: 620px;
    }

    .ifrmviewWithMarqueeTaginWindow {
        width: 100%;
        height: 620px;
    }

    .InboxCommonDocumentsSelectDocumentGridDetailViewHeight .k-grid-content {
        height: 535px;
    }

    
    .DocumentIndexingMainViewGridClassDetailView .k-grid-content {
        height: 459px;
    }

    .BillingCustomizationCommonGridHeightClass .k-grid-content {
        height: 506px;
    }

    .BillingCustomizationCommonGridMainHeightClass .k-grid-content {
        height: 476px;
    }

    .CustomizeDashBoardTemplatesWorkAreaHeight {
        height: 617px;
    }

    .InboxCommonDocumentsSelectDocumentGridBriefViewHeight .k-grid-content {
        height: 586px;
    }

    .ViewDocumnetsInfoFromPatientChartDocumentsListGrid .k-grid-content {
        height: 500px;
        width: 100%;
    }

    .FillableSelectEasyFormDocumentsListGrid .k-grid-content {
        height: 375px;
        width: 100%;
    }

    .ifrmviewInPopup {
        width: 100%;
        height: 500px;
    }

    .ifrmviewInPopupWithOutTabs {
        width: 100%;
        height: 541px;
    }

    .ifrmviewInPopupForDxCodes {
        width: 100%;
        height: 316px;
    }

    .ifrmviewInPopupWithIncresedHeight {
        width: 100%;
        height: 500px;
    }

    .ifrmviewInPopupforHelpFiles {
        width: 100%;
        height: 455px;
        overflow: auto;
    }

    .helpFileViewSelectModulePopupGridGridHeightClass .k-grid-content {
        height: 420px;
    }

    .groupTherapyifrmview {
        width: 100%;
        height: 370px;
    }

    #divforwardRight {
        top: -220px;
        left: 245px;
    }

    .InboxUnsignedHtmlDocumentsGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 580px;
    }

    .ifrmUnsignedHTMLDocuments {
        height: 595px;
        width: 100%;
    }

    .InboxCommonDocumentsSelectDocumentGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 580px;
    }

    .DocumentsViewer {
        height: 720px;
        width: 100%;
    }

    .InboxCoSignedDocumentsGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 527px;
    }

    #divInboxHTMLTemplateViewerContainer .ifrmview {
        height: 545px;
    }

    #divFacilityHeaderCustomizationKendoEditor table.k-editor {
        height: 649px;
        border-collapse: collapse;
    }

    .divModalBodyHeight {
        height: 630px;
        overflow: auto;
    }

    .divAddPatientModalBodyHeight {
        height: 510px;
        overflow: auto;
    }

    .divNewAppointmentModalBodyHeight {
        height: 550px;
        overflow: auto;
    }
}

@media (min-width:855px) and (max-width:1024px) and (orientation:portrait) {

    #notesEditor table.k-editor {
        height: 750px !important;
        /*background : linear-gradient(#5B6479,#4C5566);*/
    }

    .gridImageAlign {
        text-align: left;
    }

    .gridImageAlign-right {
        text-align: left;
    }

    #divFacilityHeaderCustomizationKendoEditor table.k-editor {
        height: 349px;
        border-collapse: collapse;
    }

    .gridWithOutAnyRows .k-grid-content {
        height: 505px;
    }

    .iframeWithOutAnyRows {
        height: 505px;
    }
}

@media (min-width:855px) and (max-width:1025px) and (orientation:landscape) {
    #notesEditor table.k-editor {
        height: 350px !important;
        /*background : linear-gradient(#5B6479,#4C5566);*/
    }

    .gridImageAlign {
        text-align: center;
    }

    .gridImageAlign-right {
        text-align: right;
    }
    /*.groupTherapySummaryRecordIframeID{
        height: 1000px;
        width: 100%;
    }*/
    #divFacilityHeaderCustomizationKendoEditor table.k-editor {
        height: 389px;
        border-collapse: collapse;
    }
    /*Height for Content in Patient Chart 1, 2 & 3 Written by Sandhya.g On 01/29/2019*/
    /* #divPatientChart1Content {
        height: 446px !important;
    }

    #divPatientChart2Content {
        height: 446px !important;
    }

    #divPatientChart3Content {
        height: 446px !important;
    } */
    /*Height for Content in Patient Chart 1, 2 & 3 Written by Sandhya.g On 01/29/2019*/
    .gridWithOutAnyRows .k-grid-conten {
        height: 505px;
    }

    .iframeWithOutAnyRows {
        height: 505px;
    }

    .FormsinPortalIframeWithOutAnyRows {
        height: 538px;
    }
}

@media (min-width:855px) and (max-width:1024px) {
    .TextBoxWidth {
        width: 120px;
    }


    #content {
        min-height: 550px !important; /*Height Increased in Ipad Landscape Mode*/
    }

        #content .content-wrapper {
            height: 545px;
        }

    .iframeHeightInPopupWithMarqueeTag {
        height: 520px !important;
    }

    .DocumentViewerOuterHeight {
        height: 441px !important;
    }

    .iframeHeightInPopupWithOutMarqueeTag {
        height: 560px;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagWhenMaximize {
        height: 543px !important;
        width: 100%;
    }

    .IframeHeightInPopupForDocsWhenMaximize {
        height: 497px !important;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagInLabsPaperResults {
        height: 531px;
        width: 100%;
    }

    .iframeHeightInPopupWithMarqueeTagFromImagingStudyResults {
        height: 426px !important;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagFromImagingStudyResults {
        height: 468px;
        width: 100%;
    }

    .IndexDocumentWithOutMarqueeTagFromMessagesPopupClass {
        height: 453px !important;
    }

    .ViewIndexDocumentWithOutMarqueeTagFromPopupClass {
        height: 415px !important;
    }

    .IframeHeightWithOutMarqueeFromInboxIncomingFaxes {
        height: 499px;
    }

    .IframeHeightWithMarqueeFromInboxIncomingFaxes {
        height: 499px;
    }

    .IframeHeightInPopupForDocs {
        height: 420px;
    }

    .IframeHeightInWindowForDocs {
        height: 428px;
    }

    .IframeHeightInPopupForViewDocs {
        height: 348px;
    }

    .IframeHeightInWindowForViewDocs {
        height: 311px;
    }

    .IframeHeightInWindowForPortalViewDocs {
        height: 520px;
    }

    .IframeHeightInWindowForPortalViewDocsWithMarquee {
        height: 439px;
    }

    .IframeHeightInPopupForDocsFromMessages {
        height: 367px;
    }

    .IframeHeightInPopupForDocsFromViewDeletedDocuments {
        height: 474px;
    }

    .DocumentViewerHeightFromNotLinkedIndexDocs {
        height: 293px;
    }

    .ViewIndexDocumentWithMarqueeTagFromPopupClass {
        height: 376px !important;
    }

    .ViewIndexDocumentsFromPopupGridClass .k-grid-content {
        height: 380px;
        width: 100%;
    }

    .InboxCommonDocumentsPopupGridClassFromPopup .k-grid-content {
        height: 347px;
    }

    .InboxCommonDocumentsPopupGridClassDetailViewFromPopup .k-grid-content {
        height: 296px;
    }

    .gridWithOutAnyRowsInPopup .k-grid-content, .iframeWithOutAnyRowsInPopup {
        height: 365px;
    }

    .gridWithOutAnyRowsInPopupViewWithIframe .k-grid-content {
        height: 324px;
    }

    .iframeWithOutAnyRows {
        height: 485px;
    }

    .FormsinPortalIframeWithOutAnyRows {
        height: 538px;
    }

    .gridWithOutAnyRows .k-grid-content {
        height: 452px;
    }

    .gridWithTop1Row .k-grid-content, .iframeWithTop1Row {
        height: 455px;
    }

    .gridWithTop2Rows .k-grid-content, .iframeWithTop2Rows {
        height: 405px;
    }

    .k-upload-files {
        max-height: 415px;
        overflow: auto;
    }


    .IframeWithTop1Row {
        height: 456px;
    }

    .IframeHeightWithOneRow {
        height: 488px;
    }

    .IframeHeightWithTwoRows {
        height: 445px;
    }

    .schedulerWithTop2Rows {
        height: 435px;
    }

    .MessagesMainViegridWithTop2Rows .k-grid-content {
        height: 405px;
    }

    .divMessagesMainViewKendoEditor table.k-editor {
        height: 471px;
        border-collapse: collapse;
    }

    #divSelectMessagetoViewInfoMessageHeight {
        height: 520px !important;
        min-height: 260px !important;
    }

    #divGrowthChartsRightSidePanel {
        height: 425px;
    }

    .InboxUnsignedLabResultsGridWithTop3rows .k-grid-content {
        height: 355px;
    }

    .gridWithTop3Rows .k-grid-content, .iframeWithTop3Rows {
        height: 355px;
    }

    .gridWithTop4Rows .k-grid-content, .iframeWithTop4Rows {
        height: 305px;
    }

    .gridWithTop5Rows .k-grid-content, .iframeWithTop5Rows {
        height: 255px;
    }

    .gridWithTop6Rows .k-grid-content {
        height: 205px;
    }

    .gridWithTop7Rows .k-grid-content {
        height: 155px;
    }

    .CounselorCaseloadsMultipleClientsgridWithTop8Rows .k-grid-content {
        height: 110px;
    }

    #Container2 {
        height: 455px;
    }

    .gridViewCompletedForSelected {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 435px;
    }

    #ifrmviewcompletedforselectedandAll {
        width: 100%;
        height: 435px;
    }

    .IndexDocumentsWithoutMarqueeTagWindowHeight {
        width: 100%;
        height: 510px;
    }

    .PortalDocumentsWindowHeightClass {
        width: 100%;
        height: 522px;
    }

    .gridDeletedDocuments {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 475px;
    }

    #ifrmDeletedDocuments {
        width: 100%;
        height: 475px;
    }

    #divChart1HTMLViewer {
        height: 480px;
    }

    .viewerContent {
        height: 570px;
    }

    .ifrmview {
        width: 100%;
        height: 550px;
    }

    .ifrmviewWithMarqueeTaginWindow {
        width: 100%;
        height: 470px;
    }

    .InboxCommonDocumentsSelectDocumentGridDetailViewHeight .k-grid-content {
        height: 385px;
    }


    .DocumentIndexingMainViewGridClassDetailView .k-grid-content {
        height: 310px;
    }

    .BillingCustomizationCommonGridHeightClass .k-grid-content {
        height: 356px;
    }

    .BillingCustomizationCommonGridMainHeightClass .k-grid-content {
        height: 316px;
    }

    .CustomizeDashBoardTemplatesWorkAreaHeight {
        height: 467px;
    }

    .InboxCommonDocumentsSelectDocumentGridBriefViewHeight .k-grid-content {
        height: 433px;
    }

    #viewDocumentsViewerFromPatientChart {
        height: 470px;
        width: 100%;
    }

    .ViewDocumnetsInfoFromPatientChartDocumentsListGrid .k-grid-content {
        height: 430px;
        width: 100%;
    }

    .FillableSelectEasyFormDocumentsListGrid .k-grid-content {
        height: 273px;
        width: 100%;
    }

    .ifrmviewInPopup {
        width: 100%;
        height: 430px;
    }

    .ifrmviewInPopupWithOutTabs {
        width: 100%;
        height: 550px;
    }

    .ifrmviewInPopupForDxCodes {
        width: 100%;
        height: 316px;
    }

    .ifrmviewInPopupWithIncresedHeight {
        width: 100%;
        height: 630px;
    }

    .ifrmviewInPopupforHelpFiles {
        width: 100%;
        height: 595px;
        overflow: auto;
    }

    .helpFileViewSelectModulePopupGridGridHeightClass .k-grid-content {
        height: 560px;
    }

    .groupTherapyifrmview {
        width: 100%;
        height: 380px;
    }

    #divforwardRight {
        top: -220px;
        left: 245px;
    }

    .InboxUnsignedHtmlDocumentsGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 520px;
    }

    .ifrmUnsignedHTMLDocuments {
        height: 448px;
        width: 100%;
    }

    .InboxCommonDocumentsSelectDocumentGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 520px;
    }

    .DocumentsViewer {
        height: 660px;
        width: 100%;
    }

    .InboxCoSignedDocumentsGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 467px;
    }

    #divInboxHTMLTemplateViewerContainer .ifrmview {
        height: 345px;
    }

    .divModalBodyHeight {
        height: 520px;
        overflow: auto;
    }

    .divAddPatientModalBodyHeight {
        height: 510px;
        overflow: auto;
    }

    .divNewAppointmentModalBodyHeight {
        height: 500px;
        overflow: auto;
    }
}

@media (min-width:1300px) and (max-width:1369px) {
    .InboxUnsignedLabResultsGridWithTop3rows .k-grid-content {
        height: 620px;
    }
}

@media (min-width:701px) and (max-width:855px) {
    .IframeHeightFromProceduresMainWindow {
        height: 400px !important;
    }

    .InboxUnsignedLabResultsGridWithTop3rows .k-grid-content {
        height: 480px;
    }

    #divFacilityHeaderCustomizationKendoEditor table.k-editor {
        height: 550px;
        border-collapse: collapse;
    }

    .IndexDocumentWithOutMarqueeTagFromMessagesPopupClass {
        height: 465px !important;
    }

    .ViewIndexDocumentWithOutMarqueeTagFromPopupClass {
        height: 415px !important;
    }

    .IframeHeightWithOutMarqueeFromInboxIncomingFaxes {
        height: 520px;
    }

    .IframeHeightWithMarqueeFromInboxIncomingFaxes {
        height: 520px;
    }

    .IframeHeightInPopupForDocs {
        height: 402px;
    }

    .IframeHeightInWindowForDocs {
        height: 430px;
    }

    .IframeHeightInPopupForViewDocs {
        height: 420px;
    }

    .IframeHeightInWindowForViewDocs {
        height: 420px;
    }

    .IframeHeightInWindowForPortalViewDocs {
        height: 420px;
    }

    .IframeHeightInWindowForPortalViewDocsWithMarquee {
        height: 430px;
    }

    .IframeHeightInPopupForDocsFromMessages {
        height: 367px;
    }

    .IframeHeightInPopupForDocsFromViewDeletedDocuments {
        height: 367px;
    }

    .DocumentViewerHeightFromNotLinkedIndexDocs {
        height: 400px;
    }

    .ViewIndexDocumentWithMarqueeTagFromPopupClass {
        height: 376px !important;
    }

    .ViewIndexDocumentsFromPopupGridClass .k-grid-content {
        height: 380px;
        width: 100%;
    }

    .InboxCommonDocumentsPopupGridClassFromPopup .k-grid-content {
        height: 415px !important;
    }

    .InboxCommonDocumentsPopupGridClassDetailViewFromPopup .k-grid-content {
        height: 415px !important;
    }
}


@media (min-width:601px) and (max-width:640px) {
    .IframeHeightFromProceduresMainWindow {
        height: 640px !important;
    }

    .InboxUnsignedLabResultsGridWithTop3rows .k-grid-content {
        height: 460px;
    }
}

@media (min-width:640px) and (max-width:700px) {

    .IframeHeightFromProceduresMainWindow {
        height: 640px !important;
    }

    .InboxUnsignedLabResultsGridWithTop3rows .k-grid-content {
        height: 480px;
    }

    #divFacilityHeaderCustomizationKendoEditor table.k-editor {
        height: 550px;
        border-collapse: collapse;
    }
}

@media (min-width:450px) and (max-width:532px) {
    .InboxUnsignedLabResultsGridWithTop3rows .k-grid-content {
        height: 365px;
    }

    #divFacilityHeaderCustomizationKendoEditor table.k-editor {
        height: 550px;
        border-collapse: collapse;
    }
}

@media (min-width:535px) and (max-width:597px) {
    .InboxUnsignedLabResultsGridWithTop3rows .k-grid-content {
        height: 335px;
    }
}

@media (min-width:600px) and (max-width:854px) and (orientation:portrait) {
    #notesEditor table.k-editor {
        height: 850px !important;
        /*background : linear-gradient(#5B6479,#4C5566);*/
    }
}



@media (min-width:600px) and (max-width:855px) and (orientation:landscape) {
    #notesEditor table.k-editor {
        height: 700px !important;
        /*background : linear-gradient(#5B6479,#4C5566);*/
    }
}

@media (min-width:600px) and (max-width:855px) {
    .IframeHeightFromProceduresMainWindow {
        height: 473px !important;
    }

    .TextBoxWidth {
        width: 120px;
    }

    .gridImageAlign {
        text-align: left;
    }

    .gridImageAlign-right {
        text-align: left;
    }

    #Container2 {
        height: 455px;
    }

    #content {
        min-height: 1024px;
    }

        #content .content-wrapper {
            height: 866px;
        }

    .iframeHeightInPopupWithMarqueeTag {
        height: 420px !important;
    }

    .DocumentViewerOuterHeight {
        height: 450px !important;
    }

    .iframeHeightInPopupWithOutMarqueeTag {
        height: 450px;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagWhenMaximize {
        height: 588px !important;
        width: 100%;
    }

    .IframeHeightInPopupForDocsWhenMaximize {
        height: 538px !important;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagInLabsPaperResults {
        height: 531px;
        width: 100%;
    }

    .iframeHeightInPopupWithMarqueeTagFromImagingStudyResults {
        height: 350px !important;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagFromImagingStudyResults {
        height: 380px;
        width: 100%;
    }

    .IndexDocumentWithOutMarqueeTagFromMessagesPopupClass {
        height: 465px !important;
    }

    .ViewIndexDocumentWithOutMarqueeTagFromPopupClass {
        height: 415px !important;
    }

    .IframeHeightWithOutMarqueeFromInboxIncomingFaxes {
        height: 520px;
    }

    .IframeHeightWithMarqueeFromInboxIncomingFaxes {
        height: 520px;
    }

    .IframeHeightInPopupForDocs {
        height: 402px;
    }

    .IframeHeightInWindowForDocs {
        height: 430px;
    }

    .IframeHeightInPopupForViewDocs {
        height: 420px;
    }

    .IframeHeightInWindowForViewDocs {
        height: 420px;
    }

    .IframeHeightInWindowForPortalViewDocs {
        height: 430px;
    }

    .IframeHeightInWindowForPortalViewDocsWithMarquee {
        height: 420px;
    }

    .IframeHeightInPopupForDocsFromMessages {
        height: 357px;
    }

    .IframeHeightInPopupForDocsFromViewDeletedDocuments {
        height: 357px;
    }

    .DocumentViewerHeightFromNotLinkedIndexDocs {
        height: 400px;
    }

    .ViewIndexDocumentWithMarqueeTagFromPopupClass {
        height: 376px !important;
    }

    .ViewIndexDocumentsFromPopupGridClass .k-grid-content {
        height: 335px;
        width: 100%;
    }

    .InboxCommonDocumentsPopupGridClassFromPopup .k-grid-content {
        height: 415px !important;
    }

    .InboxCommonDocumentsPopupGridClassDetailViewFromPopup .k-grid-content {
        height: 415px !important;
    }


    .gridWithOutAnyRowsInPopup .k-grid-content, .iframeWithOutAnyRowsInPopup {
        height: 655px;
    }

    .gridWithOutAnyRowsInPopupViewWithIframe .k-grid-content {
        height: 344px;
    }

    .gridWithOutAnyRows .k-grid-content {
        height: 630px;
    }

    .iframeWithOutAnyRows {
        height: 662px;
    }

    .FormsinPortalIframeWithOutAnyRows {
        height: 730px;
    }

    .gridWithTop1Row .k-grid-content, .iframeWithTop1Row {
        height: 675px;
    }

    .gridWithTop2Rows .k-grid-content, .iframeWithTop2Rows {
        height: 600px;
    }

    .k-upload-files {
        max-height: 610px;
        overflow: auto;
    }

    .IframeWithTop1Row {
        height: 525px;
    }

    .IframeHeightWithOneRow {
        height: 488px;
    }

    .IframeHeightWithTwoRows {
        height: 500px;
    }

    .schedulerWithTop2Rows {
        height: 565px;
    }

    .MessagesMainViegridWithTop2Rows .k-grid-content {
        height: 225px;
    }

    .divMessagesMainViewKendoEditor table.k-editor {
        height: 591px;
        border-collapse: collapse;
    }

    #divSelectMessagetoViewInfoMessageHeight {
        height: 640px !important;
        min-height: 320px !important;
    }


    #divGrowthChartsRightSidePanel {
        height: 525px;
    }

    .gridWithTop3Rows .k-grid-content, .iframeWithTop3Rows {
        height: 375px;
    }

    .gridWithTop4Rows .k-grid-content, .iframeWithTop4Rows {
        height: 375px;
    }

    .gridWithTop5Rows .k-grid-content, .iframeWithTop5Rows {
        height: 375px;
    }

    .gridWithTop6Rows .k-grid-content {
        height: 325px;
    }

    .gridWithTop7Rows .k-grid-content {
        height: 275px;
    }

    .CounselorCaseloadsMultipleClientsgridWithTop8Rows .k-grid-content {
        height: 235px;
    }

    .gridViewCompletedForSelected {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 455px;
    }

    #ifrmviewcompletedforselectedandAll {
        width: 100%;
        height: 455px;
    }

    .IndexDocumentsWithoutMarqueeTagWindowHeight {
        width: 100%;
        height: 455px;
    }

    .PortalDocumentsWindowHeightClass {
        width: 100%;
        height: 502px;
    }

    .gridDeletedDocuments {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 495px;
    }

    #ifrmDeletedDocuments {
        width: 100%;
        height: 495px;
    }

    #divChart1HTMLViewer {
        height: 400px;
    }

    .viewerContent {
        height: 490px;
    }

    .ifrmview {
        width: 100%;
        height: 380px;
    }

    .ifrmviewWithMarqueeTaginWindow {
        width: 100%;
        height: 380px;
    }

    .InboxCommonDocumentsSelectDocumentGridDetailViewHeight .k-grid-content {
        height: 552px;
    }

    .BillingCustomizationCommonGridHeightClass .k-grid-content {
        height: 522px;
    }

    .BillingCustomizationCommonGridMainHeightClass .k-grid-content {
        height: 482px;
    }

    .CustomizeDashBoardTemplatesWorkAreaHeight {
        height: 634px;
    }

    .InboxCommonDocumentsSelectDocumentGridBriefViewHeight .k-grid-content {
        height: 552px;
    }

    #viewDocumentsViewerFromPatientChart {
        height: 470px;
        width: 100%;
    }

    .ViewDocumnetsInfoFromPatientChartDocumentsListGrid .k-grid-content {
        height: 430px;
        width: 100%;
    }

    .FillableSelectEasyFormDocumentsListGrid .k-grid-content {
        height: 500px;
        width: 100%;
    }

    .ifrmviewInPopup {
        width: 100%;
        height: 670px;
    }

    .ifrmviewInPopupWithOutTabs {
        width: 100%;
        height: 520px;
    }

    .ifrmviewInPopupForDxCodes {
        width: 100%;
        height: 286px;
    }

    .ifrmviewInPopupWithIncresedHeight {
        width: 100%;
        height: 630px;
    }

    .ifrmviewInPopupforHelpFiles {
        width: 100%;
        height: 595px;
        overflow: auto;
    }

    .helpFileViewSelectModulePopupGridGridHeightClass .k-grid-content {
        height: 560px;
    }

    .groupTherapyifrmview {
        width: 100%;
        height: 500px;
    }

    .InboxUnsignedHtmlDocumentsGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 520px;
    }

    .ifrmUnsignedHTMLDocuments {
        height: 490px;
        width: 100%;
    }

    .InboxCommonDocumentsSelectDocumentGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 520px;
    }


    .DocumentsViewer {
        height: 500px;
        width: 100%;
    }

    #divInboxHTMLTemplateViewerContainer .ifrmview {
        height: 400px;
    }

    .divModalBodyHeight {
        height: 600px;
        overflow: auto;
    }

    .divAddPatientModalBodyHeight {
        height: 600px;
        overflow: auto;
    }

    .divNewAppointmentModalBodyHeight {
        height: 550px;
        overflow: auto;
    }
}

@media (min-width:533px) and (max-width:600px) {
    #notesEditor table.k-editor {
        height: 250px !important;
        /*background : linear-gradient(#5B6479,#4C5566);*/
    }

    .TextBoxWidth {
        width: 120px;
    }

    .gridImageAlign {
        text-align: left;
    }

    .gridImageAlign-right {
        text-align: left;
    }

    #content {
        /*min-height: 800px;*/
    }

        #content .content-wrapper {
            height: 705px;
        }

    .iframeHeightInPopupWithMarqueeTag {
        height: 415px !important;
    }

    .iframeHeightInPopupWithOutMarqueeTag {
        height: 455px;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagWhenMaximize {
        height: 593px !important;
        width: 100%;
    }

    .IframeHeightInPopupForDocsWhenMaximize {
        height: 418px !important;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagInLabsPaperResults {
        height: 531px;
        width: 100%;
    }

    .iframeHeightInPopupWithMarqueeTagFromImagingStudyResults {
        height: 350px !important;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagFromImagingStudyResults {
        height: 380px;
        width: 100%;
    }

    .IndexDocumentWithOutMarqueeTagFromMessagesPopupClass {
        height: 338px !important;
    }

    .ViewIndexDocumentWithOutMarqueeTagFromPopupClass {
        height: 600px !important;
    }

    .IframeHeightWithOutMarqueeFromInboxIncomingFaxes {
        height: 520px;
    }

    .IframeHeightWithMarqueeFromInboxIncomingFaxes {
        height: 520px;
    }

    .IframeHeightInPopupForDocs {
        height: 402px;
    }

    .IframeHeightInWindowForDocs {
        height: 430px;
    }

    .IframeHeightInPopupForViewDocs {
        height: 420px;
    }

    .IframeHeightInWindowForViewDocs {
        height: 420px;
    }

    .IframeHeightInWindowForPortalViewDocs {
        height: 350px;
    }

    .IframeHeightInWindowForPortalViewDocsWithMarquee {
        height: 350px;
    }

    .IframeHeightInPopupForDocsFromMessages {
        height: 347px;
    }

    .IframeHeightInPopupForDocsFromViewDeletedDocuments {
        height: 348px;
    }

    .DocumentViewerHeightFromNotLinkedIndexDocs {
        height: 410px;
    }

    .ViewIndexDocumentWithMarqueeTagFromPopupClass {
        height: 600px !important;
    }

    .InboxCommonDocumentsPopupGridClassFromPopup .k-grid-content {
        height: 640px !important;
    }

    .InboxCommonDocumentsPopupGridClassDetailViewFromPopup .k-grid-content {
        height: 640px !important;
    }

    .gridWithOutAnyRowsInPopup .k-grid-content, .iframeWithOutAnyRowsInPopup {
        height: 395px;
    }

    .gridWithOutAnyRowsInPopupViewWithIframe .k-grid-content {
        height: 420px;
    }

    .gridWithOutAnyRows .k-grid-content, .iframeWithOutAnyRows {
        height: 595px;
    }

    .FormsinPortalIframeWithOutAnyRows {
        height: 595px;
    }

    .gridWithTop1Row .k-grid-content, .iframeWithTop1Row {
        height: 515px;
    }

    .gridWithTop2Rows .k-grid-content, .iframeWithTop2Rows {
        height: 400px;
    }

    .k-upload-files {
        max-height: 420px;
        overflow: auto;
    }

    .IframeWithTop1Row {
        height: 440px;
    }

    .IframeHeightWithOneRow {
        height: 488px;
    }

    .IframeHeightWithTwoRows {
        height: 500px;
    }

    .schedulerWithTop2Rows {
        height: 430px;
    }

    .MessagesMainViegridWithTop2Rows .k-grid-content {
        height: 240px;
    }

    .divMessagesMainViewKendoEditor table.k-editor {
        height: 663px;
        border-collapse: collapse;
    }

    #divSelectMessagetoViewInfoMessageHeight {
        height: 712px !important;
        min-height: 355px !important;
    }

    #divGrowthChartsRightSidePanel {
        height: 550px;
    }

    .InboxUnsignedLabResultsGridWithTop3rows .k-grid-content {
        height: 335px;
    }

    .gridWithTop3Rows .k-grid-content, .iframeWithTop3Rows {
        height: 400px;
    }

    .gridWithTop4Rows .k-grid-content, .iframeWithTop4Rows {
        height: 400px;
    }

    .gridWithTop5Rows .k-grid-content, .iframeWithTop5Rows {
        height: 400px;
    }

    .gridWithTop6Rows .k-grid-content {
        height: 350px;
    }

    .gridWithTop7Rows .k-grid-content {
        height: 300px;
    }

    .CounselorCaseloadsMultipleClientsgridWithTop8Rows .k-grid-content {
        height: 260px;
    }

    #Container2 {
        height: 455px;
    }

    .gridViewCompletedForSelected {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 455px;
    }

    #ifrmviewcompletedforselectedandAll {
        width: 100%;
        height: 455px;
    }

    .IndexDocumentsWithoutMarqueeTagWindowHeight {
        width: 100%;
        height: 455px;
    }

    .PortalDocumentsWindowHeightClass {
        width: 100%;
        height: 500px;
    }

    .gridDeletedDocuments {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 495px;
    }

    #ifrmDeletedDocuments {
        width: 100%;
        height: 495px;
    }

    #divChart1HTMLViewer {
        height: 300px;
    }

    .viewerContent {
        height: 190px;
    }

    .ifrmview {
        width: 100%;
        height: 800px;
    }

    .ifrmviewWithMarqueeTaginWindow {
        width: 100%;
        height: 800px;
    }

    .InboxCommonDocumentsSelectDocumentGridDetailViewHeight .k-grid-content {
        height: 552px;
    }

    .BillingCustomizationCommonGridHeightClass .k-grid-content {
        height: 523px;
    }

    .BillingCustomizationCommonGridMainHeightClass .k-grid-content {
        height: 483px;
    }

    .CustomizeDashBoardTemplatesWorkAreaHeight {
        height: 634px;
    }

    .InboxCommonDocumentsSelectDocumentGridBriefViewHeight .k-grid-content {
        height: 552px;
    }

    #viewDocumentsViewerFromPatientChart {
        height: 470px;
        width: 100%;
    }
    /*.ViewDocumnetsInfoFromPatientChartDocumentsListGrid .k-grid-content {
            height: 430px;
            width:100%;
        }*/
    .ifrmviewInPopup {
        width: 100%;
        height: 430px;
    }

    .ifrmviewInPopupWithOutTabs {
        width: 100%;
        height: 510px;
    }

    .ifrmviewInPopupForDxCodes {
        width: 100%;
        height: 286px;
    }

    .ifrmviewInPopupWithIncresedHeight {
        width: 100%;
        height: 550px;
    }

    .ifrmviewInPopupforHelpFiles {
        width: 100%;
        height: 505px;
        overflow: auto;
    }

    .helpFileViewSelectModulePopupGridGridHeightClass .k-grid-content {
        height: 470px;
    }

    .groupTherapyifrmview {
        width: 100%;
        height: 350px;
    }

    .InboxUnsignedHtmlDocumentsGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 520px;
    }

    .ifrmUnsignedHTMLDocuments {
        height: 550px;
        width: 100%;
    }

    .InboxCommonDocumentsSelectDocumentGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 520px;
    }

    .DocumentsViewer {
        height: 550px;
        width: 100%;
    }

    .divModalBodyHeight {
        height: 700px;
        overflow: auto;
    }

    .divAddPatientModalBodyHeight {
        height: 660px;
        overflow: auto;
    }

    .divNewAppointmentModalBodyHeight {
        height: 600px;
        overflow: auto;
    }
}

@media (min-width:100px) and (max-width:532px) {
    .IframeHeightFromProceduresMainWindow {
        height: 440px !important;
    }

    #notesEditor table.k-editor {
        height: 250px !important;
        /*background : linear-gradient(#5B6479,#4C5566);*/
    }

    .TextBoxWidth {
        width: 120px;
    }

    #content {
        /*min-height: 980px;*/
    }

        #content .content-wrapper {
            height: 577px;
        }

    .iframeHeightInPopupWithMarqueeTag {
        height: 285px !important;
    }

    .iframeHeightInPopupWithOutMarqueeTag {
        height: 325px;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagWhenMaximize {
        height: 463px !important;
        width: 100%;
    }

    .IframeHeightInPopupForDocsWhenMaximize {
        height: 438px !important;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagInLabsPaperResults {
        height: 531px;
        width: 100%;
    }

    .iframeHeightInPopupWithMarqueeTagFromImagingStudyResults {
        height: 390px !important;
        width: 100%;
    }

    .iframeHeightInPopupWithOutMarqueeTagFromImagingStudyResults {
        height: 400px;
        width: 100%;
    }

    .IndexDocumentWithOutMarqueeTagFromMessagesPopupClass {
        height: 338px !important;
    }

    .ViewIndexDocumentWithOutMarqueeTagFromPopupClass {
        height: 540px !important;
    }

    .IframeHeightWithOutMarqueeFromInboxIncomingFaxes {
        height: 520px;
    }

    .IframeHeightWithMarqueeFromInboxIncomingFaxes {
        height: 520px;
    }

    .IframeHeightInPopupForDocs {
        height: 390px;
    }

    .IframeHeightInWindowForDocs {
        height: 400px;
    }

    .IframeHeightInPopupForViewDocs {
        height: 380px;
    }

    .IframeHeightInWindowForViewDocs {
        height: 400px;
    }

    .IframeHeightInWindowForPortalViewDocs {
        height: 390px;
    }

    .IframeHeightInWindowForPortalViewDocsWithMarquee {
        height: 385px;
    }

    .IframeHeightInPopupForDocsFromMessages {
        height: 347px;
    }

    .IframeHeightInPopupForDocsFromViewDeletedDocuments {
        height: 344px;
    }

    .DocumentViewerHeightFromNotLinkedIndexDocs {
        height: 400px;
    }

    .ViewIndexDocumentWithMarqueeTagFromPopupClass {
        height: 540px !important;
    }

    .InboxCommonDocumentsPopupGridClassFromPopup .k-grid-content {
        height: 540px !important;
    }

    .InboxCommonDocumentsPopupGridClassDetailViewFromPopup .k-grid-content {
        height: 540px !important;
    }

    .gridWithOutAnyRowsInPopup .k-grid-content, .iframeWithOutAnyRowsInPopup {
        height: 265px;
    }

    .gridWithOutAnyRowsInPopupViewWithIframe .k-grid-content {
        height: 290px;
    }

    .gridWithOutAnyRows .k-grid-content, .iframeWithOutAnyRows {
        height: 440px;
    }

    .FormsinPortalIframeWithOutAnyRows {
        height: 440px;
    }

    .gridWithTop1Row .k-grid-content, .iframeWithTop1Row {
        height: 440px;
    }

    .gridWithTop2Rows .k-grid-content, .iframeWithTop2Rows {
        height: 440px;
    }

    .k-upload-files {
        max-height: 450px;
        overflow: auto;
    }

    .IframeWithTop1Row {
        height: 470px;
    }

    .IframeHeightWithOneRow {
        height: 488px;
    }

    .IframeHeightWithTwoRows {
        height: 500px;
    }

    .schedulerWithTop2Rows {
        height: 470px;
    }

    .MessagesMainViegridWithTop2Rows .k-grid-content {
        height: 240px;
    }

    .divMessagesMainViewKendoEditor table.k-editor {
        height: 663px;
        border-collapse: collapse;
    }

    #divSelectMessagetoViewInfoMessageHeight {
        height: 712px !important;
        min-height: 355px !important;
    }

    #divGrowthChartsRightSidePanel {
        height: 550px;
    }

    .InboxUnsignedLabResultsGridWithTop2rows .k-grid-content {
        height: 440px;
    }

    .gridWithTop3Rows .k-grid-content, .iframeWithTop3Rows {
        height: 440px;
    }

    .gridWithTop4Rows .k-grid-content, .iframeWithTop4Rows {
        height: 440px;
    }

    .gridWithTop5Rows .k-grid-content, .iframeWithTop5Rows {
        height: 440px;
    }

    .gridWithTop6Rows .k-grid-content {
        height: 390px;
    }

    .gridWithTop7Rows .k-grid-content {
        height: 340px;
    }

    .CounselorCaseloadsMultipleClientsgridWithTop8Rows .k-grid-content {
        height: 300px;
    }

    #Container2 {
        height: 455px;
    }

    .gridViewCompletedForSelected {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 455px;
    }

    #ifrmviewcompletedforselectedandAll {
        width: 100%;
        height: 455px;
    }

    .IndexDocumentsWithoutMarqueeTagWindowHeight {
        width: 100%;
        height: 455px;
    }

    .PortalDocumentsWindowHeightClass {
        width: 100%;
        height: 300px;
    }

    .gridDeletedDocuments {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 495px;
    }

    #ifrmDeletedDocuments {
        width: 100%;
        height: 495px;
    }

    #divChart1HTMLViewer {
        height: 300px;
    }

    .viewerContent {
        height: 190px;
    }

    .ifrmview {
        width: 100%;
        height: 480px;
    }

    .ifrmviewWithMarqueeTaginWindow {
        width: 100%;
        height: 480px;
    }

    .InboxCommonDocumentsSelectDocumentGridDetailViewHeight .k-grid-content {
        height: 552px;
    }

    .BillingCustomizationCommonGridHeightClass .k-grid-content {
        height: 523px;
    }

    .BillingCustomizationCommonGridMainHeightClass .k-grid-content {
        height: 483px;
    }

    .CustomizeDashBoardTemplatesWorkAreaHeight {
        height: 634px;
    }

    .InboxCommonDocumentsSelectDocumentGridBriefViewHeight .k-grid-content {
        height: 552px;
    }

    #viewDocumentsViewerFromPatientChart {
        height: 470px;
        width: 100%;
    }
    /*.ViewDocumnetsInfoFromPatientChartDocumentsListGrid .k-grid-content {
            height: 430px;
            width:100%;
        }*/
    .ifrmviewInPopup {
        width: 100%;
        height: 430px;
    }

    .ifrmviewInPopupWithOutTabs {
        width: 100%;
        height: 520px;
    }

    .ifrmviewInPopupForDxCodes {
        width: 100%;
        height: 250px;
    }

    .ifrmviewInPopupWithIncresedHeight {
        width: 100%;
        height: 530px;
    }

    .ifrmviewInPopupforHelpFiles {
        width: 100%;
        height: 485px;
        overflow: auto;
    }

    .helpFileViewSelectModulePopupGridGridHeightClass .k-grid-content {
        height: 450px;
    }

    .groupTherapyifrmview {
        width: 100%;
        height: 350px;
    }

    .InboxUnsignedHtmlDocumentsGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 520px;
    }

    .ifrmUnsignedHTMLDocuments {
        height: 550px;
        width: 100%;
    }

    .InboxCommonDocumentsSelectDocumentGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 520px;
    }

    .DocumentsViewer {
        height: 550px;
        width: 100%;
    }

    .gridImageAlign {
        text-align: left;
    }

    .gridImageAlign-right {
        text-align: left;
    }

    .divModalBodyHeight {
        height: 700px;
        overflow: auto;
    }

    .divAddPatientModalBodyHeight {
        height: 412px;
        overflow: auto;
    }

    .divNewAppointmentModalBodyHeight {
        height: 600px;
        overflow: auto;
    }
}

@media (max-height: 765px) {
    .helpFileViewSelectModulePopupGridGridHeightClass .k-grid-content {
        height: 335px;
    }
}

@media (min-width:100px) and (max-width:991px) {
    .txtBoxPadding {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #divLeftinApptScheduler {
        float: left !important;
    }

    #divproblemListAddIcon {
        float: left !important;
    }
}

@media (max-width:512px) and (min-width:100px) {

    .drillLeft {
        float: left;
    }
}

@media (min-width:513px) {

    .drillRight {
        float: right;
    }
}

@media (min-width:1000px) {
    .popup-headerTop {
        height: 25px;
    }
}

@media (max-width:1000px) {
    .popup-headerTop {
        height: 45px;
    }
}

.fancybox-inner {
    -webkit-overflow-scrolling: touch !important;
}

@media (min-width:550px) and (max-width:1048px) {
    .fancybox-inner {
        -webkit-overflow-scrolling: touch !important;
        overflow: scroll !important;
    }
}


/******** eMAR ICONS CSS CLASS *********/

.eMARBedCensusIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/eMARIcons/grid32.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 30px;
    /*padding-bottom: 10px;*/
    font-size: 20px;
}

.eMARNurseCensusIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/eMARIcons/Nurse.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 30px;
    /*padding-bottom: 10px;*/
}

.eMARDoctorCensusIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/eMARIcons/Doctor1.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 30px;
    /*padding-bottom: 10px;*/
}

.eMARAdministerRXIcons {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/eMARIcons/AdministerMeds.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 30px;
    /*padding-bottom: 10px;*/
}

.ActivesettingsIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/settings-21-32.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 20px;
    /*padding-bottom: 10px;*/
    vertical-align: inherit;
    background-size: 80%;
    vertical-align: -webkit-baseline-middle;
}


.eMARVitalsIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/eMARIcons/Vitals.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 15px;
    padding-left: 5px;
    padding-right: 30px;
    /*padding-bottom: 15px;*/
}

.eMARAllergiesIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/eMARIcons/Allergies.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 15px;
    padding-left: 5px;
    padding-right: 30px;
    /*padding-bottom: 15px;*/
}

.eMARRxIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/eMARIcons/Rx.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 15px;
    padding-left: 5px;
    padding-right: 30px;
    /*padding-bottom: 15px;*/
}

.eMARLabsIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/eMARIcons/Labs.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 30px;
    padding-left: 5px;
    padding-right: 30px;
    /*padding-bottom: 15px;*/
}

.ExpandViewIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/GroupTherapyIcons/arrow-46-32.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 30px;
    padding-left: 5px;
    padding-right: 30px;
    /*padding-bottom: 15px;*/
}

.CollapseViewIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/GroupTherapyIcons/arrow-71-32.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 30px;
    padding-left: 5px;
    padding-right: 30px;
    /*padding-bottom: 15px;*/
}

.SaveIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../images/save-as-32-1.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 30px;
    padding-left: 5px;
    padding-right: 30px;
    /*padding-bottom: 15px;*/
}

.StopIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../images/stop_icon_by_slamiticon-d5zjpix.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 30px;
}

.PWDIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../images/PWDFINAL.png');
    background-repeat: no-repeat;
    cursor: pointer;
    /*margin-left: 30px;*/
    padding-left: 5px;
    padding-right: 30px;
}

.highPriorityIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../images/82-24.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 30px;
}

.MediumPriorityIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../images/alert-circle-orange-24.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 30px;
}

.LowPriorityIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../images/exclamation-24.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 30px;
}

.LargeSizeIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../images/letter-l-24.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 30px;
    background-size: 75%;
}

.MediumSizeIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../images/letter-m-24.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 30px;
    background-size: 75%;
}

.SmallSizeIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../images/letter-s-24.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 30px;
    background-size: 75%;
}

.LargeSizeIconGreenColor {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../images/letter-l-24green.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 30px;
    background-size: 75%;
}

.MediumSizeIconGreenColor {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../images/letter-m-24green.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 30px;
    background-size: 75%;
}

.SmallSizeIconGreenColor {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../images/letter-s-24green.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 30px;
    background-size: 75%;
}


.DocumentIndexIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../images/IndexDocument.ico');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 30px;
    background-size: 75%;
}

.UploadIconBlackColor {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../images/upload-2-32-1-2.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 30px;
    /*padding-bottom: 15px;*/
}


.HandWrittenIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../images/HWICON.jpg');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 30px;
}

.DisplaySequenceUpIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../images/arrow-157-32.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 30px;
}

.DisplaySequenceDownIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../images/arrow-219-32.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 30px;
}

.ExporttoPDFIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../images/pdf-24.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 25px;
}

.ExporttoPDFIconInBlue {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../images/ExporyToPdfInBlueColor.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 25px;
}

.ExporttoPDFIconInBlack {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../images/index.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 25px;
}
.questiomMarkIconClass {
    border-color: #a6d3e8;
    color: #11689E;
    background-image:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M80 160c0-35.3 28.7-64 64-64h32c35.3 0 64 28.7 64 64v3.6c0 21.8-11.1 42.1-29.4 53.8l-42.2 27.1c-25.2 16.2-40.4 44.1-40.4 74V320c0 17.7 14.3 32 32 32s32-14.3 32-32v-1.4c0-8.2 4.2-15.8 11-20.2l42.2-27.1c36.6-23.6 58.8-64.1 58.8-107.7V160c0-70.7-57.3-128-128-128H144C73.3 32 16 89.3 16 160c0 17.7 14.3 32 32 32s32-14.3 32-32zm80 320a40 40 0 1 0 0-80 40 40 0 1 0 0 80z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    cursor: pointer;
    height: 16px;
    width: 16px;
    display: block;
}

.ReminderToCalenderIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../images/icon-add-reminder-to-calendar.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 25px;
}

.labsFontStyle {
    font-family: 'Courier New';
    font-size: 8.25pt;
}

.LinkDxInactiveIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/DxNotLinkedGrayIconInactive.png);
    background-repeat: no-repeat;
    cursor: pointer;
    vertical-align: -webkit-baseline-middle;
    background-size: 96%;
    padding-right: 56px;
    margin-right: 6px;
}

.CalenderWhiteIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/calendar-7-48.png);
    background-repeat: no-repeat;
    cursor: pointer;
    vertical-align: -webkit-baseline-middle;
}

.Filter2Icon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/Filter.png);
    background-repeat: no-repeat;
    cursor: pointer;
    vertical-align: -webkit-baseline-middle;
    background-size: 96%;
    padding-right: 56px;
    margin-right: 6px;
}

.FilterInBlueColor {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/filterInthemeColor.png);
    background-repeat: no-repeat;
    cursor: pointer;
    vertical-align: -webkit-baseline-middle;
    background-size: 96%;
    padding-right: 56px;
    margin-right: 6px;
}

.ClearFilterIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/Data-Clear-Filters-icon.png);
    background-repeat: no-repeat;
    cursor: pointer;
    vertical-align: -webkit-baseline-middle;
    background-size: 96%;
    padding-right: 46px;
    margin-right: 6px;
}


.PreviousIconClass {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/PageDownArrow.png);
    background-repeat: no-repeat;
    cursor: pointer;
    vertical-align: -webkit-baseline-middle;
    background-size: 15%;
    padding-right: 46px;
    margin-right: 6px;
    padding-top: 17px;
    padding-right: 9px;
}

.IOSPreviousIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/IOSPreviousIcon.png);
    background-repeat: no-repeat;
    cursor: pointer;
    vertical-align: -webkit-baseline-middle;
    background-size: 15%;
    padding-right: 46px;
    margin-right: 6px;
    padding-top: 17px;
    padding-right: 9px;
}

.NextIconClass {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/PageUpArrow.png);
    background-repeat: no-repeat;
    cursor: pointer;
    vertical-align: -webkit-baseline-middle;
    background-size: 16%;
    padding-right: 46px;
    margin-right: 6px;
    padding-top: 17px;
    padding-right: 9px;
}

.ViewAppliedDataStylesIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/Paint.png);
    background-repeat: no-repeat;
    cursor: pointer;
    vertical-align: -webkit-baseline-middle;
    background-size: 16%;
    padding-right: 46px;
    padding-top: 17px;
}

/*******************************/
ul.k-menu-vertical > .k-item {
    margin-top: 0px;
    color: black;
    height: 30px;
    /*width:320px;*/
    /*padding:5px;*/
    padding-top: 7px;
    margin-bottom: 0px;
}

li.k-item.k-state-default.k-state-hover {
    color: white;
    background: #007BB9;
}

li.k-item.k-state-default.myClass.k-state-hover {
    color: white;
    background-color: #007BB9;
}

.k-state-hover > .k-link {
    color: white;
}
/*ul.k-menu-vertical > .k-item:hover{
        color:white;
        background-color:#007BB9;
    }*/
ul.k-widget.k-reset.k-header.k-menu.k-menu-vertical.k-context-menu.k-popup.k-group.k-state-border-up {
    background-color: white;
    border-radius: 6px;
}

li.ng-scope.k-item.k-state-default {
    font-size: 14.5px;
    /*font-weight: 500;*/
    font-family: 'Source Sans Pro', 'Helvetica Neue', Arial;
}


.mandatory {
    color: red;
    padding-right: 2px;
}

.SubHeadings {
    font-size: 19px;
    padding-top: 15px;
    color: #5f5959;
}

.ModalPopupHeadings {
    font-size: 17px;
    padding-top: 15px;
    color: white;
    font-weight: normal;
    /*vertical-align:text-bottom;*/
}

.ModalPopupHeadings1 {
    font-size: 17px;
    padding-top: 15px;
    color: #5f5959;
}

.ModalPopupHeadings2 {
    font-size: 17px;
    color: #5f5959;
}

.calendar_container {
    position: relative;
    float: left;
    width: 100%;
    min-height: 600px;
}

.calendar-loading-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0,0,0,0.7);
}

.calendar-loading {
    width: 200px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -100px;
    text-align: center;
    font-size: 14px;
    z-index: 9999;
    line-height: 40px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 11px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 11px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 11px 3px rgba(0,0,0,0.5);
}

@media screen and (max-width: 650px) {
    .containerDiv {
        /*border: 1px solid #D4D4D4;*/
        width: 100% !important;
        display: table;
        float: left;
        height: auto !important;
    }

    .rowDivHeader {
        display: none !important;
    }

    .rowDiv {
        /*border: 1px solid #D4D4D4;*/
        background-color: white;
        height: auto !important;
        /*min-height: 150px !important;*/
        width: 100% !important;
    }

    ul {
        margin-bottom: 0px;
    }

    .cellDivHeader {
        /*width: 12%;*/
        padding: 1px;
        text-align: center;
        vertical-align: middle;
        height: 40px;
        display: table-cell;
    }

    .cellDiv {
        position: relative !important;
        /* white-space: pre-wrap; */
        min-height: 40px !important;
        overflow-y: auto;
        height: auto !important;
        overflow: hidden;
        list-style: none;
        padding: 10px !important;
    }

        .cellDiv:before {
            display: block;
            float: left;
            position: absolute;
            left: 10px;
            font-weight: bold;
            line-height: 30px;
            top: 0;
        }

    .rowDiv:nth-child(odd) {
        background-color: #F0F0F0;
        height: auto !important;
        /*min-height: 150px !important;*/
        width: 100% !important;
    }

    .highlight {
        background-color: red;
    }

    .lastCell {
        border-right: none;
    }
}


@media screen and (min-width: 651px) {
    .containerDiv {
        width: 100%;
        display: table;
    }

    .rowDivHeader {
        background-color: #3d4a5d;
        color: white;
        font-weight: bold;
        display: table-row;
    }

    .rowDiv {
        border: 1px solid #668db6;
        background-color: white;
        display: table-row;
        height: 30px;
    }

    /*.rowDiv:active {
            background: linear-gradient(#5B6479,#4C5566);
            color: white;
        }*/

    .cellDivHeader {
        /*border-right: 1px solid #D4D4D4;*/
        display: table-cell;
        padding: 1px;
        text-align: center;
        vertical-align: middle;
        height: 40px;
    }

    .cellDiv {
        /*border-right: 1px solid #D4D4D4;*/
        display: table-cell;
        padding: 5px;
        text-align: left;
        border-bottom: 1px solid white;
        vertical-align: middle;
        line-break: loose;
    }


    .rowDiv:nth-child(odd) {
        border: 1px solid #668db6;
        background-color: #F0F0F0;
        display: table-row;
        height: 30px;
    }

    .lastCell {
        border-right: none;
    }
}


.searchPatientPaddingleft {
    padding-left: 0px;
}
/*@media(max-width:1024px){

}*/
@media (min-width: 760px) and (max-width: 1024px) and (orientation: portrait) {
    .MessagesMainViewgridWith5rows_sm .k-grid-content {
        height: 525px !important;
    }

    .UnsignedLabResultsViewgridWith5rows_sm .k-grid-content {
        height: 530px !important;
    }

    .UnsignedLabResultsViewgridWith5rows_smInDetailView .k-grid-content {
        height: 477px !important;
    }
    /*.ViewDocumentsFromPatientChartgridWith5rows_sm .k-grid-content {
        height: 234px !important;
    }*/
}

@media (min-width: 750px) and (max-width: 1010px) and (orientation: portrait) {
    .gridWith8rows_sm .k-grid-content {
        height: 380px !important;
    }
}

@media (min-width: 750px) and (max-width: 1024px) and (orientation: portrait) {
    .gridWith5rows_sm .k-grid-content {
        height: 330px !important;
        /*width: 100%;
        border: 1px solid rgb(212,212,212);*/
    }

    /*.ViewDocumentsFromPatientChartgridWith5rows_sm .k-grid-content {
        height: 594px !important;
    }*/
    .InboxGridWith5Rows .k-grid-content {
        height: 219px !important;
    }



    .PsychDiagnosisCodegridWith5rows_sm .k-grid-content {
        height: 324px !important;
    }

    .ProblemListAddNewgridWith5rows_sm .k-grid-content {
        height: 258px !important;
    }

    .sendToSelectingUserNamegridWith5rows_sm .k-grid-content {
        height: 258px !important;
    }

    .sendToSelectedUserNamegridWith5rows_sm {
        height: 258px !important;
    }

    .eRxSendingSummaryElectronicRxDrugsInfogridWith5rows_sm .k-grid-content {
        height: 168px !important;
    }

    .eRxSendingSummaryCurrentErxSentPharmaciesgridWith5rows_sm .k-grid-content {
        height: 168px !important;
    }

    .eRxSendingSummaryPreviousErxSentPharmaciesgridWith5rows_sm .k-grid-content {
        height: 168px !important;
    }

    .gridWith6rows_sm .k-grid-content {
        height: 240px !important;
        /*width: 100%;
        border: 1px solid rgb(212,212,212);*/
    }
}
/*@media (max-width: 750px) and (orientation: portrait) {
    .MessagesMainViewgridWith5rows_sm .k-grid-content{
         height: 190px !important;
    }
}*/
@media (max-width: 760px) and (orientation: portrait) {
    .ViewDocumentsFromPatientChartgridWith5rows_sm .k-grid-content {
        height: 190px !important;
    }

    .UnsignedLabResultsViewgridWith5rows_sm .k-grid-content {
        height: 190px !important;
    }

    .UnsignedLabResultsViewgridWith5rows_smInDetailView .k-grid-content {
        height: 195px !important;
    }

    .MessagesMainViewgridWith5rows_sm .k-grid-content {
        height: 408px !important;
    }
}

@media (max-width: 750px) and (orientation: portrait) {
    .gridWith5rows_sm .k-grid-content {
        height: 190px !important;
        /*width: 100%;
        border: 1px solid rgb(212,212,212);*/
    }

    .gridWith8rows_sm .k-grid-content {
        height: 200px !important;
    }

    .ViewDocumentsFromPatientChartgridWith5rows_sm .k-grid-content {
        height: 169px !important;
    }

    .InboxGridWith5Rows .k-grid-content {
        height: 219px !important;
    }

    .gridWith6rows_sm .k-grid-content {
        height: 240px !important;
        /*width: 100%;
        border: 1px solid rgb(212,212,212);*/
    }

    .gridImageAlign {
        text-align: left;
    }

    .gridImageAlign-right {
        text-align: left;
    }
}

@media (max-width: 764px) {
    .FormsInPortalGridWith5Rows_sm .k-grid-content {
        height: 220px !important;
    }
}





@media (max-width: 651px) {
    #divselectionrecurringdates {
        padding-right: 0px;
    }

    #divforwardDown {
        display: block;
    }

    #divforwardRight {
        display: none;
    }
}

.countsbadge1 {
    background-color: white;
    border-radius: 10px;
    color: #5f5959;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-height: 18px;
    min-width: 25px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.mws-form-message {
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #d2d2d2;
    padding: 15px 8px 15px 45px;
    position: relative;
    vertical-align: middle;
    background-color: #f8f8f8;
    background-position: 12px 17px;
    background-repeat: no-repeat;
    margin-bottom: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .mws-form-message p,
    .mws-form-message ul,
    .mws-form-message ol {
        margin: 0;
    }

        .mws-form-message ul li,
        .mws-form-message ol li {
            list-style-position: inside;
            list-style-type: inherit;
            margin: 0;
        }

    .mws-form-message.error {
        background-color: #ffcbca;
        background-image: url(../../../UITheme/images/message-error.png);
        border-color: #eb979b;
        color: #9b4449;
    }

    .mws-form-message.success {
        background-color: #e1f1c0;
        background-image: url(../../../UITheme/images/message-success.png);
        border-color: #b5d56d;
        color: #62a426;
    }

    .mws-form-message.warning {
        background-color: #fef0b1;
        background-image: url(../../../UITheme/images/message-warning.png);
        border-color: #ddca76;
        color: #a98b15;
    }

    .mws-form-message.info {
        background-color: #bce5f7;
        background-image: url(../../../UITheme/images/message-info.png);
        border-color: #a6d3e8;
        color: #11689E;
        text-align: center; /*added by mahesh for text align center*/
    }

.mws-panel-body.no-padding .mws-form-message {
    margin-bottom: 0;
    border-width: 0 0 1px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .mws-panel-body.no-padding .mws-form-message + .mws-form-message {
        border-top: 0;
    }

.input-group-addon-icons {
    background-color: white;
    border: none;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

.ActiveItemTextColor {
    color: #007BB9;
}

.InActiveItemTextColor {
    color: #333;
}

.ActiveItemInListView {
    color: white;
    background-color: #0072C5 !important;
}


.AOEIconInactive {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/AOEtext.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
}

.AOEIconActive {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/AOEgreen.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
}

.DxLinkedIconInactive {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/DxLinkedIconGray.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 62px;
    padding-right: 13px;
    background-size: 99%;
    margin-right: 10px;
}

.DxLinkedIconActive {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/DxIconLinkedGreen.png);
    background-repeat: no-repeat;
    cursor: pointer;
    vertical-align: sub;
    margin-left: 10px;
    padding-right: 13px;
    background-size: 100%;
    margin-right: 10px;
    padding-left: 62px;
}

.DxIconInactive {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/DxIcon2.jpg);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 21px;
    /*padding-right: 13px;*/
    background-size: 99%;
    margin-right: 7px;
}

.DxIconActive {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/DxIconGreen2.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 21px;
    /*padding-right: 13px;*/
    background-size: 99%;
    margin-right: 7px;
}

.DxYesIconInActive {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/DxNoIconGray.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 21px;
    /*padding-right: 13px;*/
    background-size: 92%;
    vertical-align: sub;
    padding-right: 45px;
}

.DxYesIconActive {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/DxYesIconActive.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 21px;
    /*padding-right: 13px;*/
    background-size: 99%;
    margin-right: 7px;
    vertical-align: sub;
    padding-right: 45px;
}

.RIconActive {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/RICONACTIVE.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
}

.RIconInActive {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/RICONINACTIVEBlack.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
}

.ROIconInActive {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/moreoptionsblack.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 21px;
    padding-right: 18px;
    margin-top: 5px;
}

.ROIconActive {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/moreoptionsgreen.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 21px;
    padding-right: 18px;
    margin-top: 5px;
}

.PortalMessagesIcons {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/PortalMesg.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
}

.crossmarkclose {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/1404327303_DeleteRed.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 10px;
}

.rightIcon {
    color: #47a447;
    margin-left: 7px;
    font-size: 20px;
    margin-top: 5px;
}

.wrongIcon {
    color: red;
    font-size: 21px;
    margin-left: 7px;
    margin-top: 5px;
}

.crossmarkDelete {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/1404327303_DeleteRed.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 4px;
    padding-left: 5px;
    padding-right: 10px;
}

.PhoneVerificationSMSIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/PhoneSMSForVerification.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 4px;
    padding-left: 6px;
    padding-right: 100px;
    background-size: 94%;
    font-size: 98px;
}

.EmailAndPhoneVerificationIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/PCAndSmsVerf.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 4px;
    padding-left: 6px;
    padding-right: 100px;
    background-size: 94%;
    font-size: 98px;
}

.EmailVerificationPC {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/emailMessageMobile.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 4px;
    padding-left: 6px;
    padding-right: 100px;
    background-size: 94%;
    font-size: 98px;
}


.SquareIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/square-64.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 6px;
    padding-right: 32px;
    background-size: 94%;
}

.RectangleIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/rectangleIcon.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 6px;
    /*padding-right: 32px;
    background-size:94%;*/
    padding-right: 6px;
    background-size: 100%;
}

.CircleIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/circle.png);
    background-repeat: no-repeat;
    cursor: pointer;
    /*padding-left: 6px;
    padding-right: 32px;
    background-size:94%;*/
    padding-left: 6px;
    padding-right: 6px;
    background-size: 100%;
}

.TraingleIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/Triangle.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 6px;
    padding-right: 32px;
    background-size: 94%;
}

.LineIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/line.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 6px;
    /*padding-right: 32px;*/
    padding-right: 6px;
    background-size: 94%;
}

.FreeDrawingIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/FreeDrawingIcon.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 6px;
    /*padding-right: 32px;
    background-size:94%;*/
    padding-right: 6px;
    background-size: 100%;
}

.ClockIconWhite {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/ClockIconWhite.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 6px;
    /*padding-right: 32px;
    background-size:94%;*/
    padding-right: 6px;
    background-size: 100%;
}

.ClockIconBlack {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/ClockIconBlack.png);
    background-repeat: no-repeat;
    cursor: pointer;
    /*padding-left: 6px;
    /*padding-right: 32px;
    background-size:94%;*/
    /*padding-right: 6px;
    background-size: 100%;*/
}

.StampIconWhite {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/StampIcon.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 6px;
    /*padding-right: 32px;
    background-size:94%;*/
    padding-right: 6px;
    background-size: 100%;
}

.TextIconWhite {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/texticonInWhite.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 6px;
    /*padding-right: 32px;
    background-size:94%;*/
    padding-right: 6px;
    background-size: 100%;
}

.StampIconBlackColor {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/StampIconBlackColor.png);
    background-repeat: no-repeat;
    cursor: pointer;
    /*padding-left: 6px;
    padding-right: 32px;
    background-size:94%;
    padding-right: 6px;
    background-size: 100%;*/
}

.SignatureIconWhite {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/signature.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 6px;
    /*padding-right: 32px;
    background-size:94%;*/
    padding-right: 6px;
    background-size: 100%;
}

.SignatureIconBlack {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/signature_pen_document_text-512.png);
    background-repeat: no-repeat;
    cursor: pointer;
    /*padding-left: 6px;
    /*padding-right: 32px;
    background-size:94%;*/
    padding-right: 6px;
    background-size: 100%;
}

.ClearIconWhite {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/ClearIconWhite.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 6px;
    /*padding-right: 32px;
    background-size:94%;*/
    padding-right: 6px;
    background-size: 100%;
}

.SignatureIconWithDate {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/SignatureWithDate.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 6px;
    /*padding-right: 32px;
    background-size:94%;*/
    padding-right: 6px;
    background-size: 100%;
}

.SignatureIconWithDateBlackColor {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/SignatureWithDateIconBlack.png);
    background-repeat: no-repeat;
    cursor: pointer;
    /*padding-left: 6px;
    padding-right: 32px;
    background-size:94%;
    padding-right: 6px;
    background-size: 100%;*/
}

.HighLightIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/HighLightIcon.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 6px;
    /*padding-right: 32px;
    background-size:94%;*/
    padding-right: 6px;
    background-size: 100%;
}

.SignatureTime1 {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/annotaionsimages/SignatureTime1.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 6px;
    /*padding-right: 32px;
    background-size:94%;*/
    padding-right: 6px;
    background-size: 100%;
}

.SignatureDateWhiteColorIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/annotaionsimages/SignatureWithDateIconWhite3.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 6px;
    /*padding-right: 32px;
    background-size:94%;*/
    padding-right: 6px;
    background-size: 100%;
}

.ClearIconBlack {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/CleanIconBlack.png);
    background-repeat: no-repeat;
    cursor: pointer;
    /*padding-left: 6px;
    /*padding-right: 32px;
    background-size:94%;*/
    /*padding-right: 6px;
    background-size: 100%;*/
}

.AnnotationsIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/AnnotationWhiteImage.png);
    background-repeat: no-repeat;
    cursor: pointer;
    /*padding-left: 6px;
    /*padding-right: 32px;
    background-size:94%;*/
    /*padding-right: 6px;
    background-size: 100%;*/
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10+ CSS styles go here */
    .crossmarkDelete {
        border-color: #a6d3e8;
        color: #11689E;
        background-image: url(../../../UITheme/images/1404327303_DeleteRed.png);
        background-repeat: no-repeat;
        cursor: pointer;
        margin-left: 4px;
        padding-left: 5px;
        padding-right: 10px;
        vertical-align: text-top;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10+ CSS styles go here */
    .crossmarkclose {
        border-color: #a6d3e8;
        color: #11689E;
        background-image: url(../../../UITheme/images/1404327303_DeleteRed.png);
        background-repeat: no-repeat;
        cursor: pointer;
        /*margin-left: 4px;*/
        padding-left: 5px;
        padding-right: 10px;
        vertical-align: text-top;
    }
}

.ReviewIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/1421084340_001_06.gif);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 4px;
    padding-left: 5px;
    padding-right: 18px;
    /*padding-bottom: 20px;*/
    vertical-align: top;
    background-size: 90%;
}

.MovetoRight {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/1409659693_gtk-go-back-rtl.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 18px;
    /*padding-bottom: 5px;*/
}


.PreviewIconGreen {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/PreviewIcon.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 18px;
}




.RefreshIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/1409654606_adept_update.png);
    background-repeat: no-repeat;
    cursor: pointer;
    /*margin-left: 15px;
    padding-left: 10px;
    padding-right: 15px;
    padding-bottom: 15px;
    vertical-align: top;*/
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 10px;
    /*padding-bottom: 10px;*/
}

.RefreshIconGreen {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/refreshicongreen.png);
    background-repeat: no-repeat;
    cursor: pointer;
    /*margin-left: 15px;
    padding-left: 10px;
    padding-right: 15px;
    padding-bottom: 15px;
    vertical-align: top;*/
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 10px;
    /*padding-bottom: 10px;*/
}

.RefreshIconInBlackColor {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/FileRefreshIcon.png);
    background-repeat: no-repeat;
    cursor: pointer;
    /*margin-left: 15px;
    padding-left: 10px;
    padding-right: 15px;
    padding-bottom: 15px;
    vertical-align: top;*/
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 10px;
    /*padding-bottom: 10px;*/
}

.RefreshIconInWhiteColor {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/refreshInWhite.png);
    background-repeat: no-repeat;
    cursor: pointer;
    /*margin-left: 15px;
    padding-left: 10px;
    padding-right: 15px;
    padding-bottom: 15px;
    vertical-align: top;*/
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 10px;
    /*padding-bottom: 10px;*/
}

.RefreshIconInBlackColor {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/refresh-black.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 10px;
}

.PatientIconColor {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/patienticon.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 10px;
}

.MuteIconColor {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/muteIcon2.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
}

.VedioIconColor {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/stopvideo.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
}

.StopIconColor {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/stopicon.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
}

.Addicon {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/GroupTherapyIcons/Add.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 10px;*/
}

.WhiteAddIcon {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/WhiteAddIcon.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 10px;*/
}

.InsuranceHealthPlanicon {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/Insurance.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
}


.AddFreeTexticon {
    border-color: #a6d3e8;
    background-image: url('../../images/addfreetexticon.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 75%;
}

.ContextMenuIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/1422710147_menu-128.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 4px;
    padding-left: 15px;
    padding-right: 13px;
    padding-bottom: 3px;
    background-size: 75%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10+ CSS styles go here */
    .ContextMenuIcon {
        border-color: #a6d3e8;
        background-image: url('../../images/1422710147_menu-128.png');
        background-repeat: no-repeat;
        cursor: pointer;
        margin-left: 4px;
        padding-left: 15px;
        padding-right: 13px;
        padding-bottom: 3px;
        background-size: 75%;
        vertical-align: text-top;
    }
}


.RemainderViewMenuIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/letter-r-24.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 4px;
    padding-left: 15px;
    padding-right: 13px;
    padding-bottom: 3px;
    background-size: 75%;
}

.PharmaciesIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/rsz_1rsz_1rsz_rx_symbol_black_italic_plain.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 4px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 75%;
}

.CollapseIcon1 {
    border-color: #a6d3e8;
    background-image: url('../../images/arrow-227-64.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 5px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 75%;
}

.ExpandIconDownWardsBlackColorBackGround {
    border-color: #a6d3e8;
    background-image: url('../../images/arrow-165-32.jpg');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 5px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 75%;
}

.ExpandIcon1 {
    border-color: #a6d3e8;
    background-image: url('../../images/arrow-166-64.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 75%;
}

.DoubleArrowUpwardsSkyBlueColor {
    border-color: #a6d3e8;
    background-image: url('../../images/arrow-165-48.gif');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 75%;
}

.DoubleArrowDownwardsSkyBlueColor {
    border-color: #a6d3e8;
    background-image: url('../../images/arrow-227-48.gif');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 75%;
}

.ExpandIconDownWards {
    border-color: #a6d3e8;
    background-image: url('../../images/arrow-166-24.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 75%;
}

.CollapseIconUpwards {
    border-color: #a6d3e8;
    background-image: url('../../images/arrow-228-24.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 75%;
}

.ArrowUpIconWhiteColor {
    border-color: #a6d3e8;
    background-image: url('../../images/arrow-166-32.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 75%;
}

.ArrowUpIconWhiteColor {
    border-color: #a6d3e8;
    background-image: url('../../images/arrow-166-32.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 75%;
}

.ArrowDownIconWhiteColor {
    border-color: #a6d3e8;
    background-image: url('../../images/arrow-228-32.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 75%;
}
.AttachedDocumnetsIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/AttachedDocuments.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 75%;
}
.BriefIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/view-details-64-1.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 75%;
    padding-top: 3px;
}

.Today {
    border-color: #a6d3e8;
    background-image: url('../../images/today-32.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 75%;
}

.ClockIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/Clock.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    padding-bottom: 5px;
    background-size: 75%;
}

.ExportIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/EXPORTICON.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 75%;
}


.ExporttoExcelIconBlackColor {
    border-color: #a6d3e8;
    background-image: url('../../images/1450101449_file-excel.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 75%;
}

.ExporttoExcelIconBlueColor {
    border-color: #a6d3e8;
    background-image: url('../../images/ExportToExcelIconBlue.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 75%;
}


.CheckInIcon {
    border-color: #a6d3e8;
    background-image: url('../../icons/EMR/checkin.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 75%;
}

.DischargeIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/Discharge.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    padding-bottom: 8px;
    background-size: 75%;
}

.BriefIconBlackColor {
    border-color: #a6d3e8;
    background-image: url('../../images/view-details-64.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 75%;
}


.DetailIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/details-large-view-64-1.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 60%;
    padding-top: 5px;
}

.CreditCardIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/CreditCard.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 60%;
    padding-top: 5px;
}

.EasyFormEditIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/easyformediticon.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 60%;
    padding-top: 5px;
}

.openChartIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/openchart1.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 100%;
    padding-top: 5px;
}

.addAlertIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/addalerticon.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 100%;
    padding-top: 5px;
}

.addAlertIcon1 {
    border-color: #a6d3e8;
    background-image: url('../../images/addalerticon.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 100%;
    padding-top: 5px;
}

.patientTrackerIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/imageedit_3_8520473774.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 100%;
    padding-top: 5px;
}

.HxIconWithWhite {
    border-color: #a6d3e8;
    background-image: url('../../images/HxWhiteIcon.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 11px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 100%;
    /*padding-top: 5px;*/
}

.stickyNotesIcon1 {
    border-color: #a6d3e8;
    background-image: url('../../images/sticky1.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 100%;
    padding-top: 5px;
}

.stickyNotesIconFromRibbon {
    border-color: #a6d3e8;
    background-image: url('../../images/stickygreen1.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 100%;
    padding-top: 5px;
}

/* Changed the Sticky Notes Icon Styles to Align the Icon Properly in all Desktop Resolutions (Nav : Add Inbox / To Do Folder Popup) -- by Sai Sindhu Chintala on 17th June 2019 */
@media(min-width:750px) {
    .stickyNotesIcon2 {
        border-color: #a6d3e8;
        background-image: url('../../images/sticky1.png');
        background-repeat: no-repeat;
        cursor: pointer;
        margin-left: 0px;
        padding-left: 15px;
        padding-right: 9px;
        /*padding-bottom: 22px;*/
        background-size: 100%;
        padding-top: 0px;
    }
}
/* Changed the Sticky Notes Icon Styles to Align the Icon Properly in Mobile and Ipad View (Nav : Add Inbox / To Do Folder Popup) -- by Sai Sindhu Chintala on 17th June 2019 */
@media(max-width:750px) {
    .stickyNotesIcon2 {
        border-color: #a6d3e8;
        background-image: url('../../images/sticky1.png');
        background-repeat: no-repeat;
        cursor: pointer;
        margin-left: 1px;
        padding-left: 22px;
        padding-right: 8px;
        /*padding-bottom: 22px;*/
        background-size: 100%;
        /*padding-top: 64px;*/
    }
}


.DocSearchIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/ViewSearchRightRed1.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 100%;
    padding-top: 5px;
}

.criticalLabsIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/CriticalLabs.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 100%;
    padding-top: 5px;
}

.criticalLabs1Icon {
    border-color: #a6d3e8;
    background-image: url('../../images/CriticalLabs1.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 100%;
    padding-top: 5px;
}

.CreditCardIcon1Icon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/CreditCard1.png);
    background-repeat: no-repeat;
    cursor: pointer;
    /*margin-left: 15px;
    padding-left: 10px;
    padding-right: 15px;
    padding-bottom: 15px;
    vertical-align: top;*/
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 10px;
    /*padding-bottom: 10px;*/
}

.MapMarkerIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/map-marker-2-32.gif');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 60%;
    padding-top: 5px;
}

.WarningBrownColourIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/warning-5-32.gif');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 60%;
    padding-top: 5px;
}

.EmailNewPostIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/new-post-32.gif');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 60%;
    padding-top: 5px;
}

.ServicesOrangeColourIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/user-3-32.gif');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 60%;
    padding-top: 5px;
}

.CopyIcon {
    border-color: #a6d3e8;
    background-image: url('../../icons/gCons/copy-item.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 25px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 65%;
    padding-top: 5px;
}

.DocumentIcon1 {
    border-color: #a6d3e8;
    background-image: url('../../images/documents-24.gif');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 60%;
    padding-top: 5px;
}

.FilterIcon {
    border-color: #a6d3e8;
    background-image: url('../../../PdfJsViewer/web/images/empty-filter-32.gif');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 60%;
    padding-top: 5px;
}

.DocumentIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/DocumentIcon3.ico');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    background-size: 85%;
}


.StickyNotesIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/note-2-48.ico');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 60%;
    padding-top: 5px;
}

.PhoneIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/phone-68-32.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 60%;
    padding-top: 0px;
}

.FaxSuccessIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/phone-55-48 (1).png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 22px;
    /*padding-bottom: 22px;*/
    background-size: 99%;
    padding-top: 0px;
}

.FaxPendingIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/phone-55-48 (3).png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 22px;
    /*padding-bottom: 22px;*/
    background-size: 99%;
    padding-top: 0px;
}

.FaxFailedIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/phone-55-48 (2).png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 22px;
    /*padding-bottom: 22px;*/
    background-size: 99%;
    padding-top: 0px;
}

.HxIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/HxIcon1.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 22px;
    /*padding-bottom: 22px;*/
    background-size: 99%;
    padding-top: 0px;
}

.GridMoveIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/GridMoveIcon.gif');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 60%;
}



.DetailIconBlackColor {
    border-color: #a6d3e8;
    background-image: url('../../images/details-large-view-64.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 60%;
}


.xmlIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/xml-128-2.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 60%;
}

.xmlIconWhiteColor {
    border-color: #a6d3e8;
    background-image: url('../../images/excel-2-256-1.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 60%;
}

.NotesIcon {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/GroupTherapyIcons/createNotes.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 14px;
    padding-right: 6px;
}

.EditIcon {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/GroupTherapyIcons/Edit.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 14px;
    padding-right: 6px;
}

.DeleteIcon {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/GroupTherapyIcons/Delete.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 10px;*/
}

.RecurringIcon {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/GroupTherapyIcons/Recurring.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 27px;
    /*padding-bottom: 10px;*/
    background-size: 25px 25px;
    vertical-align: sub;
}

.ScannerIcon {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/scanner.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    padding-bottom: 10px;
}

.PrinterIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/imgPrinter.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 10px;*/
}


.PreviewIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/imgView.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 10px;*/
}

.MedHxIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/imgCross.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 10px;*/
}

.MedHxIconWhiteColor {
    border-color: #a6d3e8;
    background-image: url('../../images/imgCross_white.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 10px;*/
}

.MedHxIconBlackColor {
    border-color: #a6d3e8;
    background-image: url('../../images/imgCross(1).png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 20px;
    /*padding-bottom: 10px;*/
}

.GiveApptIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/rptAppointment.Image.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 10px;*/
}

.NextIcon {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/Next1.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 10px;*/
}

.PreviousIcon {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/Previous1.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 10px;*/
}

.CollapseIcon {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/collapse.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 10px;*/
}

.ExpandIcon {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/expand.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 10px;*/
}

.ExpandIconInPopup {
    height: 28px;
    width: 30px;
    background-size: 80%;
    background-position: center;
    /*background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjAwJyBoZWlnaHQ9JzIwMCcgZmlsbD0iIzk5OTk5OSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMCAxMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiM5OTk5OTk7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQoJLnN0MXtmaWxsOm5vbmU7c3Ryb2tlOiM5OTk5OTk7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KPC9zdHlsZT48Zz48bGluZSBjbGFzcz0ic3QwIiB4MT0iMjQuMiIgeTE9IjcwLjgiIHgyPSI2Ny43IiB5Mj0iMjcuMyIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02NiwzNC40YzEuOCwxLjEsMi45LDMsMi45LDUuMXYzLjkiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjQuMiw2NC44Yy0yLjctMC42LTQuNy0zLTQuNy01LjlWMzkuNWMwLTMuMywyLjctNiw2LTZINTQiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNjkuMSw1NXYzLjljMCwzLjMtMi43LDYtNiw2SDM3LjYiLz48cG9seWxpbmUgY2xhc3M9InN0MSIgcG9pbnRzPSI2OS4xLDQzLjQgNzksMzcuNyA3OSw2MC43IDY5LjEsNTUgICIvPjwvZz48L3N2Zz4=);*/
    background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' viewBox='0 0 512 512' id='_26_Forward' data-name='26 Forward' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg id='Group_66' data-name='Group 66'%3E%3Cg id='Group_65' data-name='Group 65'%3E%3Cpath id='Path_33' data-name='Path 33' d='M256,0C114.625,0,0,114.609,0,256,0,397.375,114.625,512,256,512S512,397.375,512,256C512,114.609,397.375,0,256,0Zm0,448C149.969,448,64,362.031,64,256S149.969,64,256,64s192,85.969,192,192S362.031,448,256,448Z' fill-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cpath id='Path_34' data-name='Path 34' d='M384,256,256,160v72l-96-72V352l96-72v72Z' fill-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat; 
}

.CollapseIconInPopup {
    height: 28px;
    width: 30px;
    background-size: 80%;
    background-position: center;
    /*background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjAwJyBoZWlnaHQ9JzIwMCcgZmlsbD0iIzk5OTk5OSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMCAxMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiM5OTk5OTk7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQoJLnN0MXtmaWxsOm5vbmU7c3Ryb2tlOiM5OTk5OTk7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KPC9zdHlsZT48Zz48bGluZSBjbGFzcz0ic3QwIiB4MT0iMjQuMiIgeTE9IjcwLjgiIHgyPSI2Ny43IiB5Mj0iMjcuMyIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02NiwzNC40YzEuOCwxLjEsMi45LDMsMi45LDUuMXYzLjkiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjQuMiw2NC44Yy0yLjctMC42LTQuNy0zLTQuNy01LjlWMzkuNWMwLTMuMywyLjctNiw2LTZINTQiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNjkuMSw1NXYzLjljMCwzLjMtMi43LDYtNiw2SDM3LjYiLz48cG9seWxpbmUgY2xhc3M9InN0MSIgcG9pbnRzPSI2OS4xLDQzLjQgNzksMzcuNyA3OSw2MC43IDY5LjEsNTUgICIvPjwvZz48L3N2Zz4=);*/
    background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' viewBox='0 0 512 512' id='_26_Forward' data-name='26 Forward' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' transform='rotate(180)'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg id='Group_66' data-name='Group 66'%3E%3Cg id='Group_65' data-name='Group 65'%3E%3Cpath id='Path_33' data-name='Path 33' d='M256,0C114.625,0,0,114.609,0,256,0,397.375,114.625,512,256,512S512,397.375,512,256C512,114.609,397.375,0,256,0Zm0,448C149.969,448,64,362.031,64,256S149.969,64,256,64s192,85.969,192,192S362.031,448,256,448Z' fill-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cpath id='Path_34' data-name='Path 34' d='M384,256,256,160v72l-96-72V352l96-72v72Z' fill-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat; 

}


.Doctor1 {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/Doctor1_grey.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    padding-bottom: 10px;
}

.Nurse {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/Nurse_grey.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    padding-bottom: 10px;
}

.StatusIcon1 {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/ok_grey.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 10px;*/
}

.TodayDateCalenderIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/1410963410_today.png);
    background-repeat: no-repeat;
    cursor: pointer;
    /*margin-left: 15px;
    padding-left: 10px;
    padding-right: 15px;
    padding-bottom: 15px;
    vertical-align: top;*/
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 10px;
    /*padding-bottom: 10px;*/
    vertical-align: top;
}

.signOffTemplateIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/check-mark.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    /*padding-bottom: 15px;*/
}

.signOff2TemplateIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/SignOff2.png);
    background-repeat: no-repeat;
    cursor: pointer;
    /*padding-left: 30px;
    margin-left: 10px;*/
    /*padding-bottom: 15px;*/
}

.signOffTemplateIconInWhiteColor {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/check-mark-3-32-1.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    /*padding-bottom: 15px;*/
}

.UploadIconWhiteColor {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/upload-2-32.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
}

.PrintIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/printer-32.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    /*padding-bottom: 15px;*/
}

.PrintIconInGreenColor {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/PrintIconInGreen1.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    /*padding-bottom: 15px;*/
}

.ReportsIcon1 {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/ReportsIcon.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 34px;
    padding-top: 6px;
    padding-bottom: 15px;
    background-size: 96%;
}

.DocumentsIconInWhite {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/documentswhiteColor.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    /*padding-bottom: 15px;*/
}

.NotesIconInWhite {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/notesInWhiteColor.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    /*padding-bottom: 15px;*/
}

.ResetPasswordBlackIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/ResetPasswordIcon.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
}

.ResetPasswordBlackIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/ResetPasswordIcon.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
}

.ChangeUserBlackIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/change_user.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
}

.PrintIconInBlueColor {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/PrintIconInBlueColor.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    /*padding-bottom: 15px;*/
}


.PrintIconInWhiteColor {
    border-color: #a6d3e8;
    background-image: url('../../images/printer-32-1.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 10px;*/
}

.FaxIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/phone-55-32-1.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    /*padding-bottom: 15px;*/
}

.FaxIconBlack {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/phone-55-48.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
}

.FaxIconInWhiteColor {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/phone-55-32-2.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    /*padding-bottom: 15px;*/
}

.CheckWithCrossMark {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/checkwithCross2.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    /*padding-bottom: 15px;*/
}

.SearchIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../icons/gCons/search.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    /*padding-bottom: 15px;*/
}

.InfoIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/info-5-32.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    /*padding-bottom: 15px;*/
}

.InfoIconBlackColor {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../images/info-5-32-1.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    /*padding-bottom: 15px;*/
}

.AddCommentsIcon1 {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/comments-32.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    /*padding-bottom: 15px;*/
}

.AddCommentsIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/comments-32.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    /*padding-bottom: 15px;*/
}

.CommentsIconInWhiteColor {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/commentsYellowNewIcon.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    /*padding-bottom: 15px;*/
}

.CommentsIconInGreenColor {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/commentsgreen.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    /*padding-bottom: 15px;*/
}

.CommentsIconInYellowColor {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/commentsyellow.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    /*padding-bottom: 15px;*/
}

.GoogleColorPickerIcon{
    background-image: url('../../../UITheme/images/googlecolorpicker.png');
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 20px;
    top: 1px;
    color: #fff
}

.StrikeThroughIconInYellowColor {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/strikethrough2.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    /*padding-bottom: 15px;*/
}
/*.CommentsIconInWhiteColor {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/comments-32-1.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
}*/
.commentsIconInWhiteColorForVerticalToolbar {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/comments-32-1.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.reminderIcon {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/appointment-reminders-64.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-right: 15px;
    background-size: 98%;
}

.chartclose {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/1404327303_DeleteRed.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
}

.NotesAttendeeIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/Notes.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
}

.CheckedUserIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/checked_user.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
}

.CheckedInIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/checked_user.png);
    background-repeat: no-repeat !important;
    /*cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;*/
    background-size: 50%;
}

.CheckedOutIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/checked_user1.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
}



.PharmacyIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/Pharmacy.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
}

.CreateNewIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/Createnew.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    background-size: 97%;
}

.DeletingIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/delete-32-1.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
}

.DoneIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/Done.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    background-size: 94%;
}

.DraftIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/Draft.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
}

.FarwardIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/forward-32.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    background-size: 94%;
}

.InboxIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/inbox-7-32.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
}

.ReplyIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/reply-32.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    background-size: 94%;
}

.ReplyAllIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/replyall.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    background-size: 94%;
}

.SentMailIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/sentmail.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
}

.ReplyIconDisable {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/reply-32-1.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    background-size: 94%;
}

.ReplyAllIconDisable {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/replyallDisable.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    background-size: 94%;
}

.FarwardIconDisable {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/forward-32-1.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    background-size: 94%;
}

.CollapseIconLeftToRight {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/arrow-71-32-1.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    background-size: 95%;
}

.ExpandIconLeftToRight {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/arrow-46-32-1.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    background-size: 95%;
}

.entypo-UnReadWithPriority {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/unread_priority_red.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    background-size: 60%;
}

.entypo-ReadWithPriority {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/read_priority_red.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    background-size: 60%;
}

.entypo-Read {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/read_message-1.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    background-size: 60%;
}

.entypo-UnRead {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/message-32.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    background-size: 60%;
}


.SMSIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/SMS.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    background-size: 60%;
}

.Common-List {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/Common-List.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    background-size: 60%;
}

.Practice-List {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/Practice-List.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    background-size: 67%;
}

/*added by anusha ch*/
.FaddedLine {
    margin: 5px 0;
    height: 1px;
    border: 0;
    background: black;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, black));
}
/*.StickyNotesIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/StickyNotesIcon.ico');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    background-size: 60%;
}*/

.SearchStartingWith {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/SearchStartingWith.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    background-size: 85%;
}

.SearchAnyPart {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/SearchAnyPart.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    background-size: 85%;
}

.SearchStartingWithInBlack {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/SearchStartingWithInBlack.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    background-size: 85%;
}

.SearchAnyPartInBlack {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/SearchAnyPartInBlack.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    background-size: 85%;
}


.GreenDollarIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/greenDollarIcon.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 26px;
    margin-left: 5px;
    background-size: 94%;
    padding-top: 6px;
    /* margin-right: 2px; */
}



@media (max-width: 400px) {
    .CreateNewIcon {
        border-color: #a6d3e8;
        color: #11689E;
        background-image: url(../../../UITheme/images/Createnew.png);
        background-repeat: no-repeat;
        cursor: pointer;
        padding-left: 30px;
        margin-left: 10px;
        background-size: 85%;
    }

    .ReplyIcon {
        border-color: #a6d3e8;
        color: #11689E;
        background-image: url('../../../UITheme/images/reply-32.png');
        background-repeat: no-repeat;
        cursor: pointer;
        padding-left: 30px;
        margin-left: 10px;
        background-size: 85%;
    }

    .ReplyAllIcon {
        border-color: #a6d3e8;
        color: #11689E;
        background-image: url('../../../UITheme/images/replyall.png');
        background-repeat: no-repeat;
        cursor: pointer;
        padding-left: 30px;
        margin-left: 10px;
        background-size: 85%;
    }

    .FarwardIcon {
        border-color: #a6d3e8;
        color: #11689E;
        background-image: url('../../../UITheme/images/forward-32.png');
        background-repeat: no-repeat;
        cursor: pointer;
        padding-left: 30px;
        margin-left: 10px;
        background-size: 85%;
    }

    .DoneIcon {
        border-color: #a6d3e8;
        color: #11689E;
        background-image: url('../../../UITheme/images/Done.png');
        background-repeat: no-repeat;
        cursor: pointer;
        padding-left: 30px;
        margin-left: 10px;
        background-size: 85%;
    }

    .ReplyIconDisable {
        border-color: #a6d3e8;
        color: #11689E;
        background-image: url('../../../UITheme/images/reply-32-1.png');
        background-repeat: no-repeat;
        cursor: pointer;
        padding-left: 30px;
        margin-left: 10px;
        background-size: 85%;
    }

    .ReplyAllIconDisable {
        border-color: #a6d3e8;
        color: #11689E;
        background-image: url('../../../UITheme/images/replyallDisable.png');
        background-repeat: no-repeat;
        cursor: pointer;
        padding-left: 30px;
        margin-left: 10px;
        background-size: 85%;
    }

    .FarwardIconDisable {
        border-color: #a6d3e8;
        color: #11689E;
        background-image: url('../../../UITheme/images/forward-32-1.png');
        background-repeat: no-repeat;
        cursor: pointer;
        padding-left: 30px;
        margin-left: 10px;
        background-size: 85%;
    }
}

.RelationIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/Relation.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    background-size: 85%;
}

.MessagesIconInWhiteColor {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/MessagesIconInwhite.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    background-size: 85%;
}

.DateTimeIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/DateTimeIcon.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 100%;
    padding-top: 5px;
}

.CustomGridCellTemplate {
    padding-left: 5px !important;
    vertical-align: middle !important;
}

.popup-header {
    min-height: 16.42857143px;
    padding: 15px;
    padding-bottom: 0px;
    padding-top: 0px;
    /*background-color: #3D4A5D;*/
    background-color: #0072C5;
    border: 0px;
    /*border-radius: 5px 5px 0px 0px;*/
    /*border-bottom: 1px solid #e5e5e5;*/
}

    .popup-header .close {
        margin-top: -2px;
        padding-top: 10px;
        opacity: .9;
        color: white;
        right: 10px;
        position: absolute;
    }


        .popup-header .close:hover,
        .popup-header .close:focus {
            color: white;
            text-decoration: none;
            cursor: pointer;
            filter: alpha(opacity=50);
            opacity: .9;
        }




.thumbnail {
    line-height: 20px;
    margin-bottom: 5px;
    overflow: hidden;
    word-break: normal;
}

    .thumbnail img {
        /*max-width: 400px;*/
        max-height: 350px;
    }

.gallery-box {
    width: 200px;
    padding: 5px;
    margin: 7px;
    float: left;
    min-height: 200px;
    border: 1px solid #ddd;
    overflow: hidden;
}

    .gallery-box .progress {
        margin-bottom: 0;
    }

    .gallery-box .thumbnail {
        height: 188px;
        width: 188px;
    }

    .gallery-box .title {
        height: 22px;
        overflow: hidden;
        display: block;
    }


.notification-container {
    position: relative;
    width: 16px;
    height: 16px;
    top: 15px;
    left: 15px;
}

.notification-counter {
    position: absolute;
    top: -7px;
    left: 12px;
    background-color: rgba(212, 19, 13, 1);
    color: #fff;
    border-radius: 3px;
    padding: 0px 5px;
    font-size: 11px;
}

.SendLetterIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/SendLetterInBlack - Copy.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 75%;
}

.sendPortalMessageIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/portalmessage.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    background-size: 100%;
    padding-top: 5px;
}

.sendMessageIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/message.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    background-size: 100%;
    padding-top: 5px;
}

.ExpandPlus {
    border-color: #a6d3e8;
    background-image: url('../../images/ExpandPlusIcon.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    background-size: 100% !important;
    padding-top: 5px;
}

.CollapseMinus {
    border-color: #a6d3e8;
    background-image: url('../../images/CollapseMinusIcon.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    background-size: 100%;
    padding-top: 5px;
}

/*********************  USER TOOLS CSS BLOCK START  ************************/

/* User Toolbar
================================================== */

#mws-user-tools {
    float: right;
    margin-top: -6px;
    margin-right: 10px;
}

    #mws-user-tools .mws-dropdown-menu,
    #mws-user-tools #mws-user-info {
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0 4px;
    }

    #mws-user-tools .mws-dropdown-menu {
        /*margin-top: 4px;*/
    }

    #mws-user-tools #mws-user-info {
        height: 32px;
        padding: 4px;
    }

        #mws-user-tools #mws-user-info #mws-user-photo {
            width: 28px;
            height: 28px;
            padding: 2px;
            float: left;
            background: #fff;
            position: relative;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

            #mws-user-tools #mws-user-info #mws-user-photo img {
                max-width: 100%;
                max-height: 100%;
            }

        #mws-user-tools #mws-user-info #mws-user-functions {
            margin: 0 4px 0 40px;
            font-size: 11px;
            line-height: 16px;
        }

            #mws-user-tools #mws-user-info #mws-user-functions ul,
            #mws-user-tools #mws-user-info #mws-user-functions ul li {
                margin: 0;
                padding: 0;
                list-style: none;
            }

                #mws-user-tools #mws-user-info #mws-user-functions ul li {
                    display: inline;
                    margin-right: 4px;
                }

                    #mws-user-tools #mws-user-info #mws-user-functions ul li a {
                        text-decoration: none;
                        color: #ffffff;
                    }

                        #mws-user-tools #mws-user-info #mws-user-functions ul li a:hover {
                            text-decoration: underline;
                        }

    /* User Toolbar Dropdown Menu
================================================== */

    #mws-user-tools .mws-dropdown-menu .mws-dropdown-notif {
        position: absolute;
        display: block;
        min-width: 37px;
        height: 18px;
        line-height: 19px;
        padding: 0 2px;
        font-size: 13px;
        text-align: center;
        color: #ffffff;
        background-color: #428bca;
        top: -4px;
        left: 60%;
        z-index: 101;
        /*-webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 8px;*/
    }

    #mws-user-tools .mws-dropdown-menu .mws-dropdown-trigger {
        display: block;
        padding: 0;
        color: #555;
        outline: none;
        overflow: hidden;
        text-decoration: none;
        position: relative;
        padding: 4px;
        /*border: 1px solid #ccc;*/
        text-align: center;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        #mws-user-tools .mws-dropdown-menu .mws-dropdown-trigger [class*="brankic-"] {
            font-size: 22px;
            line-height: 24px;
            width: 24px;
            height: 24px;
        }

    #mws-user-tools .mws-dropdown-menu .mws-dropdown-box {
        display: none;
        position: absolute;
        right: 0;
        width: 200px;
        top: 100%;
        margin-top: -1px;
        padding: 10px;
        background: none repeat scroll 0 0 #2a313a;
        border: 1px solid #565656;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

        #mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content {
            background: #ffffff;
        }

        #mws-user-tools .mws-dropdown-menu .mws-dropdown-box ul,
        #mws-user-tools .mws-dropdown-menu .mws-dropdown-box ul li {
            margin: 0;
            list-style: none;
            font-size: 13px;
        }

        /* User Toolbar Dropdown Styles
================================================== */

        #mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content ul.mws-messages li a {
            padding-left: 32px;
        }

        #mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content .mws-dropdown-viewall a,
        #mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content ul li a {
            padding: 4px 8px;
            text-decoration: none;
            color: #323232;
            display: block;
            border-bottom: 1px solid #d0d0d0;
        }

        #mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content .mws-dropdown-viewall a {
            border: 0;
            font-size: 12px;
        }

            #mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content .mws-dropdown-viewall a:hover {
                background-color: #d5d5d5;
            }

        #mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content ul.mws-messages li:hover a,
        #mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content ul.mws-notifications li:hover a {
            background-color: #d5d5d5 !important;
            border-bottom-color: #bbbbbb;
        }

        #mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content ul.mws-messages li.read a {
            background: url(icons/icol16/src/email_open.png) no-repeat 8px center;
        }

        #mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content ul.mws-messages li.unread a {
            background: url(icons/icol16/src/email.png) no-repeat 8px center #f0f0f0;
        }

        #mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content ul.mws-notifications li.unread a {
            background: #f0f0f0;
        }

        #mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content ul.mws-messages li .message,
        #mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content ul.mws-notifications li .message {
            overflow: hidden;
            display: block;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        #mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content ul.mws-messages li .sender {
            font-weight: bold;
        }

        #mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content ul.mws-messages li .sender,
        #mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content ul.mws-messages li .time,
        #mws-user-tools .mws-dropdown-menu .mws-dropdown-box .mws-dropdown-content ul.mws-notifications li .time {
            font-size: 0.9em;
            display: block;
        }

    /* User Toolbar Toggled Dropdown Styles
================================================== */

    #mws-user-tools .mws-dropdown-menu.open .mws-dropdown-box {
        display: block;
        z-index: 99;
    }

    #mws-user-tools .mws-dropdown-menu.open .mws-dropdown-trigger {
        border-bottom: none;
        z-index: 100;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }


/*********************  USER TOOLS CSS BLOCK END  ************************/


.spinner {
    width: 64px;
}

    .spinner input {
        text-align: right;
    }

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

    .input-group-btn-vertical > .btn {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 8px;
        margin-left: -1px;
        position: relative;
        border-radius: 0;
    }

        .input-group-btn-vertical > .btn:first-child {
            border-top-right-radius: 4px;
        }

        .input-group-btn-vertical > .btn:last-child {
            margin-top: -2px;
            border-bottom-right-radius: 4px;
        }

    .input-group-btn-vertical i {
        position: absolute;
        top: 0;
        left: 4px;
    }

.popover {
    background: black !important;
    color: white;
    font-size: 12px;
}

    .popover.bottom .arrow:after {
        border-bottom-color: black;
    }


.scrollbars::-webkit-scrollbar-track { /* comment by lakshmi B for getting scroll bar proper background color*/
    /*background: #fc6286;
    background: -moz-linear-gradient(left, #fc6286 0%, #860221 50%, #660018 51%, #e1093b 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fc6286), color-stop(50%,#860221), color-stop(51%,#660018), color-stop(100%,#e1093b));
    background: -webkit-linear-gradient(left, #fc6286 0%,#860221 50%,#660018 51%,#e1093b 100%);
    background: -o-linear-gradient(left, #fc6286 0%,#860221 50%,#660018 51%,#e1093b 100%);
    background: -ms-linear-gradient(left, #fc6286 0%,#860221 50%,#660018 51%,#e1093b 100%);
    background: linear-gradient(to right, #fc6286 0%,#860221 50%,#660018 51%,#e1093b 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc6286', endColorstr='#e1093b',GradientType=1 );
}

.scrollbars::-webkit-scrollbar {
    width: 17px;
    height: 5px;
}

.scrollbars::-webkit-scrollbar-button:start:decrement,
.scrollbars::-webkit-scrollbar-button:end:increment {
    display: none;
}

.scrollbars::-webkit-scrollbar-track-piece {
    background-color: #3b3b3b;
    -webkit-border-radius: 4px;
}

.scrollbars::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 6px;
    background: #ccc;
}


.EMR_container {
    position: relative;
    float: left;
    width: 100%;
    min-height: 600px;
}

.EMR-loading-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0,0,0,0.7);
}

.EMR-loading {
    width: 200px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -100px;
    text-align: center;
    font-size: 14px;
    z-index: 9999;
    line-height: 40px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 11px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 11px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 11px 3px rgba(0,0,0,0.5);
}



/* for kendo grid header auto wrapping  */
.k-grid .k-grid-header .k-header .k-link {
    height: auto;
    color: white !important;
    /*color: black !important;*/
}

.k-grid .k-grid-header .k-header {
    white-space: normal;
}
/* for kendo grid header auto wrapping  */

/*added by mahesh for field set bootstrapping of legend*/
legend {
    width: inherit; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
}


/* added by mahesh for viewing  at the lower device compatability */

@media screen and (max-width:991px) {

    .visibleAtMobile {
        display: normal;
    }

    .hideAtMobile {
        display: none;
    }
}

@media (max-width:991px) {
    .TestLinkedToDiagnosisMoveIconVisibleAtMobile {
        display: normal;
    }

    .TestLinkedToDiagnosisMoveIconHideAtMobile {
        display: none;
    }
}

@media (min-width:990px) {
    .TestLinkedToDiagnosisMoveIconVisibleAtMobile {
        display: none;
    }

    .TestLinkedToDiagnosisMoveIconHideAtMobile {
        display: normal;
    }
}



@media (max-width:449px) {

    .BedCensusVisibleAtMobile {
        display: normal;
    }

    .BedCensushideAtMobile {
        display: none;
    }

    .groupTherapyVisibleAtMobile {
        display: normal;
    }

    .groupTherapyHideAtMobile {
        display: none;
    }

    .XmlMoveVisibleAtMobile {
        display: none;
    }

    .XmlMoveHideAtMobile {
        display: normal;
    }

    .LabsTestVisibleAtMobile {
        display: normal;
    }

    .LabsTestHideAtMobile {
        display: none;
    }

    .MoveIconVisibleAtMobile {
        display: normal;
    }

    .MoveIconHideAtMobile {
        display: none;
    }
}

@media (min-width:450px) {
    .BedCensusVisibleAtMobile {
        display: none;
    }

    .BedCensushideAtMobile {
        display: normal;
    }

    .groupTherapyVisibleAtMobile {
        display: none;
    }

    .groupTherapyHideAtMobile {
        display: normal;
    }

    .XmlMoveVisibleAtMobile {
        display: none;
    }

    .XmlMoveHideAtMobile {
        display: normal;
    }

    .LabsTestVisibleAtMobile {
        display: none;
    }

    .LabsTestHideAtMobile {
        display: normal;
    }

    .MoveIconVisibleAtMobile {
        display: none;
    }

    .MoveIconHideAtMobile {
        display: normal;
    }
}

@media screen and (max-width:991px) {
    .mobile-margin-bottom {
        margin-bottom: 15px;
    }


    .notesView {
        width: 100%;
        height: 200px;
    }

    .infoAlignMent {
        font-size: 20px;
        top: 50px;
        text-align: center;
    }
}

@media(min-width:300px) and (max-width:700px) {
    .hiddenInxs {
        display: none !important;
    }
}

@media(min-width:700px) and (max-width:2000px) {
    .visibleInxs {
        display: none !important;
    }
}

@media (min-width:992px) {
    .visibleAtMobile {
        display: none;
    }

    .hideAtMobile {
        display: none;
    }

    .notesView {
        width: 100%;
        height: 430px;
    }

    .infoAlignMent {
        font-size: 20px;
        top: 150px;
        text-align: center;
    }
}

.gridInPopup .k-grid-content {
    height: 330px;
}
/* added by mahesh for viewing  at the lower device compatability */




/* BYSY LOADING IMAGE CSS BLOCK START */
.busyLoading {
    position: fixed;
    right: 65px;
    top: 2px;
    display: none;
    z-index: 999999999;
    height: 31px;
    width: 31px;
}

.busyLoading-holder {
    position: fixed;
    background-color: #808080;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999999999;
    display: none;
}
/* BYSY LOADING IMAGE CSS BLOCK END */

.empty-grid {
    color: #888;
    /*height: 80%;*/
    text-align: center;
    line-height: 25px;
    font-size: 13pt;
}


.entypo-popup {
    cursor: pointer;
}

.entypo-popup1 {
    cursor: pointer;
}

.input-group-radius {
    border-radius: 4px !important;
}

/* INFORNATION MESSAGES CSS BLOCK START */
.emr_info, .emr_success, .emr_warning, .emr_error {
    margin: 50px 0px;
    padding: 12px;
    border-radius: 4px;
}

.emr_info {
    color: #00529B;
    background-color: #BDE5F8;
}

.emr_success {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.emr_warning {
    color: #9F6000;
    background-color: #FEEFB3;
}

.emr_error {
    color: #D8000C;
    background-color: #FFBABA;
}

    .emr_info i, .emr_success i, .emr_warning i, .emr_error i {
        margin: 10px 22px;
        font-size: 2em;
        vertical-align: middle;
    }

/* INFORNATION MESSAGES CSS BLOCK END */


/* OVERRIDING MESSENGER MESSAGES CSS BLOCK START */

ul.messenger.messenger-fixed.messenger-on-bottom {
    bottom: 2px !important;
}

ul.messenger.messenger-fixed.messenger-on-right, ul.messenger.messenger-fixed.messenger-on-left {
    width: 350px !important;
}

ul.messenger.messenger-fixed.messenger-on-top.messenger-on-right, ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-right {
    right: 2px !important;
}

/* OVERRIDING MESSENGER MESSAGES CSS BLOCK END */
.k-virtual-scrollable-wrap {
    overflow-x: hidden !important; /* for not displaying the scrolling in the grid when lazy binding is applied*/
}

/*added by mahesh p on 03/15/2017*/
@media screen (max-width: 1024px) {
    .k-virtual-scrollable-wrap {
        overflow-x: auto !important; /* for not displaying the scrolling in the grid when lazy binding is applied*/
    }
}


a {
    cursor: pointer;
}

/* ###### GRID COLUMN WIDTH BLOCK START ##############  */

/*@media (min-width:1000px) {*/
.lg-grdColWidth10px {
    width: 10px !important;
}

.lg-grdColWidth20px {
    width: 20px !important;
}

.lg-grdColWidth30px {
    width: 30px !important;
}

.lg-grdColWidth40px {
    width: 40px !important;
}

.lg-grdColWidth50px {
    width: 50px !important;
}

.lg-grdColWidth60px {
    width: 60px !important;
}

.lg-grdColWidth70px {
    width: 70px !important;
}

.lg-grdColWidth80px {
    width: 80px !important;
}

.lg-grdColWidth90px {
    width: 90px !important;
}

.lg-grdColWidth100px {
    width: 100px !important;
}

.lg-grdColWidth110px {
    width: 110px !important;
}

.lg-grdColWidth120px {
    width: 120px !important;
}

.lg-grdColWidth130px {
    width: 130px !important;
}

.lg-grdColWidth140px {
    width: 140px !important;
}

.lg-grdColWidth150px {
    width: 150px !important;
}

.lg-grdColWidth160px {
    width: 160px !important;
}

.lg-grdColWidth170px {
    width: 170px !important;
}

.lg-grdColWidth180px {
    width: 180px !important;
}

.lg-grdColWidth190px {
    width: 190px !important;
}

.lg-grdColWidth200px {
    width: 200px !important;
}

.lg-grdColWidth210px {
    width: 210px !important;
}

.lg-grdColWidth220px {
    width: 220px !important;
}

.lg-grdColWidth230px {
    width: 230px !important;
}

.lg-grdColWidth240px {
    width: 240px !important;
}

.lg-grdColWidth250px {
    width: 250px !important;
}

.lg-grdColWidth260px {
    width: 260px !important;
}

.lg-grdColWidth270px {
    width: 270px !important;
}

.lg-grdColWidth280px {
    width: 280px !important;
}

.lg-grdColWidth290px {
    width: 290px !important;
}

.lg-grdColWidth300px {
    width: 300px !important;
}

.lg-grdColWidth310px {
    width: 310px !important;
}

.lg-grdColWidth320px {
    width: 320px !important;
}

.lg-grdColWidth330px {
    width: 330px !important;
}

.lg-grdColWidth340px {
    width: 340px !important;
}

.lg-grdColWidth350px {
    width: 350px !important;
}

.lg-grdColWidth360px {
    width: 360px !important;
}

.lg-grdColWidth370px {
    width: 370px !important;
}

.lg-grdColWidth380px {
    width: 380px !important;
}

.lg-grdColWidth390px {
    width: 390px !important;
}

.lg-grdColWidth400px {
    width: 400px !important;
}

.lg-grdColWidth410px {
    width: 410px !important;
}

.lg-grdColWidth420px {
    width: 420px !important;
}

.lg-grdColWidth430px {
    width: 430px !important;
}

.lg-grdColWidth440px {
    width: 440px !important;
}

.lg-grdColWidth450px {
    width: 450px !important;
}

.lg-grdColWidth460px {
    width: 460px !important;
}

.lg-grdColWidth470px {
    width: 470px !important;
}

.lg-grdColWidth480px {
    width: 480px !important;
}

.lg-grdColWidth490px {
    width: 490px !important;
}

.lg-grdColWidth500px {
    width: 500px !important;
}

.lg-grdColWidth510px {
    width: 510px !important;
}

.lg-grdColWidth520px {
    width: 520px !important;
}

.lg-grdColWidth530px {
    width: 530px !important;
}

.lg-grdColWidth540px {
    width: 540px !important;
}

.lg-grdColWidth550px {
    width: 550px !important;
}

.lg-grdColWidth560px {
    width: 560px !important;
}

.lg-grdColWidth570px {
    width: 570px !important;
}

.lg-grdColWidth580px {
    width: 580px !important;
}

.lg-grdColWidth590px {
    width: 590px !important;
}

.lg-grdColWidth600px {
    width: 600px !important;
}

.lg-grdColWidth610px {
    width: 610px !important;
}

.lg-grdColWidth620px {
    width: 620px !important;
}

.lg-grdColWidth630px {
    width: 630px !important;
}

.lg-grdColWidth640px {
    width: 640px !important;
}

.lg-grdColWidth650px {
    width: 650px !important;
}

.lg-grdColWidth660px {
    width: 660px !important;
}

.lg-grdColWidth670px {
    width: 670px !important;
}

.lg-grdColWidth680px {
    width: 680px !important;
}

.lg-grdColWidth690px {
    width: 690px !important;
}

.lg-grdColWidth700px {
    width: 700px !important;
}
/*}*/


@media (min-width:500px) {
    .md-grdColWidth10px {
        width: 10px !important;
    }

    .md-grdColWidth20px {
        width: 20px !important;
    }

    .md-grdColWidth30px {
        width: 30px !important;
    }

    .md-grdColWidth40px {
        width: 40px !important;
    }

    .md-grdColWidth50px {
        width: 50px !important;
    }

    .md-grdColWidth60px {
        width: 60px !important;
    }

    .md-grdColWidth70px {
        width: 70px !important;
    }

    .md-grdColWidth80px {
        width: 80px !important;
    }

    .md-grdColWidth90px {
        width: 90px !important;
    }

    .md-grdColWidth100px {
        width: 100px !important;
    }

    .md-grdColWidth110px {
        width: 110px !important;
    }

    .md-grdColWidth120px {
        width: 120px !important;
    }

    .md-grdColWidth130px {
        width: 130px !important;
    }

    .md-grdColWidth140px {
        width: 140px !important;
    }

    .md-grdColWidth150px {
        width: 150px !important;
    }

    .md-grdColWidth160px {
        width: 160px !important;
    }

    .md-grdColWidth170px {
        width: 170px !important;
    }

    .md-grdColWidth180px {
        width: 180px !important;
    }

    .md-grdColWidth190px {
        width: 190px !important;
    }

    .md-grdColWidth200px {
        width: 200px !important;
    }

    .md-grdColWidth210px {
        width: 210px !important;
    }

    .md-grdColWidth220px {
        width: 220px !important;
    }

    .md-grdColWidth230px {
        width: 230px !important;
    }

    .md-grdColWidth240px {
        width: 240px !important;
    }

    .md-grdColWidth250px {
        width: 250px !important;
    }

    .md-grdColWidth260px {
        width: 260px !important;
    }

    .md-grdColWidth270px {
        width: 270px !important;
    }

    .md-grdColWidth280px {
        width: 280px !important;
    }

    .md-grdColWidth290px {
        width: 290px !important;
    }

    .md-grdColWidth300px {
        width: 300px !important;
    }

    .md-grdColWidth310px {
        width: 310px !important;
    }

    .md-grdColWidth320px {
        width: 320px !important;
    }

    .md-grdColWidth330px {
        width: 330px !important;
    }

    .md-grdColWidth340px {
        width: 340px !important;
    }

    .md-grdColWidth350px {
        width: 350px !important;
    }

    .md-grdColWidth360px {
        width: 360px !important;
    }

    .md-grdColWidth370px {
        width: 370px !important;
    }

    .md-grdColWidth380px {
        width: 380px !important;
    }

    .md-grdColWidth390px {
        width: 390px !important;
    }

    .md-grdColWidth400px {
        width: 400px !important;
    }

    .md-grdColWidth410px {
        width: 410px !important;
    }

    .md-grdColWidth420px {
        width: 420px !important;
    }

    .md-grdColWidth430px {
        width: 430px !important;
    }

    .md-grdColWidth440px {
        width: 440px !important;
    }

    .md-grdColWidth450px {
        width: 450px !important;
    }

    .md-grdColWidth460px {
        width: 460px !important;
    }

    .md-grdColWidth470px {
        width: 470px !important;
    }

    .md-grdColWidth480px {
        width: 480px !important;
    }

    .md-grdColWidth490px {
        width: 490px !important;
    }

    .md-grdColWidth500px {
        width: 500px !important;
    }

    .md-grdColWidth510px {
        width: 510px !important;
    }

    .md-grdColWidth520px {
        width: 520px !important;
    }

    .md-grdColWidth530px {
        width: 530px !important;
    }

    .md-grdColWidth540px {
        width: 540px !important;
    }

    .md-grdColWidth550px {
        width: 550px !important;
    }

    .md-grdColWidth560px {
        width: 560px !important;
    }

    .md-grdColWidth570px {
        width: 570px !important;
    }

    .md-grdColWidth580px {
        width: 580px !important;
    }

    .md-grdColWidth590px {
        width: 590px !important;
    }

    .md-grdColWidth600px {
        width: 600px !important;
    }

    .md-grdColWidth610px {
        width: 610px !important;
    }

    .md-grdColWidth620px {
        width: 620px !important;
    }

    .md-grdColWidth630px {
        width: 630px !important;
    }

    .md-grdColWidth640px {
        width: 640px !important;
    }

    .md-grdColWidth650px {
        width: 650px !important;
    }

    .md-grdColWidth660px {
        width: 660px !important;
    }

    .md-grdColWidth670px {
        width: 670px !important;
    }

    .md-grdColWidth680px {
        width: 680px !important;
    }

    .md-grdColWidth690px {
        width: 690px !important;
    }

    .md-grdColWidth700px {
        width: 700px !important;
    }
}



/* ###### GRID COLUMN WIDTH BLOCK START ##############  */

/* added by mahesh in tab resolutions background-color for the drop downs is default so overriding it  */
.k-list-container {
    background-color: white !important;
}
/* added by mahesh in tab resolutions background-color for the drop downs is default so overriding it  */

.EMRMultiColumnListView ul {
    list-style-type: none;
    counter-reset: section;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}

    .EMRMultiColumnListView ul li {
        padding-left: 30px;
        position: relative;
    }

        .EMRMultiColumnListView ul li:before {
            counter-increment: section;
            margin: 0 0 0 -34px;
            text-align: right;
            width: 2em;
            display: inline-block;
            position: absolute;
            height: 100%;
        }


/*the following are the styles for the emr anchor list*/
.EMRAnchorListView ul {
    margin: 0;
    padding: 0;
    list-style-type: none !important;
    text-align: left;
    overflow: hidden;
    /*Style Removed for Adding Multi Line to the Anchor LIst by Sandhya G on 03/30/2020*/
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    /*position: absolute;*/
}
    /*.EMRAnchorListView ul li:nth-last-child(1) {    
display : none;
}*/

    .EMRAnchorListView ul li {
        display: inline;
        padding: .1em .39em;
        font-style: italic;
    }

        .EMRAnchorListView ul li:before {
            padding: .2em 1em;
            text-align: right;
            width: 2em;
            display: inline-block;
            position: absolute;
            height: 100%;
        }

.EMRAnchorListViewSelectedColumn {
    color: white;
    background-color: #428bca;
}

.EMRAnchorListPaddings {
    padding: 0px 5px 0px !important;
    border: none !important;
    background-color: white !important;
    vertical-align: baseline !important;
}

@media (max-width : 991px) {
    .mobile-anchorList {
        display: table-cell !important;
    }

    .hidden-at600 {
        display: none;
    }

    .hidden-at600QTY {
        display: none;
    }
}

/*custom widths in rare case*/
/*@media (max-width : 767px) {
    .visibleColumnWidthForEMRAnchorList {
        width: auto !important;
    }
}*/

@media(max-width : 991px) {
    .EMRAnchorListView ul {
        overflow: hidden;
        /*white-space: normal;
        width: auto !important;*/
    }
}

/*custom widths in rare case*/
@media (min-width : 991px) {
    .mcol-md2 {
        width: 18%;
    }


    .mcol-md3 {
        width: 23%;
    }

    .hidden-at600QTY {
        display: inline-flex;
    }
}

/*.k-input {
    padding: .25em 0 !important;
}*/



#notesEditor .box {
    margin: 0px auto !important;
    padding: 0px !important;
}


#notesEditor table.k-editor {
    height: 700px;
    /*background : linear-gradient(#5B6479,#4C5566);*/
}


.k-editor-toolbar li {
    display: inline-flex !important;
}


.k-safari .k-editor-toolbar li {
    display: inline-flex !important;
}

.k-webkit .k-editor-toolbar li {
    display: inline-flex !important; /*for desktops*/
}

@media screen and (max-width : 740px) and (min-width : 500px) and (orientation : landscape) {
    #notesEditor table.k-editor {
        height: 350px !important;
        /*background : linear-gradient(#5B6479,#4C5566);*/
    }
}



@media screen and (max-width : 1024px) and (min-width : 740px) and (orientation : portrait) {
    #notesEditor table.k-editor {
        height: 650px !important;
        /*background : linear-gradient(#5B6479,#4C5566);*/
    }

    .k-editor-toolbar li {
        display: inline-flex !important;
        display: -webkit-inline-flex !important; /*for mobiles and ipads*/
    }
}


@media screen and (max-width : 1024px) and (min-width : 740px) and (orientation : landscape) {
    .k-editor-toolbar li {
        display: inline-flex !important;
        display: -webkit-inline-flex !important; /*for mobiles and ipads*/
    }

    #notesEditor table.k-editor {
        height: 420px !important;
        /*background : linear-gradient(#5B6479,#4C5566);*/
    }
}



/*  STYLE BLOCK BLOCK FOR THE EMR GRID TYPE LIST ADDED BY MAHESH P */

.EMRListGridRow {
    /*border: 1px solid #D4D4D4;*/
    background-color: white;
    height: auto !important;
    /*min-height: 150px !important;*/
    width: 100% !important;
}


    .EMRListGridRow:nth-child(odd) {
        /*background-color: #F0F0F0;*/
        height: auto !important;
        /*min-height: 150px !important;*/
        min-height: 30px !important;
        width: 100% !important;
        display: table-row;
    }

.EMRListGridRow {
    border: 1px solid #668db6;
    background-color: white;
    display: table-row;
    height: 30px;
}


    .EMRListGridRow:nth-child(odd) {
        /*border: 1px solid #668db6;*/
        /*background-color: #F0F0F0;*/
        display: table-row;
        height: 20px;
    }

.EMRListGridCellDiv {
    position: relative !important;
    /* white-space: pre-wrap; */
    min-height: 30px;
    overflow-y: auto;
    height: auto !important;
    overflow: hidden;
    list-style: none;
}

    .EMRListGridCellDiv:before {
        display: block;
        float: left;
        position: absolute;
        left: 10px;
        font-weight: bold;
        line-height: 30px;
        top: 0;
    }

.EMRListGridCellDiv {
    /*border-right: 1px solid #D4D4D4;*/
    display: table-cell;
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid white;
    vertical-align: middle;
    line-break: loose;
}

.EMRListGridCellDiv {
    position: relative !important;
    /* white-space: pre-wrap; */
    min-height: 30px;
    overflow-y: auto;
    height: auto !important;
    overflow: hidden;
    list-style: none;
}




/*  STYLE BLOCK BLOCK FOR THE EMR GRID TYPE LIST ADDED BY MAHESH P */

.EMRFocus {
    border: 1px solid #64bdfe;
    border-radius: 2px;
    height: inherit;
}

/** bootstrap and kendo styles overriding written by mahesh p*/
/*.form-control {
    border-radius: 0px !important;
}

#signin.clear .content {
    border-radius: 0px !important;
}

#signin .content {
    border-radius: 0px !important;
}

.k-block, .k-button, .k-textbox, .k-drag-clue, .k-touch-scrollbar, .k-window, .k-window-titleless .k-window-content, .k-window-action, .k-inline-block, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-autocomplete, .k-multiselect, .k-combobox, .k-dropdown, .k-dropdown-wrap, .k-datepicker, .k-timepicker, .k-colorpicker, .k-datetimepicker, .k-notification, .k-numerictextbox, .k-picker-wrap, .k-numeric-wrap, .k-colorpicker, .k-list-container, .k-calendar-container, .k-calendar td, .k-calendar .k-link, .k-treeview .k-in, .k-editor-inline, .k-tooltip, .k-tile, .k-slider-track, .k-slider-selection, .k-upload {
    border-radius: 0px !important;
}

.fc-state-default.fc-corner-right {
    border-radius: 0px !important;
}

.fc-state-default.fc-corner-left {
    border-radius: 0px !important;
}*/

.k-popup .k-list .k-item, .k-fieldselector .k-list .k-item {
    padding-left: 10px !important;
}

.k-popup .k-list .k-state-hover, .k-popup .k-list .k-state-focused, .k-popup .k-list .k-state-selected, .k-overflow-container .k-state-hover, .k-overflow-container .k-state-focused, .k-overflow-container .k-state-selected, .k-fieldselector .k-list .k-item {
    border-radius: 0px !important;
    padding-left: 10px;
}

.k-grid-content .k-state-selected a {
    color: #ffffff;
}

/*.k-more-events, .k-event, .k-task-single, .k-task-complete, .k-event .k-link {
    border-radius: 0px !important;
}

ul.k-widget.k-reset.k-header.k-menu.k-menu-vertical.k-context-menu.k-popup.k-group.k-state-border-up {
    border-radius: 0px !important;
}

.nav-tabs > li > a {
    border-radius: 0px !important;
}

.btn {
    border-radius: 0px !important;
}

.input-group-addon {
    border-radius: 0px !important;
}

.bootstrap-switch .bootstrap-switch-container {
    border-radius: 0px !important;
}

.bootstrap-switch {
    border-radius: 0px !important;
}*/


/*.k-grid-content {
    overflow-x : hidden !important;
}*/

/** bootstrap and kendo styles overriding written by mahesh p*/

ul[data-role="contextmenu"] {
    font-size: 13.5px !important;
    font-weight: normal !important;
    font-family: 'Inter', sans-serif !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: normal !important;
    background-color: white !important;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1);
    border-radius: 4px !important;
}

.gridIconPosition {
    background-position: 7px !important;
}

.signOffWhiteIcon {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/signoffWhite.png);
    background-repeat: no-repeat !important;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 75%;
}

.signOffBlackIcon {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/signoff.png);
    background-repeat: no-repeat !important;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 75%;
}

.ExportWhiteIcon {
    border-color: #a6d3e8;
    background-image: url('../../../UITheme/images/downloadiconWhite.png') !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 19px;
    padding-right: 13px;
    padding-bottom: 22px;
    background-size: 75%;
}

.signOff10BlackIcon {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/Signoff10Icon1.png);
    background-repeat: no-repeat !important;
    cursor: pointer;
    /*margin-left: 10px;*/
    padding-left: 24px;
    padding-right: 17px;
    /*padding-bottom: 22px;*/
    /*background-size: 100%;*/
}

.alertInBlackIcon {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/alert1.png);
    background-repeat: no-repeat !important;
    cursor: pointer;
    /*margin-left: 10px;*/
    padding-left: 24px;
    padding-right: 17px;
    /*padding-bottom: 22px;*/
    background-size: 100%;
}

.threeLineMenuMobileIcon {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/ThreeLineMenuMobile.png);
    margin-top: 15px;
    padding-top: 35px;
    color: white;
    font-size: 30px;
    margin-right: 10px;
    padding-right: 22px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.SignOffWithBackwardIcon {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/SignOffWithBackward.jpg);
    margin-top: 15px;
    padding-top: 35px;
    color: white;
    font-size: 30px;
    margin-right: 10px;
    padding-right: 22px;
    background-size: 100%;
    background-repeat: no-repeat;
}


@media (max-height : 400px) and (max-width : 600px) and (orientation : landscape) {

    #divDashBoardMenus, #divMenus {
        overflow-y: auto !important;
    }
}

@media (max-width : 650px) and (orientation : landscape) {
    ul.k-widget.k-reset.k-header.k-menu.k-menu-vertical.k-context-menu.k-popup.k-group.k-state-border-up {
        background-color: white;
        border-radius: 6px;
        max-height: 230px;
        overflow-y: auto;
    }

    #context-moreOptionsMenuForDocuments {
        margin-top: 47px;
    }
}

@media(max-width:600px) {
    #context-moreOptionsMenuForDocuments {
        margin-top: 91px;
    }
    /* Overriding the Sticky Notes Icon Padding-Right Property in Mobile View  -- by Sai Sindhu Chintala on 17th June 2019 */
    .stickyNotesIcon2 {
        padding-right: 0px !important;
    }
}



.logoutBlackIcon32 {
    border-color: #a6d3e8;
    background-image: url('../../../UITheme/images/logout64.png') !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 9px;
    background-size: 95%;
    padding-bottom: 15px;
}

.logoutWhiteIcon32 {
    border-color: #a6d3e8;
    background-image: url('../../../UITheme/images/logoutwhite.png') !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 9px;
    background-size: 95%;
    padding-bottom: 15px;
    vertical-align: -webkit-baseline-middle;
}


/*




.k-grid td {
    border-color: lightgray !important;
}

.k-grid-header th.k-header {
    border-color: lightgray !important;
}

*/

/*Frame work changes done by Mahesh P*/
.k-header {
    background-color: #ebf2f6 !important;
}

.k-grid-header, .k-grid-header .k-header {
    background: #0072C5 !important;
    /*background-color: #ebf2f6 !important;*/
}

table [role="grid"] {
    font-size: 13px !important;
}

.k-link:link {
    color: black !important;
}

.k-state-selected {
    background: #0072C5 !important;
}


.nav-tabs > li.active > a {
    color: #0072C5 !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    /*color : black !important;*/
    color: #0072C5 !important;
    background: white;
}

/** {
    border-radius: 0px !important;
}*/

#mws-user-tools .mws-dropdown-menu .mws-dropdown-notif {
    background-color: rgba(0,0,0,.5) !important;
}

#mws-user-tools .mws-dropdown-menu {
    margin-right: 4px;
}

.dropdown-menu li > a {
    line-height: 20px !important;
}

.dropdown-menu {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-width: 0 1px;
    border-style: solid;
    border-color: transparent rgba(255,255,255,0.2) transparent rgba(0,0,0,0.2);
}

/* header */
.navbar .brand {
    width: 200px;
    padding-bottom: 5px;
    padding-top: 5px;
    font: 100 18px/38px 'PT Sans', sans-serif;
    text-decoration: none;
    color: #fff;
    text-shadow: none;
}

.navbar .user_menu {
    margin-left: 0;
}

    .navbar .user_menu .nb_boxes {
        margin: 9px 0 0;
    }

        .navbar .user_menu .nb_boxes .label {
            background: transparent;
            background: rgba(0,0,0,.2) !important;
            padding: 3px 4px;
        }

        .navbar .user_menu .nb_boxes a {
            cursor: pointer;
            float: left;
            margin-right: 8px;
        }

            .navbar .user_menu .nb_boxes a:last-child {
                margin: 0;
            }

    .navbar .user_menu a.dropdown-toggle {
        white-space: nowrap;
    }

    .navbar .user_menu .user_avatar {
        margin-right: 6px;
        height: 20px;
    }

.navbar .nav > li > a {
    text-shadow: none;
    padding: 10px 10px 9px;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background: none;
    color: #fff;
}

.btn_menu {
    display: none;
}

.navbar .nav > li > a, .navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
    color: #fff;
}

.navbar-nav > li > a > .glyphicon {
    font-size: 12px;
    padding-right: 2px;
}

.dropdown-menu li a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.navbar .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-width: 0 1px;
    border-style: solid;
    border-color: transparent rgba(255,255,255,0.2) transparent rgba(0,0,0,0.2);
}

.menuItems {
    background: transparent;
    background: rgba(0,0,0,.2) !important;
    padding: 3px 4px;
    font-size: 14px;
    font-weight: normal !important;
    margin-left: 15px;
}

    .menuItems:hover {
        font-weight: normal !important;
        color: white !important;
        text-decoration: none !important;
    }

.menuItemsWithoutCount {
    color: white;
    margin-left: 20px;
    text-decoration: none;
    font-size: 20px;
}

    .menuItemsWithoutCount:hover {
        color: white;
        text-decoration: none;
    }


/*.dropdown-menu {
    left: auto !important;
}*/


a.dashboardplan {
    color: white !important;
}




#sidebar-default .menu-section ul li a:hover {
    background: #cfcfcf !important;
}

#sidebar-default {
    background: #eee !important;
}

    #sidebar-default .menu-section ul li a {
        color: black !important;
        /*text-shadow: 1px 1px 0 #efefef;*/
    }

    #sidebar-default .menu-section ul li {
        margin: 0;
        /*border: 1px solid #ddd;*/
    }

    #sidebar-default .menu-section ul {
        margin-top: 0px !important;
    }

        #sidebar-default .menu-section ul li a {
            color: black !important;
        }

            #sidebar-default .menu-section ul li a.active {
                background: #0072C5 !important;
                color: white !important;
                /*border-radius: 10px !important;*/
            }

        #sidebar-default .menu-section ul li > .submenu {
            top: 0;
            margin-bottom: 0;
            padding-bottom: 0;
        }

            #sidebar-default .menu-section ul li > .submenu li a {
                background: white;
                border: none;
                margin: 0;
            }

    #sidebar-default .menu-section .submenu li {
        border: 0px !important;
    }

    #sidebar-default .menu-section ul li > .submenu {
        border-bottom: 0px;
        border-top: 1px solid #ccc;
    }

    #sidebar-default .menu-section ul li a i.fa-chevron-down {
        color: inherit;
    }

    #sidebar-default .menu-section ul li a.toggled {
        /*background: #cfcfcf !important;*/
        color: white !important;
        background: #0072C5 !important;
    }

    /*.scrollbars::-webkit-scrollbar-track-piece {
    background: #cfcfcf !important;
}*/

    #sidebar-default .bottom-menu > ul > li > a {
        background: #0072C5 !important;
    }

label {
    font-weight: normal;
}

.fc-state-down:hover, .fc-state-active:hover {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad;
}

.btn-default {
    background: #0072C5 !important;
    color: white !important;
}

    .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
        color: #fff !important;
        background-color: #3276b1;
        border-color: #285e8e;
    }

.fc-state-default {
    color: #333;
    background-color: #e6e6e6 !important;
    border-color: #adadad;
    /*comment by lakshmi as for new requirements*/
    /*background: #0072C5 !important;
    color: white !important;
    border-color: #adadad;*/
}

    .fc-state-default :hover {
        background: #0072C5 !important;
        color: white !important;
        border-color: #adadad;
        /*comment by lakshmi as for new requirements*/
        /*color: #333;
        background-color: #e6e6e6 !important;
        border-color: #adadad;*/
    }

.fc-state-down, .fc-state-active {
    /*comment by lakshmi as for new requirements*/
    /*color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad;*/
    background: #0072C5 !important;
    color: white !important;
    border-color: #adadad;
}

.fc-state-default :hover {
    background: #0072C5 !important;
    color: white !important;
    border-color: #adadad;
    /*comment by lakshmi as for new requirements*/
    /*color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad;*/
}

.fc-button:hover {
    background: #0072C5 !important;
    color: white !important;
    border-color: #adadad;
    /*comment by lakshmi as for new requirements*/
    /*color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad;*/
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
    background: #0072C5 !important;
    color: white !important;
}

.k-state-hover {
    background: #0072C5 !important;
    color: white !important;
}

.k-state-focused.k-state-selected {
    box-shadow: inset 0 0 3px 4px transparent !important;
    -webkit-box-shadow: inset 0 0 3px 4px transparent !important;
    color: white !important;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background: #0072C5 !important;
}

#content .menubar .page-title {
    float: none;
}
/*Frame work changes done by Mahesh P*/

.invalid-slot {
    /*background-color: #dddddd !important;*/
    /* changes added by mahesh p on 07/07/2017  Task #15364  */
    background-color: white !important;
}


/*kendo multiselect place holder */
/*.k-multiselect .k-input
{
  color: #B1B1B1;
  font-weight: 400;
  font-size: 14px;
}*/

/*kendo multiselect place holder */
#inner-editor {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px;
}





/*#logoutMenu {
      width: 80px; }*/
#logoutMenu .current-user {
    position: relative;
    padding: 0 20px;
    margin-bottom: 20px;
    height: 63px;
}

    #logoutMenu .current-user .name {
        color: #fff;
        font-size: 15px;
        text-decoration: none;
        padding: 10px 0;
        display: block;
        position: relative;
    }

        #logoutMenu .current-user .name .avatar {
            max-width: 41px;
            border-radius: 50%;
            position: relative;
            top: 2px;
            margin-right: 12px;
        }

        #logoutMenu .current-user .name span {
            position: relative;
            top: 5px;
        }

@media (min-width: 768px) and (max-width: 991px) {
    #logoutMenu .current-user .name span {
        display: none;
    }
}

#logoutMenu .current-user .name span .fa-chevron-down {
    font-size: 10px;
    margin-left: 7px;
    position: relative;
    top: -1px;
    color: #9BABBB;
}

#logoutMenu .current-user {
    position: relative;
    background: linear-gradient(#3d4a5d, #3f4c5c), #686e78;
    -webkit-box-shadow: inset rgba(255, 255, 255, 0.16) 0 1px 0;
    -moz-box-shadow: inset rgba(255, 255, 255, 0.16) 0 1px 0;
    color: #fff;
    padding: 0 20px;
    height: 63px;
    margin-bottom: 20px;
}

    #logoutMenu .current-user .name {
        color: #F0F5FA;
        font-size: 15px;
        padding: 10px 0;
        display: block;
        text-decoration: none;
        position: relative;
        text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
    }

        #logoutMenu .current-user .name .avatar {
            max-width: 41px;
            border-radius: 50%;
            position: relative;
            top: 2px;
            margin-right: 12px;
        }

        #logoutMenu .current-user .name span {
            position: relative;
            top: 4px;
        }

@media (min-width: 768px) and (max-width: 991px) {
    #logoutMenu .current-user .name span {
        display: none;
    }
}

#logoutMenu .current-user .name span .fa-chevron-down {
    font-size: 10px;
    margin-left: 7px;
    position: relative;
    top: -2px;
}

#logoutMenu .current-user .menu {
    position: absolute;
    left: 35px;
    top: 60px;
    background: #fff;
    width: 165px;
    z-index: 999;
    border-radius: 3px;
    padding: 8px 0;
    list-style-type: none;
    box-shadow: 1px 3px 1px rgba(0, 0, 0, 0.25);
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -moz-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -ms-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -o-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    #logoutMenu .current-user .menu {
        left: 80px;
        top: 10px;
        -webkit-transform-origin: 0 15px;
        -moz-transform-origin: 0 15px;
        -o-transform-origin: 0 15px;
        -ms-transform-origin: 0 15px;
        transform-origin: 0 15px;
    }
}

#logoutMenu .current-user .menu.active {
    opacity: 1;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

#logoutMenu .current-user .menu:before {
    content: "";
    position: absolute;
    display: block;
    width: 37px;
    height: 12px;
    top: -12px;
    left: 49%;
    margin-left: -18.5px;
    background-image: url("../../images/popover-arrow.png");
    background-size: 100% 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    #logoutMenu .current-user .menu:before {
        top: 16px;
        left: -5px;
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

#logoutMenu .current-user .menu li {
    padding: 8px 15px;
    border-bottom: 1px solid #E6E6E6;
}

    #logoutMenu .current-user .menu li:last-child {
        border-bottom: 0;
    }

    #logoutMenu .current-user .menu li a {
        text-decoration: none;
        display: block;
        color: #4C5661;
        font-size: 15px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        #logoutMenu .current-user .menu li a:hover {
            color: #000;
        }



/*Bootstrap full screen */
.carousel.carousel-fit {
    position: relative;
}

    .carousel.carousel-fit.slide {
        overflow: hidden;
    }

    .carousel.carousel-fit .carousel-inner > .next, .carousel.carousel-fit .carousel-inner > .prev {
        bottom: 0;
    }

    .carousel.carousel-fit .carousel-inner > .item {
        text-align: center;
    }

        .carousel.carousel-fit .carousel-inner > .item > img {
            display: inline-block;
        }

        .carousel.carousel-fit .carousel-inner > .item > .carousel-caption {
            bottom: 0;
            left: 0;
            right: 0;
        }

.modal.modal-fullscreen .modal-dialog, .modal.modal-fullscreen .modal-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.modal.modal-fullscreen .modal-dialog {
    margin: 0;
    width: 100%;
}

.modal.modal-fullscreen .modal-content {
    border: none;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    -o-box-shadow: inherit;
    box-shadow: inherit;
}

.modal.modal-fullscreen.force-fullscreen .modal-body {
    padding: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-header, .modal.modal-fullscreen.force-fullscreen .modal-footer {
    left: 0;
    position: absolute;
    right: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-header {
    top: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-footer {
    bottom: 0;
}

.k-state-selectedCustomOriented {
    background-color: #D3D3D3 !important;
    color: #000000 !important;
    border-radius: 0.4em;
}


@media (max-width : 605px) {
    .visible-605 {
        display: none !important;
        visibility: hidden;
    }

    .hidden-605 {
        visibility: visible;
    }
}

@media (min-width : 605px) {
    .visible-605 {
        display: block !important;
        visibility: visible;
    }

    .hidden-605 {
        visibility: hidden;
    }
}




.DocumentViewerOuterHeightForPortalDoc {
    height: 772px !important;
}




/*cross mark in ie*/
input[type=text]::-ms-clear {
    display: none !important;
}

/* BYSY LOADING IMAGE CSS BLOCK START */
.busyLoadingWithBackDrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999999999;
    background-color: rgba(0,0,0,0.1); /*dim the background*/
}

.busyLoading-holderWithBackDrop {
    position: absolute;
    background-color: rgba(0,0,0,0.1); /*dim the background*/
    width: 100%;
    height: 100%;
    z-index: 999999999;
    display: none;
}
/* BYSY LOADING IMAGE CSS BLOCK END */


/* CHATTING APP CSS BLOCK START */

.chat-window .panel-heading {
    background-color: #0072C5;
    color: white !important;
    border-color: #0072C5 !important;
    white-space: nowrap;
    overflow: hidden;
}

.chat-window .icon_close {
    color: white !important;
}

.chat-window .icon_minim {
    color: white !important;
}

.chat-window .col-md-2, .chat-window .col-md-10 {
    padding: 0;
}

.chat-window .panel {
    margin-bottom: 0px;
    border-color: #428bca !important;
}

.chat-window {
    bottom: 0;
    position: fixed;
    float: right;
    margin-left: 10px;
}

    .chat-window > div > .panel {
        border-radius: 5px 5px 0 0;
    }

    .chat-window .icon_minim {
        padding: 2px 10px;
    }

    .chat-window .msg_container_base {
        background: #e5e5e5;
        margin: 0;
        padding: 0 10px 10px;
        max-height: 300px;
        overflow-x: hidden;
        min-height: 396px;
    }

    .chat-window .top-bar {
        background: #666;
        color: white;
        padding: 10px;
        position: relative;
        overflow: hidden;
    }

    .chat-window .msg_receive {
        padding-left: 0;
        margin-left: 0;
    }

    .chat-window .msg_sent {
        padding-bottom: 20px !important;
        margin-right: 0;
    }

    .chat-window .messages {
        background: white;
        padding: 10px;
        border-radius: 2px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        max-width: 100%;
        padding-bottom: 0px;
        white-space: pre-wrap; /* Added by A. G. K for not wrapping space in chat */
    }

        .chat-window .messages > p {
            font-size: 13px;
            margin: 0 0 0.2rem 0;
        }

        .chat-window .messages > time {
            font-size: 11px;
            color: #353232;
        }
        .chat-window .msg_font_size {
            font-size: 17px;
        }
    .chat-window .msg_container {
        padding: 5px;
        overflow: hidden;
        display: flex;
    }

    .chat-window img {
        display: block;
        width: 100%;
    }

    .chat-window .avatar {
        position: relative;
    }

    .chat-window .base_receive > .avatar:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border: 5px solid #F3F6F8;
        border-left-color: rgba(0, 0, 0, 0);
        border-bottom-color: rgba(0, 0, 0, 0);
    }

    .chat-window .base_sent {
        justify-content: flex-end;
        align-items: flex-end;
    }

        .chat-window .base_sent > .avatar:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 0;
            border: #DCF8C6 solid 5px;
            border-right-color: transparent;
            border-top-color: transparent;
            /*// not quite perfect but close;*/
        }

    .chat-window .msg_sent > time {
        float: right;
    }



    .chat-window .msg_container_base::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    .chat-window .msg_container_base::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }

    .chat-window .msg_container_base::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #555;
    }

    .chat-window .btn-group.dropup {
        position: fixed;
        left: 0px;
        bottom: 0;
    }

.img-circle {
    border-radius: 50%;
}

.chatsentinfo {
    font-style: italic;
}




/* CHATTING APP CSS BLOCK END */

/* Validation Message Background Color Changed to Light Yellow
    Fore Color to Red by Sandhya G on  05/14/2020*/
ul.messenger-theme-flat {
    background: lightgray;
}

    ul.messenger-theme-flat .messenger-message .messenger-close {
        color: red;
    }

    ul.messenger-theme-flat .messenger-message {
        color: red;
    }

@media (min-width : 991px) {
    ul.messenger.messenger-fixed.messenger-on-top.messenger-on-center {
        max-width: 30em !important;
        left: 40% !important;
    }

    ul.messenger-theme-flat .messenger-message .messenger-close {
        font-size: 30px !important;
        padding: 6px 10px 7px 7px !important;
    }

    ul.messenger-theme-flat .messenger-message {
        font-size: 20px !important;
    }
}
/* Validation Message Background Color Changed to Light Yellow
    Fore Color to Red by Sandhya G on  05/14/2020*/
ul.messenger-theme-flat .messenger-message-slot.messenger-first.messenger-last .messenger-message {
    box-shadow: inset 48px 0px 0px lightgray;
}

ul.messenger.messenger-fixed.messenger-on-top.messenger-on-center, ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-center {
    border-radius: 0.1em;
}


@-moz-keyframes ehrChat_blinker {
    0% {
        background-color: orange;
    }

    100% {
        background-color: blue;
    }
}

@-webkit-keyframes ehrChat_blinker {
    0% {
        background-color: orange;
    }

    100% {
        background-color: blue;
    }
}

@keyframes ehrChat_blinker {
    0% {
        background-color: orange; /*rgb(255, 165, 0)*/
    }

    100% {
        background-color: blue;
    }

    50% {
        opacity: 0;
    }
}


.ehrChat_blink_me {
    -webkit-animation-name: ehrChat_blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: ehrChat_blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: ehrChat_blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.ehrFailed_Faxes_blink {
    animation: failedfax_blinker 1.3s infinite;
}

@keyframes failedfax_blinker {
    0% {
        background-color: #e51a1a;
    }

    100% {
        background-color: #e51a1a;
    }
    50% {
        opacity: 0;
    }
}

#sidebar-default .current-user {
    background: linear-gradient(rgb(0, 114, 193), rgb(0, 114, 197)), rgb(0, 114, 197);
}


ul.messenger-theme-flat .messenger-message {
    box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 48px 0px 0px lightgray;
}

ul.messenger-theme-flat .messenger-message-slot.messenger-last .messenger-message {
    box-shadow: inset 48px 0px 0px lightgray;
}

ul.messenger-theme-flat .messenger-message-slot.messenger-first .messenger-message {
    box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 48px 0px 0px lightgray;
}

#sidebar-default .bottom-menu > ul > li .menu:after {
    left: 93%;
}


#content .content-wrapper {
    margin-top: 10px;
}

.fadeehrsession {
    /*background: #F2F5F8;*/
    background: white;
    background-image: none;
}

@media (max-width: 450px) {
    .hide350 {
        display: none !important;
    }

    .show350 {
        display: block !important;
    }
}


@media (min-width: 452px) {
    .hide350 {
        display: initial;
    }

    .show350 {
        display: none !important;
    }
}


/*added by mahesh p for angular support*/

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
    display: none !important;
}

ng\:form {
    display: block;
}

.ng-animate-block-transitions {
    transition: 0s all !important;
    -webkit-transition: 0s all !important;
}

.ng-hide-add-active, .ng-hide-remove {
    display: block !important;
}
/*added by mahesh p for angular support*/

.labTestsDoneAtSwitch .bootstrap-switch-default {
    color: white !important;
    background-color: #0072C5 !important;
}

.modal-emr-dialog-hidden {
    display: none !important;
}

.ehrmandatory {
    color: yellow;
    background-color: red;
}




#ulHomePageMainMenus.nav-tabs > li.active > a,
#ulHomePageMainMenus.nav-tabs > li.active > a:hover,
#ulHomePageMainMenus.nav-tabs > li.active > a:focus {
    color: black !important;
    background: #76b852 !important;
    /*border: #76b852 !important;*/
    margin: 0px !important;
    font-size: 10pt !important;
    padding-top: 12px;
    padding-right: 16px;
    padding-left: 12px;
    border-radius: 1px !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border: 1px solid transparent;
    text-shadow: none;
}

#ulHomePageMainMenus.nav-tabs > li > a {
    border-radius: 1px !important;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-color: #f5f5f5;
    color: #333 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-repeat: repeat-x;
    margin: 0px !important;
    font-size: 10pt !important;
    padding-top: 12px;
    padding-right: 16px;
    padding-left: 12px;
}

/*#ulHomePageMainMenus.nav {
    bottom: 3px;
    position: relative;
}*/

#ulHomePageMainMenus.nav > li > a:hover, #ulHomePageMainMenus.nav > li > a:focus {
    border-radius: 0px !important;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    /*background-color: #f5f5f5;
    color: #333 !important;*/
    background: #0072C5 !important;
    color: white !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-repeat: repeat-x;
    margin: 0px !important;
    font-size: 10pt !important;
    padding-top: 12px;
    padding-right: 16px;
    padding-left: 12px;
}

#ulHomePageMainMenus.nav {
    position: relative;
    bottom: 1px;
}


input[colorpicker] {
    font-size: 0 !important;
}

/*added by mahesh p on 12/09/2016 body background color changes*/

.modal-footer {
    border-top: 0px !important;
}

#content, .modal-body {
    background: white !important;
    /*background: #F2F5F8 !important;*/
}

.contentblue {
    background: white !important;
    /*background: #F2F5F8 !important;*/
}

.input-group-addon-icons {
    background: white !important;
    /*background: #F2F5F8 !important;*/
}

/*.nav-tabs > li.active {
    background-color: #76b852 !important
}*/

/*.nav-tabs > li.active > a {
    color: white !important;
    background-color: #76b852 !important;
}*/

.panel-group .panel-heading a, .panel-group .panel-heading a.collapsed {
    background: #5d92b7;
    color: white;
}

.panel-group .panel-body, .panel-body {
    border-top-color: white;
    border-top: 0;
    border: 0;
}

.panel {
    background-color: none;
}


.panel-group .panel-heading a, .panel-group .panel-heading a.collapsed {
    color: white;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 0px;
}

.panel-default > .panel-heading {
    background-color: #0072C5;
}

.panel-title > a {
    color: white;
}

.panel-group .panel-heading a {
    background-color: #5d92b7 !important;
}

/*.k-state-selectedItem {
    color: white !important;
}*/

.panel-title > .accordion-toggle.k-state-selectedItem {
    color: white !important;
}

.panel {
    background-color: inherit !important;
}

.panel-group .panel-body {
    background-color: inherit !important;
}

.panel-group .panel-heading a.collapsed {
    color: white !important;
}

iframe {
    background: white !important;
}

/*.nav > li > a {
    background: #5d92b7;
    color: white;
}

.nav-tabs > li.active > a {
    color: black !important;
    background-color: #F2F5F8 !important;
}

.nav-tabs > li > a {
    border-radius: 0px;
}*/

/*#frmHistoryofPresentIllnessPopup .k-in {
    background-color: inherit !important;
}*/
/*added by mahesh p on 12/09/2016 body background color changes*/


.previewthumbnail {
    position: absolute;
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px;
    display: none;
    color: #333;
}

.k-grouping-header {
    display: none !important;
}


/*color changes done by mahesh p on 01/03/2017 for billing support*/
/* .form-control:focus {
    border-left: 5px solid #89C041;
    border-color: #89C041;
    border-right: 2px solid #89C041;
    border-top: 2px solid #89C041;
    border-bottom: 2px solid #89C041;
} */
/*:focus {
    outline: 5px auto #89C041 !important;
}*/



/* .k-header.k-mutiselect.k-state-focused, .k-header.k-mutiselect.k-state-focused.k-state-hover, .k-multiselect.k-header.k-state-focused,
.k-autocomplete.k-state-focused, .k-picker-wrap.k-state-focused, .k-numeric-wrap.k-state-focused, .k-dropdown-wrap.k-state-focused, .k-multiselect.k-header.k-state-focused {
    border-left: 5px solid #89C041 !important;
    border-color: #89C041 !important;
    border-right: 1px solid #89C041 !important;
    border-top: 1px solid #89C041 !important;
    border-bottom: 1px solid #89C041 !important;
}

.k-dropdown-wrap.k-state-focused {
    border-left: 5px solid #89C041 !important;
    border-color: #89C041 !important;
    border-right: 1px solid #89C041 !important;
    border-top: 1px solid #89C041 !important;
    border-bottom: 1px solid #89C041 !important;
} */

.EMRFocus {
    border-color: #89C041;
}

.toolbarField:focus {
    border-color: #89C041 !important;
}
/*color changes done by mahesh p on 01/03/2017 for billing support*/

/*Added by A.G.K for hiding badge for Chat History in Inbox*/
#spnInboxMenu_1_51 {
    display: none !important;
}

/*Added by A.G.K for hiding badge for Chat History in ToDo*/
#spnTodoMenu_1_51 {
    display: none !important;
}

.label-infoanchorbrown {
    color: brown !important;
    font-weight: bold !important;
}

.chat-window .messages > time {
    font-size: 9px !important;
    color: #969696 !important;
}



/*EMR background color chnages*/
.k-autocomplete > .k-input.form-control:focus {
    border: 0px !important;
    /*border-color: #89C041 !important;*/
}

/*cloud*/
@media(max-width:992px) {
    .k-list-container .km-scroll-container {
        padding-top: 30px;
    }

    .k-animation-container .k-list-filter {
        position: absolute !important;
    }
}

/* .form-control {
    border-radius: 0px !important;
} */

/* .k-textbox > input, .k-autocomplete .k-input, .k-multiselect-wrap {
    border-radius: 0px !important;
} */

.fc-button {
    border-radius: 0px !important;
}

.k-header > span, .k-header > span > a, .k-header > span > a:hover, .k-header > span > a:focus {
    color: white;
}

.btn {
    border-radius: 0px !important;
}

.k-grid-content td, .k-grid-content-locked td {
    /*border-width: 0px;
    border: 1px solid #ccc !important;*/
    border-width: 0px 1px 1px 0px !important;
    border-style: solid !important;
    border-color: #ccc !important;
}

.k-grid-content tr, .k-grid-content-locked tr {
    color: rgb(47, 86, 160);
    /*font-weight: bold;*/
    /* font-family: sans-serif; */
}

    .k-grid-content tr.k-state-selected, .k-grid-content-locked tr.k-state-selected {
        color: white !important;
        background-color: #76b852 !important;
    }

/*.k-grid-content-locked tr.k-state-selected {
    color: white !important;
    background-color: #76b852 !important;
}*/

/*.k-grid-content-locked td {
    border-width: 0px 1px 1px 0px !important;
    border-style: solid !important;
    border-color: #ccc !important;
    color: rgb(47, 86, 160);
}*/

.btn {
    box-shadow: none !important;
}


.k-alt {
    background-color: #f5f5f5;
}

.k-widget {
    border-radius: 0px !important;
    color: white !important;
}
/* 
.k-dropdown-wrap {
    border-radius: 0px !important;
} */


/* .k-picker-wrap {
    border-radius: 0px !important;
} */

.nav-tabs > li > a {
    border-radius: 0px !important;
}

.k-list-container {
    border-radius: 0px !important;
}

.k-button {
    border-radius: 0px !important;
}

.input-group-addon {
    border-radius: 0px !important;
}

/* .k-textbox {
    border-radius: 0px !important;
} */

.k-calendar-container.k-state-border-up {
    border-radius: 0px !important;
}

/*.k-calendar .k-header {
    color: white !important;
}
.k-calendar .k-header .k-link:link {
    color: white !important;
}*/

.k-calendar .k-link.k-state-hover, .k-window-titlebar .k-link {
    border-radius: 0px !important;
}



.k-dropdown-wrap .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input {
    border-radius: 0px !important;
}



.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #76b852 !important;
    color: white !important;
    /*font-size: 16px !important;*/
}

.bootstrap-switch {
    border-radius: 0px !important;
}

.nav-tabs > li.active > a > i, .nav-tabs > li.active > a > i > a, .nav-tabs > li.active > a > i > a:hover, .nav-tabs > li.active > a > i > a:focus {
    color: white !important;
}

.k-header.k-editor-widget {
    background-color: #ebf2f6 !important;
}

/*.k-tool-group .k-header {
    background-color: #ebf2f6 !important;
}*/
#ulHomePageMainMenus.nav-tabs > li > a {
    background-image: none !important;
}

#ulHomePageMainMenus.nav > li > a:hover, #ulHomePageMainMenus.nav > li > a:focus {
    color: white !important;
}

.fc-state-default {
    background-image: none !important;
}

.fc-button {
    background: #f5f5f5 !important;
    color: black !important;
}

    .fc-button:hover {
        background: #0072C5 !important;
        color: white !important;
        border-color: #adadad;
    }

.fc-state-active {
    background: #0072C5 !important;
    color: white !important;
}


/*.k-multiselect.k-header {
    background-color: white !important;
}*/

/*.nav-tabs > li > a {
    font-size:16px !important;
}*/


.k-listview {
    color: rgb(47, 86, 160) !important;
}

/*.k-autocomplete.k-header {
    background-color: white !important;
}*/
/*EMR background color chnages*/

.dropdown-header > .k-widget.k-header {
    color: black !important;
}

[modal-draggable].ui-draggable-dragging {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

.k-numeric-wrap {
    border-radius: 0px !important;
}
/*.modal.fade {
    overflow: hidden;
}*/

.k-grid-header th.k-header {
    font-weight: normal !important;
}

.ehr-easy-forms-dragon-icon {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAHqElEQVRogdVYbYwbVxU9Z7zej26ybUNSkW0oqRJQ0806tmd2lyVFGApVFVGhwo/SNG2ICEhp+6MIgdRK/KGCgqAFCYQQCBBpElEBSgSBtAmFKK20BHtmlYatiNiiKqg1lRoIG1J2vfYcfsyMPWOPN/6IkbiSPTPvvXvvOfPuu+++Af4HkkqlhjOZzL29sG30wmi9JJPJL5D8dy9s9/XCaFgsy5qU9DmSN/bCfk9nIJPJrJP0DMkXbNv+Vy989IzA9u3bVxuGcUzSRtd1v98rPz0hYJrmtYuLi8cAmCTPj4yM/Kod/Vwu15dKpYZbGXvV10AqlbqB5K8lWZJA6omTJ0+WV9KZnp4eKpVKH5R0F4n3LiwsvDE0NLQLwOUr+buqBLLZ7BYSv5G00QPP84uLSz9aYfxmkg+XSqXdkK4jAYD7l5YWP+04TqkVn1eNgGVZOyQdAnStDx4AHp2bm2sAYprmegBPANgFKAEA8MB/z7btBwGoVb+8GuCz2eznSX4VkOGZFAD+0bbt99SBoWVZD0nuVwCsDsZKgGHgmULBubcd8ECXM7B58+aBkZGRH5C43wcdgHcB7AuDSafT1yUSiYNy3R1g+L0RJM4lk/172gXfFYGJiYm3u27lCICpAEiNBL5t27YTjJ2amtpQLpdPSLrFCy1vnBdqAMC9MzMz/+kER0cE0un0u1zXPQHgnTXw/lX6C8jHauBTG8rl5ZMSNpGhcQjA64RtOy92gqMjApZlZST3OKC1UfBe6Ah4wLHttwBvPyiXcRzAplrUBLMUxD8PdQoeaHMjM01z3AOPtdH174UuyScdx/lDtVX6MaAttdCWfytAXlsikTjVBf7WZ8A0zU2Ange4tgY6shjnLl68+MXgKZvN7iF5d9RKaJ34qsPDw693Bt2TlmZgampqBMBRgOuaJQpJe+fn55cAYHp6eg2pb0iCFHr7AKIZCLhw4cJQZ9A9aYUAy+XlgwBuqWsO3x8Kh06pVHpM4hoSwYYGCT6ZKKG+vr5sx+jRAgHLsj4D8CNVFF6m8QEIAMoAHg3GT09Pr5G0j6Qf5jXQfsqs2YFgGEZXJ7UVCaTT6Y2Snqw2+Dnch+P/cNC27fPBkFKptIfENRHACGbCnzUGxAgAuzOZzK09IWAYxpcAVMvaIJ4ZAPBi/Kmolu5TeJkovNgjVYX/rD7D4AHTNK/phEDTWiiTydxqGPxT45jIo23bthU8eEWaXq/blUPAI3tGpJ3ks5I+bvt7SKvSdAYMw3jEe9ehqQ+D997+gbCOpOl48EQjmWi7pDslPTs5Ofm2rgnkcrlBAPfEq/iL0oujo+Eeklub12PhWYgjBJB4X6VSyVuWtbU1+E0ILCws7AAw0vi2wgDwV8dx5utAbmgEXSuZG/sCewjd62ZJM5ZlfbRjAgA+0LjTRh2TzDd0ueoP1znhKyP6kVVed09IWiXpsGma+65EILaUMAzDlOozRvTedV07RvEyFIQXAaBIGqdc150neZnkKgnvBnA7oOurJKWQC+80J4kkv2NlMq8VZmd/2RYByd0UzRJhqba/EkP8oOtWdkp6GcDjjuM8F2dkbGysf2BgYCeJLwMYrdqtkq/u4IbIn2zbtm3rmTNnXovDGptGTdMMOY0nYRjGZD6fbwyjNmR8fPz6/v7kTwHe0bBIWCNE6kCh4NwfZ6PJGgjHaX3WqL6hN7sBDwBnz5795+Li0l2SjlaLPK+AQi3TCRLvS6fTG9sggFBQRuqeqlQqlcVuCQDA3NxcieQ9AF6OjwcCEBPkrrjeJgR4oQa6Vk16V6+EMAyj7QN4M7Ft+y3XdfdW15cas5TID8XpxhIg+Wo0HQJBdRkkGJJd1fH1Mjs7OwPguO8sjMb7l8bj9JrMgHvWu0Y3G4YSU6VSuaELvLEiaX9dS82/wTVxOrEEXBenqooRY0Qox9/UDdg4kfRixFddwRcnsQSSyeQxAG5NMTbcUx0jbSKlUqlYC/8GnxfidGIJnD59+g1JzwUnr2iKrj5s7xhpE/Ez0oL3FP2GBOilOJ2m5TTJr1cPUKyfTgHAbf5h/6qJaZpJQCONs04APB6n05SAbdu/B/i7xp5qLCaXl5c/0THaGJG0pd6PX5NVDMM4GKez4pGS5IMAF6N7Qu1K4pEr2WhHSN4RbZG/MXN/Pp//W5zOis4LhcI5uu7D8acyAuAWy7I+2R3sCJZPxZwb/sHQt9Y4pRWlMDv7QwBfCxmMmpeempiYeEcbQGMlm83uBhD6ei0AcCXuzOfzf2+ml2jFeLFY/O3o6OigpNvIhnw8KCk3Ojr6dLFYXO4E/OTk5M2SfgFgKLQHuBIecBzn8Eq6LREAgGKx+Pz69etfIflhSQNRIloPaPvo6I1HisXiUjvgM5nMOnglxE2h9fUmwI85jnPkSvptLUDHcQ5UKpUUgcONJbeRAzDTzoE8m81uNgy+AMD/sEVJetowEuO2bcemzXpp+l3oSjIxMTHhuu5nJd1NYjDUVZLwrUQi8c1msTs2NtY/NDTwkMTHIQ2DLAL4GcnvFgqFc+3g6JhACMyqoaH+O12X7yeVAbgJwDqAy6R+Dhj7C4XCiWB8LpcbvHTp0h5Sq10Xr5J8ybbtP3eL4/9W/gsgbB1pk4Y44wAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-size: 45%;
    padding-bottom: 8px;
    vertical-align: top;
    top: 6px;
    position: relative;
    cursor: pointer;
}






/*!
 * Bootstrap Colorpicker
 * http://mjolnic.github.io/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */

.colorpicker-saturation {
    float: left;
    width: 100px;
    height: 100px;
    cursor: crosshair;
    background-image: url("../../images/colorpicker/bootstrap-colorpicker/saturation.png");
}

    .colorpicker-saturation i {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 5px;
        height: 5px;
        margin: -4px 0 0 -4px;
        border: 1px solid #000;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .colorpicker-saturation i b {
            display: block;
            width: 5px;
            height: 5px;
            border: 1px solid #fff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

.colorpicker-hue,
.colorpicker-alpha {
    float: left;
    width: 15px;
    height: 100px;
    margin-bottom: 4px;
    margin-left: 4px;
    cursor: row-resize;
}

    .colorpicker-hue i,
    .colorpicker-alpha i {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
        margin-top: -1px;
        background: #000;
        border-top: 1px solid #fff;
    }

.colorpicker-hue {
    background-image: url("../../images/colorpicker/bootstrap-colorpicker/hue.png");
}

.colorpicker-alpha {
    display: none;
    background-image: url("../../images/colorpicker/bootstrap-colorpicker/alpha.png");
}

.colorpicker-saturation,
.colorpicker-hue,
.colorpicker-alpha {
    background-size: contain;
}

.colorpicker {
    top: 0;
    left: 0;
    z-index: 2500;
    min-width: 130px;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
}

    .colorpicker:before,
    .colorpicker:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .colorpicker:after {
        clear: both;
    }

    .colorpicker:before {
        position: absolute;
        top: -7px;
        left: 6px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    .colorpicker:after {
        position: absolute;
        top: -6px;
        left: 7px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        border-left: 6px solid transparent;
        content: '';
    }

    .colorpicker div {
        position: relative;
    }

    .colorpicker.colorpicker-with-alpha {
        min-width: 140px;
    }

        .colorpicker.colorpicker-with-alpha .colorpicker-alpha {
            display: block;
        }

.colorpicker-color {
    height: 10px;
    margin-top: 5px;
    clear: both;
    background-image: url("../../images/colorpicker/bootstrap-colorpicker/alpha.png");
    background-position: 0 100%;
}

    .colorpicker-color div {
        height: 10px;
    }

.colorpicker-selectors {
    display: none;
    height: 10px;
    margin-top: 5px;
    clear: both;
}

    .colorpicker-selectors i {
        float: left;
        width: 10px;
        height: 10px;
        cursor: pointer;
    }

        .colorpicker-selectors i + i {
            margin-left: 3px;
        }

.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-top;
    cursor: pointer;
}

.colorpicker.colorpicker-inline {
    position: relative;
    z-index: auto;
    display: inline-block;
    float: none;
}

.colorpicker.colorpicker-horizontal {
    width: 110px;
    height: auto;
    min-width: 110px;
}

    .colorpicker.colorpicker-horizontal .colorpicker-saturation {
        margin-bottom: 4px;
    }

    .colorpicker.colorpicker-horizontal .colorpicker-color {
        width: 100px;
    }

    .colorpicker.colorpicker-horizontal .colorpicker-hue,
    .colorpicker.colorpicker-horizontal .colorpicker-alpha {
        float: left;
        width: 100px;
        height: 15px;
        margin-bottom: 4px;
        margin-left: 0;
        cursor: col-resize;
    }

        .colorpicker.colorpicker-horizontal .colorpicker-hue i,
        .colorpicker.colorpicker-horizontal .colorpicker-alpha i {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 1px;
            height: 15px;
            margin-top: 0;
            background: #ffffff;
            border: none;
        }

    .colorpicker.colorpicker-horizontal .colorpicker-hue {
        background-image: url("../../images/colorpicker/bootstrap-colorpicker/hue-horizontal.png");
    }

    .colorpicker.colorpicker-horizontal .colorpicker-alpha {
        background-image: url("../../images/colorpicker/bootstrap-colorpicker/alpha-horizontal.png");
    }

.colorpicker.colorpicker-hidden {
    display: none;
}

.colorpicker.colorpicker-visible {
    display: block;
}

.colorpicker-inline.colorpicker-visible {
    display: inline-block;
}

.colorpicker-right:before {
    right: 6px;
    left: auto;
}

.colorpicker-right:after {
    right: 7px;
    left: auto;
}



.colorpickerplus {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: 185px;
    max-height: 300px;
    z-index: 2499;
}

.colorpickerplus-dropdown .dropdown-menu {
    width: 185px;
}

.colorpickerplus-container div {
    position: relative;
}

.colorpickerplus-container {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: auto;
    padding: 10px;
}

    .colorpickerplus-container .colorpickerplus-colors-row, .colorpickerplus .colorpickerplus-custom-colors, .colorpickerplus .colorpickerplus-primary-colors {
        overflow: hidden;
        width: 100%;
    }

    .colorpickerplus-container .colorpickerplus-custom-colors {
        margin-bottom: 10px;
    }

    .colorpickerplus-container .colorpickerplus-primary-colors {
    }

    .colorpickerplus-container .colorcell, .colorpickerplus-container .nonecell {
        width: 16px;
        height: 16px;
        margin: 0;
        padding: 0;
        float: left;
        border: 1px solid #eee;
    }

    .colorpickerplus-container .colorpickerplus-custom-colors .colorcell {
        border: 1px solid #ddd;
    }

    .colorpickerplus-container .colorpickerplus-custom-colors .selected {
        border: 1px solid #000;
    }

    .colorpickerplus-container .colorcell:hover, .colorpickerplus-container .selected {
        border: 1px solid #000;
    }




/*added by mahesh p on 02/27/2017 for the support of color picker new*/
.evo-pop {
    z-index: 10000;
    width: 220px;
    padding: 3px 3px 0;
}

.evo-pop-ie {
    z-index: 10000;
    width: 220px;
    padding: 3px;
}

.evo-palette td {
    font-size: 1px;
    border: solid 1px #c0c0c0;
    padding: 7px;
    cursor: pointer;
}

.evo-palette tr.top > td {
    border-bottom: 0;
}

.evo-palette tr.in > td {
    border-top: 0;
    border-bottom: 0;
}

.evo-palette tr.bottom > td {
    border-top: 0;
}

.evo-palette div.sep {
    height: 3px;
}

.evo-palette, .evo-palette-ie {
    border-collapse: separate;
    border-spacing: 4px 0;
}

    .evo-palette th, .evo-palette-ie th {
        border: 0;
        padding: 5px 3px;
        text-align: left;
        font-weight: normal;
        background: transparent !important;
    }

    .evo-palette-ie td {
        font-size: 1px;
        border: solid 1px #c0c0c0;
        padding: 7px;
        cursor: pointer;
    }

.evo-palette2, .evo-palette2-ie {
    margin: auto;
    border-collapse: collapse;
}

    .evo-palette2 td, .evo-palette2-ie td {
        font-size: 1px;
        cursor: pointer;
    }

    .evo-palette2 td {
        padding: 6px 7px;
    }

    .evo-palette2-ie td {
        padding: 5px;
    }

.evo-palcenter {
    padding: 5px;
    text-align: center;
}

.evo-colorind, .evo-colorind-ie, .evo-colorind-ff {
    border: solid 1px #c3c3c3;
    width: 18px;
    height: 18px;
    float: right;
}

.evo-colorind-ie {
    position: relative;
    top: -23px;
}

.evo-colorbox-ie {
    font-size: 8px;
    padding: 3px 9px !important;
}

.evo-pop:after, .evo-pop-ie:after, .evo-colorind:after, .evo-colorind-ie:after, .evo-colorind-ff:after, .evo-color span:after, .evo-cHist:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.evo-color {
    width: 94px;
    padding: 1px 3px 0 4px;
    display: none;
}

    .evo-color div {
        border: solid 1px #808080;
        border-right: solid 1px #c0c0c0;
        border-bottom: solid 1px #c0c0c0;
        padding: 3px;
        margin-bottom: 5px;
        width: 10px;
        height: 10px;
        float: left;
    }

    .evo-color span {
        font-size: 15px;
        margin: 1px 0 4px 3px;
        float: left;
    }

.evo-sep {
    height: 10px;
    font-size: 0;
}

.evo-more {
    padding: 4px 5px 4px;
    font-size: smaller;
}

.evo-cHist {
    padding: 3px;
}

    .evo-cHist div {
        cursor: pointer;
        border: solid 1px #c0c0c0;
        padding: 3px;
        margin: 5px;
        width: 10px;
        height: 10px;
        float: left;
    }

.evo-transparent {
    background-image: repeating-linear-gradient(135deg, black, black 1px, white 1px, white 3px);
}

.evo-tr-box {
    cursor: pointer;
    border: solid 1px #c0c0c0;
    padding: 3px;
    width: 7px;
    height: 7px;
    float: right;
    position: relative;
    right: -3px;
    top: 2px;
}

a.evo-hist {
    margin-left: 6px;
    display: none;
}

.evo-pointer {
    cursor: pointer;
}

.evo-hidden-button {
    display: none;
}
/*added by mahesh p on 02/27/2017 for the support of color picker new*/









/* English language */

.offline-ui .offline-ui-retry:before {
    content: "Reconnect";
}

.offline-ui.offline-ui-up .offline-ui-content:before {
    /*content: "Your computer is connected to the internet.";*/
    content: "Your internet connection is unstable";
}

@media (max-width: 1024px) {

    .offline-ui.offline-ui-up .offline-ui-content:before {
        /*content: "Your device is connected to the internet.";*/
        content: "Your internet connection is unstable";
    }
}

@media (max-width: 568px) {

    .offline-ui.offline-ui-up .offline-ui-content:before {
        content: "Your device is connected.";
    }
}

.offline-ui.offline-ui-down .offline-ui-content:before {
    /*content: "Your computer lost its internet connection.";*/
    content: "Your internet connection is unstable";
}

@media (max-width: 1024px) {

    .offline-ui.offline-ui-down .offline-ui-content:before {
        /*content: "Your device lost its internet connection.";*/
        content: "Your internet connection is unstable";
    }
}

@media (max-width: 568px) {

    .offline-ui.offline-ui-down .offline-ui-content:before {
        /*content: "Your device isn't connected to internet.";*/
        content: "Your internet connection is unstable";
    }
}

.offline-ui.offline-ui-down.offline-ui-connecting .offline-ui-content:before, .offline-ui.offline-ui-down.offline-ui-connecting-2s .offline-ui-content:before {
    content: "Attempting to reconnect...";
}

.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"]:before {
    content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " seconds...";
}

@media (max-width: 568px) {

    .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"]:before {
        content: "Reconnecting in " attr(data-retry-in-value) "s...";
    }
}

.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"][data-retry-in-value="1"]:before {
    content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " second...";
}

@media (max-width: 568px) {

    .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"][data-retry-in-value="1"]:before {
        content: "Reconnecting in " attr(data-retry-in-value) "s...";
    }
}

.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"]:before {
    content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " minutes...";
}

@media (max-width: 568px) {

    .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"]:before {
        content: "Reconnecting in " attr(data-retry-in-value) "m...";
    }
}

.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"][data-retry-in-value="1"]:before {
    content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " minute...";
}

@media (max-width: 568px) {

    .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"][data-retry-in-value="1"]:before {
        content: "Reconnecting in " attr(data-retry-in-value) "m...";
    }
}

.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"]:before {
    content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " hours...";
}

@media (max-width: 568px) {

    .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"]:before {
        content: "Reconnecting in " attr(data-retry-in-value) "h...";
    }
}

.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"][data-retry-in-value="1"]:before {
    content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " hour...";
}

@media (max-width: 568px) {

    .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"][data-retry-in-value="1"]:before {
        content: "Reconnecting in " attr(data-retry-in-value) "h...";
    }
}

.offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s.offline-ui-waiting .offline-ui-retry {
    display: none;
}

.offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s .offline-ui-content:before {
    content: "Connection attempt failed.";
}


/* Plugin styles */

.offline-ui, .offline-ui *, .offline-ui:before, .offline-ui:after, .offline-ui *:before, .offline-ui *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.offline-ui {
    display: none;
    position: fixed;
    background: white;
    z-index: 800;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
}

    .offline-ui .offline-ui-content:before {
        display: inline;
    }

    .offline-ui .offline-ui-retry {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        display: none;
    }

        .offline-ui .offline-ui-retry:before {
            display: inline;
        }

    .offline-ui.offline-ui-up.offline-ui-up-5s {
        display: block;
    }

    .offline-ui.offline-ui-down {
        display: block;
        z-index: 9999;
    }

        .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-retry {
            display: block;
        }

        .offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s.offline-ui-waiting .offline-ui-retry {
            display: none;
        }

@-webkit-keyframes offline-dropin {

    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 0;
    }


    1% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
        opacity: 0;
    }


    2% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
        opacity: 1;
    }


    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 1;
    }
}

@-moz-keyframes offline-dropin {

    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 0;
    }


    1% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
        opacity: 0;
    }


    2% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
        opacity: 1;
    }


    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 1;
    }
}

@-ms-keyframes offline-dropin {

    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 0;
    }


    1% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
        opacity: 0;
    }


    2% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
        opacity: 1;
    }


    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 1;
    }
}

@-o-keyframes offline-dropin {

    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 0;
    }


    1% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
        opacity: 0;
    }


    2% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
        opacity: 1;
    }


    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes offline-dropin {

    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 0;
    }


    1% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
        opacity: 0;
    }


    2% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
        opacity: 1;
    }


    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes offline-dropout {

    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }


    100% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
    }
}

@-moz-keyframes offline-dropout {

    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }


    100% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
    }
}

@-ms-keyframes offline-dropout {

    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }


    100% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
    }
}

@-o-keyframes offline-dropout {

    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }


    100% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
    }
}

@keyframes offline-dropout {

    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }


    100% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
    }
}

@-webkit-keyframes offline-rotation {

    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }


    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}

@-moz-keyframes offline-rotation {

    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }


    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes offline-rotation {

    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }


    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}

@-o-keyframes offline-rotation {

    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }


    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}

@keyframes offline-rotation {

    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }


    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
    z-index: 11111;
}
.offline-ui {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 1em rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 1em rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 1em rgba(0, 0, 0, 0.3);
    font-family: "Lucida Grande", sans-serif;
    font-size: 14px;
    padding: 1em;
    width: 38em;
    max-width: 100%;
    background: #f6f6f6;
    color: #444444;
    overflow: hidden;
}

    .offline-ui .offline-ui-content {
        padding-left: 2em;
    }

        .offline-ui .offline-ui-content:before {
            line-height: 1.25em;
        }

        .offline-ui .offline-ui-content:after {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            content: " ";
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 1em;
            margin: auto;
            height: 1em;
            width: 1em;
        }

    .offline-ui .offline-ui-retry {
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.75);
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.75);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.75);
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ededed), color-stop(38%, #ededed), color-stop(100%, #dedede));
        background-image: -webkit-linear-gradient(#ededed, #ededed 38%, #dedede);
        background-image: -moz-linear-gradient(#ededed, #ededed 38%, #dedede);
        background-image: -o-linear-gradient(#ededed, #ededed 38%, #dedede);
        background-image: linear-gradient(#ededed, #ededed 38%, #dedede);
        position: absolute;
        right: 4em;
        top: 1em;
        bottom: 1em;
        border: 1px solid rgba(0, 0, 0, 0.25);
        text-shadow: 0 1px 0 #f0f0f0;
        padding: 0 1em;
        line-height: 1.6em;
        height: 1.7em;
        margin: auto;
        font-size: 12px;
        text-decoration: none;
        color: inherit;
    }

    .offline-ui.offline-ui-up {
        -webkit-animation: offline-dropout forwards 0.5s 2s;
        -moz-animation: offline-dropout forwards 0.5s 2s;
        -ms-animation: offline-dropout forwards 0.5s 2s;
        -o-animation: offline-dropout forwards 0.5s 2s;
        animation: offline-dropout forwards 0.5s 2s;
        -webkit-backface-visibility: hidden;
    }

        .offline-ui.offline-ui-up .offline-ui-content:after {
            background: #80d580;
        }

    .offline-ui.offline-ui-down {
        -webkit-animation: offline-dropin 0.5s;
        -moz-animation: offline-dropin 0.5s;
        -ms-animation: offline-dropin 0.5s;
        -o-animation: offline-dropin 0.5s;
        animation: offline-dropin 0.5s;
        -webkit-backface-visibility: hidden;
    }

        .offline-ui.offline-ui-down .offline-ui-content:after {
            background: #ec8787;
        }

        .offline-ui.offline-ui-down.offline-ui-connecting, .offline-ui.offline-ui-down.offline-ui-waiting {
            padding-right: 3em;
        }

            .offline-ui.offline-ui-down.offline-ui-connecting .offline-ui-content:after, .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content:after {
                background: #ec8787;
            }

            .offline-ui.offline-ui-down.offline-ui-connecting:after, .offline-ui.offline-ui-down.offline-ui-waiting:after {
                -webkit-animation: offline-rotation 0.7s linear infinite;
                -moz-animation: offline-rotation 0.7s linear infinite;
                -ms-animation: offline-rotation 0.7s linear infinite;
                -o-animation: offline-rotation 0.7s linear infinite;
                animation: offline-rotation 0.7s linear infinite;
                -webkit-backface-visibility: hidden;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%;
                content: " ";
                display: block;
                position: absolute;
                right: 1em;
                top: 0;
                bottom: 0;
                margin: auto;
                height: 1em;
                width: 1em;
                border: 2px solid rgba(0, 0, 0, 0);
                border-top-color: rgba(0, 0, 0, 0.5);
                border-left-color: rgba(0, 0, 0, 0.5);
                opacity: 0.7;
            }

        .offline-ui.offline-ui-down.offline-ui-waiting {
            padding-right: 11em;
        }

            .offline-ui.offline-ui-down.offline-ui-waiting.offline-ui-reconnect-failed-2s {
                padding-right: 0;
            }


/*/*/ /**font-sizes*/
/*#sidebar-default .menu-section ul li {
    font-size: 10.5pt;
}

html, body, .form-control {
    font-size: 10.5pt !important;
}
.btn {
    font-size: 10.5pt;

}

.ModalPopupHeadings {

    font-size: 17px;
}

li.ng-scope.k-item.k-state-default {
    font-size: 10.5pt;
}


.k-list-container {
    font-size: 10.5pt !important;
}

.dropdown-menu li > a {
    font-size: 10.5pt !important;
}
ul[data-role="contextmenu"] {
    font-size: 10.5pt !important;
}

input[type="text"].form-control:focus,
input[type="email"].form-control:focus,
input[type="password"].form-control:focus {
    font-size: 10.5pt !important;

}
input[type="text"].form-control::-webkit-input-placeholder,
input[type="email"].form-control::-webkit-input-placeholder,
input[type="password"].form-control::-webkit-input-placeholder {
    font-size: 10.5pt !important;
}

input[type="text"].form-control:-moz-placeholder,
input[type="email"].form-control:-moz-placeholder,
input[type="password"].form-control:-moz-placeholder {
    font-size: 10.5pt !important;
}

input[type="text"].form-control::-moz-placeholder,
input[type="email"].form-control::-moz-placeholder,
input[type="password"].form-control::-moz-placeholder {
    font-size: 10.5pt !important;
}

input[type="text"].form-control:-ms-input-placeholder,
input[type="email"].form-control:-ms-input-placeholder,
input[type="password"].form-control:-ms-input-placeholder {
    font-size: 10.5pt !important;
}

.empty-grid {
    font-size: 10.5pt;
}*/


/*.nav > li > a {
}*/



@media (min-height: 905px) and (max-height: 925px) and (min-width: 1700px) {
    #content {
        min-height: 925px;
    }

    .ProceduresCreateNewProcedureMainViewGridHeightClass .k-grid-content {
        height: 630px !important;
        width: 100%;
    }

    .ProceduresCreateNewProcedureMainViewGridClassInWindow {
        height: 630px !important;
    }

    .easyFormsCustomizationIframeHeightFromProceduresWindowWithOutGrid {
        height: 579px !important;
    }
}


/*added by mahesh p on 03/29/2017 since bootstrap dat-toogle and jquet-ui toggle are overwriting*/
[data-toggleboot=buttons] > .btn > input[type=radio], [data-toggleboot=buttons] > .btn > input[type=checkbox] {
    display: none;
}




/**
 * FILE: jquery.ptTileSelect.css
 * 	Default style for the timeselect container.
 * 
 *  LAST UPDATED:
 * 
 * 		- $Date: 2009/04/12 20:23:02 $
 * 		- $Author: paulinho4u $
 * 		- $Revision: 1.1 $
 */

/*THE BELOW CSS is added by AHMED BASHA SHAIK for new time picker on 03/30/2017*/
#ptTimeSelectCntr {
    width: 250px;
    font-size: .9em;
    position: absolute;
    z-index: 10;
    display: none;
}

    #ptTimeSelectCntr .ui-widget {
        padding: .2em;
    }

    #ptTimeSelectCntr .ui-widget-header {
        padding: .2em;
    }

    #ptTimeSelectCntr #ptTimeSelectUserTime {
        font-size: larger;
        padding: .2em;
        padding-left: 1em;
        text-align: center;
    }

    #ptTimeSelectCntr #ptTimeSelectCloseCntr {
        display: block;
        padding: .2em;
    }

        #ptTimeSelectCntr #ptTimeSelectCloseCntr a {
            display: block;
            padding: .2em;
        }

    #ptTimeSelectCntr .ui-widget-content {
        margin-top: .1em;
        margin-bottom: .1em;
        padding: .2em;
    }

    #ptTimeSelectCntr .ui-widget.ui-widget-content {
        margin-top: 0;
    }

    #ptTimeSelectCntr .ptTimeSelectLeftPane.ui-widget-content {
        border-top: none;
        border-bottom: none;
        border-left: none;
        border-right-width: 2px;
    }

    #ptTimeSelectCntr .ptTimeSelectRightPane.ui-widget-content {
        border: none;
    }

    #ptTimeSelectCntr .ptTimeSelectHrCntr a,
    #ptTimeSelectCntr .ptTimeSelectMinCntr a {
        display: block;
        float: left;
        padding: .2em;
        width: 1.9em;
        margin: 1px;
        text-align: center;
        text-decoration: none;
    }

    #ptTimeSelectCntr .ptTimeSelectHrAmPmCntr a {
        text-align: center;
        margin: 1px;
    }

    #ptTimeSelectCntr .ptTimeSelectTimeLabelsCntr {
        font-weight: bold;
        font-size: .9em;
    }

    #ptTimeSelectCntr #ptTimeSelectSetButton {
        padding-top: .2em;
        padding-bottom: .2em;
    }

        #ptTimeSelectCntr #ptTimeSelectSetButton a {
            display: block;
            padding: .2em;
            width: 30%;
            text-align: center;
            float: right;
        }

.ptTimeSelectMinCntr, .ptTimeSelectHrCntr {
    max-height: 89px;
    overflow-y: auto;
}

/*.header{
	background-color: #0072c5 !important;
}*/


/*documents viewer resizing window changes added by mahesh p on 04/19/2017*/
/*
@media (min-width:1900px) {
    .InboxCommonDocumentsSelectDocumentGridBriefViewHeight .k-grid-content{
        height: 725px !important;
    }
    .ifrmviewWithMarqueeTaginWindow{
        height: 750px !important;
    }
    .InboxCommonDocumentsSelectDocumentGridDetailViewHeight .k-grid-content{
        height: 695px !important;
    }
}
@media (min-width: 1700px) {
    .ifrmviewWithMarqueeTaginWindow {
        width: 100%;
        height: 620px;
    }

    .InboxCommonDocumentsSelectDocumentGridBriefViewHeight .k-grid-content {
        height: 600x;
    }

    @media (min-height: 820px) and (max-height: 950px) {
        .InboxCommonDocumentsSelectDocumentGridBriefViewHeight .k-grid-content {
            height: 595px;
        }

        .ifrmviewWithMarqueeTaginWindow {
            width: 100%;
            height: 645px;
        }
    }
    /*#content {
        min-height: 975px;
    }
}*/

.content-wrapper {
    height: auto;
}


/*#content {
    overflow: auto;
}

body {
    overflow-y: hidden !important;
}*/

.removescroll-y {
    overflow-y: hidden !important;
}


/*#content {
    padding: 0px 40px 40px 40px !important;
    margin-top: 67px !important;
    padding-top: 0px !important;
}*/

/*documents viewer resizing window changes added by mahesh p on 04/19/2017*/



.ehremhighlighting {
    font-style: inherit;
}

.ehrhighlightme {
    background-color: yellow !important;
    /*color: red !important;*/
}

.ehrhighlightmefocused {
    background-color: orange !important;
}

.ehrhighlightme:focus, .ehrhighlightme::selection {
    background-color: orange !important;
    /*color: red !important;*/
}

/*.ehrmenusshowme {
    display: block !important;
}*/



@media (min-width:991px) and (max-width: 1299px) {
    .visible-sticky {
        display: block !important;
    }

    .hidden-sticky {
        display: none !important;
    }
}




@media only screen and (max-width: 768px) {

    #sidebar-default .menu-section ul li a.toggled {
        background-color: #76b852 !important;
    }

    #sidebar-default .menu-section ul li a.active {
        background: #76b852 !important;
    }

    .dashboardmaincontent {
        /*z-index: 0 !important;*/
    }

    /*#inboxMenuExtraInfo {
        width: 95% !important;
        margin-top: 2px !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }*/
}



@media only screen and (min-width: 501px) and (orientation: portrait), (min-device-width: 501px) and (orientation: portrait), (min-width: 768px) and (orientation: landscape), (min-device-width: 768px) and (orientation: landscape) {
    .hideindesktopview {
        display: none;
    }
}

@media only screen and (max-width: 500px), (max-device-width: 500px) and (orientation: portrait) {
    /*.divehrMobileFoldersDetails {
        margin-top: 60px;
    }*/

    /*#content .content-wrapper {
        margin-top: 60px;
    }*/

    #content {
        /*padding: 0px !important;
        /*padding-left: 20px !important;
        padding-right: 10px !important;*/
    }

    .mobFontNone {
        font-weight: normal;
    }

    .mobFontBold {
        font-weight: bold;
    }

    .mobFontItalic {
        font-style: italic;
    }

    .mobFontBoldItalic {
        font-weight: bold;
        font-style: italic;
    }

    .k-grid td {
        padding: .3em .3em;
    }
}

@media screen and (min-height: 350px) and (max-height: 756px) and (max-width: 767px) and (orientation:landscape), (min-device-height: 350px) and (max-device-height: 756px) and (max-device-width: 767px) and (orientation:landscape) {
    /* Landscape styles here */
    .chat-window .msg_container_base {
        min-height: 210px;
        max-height: 215px;
    }
}


@media only screen and (min-width: 500px) and (max-width: 767px), (min-device-width: 500px) and (max-device-width: 767px) and (orientation: landscape) {

    /*.ehrMobileMainUserInfoDiv {
        margin-top: 50px !important;
    }*/

    .MobileModalBodyClass {
        margin-top: 0px !important;
    }

    .mobFontNone {
        font-weight: normal;
    }

    .mobFontBold {
        font-weight: bold;
    }

    .mobFontItalic {
        font-style: italic;
    }

    .mobFontBoldItalic {
        font-weight: bold;
        font-style: italic;
    }

    .k-grid td {
        padding: .3em .3em;
    }
}

/*THIS IS FOR SHOWING APPOINTMENT SCHEDULER GRID IS LIST VIEW THAT TO IN MOBILE UI*/
@media only screen and (max-width: 500px), (max-device-width: 500px) and (orientation: portrait), (max-width: 767px), (max-device-width: 767px) and (orientation: landscape) {


    .removeOverflowY {
        overflow-x: auto;
        /*overflow-y: hidden;*/
    }


    /*#content .content-wrapper {
        margin-top: 60px;
    }*/

    /*#content {
        padding: 40px;
    }*/

    /*.donotshowthiscolumninmobile {
        display: none !important;
    }*/

    .hideindesktopview {
        display: initial;
    }

    .mobilestyles {
        font-size: 24px !important;
    }

    .highlistColumnInMobile {
        font-weight: bold !important;
        color: rgba(0, 0, 0, 0.79) !important;
        font-size: 14px;
        width: 72% !important;
    }

    .AlignInMobileAtRightSide {
        float: right;
        top: -50px;
        font-style: italic !important;
        color: rgba(0, 0, 0, 0.79);
        font-weight: 700;
    }

    #divMenus {
        /*width: 138%;~*/
    }

    /* CSS NEED FOR EHR MOBILE MAIN PAGE */

    .ehrMobileHeader {
        overflow: hidden;
        background-color: #0072c5;
        position: fixed !important;
        top: 0;
        width: 100%;
        height: 63px !important;
    }

    #divEhrMainMobilePageContent {
        overflow: hidden !important;
    }

    .MobilelabelClass {
        color: white;
        font-weight: bold !important;
        font-size: 13px !important;
        margin-top: 7px !important;
    }

    .box {
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        border: 1px solid #0072c5 !important;
        height: 110px !important;
        background: #0072c5 !important;
        width: 96% !important;
    }

    .MobileiconsClass .hoverMobileIcons:hover, .MobileiconsClass .hoverMobileIcons:active {
        color: #FFF;
        -webkit-box-shadow: 1px 1px 3px #333;
        -moz-box-shadow: 1px 1px 3px #333;
        box-shadow: 1px 1px 3px #333;
    }

    .MobileiconsClass.icon-zoom .hoverMobileIcons:hover, .MobileiconsClass.icon-zoom .hoverMobileIcons:active {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .MobileiconsClass.icon-zoom .hoverMobileIcons:hover, .MobileiconsClass.icon-zoom .hoverMobileIcons:active {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }


    /* CSS NEED FOR EHR MOBILE MAIN PAGE*/
    .ehrMobileMainlogo {
        margin: 5px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
    }

    .ehrMobileMainlogoInSidebar {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .ehrMobileMainUserInfoDiv {
        margin: 5px;
        text-align: center !important;
        font-family: serif;
        font-weight: bold;
    }

    .ehrMobileMainUserLabel {
        color: slategray !important;
        font-size: 22px !important;
    }

    .ehrMobileMainFoldersViewDiv {
        /*background: lightgray !important;*/
        overflow-y: auto !important;
        max-height: 560px !important;
        width: 95% !important;
        margin: 0 auto !important;
        height: 560px !important;
        overflow: hidden;
    }
}


@media (max-width: 767px) {

    .MobileBodyContent {
        left: 0px;
    }

    /*#sidebar-default {
        width: 100% !important;
    }*/



    /*.dashboardmainli, .inboxmainli, .patientchartmainli {
        margin-right: 5px !important;
        margin-left: 5px !important;
        margin-top: 4px !important;
    }*/

    .dashboardmaina, .inboxmaina, .patientchartmaina {
        /*background: #36749b !important;*/
        /*background: #586269 !important; --mobile*/
        /*border-bottom: 1px solid lightslategray !important; -- mobile*/
        padding: 10px !important;
        /*border-radius: 7px !important;*/
    }

    /*.dashboardmaina {
        background: #5b6f7c !important;
        border-color: white !important;
        padding: 12px !important;
        border-bottom: lightslategray 1px solid !important;
        border-bottom: #5d5b5b 1px solid !important;
        line-height: 23px;
    }*/
    /*border-radius: 7px !important;*/
    /*border-top: white 1px solid !important;*/

    /*.spnmenuitemname {
        color: white;
        font-size: 14px !important;
    }

    .spnmenuitemsubname {
        color: black;
    }*/

    /*.dashboardmainsuba, patientchartsuba {
        background: #f6f6f6 !important;
        color: black !important;
        margin-top: 2px !important;
    }*/

    /*#sidebar-default .menu-section ul li a i.fa-chevron-down { --mobile
        color: white !important;
    }

    #sidebar-default .menu-section ul li a.toggled { -- mobile
        background-color: #76b852 !important;
    }

    #sidebar-default .menu-section ul li a.active {-- mobile
        background-color: #76b852 !important;
    }*/

    /*.countsbadge {--mobile
        color: #0072c5 !important;
        background-color: white !important;
    }*/

    /*#inboxMenuExtraInfo {--mobile
        width: 95% !important;
        margin-top: 2px !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }*/
}



.MobilelabelClass {
    color: white !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    margin-top: 5px !important;
}

.box {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #4679BD;
    height: 134px !important;
    background: #4679BD;
    width: 96%;
}

/*.hoverMobileIcons:hover {
    box-shadow: 0px 0px 0px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}*/


[role='menu'].k-group {
    background-color: white;
}

@media (max-width:500px) {
    #content .menubar {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .MobileBodyContent {
        width: 100% !important;
    }
}


.applyOverflow {
    overflow: auto;
}

@media(max-width:500px) {
    .visiblexs {
        visibility: visible;
    }

    .MobileGridColorClassDefault {
        color: #4a8bfc;
    }

    .MobileGridColorClassWhenSelected {
        color: #47a447;
    }
}

.appointments-icon-mobile-ehr {
    background-image: url("../../images/mobile/Working_Schedule-64.png");
    background-repeat: no-repeat;
    background-size: 90%;
    height: 64px;
    width: 64px;
}

@media screen and (max-width: 767px) {
    .applypadding {
        padding-right: 35px;
    }

    .chat-window {
        z-index: 10000 !important;
    }

    .textarea-chat-width {
        width: 74% !important;
    }
}

.span-icon-chat-send {
    float: left;
    margin-right: 10px;
    /* margin-top: -40px; */
    position: relative;
    /* z-index: 2; */
    color: #0072C5;
    font-size: 26px;
    width: 25px;
}

.rx64-icon-mobile-ehr {
    background-image: url("../../images/mobile/rxtransparent.png");
    background-repeat: no-repeat;
    background-size: 90%;
    height: 64px;
    width: 64px;
}

@media(min-width:550px) {
    .rx-icon-mobile-ehr {
        background-image: url("../../images/mobile/rxicon.png");
        background-repeat: no-repeat;
        background-size: 80%;
        /*height: 64px;
	width: 64px;*/
        height: 32px;
        width: 32px;
        position: absolute;
        margin-right: 30px;
    }
}

@media(max-width:550px) {
    .rx-icon-mobile-ehr {
        background-image: url("../../images/mobile/rxicon.png");
        background-repeat: no-repeat;
        background-size: 90%;
        height: 64px;
        width: 64px;
    }
}

.visible-inline-block-xs {
    display: none !important;
}

@media (max-width:767px) {
    .visible-inline-block-xs {
        display: inline-block !important;
    }
}

.GenerateFilterIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/FilterIcon.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.ExportToExcelInWhiteIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/ExportToExcelInWhite.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.FilterIconInWhiteIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/FilterIconInWhite.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.GenerateFilterInWhiteIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/GenerateFilterInWhite.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.ViewCommentsIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/VCIcon.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.ViewCommentsInGreenColorIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/ViewCommentsGreenColorIcon.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.FilterIconInWhite {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/WhiteFilter.png);
    background-repeat: no-repeat;
    cursor: pointer;
}


.k-scheduler-table td, .k-scheduler-header th {
    font-weight: 100 !important;
}

@supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */
    .k-scheduler-table td, .k-scheduler-header th {
        font-weight: 400 !important;
    }
}
/*EMR Height changes on 09/27/2017 written by sandhya.g*/
.form-control {
    height: auto;
    padding: 4px 8px !important;
}

.form-group {
    margin-bottom: 8px !important;
}

.k-textbox > input, .k-autocomplete .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-dropdown-wrap .k-input, .k-selectbox .k-input {
    height: 1.45em !important;
}

.k-webkit .k-combobox .k-dropdown-wrap:before, .k-webkit .k-picker-wrap:before, .k-webkit .k-numeric-wrap:before {
    height: 1.45em !important;
}

.k-picker-wrap .k-select, .k-numeric-wrap .k-select, .k-dropdown-wrap .k-select {
    min-height: 1.45em !important;
}

.bootstrap-switch.bootstrap-switch-medium .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-medium .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-medium .bootstrap-switch-label {
    line-height: 23px !important;
}

.input-group-addon-icons {
    padding-bottom: 0px !important;
}

.k-grid td {
    padding: .20em .6em !important;
}
/*.icomoon-arrow-right{
    font-size: 16px !important;
    cursor: pointer;
    vertical-align: middle !important;
}*/
/*Reduced height of Every Feild kendo grid Written by Sandhya.G on 08/07/2018*/
.k-grid .form-control {
    height: auto !important;
}

.k-grid .k-textbox > input, .k-grid .k-autocomplete .k-input, .k-grid .k-picker-wrap .k-input, .k-grid .k-numeric-wrap .k-input, .k-grid .k-dropdown-wrap .k-input, .k-grid .k-selectbox .k-input {
    height: 30px !important;
}

.k-grid .k-webkit .k-combobox .k-dropdown-wrap:before, .k-grid .k-webkit .k-picker-wrap:before, .k-grid .k-webkit .k-numeric-wrap:before {
    height: 1.2em !important;
}

.k-grid .k-picker-wrap .k-select, .k-grid .k-numeric-wrap .k-select, .k-grid .k-dropdown-wrap .k-select {
    min-height: 1.2em !important;
}

.k-grid .bootstrap-switch.bootstrap-switch-medium .bootstrap-switch-handle-on, .k-grid .bootstrap-switch.bootstrap-switch-medium .bootstrap-switch-handle-off, .k-grid .bootstrap-switch.bootstrap-switch-medium .bootstrap-switch-label {
    line-height: 17px !important;
}

.k-grid .input-group-addon {
    padding: 3px 6px !important;
}
/*.nav > li > a:not(.dashboardplan){
    padding: 2px 15px !important;
}*/
.k-grid input.k-textbox {
    height: auto !important;
}
/*Reduced height of Every Feild kendo grid Written by Sandhya.G on 08/07/2018*/

/*On Hover button border Color styles Written by Sandhya.G*/
.btn:hover, .btn:focus, .btn.focus, .btn:active, .btn.active {
    border: 1px solid #FF5722 !important;
}
/*On Hover button border Color styles Written by Sandhya.G*/

.multiselect1rowHeight .k-multiselect-wrap {
    max-height: 30px !important;
    overflow: auto;
}

.multiselect2rowsHeight .k-multiselect-wrap {
    max-height: 60px !important;
    overflow: auto;
}

.ModalPopupHeadings {
    margin-bottom: 5px;
}
/*EMR Height changes on 09/27/2017 written by sandhya.g*/

/*EMR Panel Heights and grid Wrapping Styles written by Sandhya G on 10/09/2017*/
.panel-group .panel-heading a {
    padding: 6px !important;
    font-size: 12px !important;
}

.panel-group .panel-heading label {
    font-size: 16px !important;
}

/*@media (min-width: 750px) {*/
.k-grid-content td, .k-grid-content div, .k-grid-content span {
    white-space: normal !important;
    word-wrap: break-word;
}

/*}*/

/*EMR Panel Heights and grid Wrapping Styles written by Sandhya G on 10/09/2017 */

/*zoom 90% to 25% starts on 10/16/2017 written by sandhya.g*/
@media (min-width: 2133px) and (max-width:7680px) {
    .k-combobox, .k-datepicker, .k-timepicker, .k-datetimepicker, .k-colorpicker, .k-numerictextbox, .k-dropdown, .k-selectbox, .k-textbox, .k-toolbar .k-split-button {
        border-width: thin !important;
    }

    .k-autocomplete .k-input {
        border: 1px solid #ccc !important;
    }

    .k-multiselect-wrap {
        border-width: 1px !important;
    }
}
/*zoom 90% to 25% ends on 10/16/2017 written by sandhya.g*/

/*Background color for grid and context menu*/
/*.k-menu .k-menu-scroll-button:hover, .k-menu .k-state-hover>.k-link{
    background: #0072C5!important;
    color: #fff!important;
}
.k-grid, .k-grid-header, .k-header{
        background-image: none !important;
}
.k-i-filter{
    color:#46525d !important;
}
.k-combobox,.k-autocomplete{
    width:100% !important;
}*/
/*Background color for grid and context menu*/



.video-icon-call-ehr {
    background-image: url('../../../DICOMViewer/ext/jquery-mobile/images/icons-png/video-white.png');
    padding-left: 15px;
}

.video-icon-call-ehr-zoom {
    background-image: url('../../../DICOMViewer/ext/jquery-mobile/images/icons-png/ZoomIcon.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 8px;
    background-size: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
}

/*added by mahesh p on 11/09/2012 since for paging enabled grids white-space causes height issues*/
/*.k-grid-content .k-virtual-scrollable-wrap td, .k-grid-content .k-virtual-scrollable-wrap div, .k-grid-content .k-virtual-scrollable-wrap span {
    white-space: nowrap !important;
}*/

.localvideo video {
    /*height: 80%;*/
    height: 100%;
    width: 100%;
    /* top: 0px; */
    margin-bottom: -5px;
    object-fit: fill;
    display: block;
}

.frames_callee__inner {
    margin-bottom: -5px;
}

.j-callee {
    /*height: 130px;
    width: 160px;*/
    height: 320px;
    width: 640px;
    /*position: absolute !important;*/
    z-index: 999991;
    top: 5px;
}

.maximizedVideo {
    position: absolute;
}

.qb-video video {
    height: 100%;
    width: 100%;
    object-fit: fill;
}



.localvideo {
    /* position: absolute; */
    /*z-index: 999999992;*/
    /* border: 1px solid #ccc; */
    /*height: 114px;
    width: 122px;*/
    /* height: 105px; */
    /* width: 140px; */
    margin-bottom: -5px;
    /*min-height: 114px;
	min-width: 140px;*/
}

#localvideoMainDiv {
    right: 10px;
    border: 3px solid rgb(204, 204, 204);
    float: right;
    top: 7px;
    bottom: 0px;
    z-index: 999992;
}

.j-call-video-expand, .j-call-video-close {
    float: right;
    cursor: pointer;
}

/*.j-callees {
    position: absolute;
    z-index: 999991;
    top: 5px;
}*/

.frames_callee__status, .frames_callee__name, .local-video-panel {
    background-color: #2e2e2e;
    color: white;
    margin-bottom: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.frames_callee__status {
    padding: 5px;
}
/*This will work for firefox*/
@-moz-document url-prefix() {
    .videoIconsAlignmentClassInFirefox {
        display: contents;
    }

    .videoCallHolderNameClass {
        float: left;
    }
}

.j-call-video-close {
    color: white !important;
    opacity: 1;
    padding-right: 2px;
}

.local-video-panel {
    height: 21px;
}

.caller__frames_acts_btn_record {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin: 0 15px 0 0;
    border: 3px solid #808080;
    background: #808080;
    border-radius: 50%;
    box-shadow: inset 0px 0 0 3px #fff;
}

    .caller__frames_acts_btn_record.active {
        background: #cc0000;
        border-color: #cc0000;
    }

.caller__frames_acts_btn {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin: 0 15px 0 0;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
}



/*gray no video normal*/

.normal-no-video {
    height: 20px;
    width: 35px;
    background-size: 100%;
    background-position: center;
    /*background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjAwJyBoZWlnaHQ9JzIwMCcgZmlsbD0iIzk5OTk5OSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMCAxMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiM5OTk5OTk7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQoJLnN0MXtmaWxsOm5vbmU7c3Ryb2tlOiM5OTk5OTk7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KPC9zdHlsZT48Zz48bGluZSBjbGFzcz0ic3QwIiB4MT0iMjQuMiIgeTE9IjcwLjgiIHgyPSI2Ny43IiB5Mj0iMjcuMyIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02NiwzNC40YzEuOCwxLjEsMi45LDMsMi45LDUuMXYzLjkiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjQuMiw2NC44Yy0yLjctMC42LTQuNy0zLTQuNy01LjlWMzkuNWMwLTMuMywyLjctNiw2LTZINTQiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNjkuMSw1NXYzLjljMCwzLjMtMi43LDYtNiw2SDM3LjYiLz48cG9seWxpbmUgY2xhc3M9InN0MSIgcG9pbnRzPSI2OS4xLDQzLjQgNzksMzcuNyA3OSw2MC43IDY5LjEsNTUgICIvPjwvZz48L3N2Zz4=);*/
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAboAAAFGCAQAAAC2rpJsAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAAAEgAAABIAEbJaz4AABb/SURBVHja7d33f1RV/sfx90klIUCEiARBYCMghlAMAlGxYN3H6q5ldd3/7/t9rLproexaHi7yFRBpAaRI6EVAWgghgVQ+3x8imDJz7jl3zq3n/fxJk7l3zkzmxS1zixIQUZzKkh4Akb1BXMVA0oMIrSLpARDZ2S0n0QMAqMPjWK2SHo89xdVLyo5OfCtdY35Sj1fU9KSHZYnRUWZcx2aZuFJZiw9VtlbYuE1HGVE4OeAOdmRsycHoKBOKJQcAHRhKenhWGB1lgC45ALiR9ACtMDpKvaDkgM5MrWAyOkq54OSAmqQHaYXRUaqZJAfMyNS3dYyOUswsuUcwJemBWmF0lFpmySm8kKnlHKOj1DJLDliK+qSHaonRUSqZJjcfazO2nGN0lErmyb2qMtcco6P0yXdyjI5SJ+/JMTpKmfwnx+goVXxIjtFRinR6kRyjo9ToxCYvkmN0lBKd2CT9Bo/LfnK8MBGlgmlyTVif+eQYHaWAeXIvZ784cPWSEudbcoyOEuZfcoyOEuVjcoyOEuRncoyOEuNrcoyOEuJvcoyOEuFzcoyOEuB3coyOYud7coyOYsbkGB3FiskBjI5ixORGMDqKCZO7j9FRLJjc73hqD8WgyzC5hXgp98lxSUcx6MJGJjcKo6OIdWGj9Bk8zpfkGB1FjMlNxOgoQkyuEEZHkWFyhUW697ILXdKFm+hBPwYxiEEMJ/166YEKTEcDlqr6iObP5IpR4nyWPbgqV3AV15lYBpThaSyL4LJ2TK44p9F144ScQlfSr4ksNeNZxx98JqfjaPVyCEfkBDqTfjUUyhE0YZbD+TE5PQfRDeGQHILJm0xpdVBmOfv4M7kgJUY3iMPyE0yONqA0+9XZnJhcsJKiOyU7uITLhX50od7BfFwm14Of5QJuogrTsUo9kvRb5FDo6Hrxf/JL0qMnZ6oczMNlcjvkyG//dRcXcVEW4VlVmeg75E7I6M7KVpjcS4yyoQq1Jc/DZXJHHiR333FckvXK5e6e5IQ4IuUedsg3TC5Xmkueg8vkbmBHgZ/2YKPscv+1cgKsl3Q9+EauJz1qcmxliTs1TJN7As8bPNPhomkdxHl5RT0U87vjmuWS7ho+ZXK581KJO7HdJjeMU5rf3sRnmd+XYBXdRcOTESk7puJttbCk5Zzb5IBuDGl/P4wv5WSmVzMt/ok7KVtKeqoq1KIm6ddLD1RiOmZiriovaS7djpMDgvdRCragT5Zm9ns+4+hOyHfWMy/HLDRiMqaoWtTxciw51I0NjpMz/fLiB/TKmoxmZ1jCL9hqNdvpmIM5qhGl/StK6daNDXLX4HE2yQFVmAOTrbaDKJOnM5mdUXS/4msxXYmuwEosUZOSfl0UuWiSA4Bl6hejj9t+PCSPZzA7g1N7buILGTSbGZZgFYPzQnTJAcAe2W/0OIU/qdlJvxXWAqMbwCdyx2hW89Cmpib9eigW0SYHAIdkp9HjKvGumpb022EpMLr/GH0rUo71WJDBBT2FEX1yAHBBvjM6nL4O76nqpN8SKwHRHZRdRi/7j5k/SoBMxZMcAPRhq5w3eNxc/DFT/+Bro7uGLwx2oMzGa8rFMeqUBfElN6JDdgR8WQ4AL6G0L/jjpTkiZRjfGiS3DH9ict6IOzlgsXrHYNfcDzAZVVpoojsotwMmLserWBvBlaQoneJPDgAewttqcsBj+rE1QweGFY2uB+2BE7+uuPPEH8kkB4wcHxq0X/wCzmQmu6LR7ZB7AZM+gzlJj55ik1xyADAZfw5cydyFrFRXJLrrOBcw4WJk94BTsmWaXHMkyQFALd5Q+lNiupGVcw+KvI69AcNvjOzNpfQxT871RWtHm4mXAh6xLyPLuoLR3YL+25E6vM7dJ95IR3IA0KQWBYz0dCaqK3jAc3vA0F/hlwTeSE9yANCmzmlPo27HH5Dk4mAIHXICN6EwDYvQXGQoBaLr154uD/wBMxN8WRSndCUHVOMZ6M7rvIlf0RjPW1PAMdn94MC1a7iG/fKiKrSzscDq5SntfssyrOWapSfSlhwALAw4q+BUQiuYV/Ev+X7csaJ38HXBKwoViO6kduZLUZfMq6KY3U5hcgAC/tE/iaCvutzrxRb5QgrdPmcY/y5wZn3ZxBnormtfhae4nPPCbWxMZXJAA+ZqfjuAi7Eu64awVz6S4guqfnRMGM+E6M5qh7zKyeW3Ke1uY6P0Gjwu/uQAQH+RhlOms3HguHwk7QE3Pz0z4ScTorukmbwcT3I554F0Jwc04FHNb8/EtIJ5DZ/JVgSf4H1rwk8m7L28qJl8bpirsFPGpD25kecu/jkdxJXI92DewS45YfjYiV9xjIuuU3uPgnkRvxRKXhaSA+aocim+UndNGiMc2zAOygGDc/yKGxedfiN0Hlcucy4byQEVmIfTRX97LcJnPiW70FPy6MfQ3adgFnidr3zLSnIAsCCB6G7ge3Ex73HRdWseOj+il0LpkKXkgDmq+NHN3eiH60sV3cVu6XA0r3HR3dI8lCes5lm2kgOqMRnFx3sDLq+GOYxD0l7SVtxYY6Ib1lzyrBJTHL4MShfT5Jal6CDAGZroumW2s3GekR8RdOESO2Oiu6l5ILfn8qsng8kBDZoT0Fzd0K0T2+SK85GPie6uZt8lo8urHnxhdA3v5UjXXXJ0a14uouvDbjkWycjHrV4Wx+jyyTS5ZSlLTv+JLDW6ezgk7TC7g4e9MdHpnoTR5ZF5cmlasRxRrdl/WVp052Sndj9+qcZEp9s/w+jyJ8vJQfulQPjourBNLkc88jHR6Q4UZXR5k+3k9HdsHTCey2j92CNHQ0xXg9X40SL0MdFl4qou5ETWk4P2Wij25xncwxHZFyLWcizDSlWB3Rbx8EbgXsp+cm5dkJ3oCjHdArQp+yspMDoPMbnRbmGbXAox3UNYp2aFekZG5x0m97sB7JUjITarJmEVloS+9iuj8wyTu09wVPaG2M+psBStJV35ldF5hcnddxHb5VaI6WZjXcn3OGd0HmFyI7rxg9FtlcebhjY85uCdYXTeYHIAMIh9cjjEVwpVeApLlZtrBDE6TzA5QHBM9mhOXyvuCaw2uAmzKUbnBdPkWtGa2+QuYYfcDDHdI3hOzXA6EkbnAdPk1mB5TpPrwQ9yNsR0dViDJufvCaPLPd+TG0K7/BRiK64Cy7FClUcwIkaXc74n1yG7YXJPhvGa0KZqIxoTo8s1v5P7FdsL3ksnyHQ8r6K8ByOjyzHT5FbkMLle/ChhbiVSg9VYHPG7wehyyzy51blL7g4+kmHrqcrQglYVfRKMLqd8Tk5CbcXNQ5uaGsv4GF0u+Zyc/vTWwqZhnXJ5eVo9RpdDviYnIXIDqtGK5tCn6YTB6HLH1+TCLOEUnsQq5fq+B0EYXc50Y6OHyYVbxs3Gc6re0Qhsnp/R5Uo3NojJToR8JRdmGTcFbZjv8D2wOfuc0eWIr8nZqsBTWOH4HeCSzktMzswirFE1zufKJZ2HmJyJmXhONUQyZy7pvONrcjY7UGrRFsFpOmEwuhzwMzm7l/IUVsRwgJeZtIyDQvMzOaAG5Ya3JA53HWY73KbziK/JAUADgu+SWo91qjGGsXCbzhs+Jwc0B0Q3CU/jiZgO8OKSzhN+Jwc8rjrkYpHflaEZq1Rl0kMsMjbKKN+TA4AX1dSCy5jZeF+1pTQ5Lukyi8kBwGS8r/bIT2N+Vo+1Tq7DbIfbdLnH5O4rx1rVius4JXdQg1o0YF7qXzGjyyAmN1YlGtGY8Cu12ZHCbbrMYXJZx+gyhsllH6PLFNPkWphcijG6DDFPro3JpRijywwmlxeMLiOYXH4wukxgcnnC6DKAyeULo0s9Jpc3jC7lmFz+MLpUY3J5xOhSjMnlEw94Tq0ubGJyucToUqoLG6XP4HFMLnu4eplKTC7PGF0KMbl8Y3Spw+TyjtGlDJPLP0aXKkzOB4wuRZicHxhdajA5XzC6lGBy/mB0qcDkfMLoUoDJ+YXRJY7J+YbRJYzJ+YfRJco0uSeZXI4wugSZJ/cck8sRRpcYJucrRpcQJucvRpcIJuczRpcAJuc3Rhc7Juc7RhczJkeMLlZMjhhdrJgcAYwuRkyORjC6mDA5uo/RxYLJ0e8YXQyYHI3G6CLH5GgsRhcxJkfjMbpIMTmaiNFFiMlRIYwuMkyOCmN0EWFyVAyjiwSTo+IYXQSYHOkwOueYHOkxOseYHAVhdE4xOQrG6BxicmSC0TnD5MgMo3OEyZEpRucEkyNzjM4BJkc2GF3JmBzZYXQlYnJki9GVhMmRPUZXAiZHYTC60JgchcPoQmJyFBajC4XJUXiMLgQmR6VgdNaYHJWmIukBZA2TS6Mr2C9d6McUzMXTibzvNk/K6Kx0M7nUGcRmufbbf/fjOg5KG5pT/e5z9dJCNzYwuZQR/O+D5Ebcww78S7piH4c5RmesGxvkrsHjmFycNshAgZ924hPZJv0xjoOrlxFgcmnUg6tFf/czTksrmlU8fw4u6Zxjcum0X/tZ78cP+ER+iWUkNn92RmeAyaXVlcBH3MJ/5Cu5FflIbJZ0XL0MxOTS647Ro87jvLRglaqMcCRc0jnE5NLMfJlxCP+QozaLowgxOi0ml261Fo/tw3b8Uy5FNBLuSHGEyaVdtdWHHbiJzfKNdCc8am7TFcXkssD+rT+L89KCVpXcR59LuiKYXH7dw0H8Q44ltoXH6Apictli389dfI9P5VdnI+DeyxIxuawJ92e4gY3yrfQ4GQG/pysJk/PJaZyTZVgZ6xYel3TjMDnfDGM/PpLjMW7hMboxmJyf7mArPpOrpc/ICKMbhcn57Dq+kC3SG8MzMboHmFy+tKDKepqT+Fj2yXDEI2N0v2FyebNQfaiesJ5qCPvwkZyMdAuP0QFgcvk0Cc+r99Qj1tP1Ygs+H3cRCJcYHZhcns3AX9TLqLOe7ho+l61Gnwp7/J6OyeVek5qPA3IQQ5bTHcdpWYllqtzxeLxf0jE5H5SjVX2oHreebgh78LGcdryF53l0TM4ftViv3lbTrafrwbfYIDccjsTr6Jicb2bir+oF1FhPdwWfyvdG1zw14fE2HZPz02LVhH1yCPcspzuGU/IUWlTpyylvl3RMzl8VWKM+UPOspxvELnwiZ0vewvM0Oibnu6l4Xb2ppllP141vsEk6S3puL6NjcgQAs/GBegbV1tNdxqeyvYSLtnu4Tcfk6D6FpWoh9spRy3PPBUdxUlrRHGoLz7slHZOjsarxrHpfNVpPN4Cd+KecD7GF51l0TI4Kqcdb6jVMsZ7uFr7CZuvbco1ZvdQd7pKSi+OWhMnljW63v+3yZL6ajwPSbn2w2CV8IksxaDHFmJFN0jwwmkM/48Tk8kf39wxz54IV6u9qUYjpDlulOjY6zYfN1bfxSWFyeaS7gUi424XU4EX1jno40lEbL+myHR2TyyfdpzL8jvmH8Y56yeo+CXbGjCyv0TG5fNLfKKu0b8MWqgXYLz8hiks3jFnS6Q4Eze42HZPLK110pS+nKvC0+ptaEMG4x+3iKf7t/B2r/TPpweTy665ml/pUJ89Qh1fVn0OcDqQ3LjrdCublDH5rwOTy7Lrmd26iA4BZeE+t05ZhyyY6h08bDyaXb+c0v3MXHaCwRP1dtTg7kmTcfHQL0qxFx+TyrQ+6KzK7jA4AKtGm3lezncxrXHS6mV6LZE9OVJhc3umPemyI4K86DW+qN2B/OtB446KboxmqwN3dvKLG5PLvvOZ31aiP6FkfU++rtSGuHT3ahL2XuhXMaK976w6Tyz/RRvdohM9chmWhrh09eg4Wwz2RiW/rbjM5D1zWHu1of6KOHZtrR0/curSK7h4Op35ZdxsbmZwH9J/E+TH8bU2vHd0w4ScTomtUuvEetT7xIV63sdHoZkdMLtuu4qzmtzMxOaZxNKm/qdaAA86WTPikTYiuErojrPvRkeJlHZPzxTbtp9D+Ss7hjVw7uqno7+cXWHcs8H2f/nyidgzE+JJsMDlfHA+43nJTzH/fWrys3lYNBX5TiWcKjKVAdE8o/cmsO1O5rGNyvhjGbu3vZ4e4gnPpZuLdCdeOfhQfqELbfAVWR8uwFHs1s+/Aosj3Dtlicv7YLvpTepoTG9li1YQOOQNBNR7GTFVsp6QqtNjqx/9obwFbhw9Umq7dx+T88bNs0/5+Kj5M/d+44DGc1XhSO1EPdqdoFZPJ+eM6dgQ8ojXpIRoocuD0soCP52FcSnrkv2Fy/ujHV6K/7Udd7DtRwigS3WQsDJjwqwjvyWyOyflD8HXA1hywJhMXci06xtUBW21D+LfTG+WFweR8sluCDrifnYnlnCa6yWgLmHQAm+VWgkNncj7ZLQcDHlGG5zPyd9YsjZeoWQET92OT9CQ0cCbnjyF8KQcCH7Xc+YmrUdGuAq9X5QGT38HnksQuFSbnjx58LhcCHzUdrZn5S2ujq8PawBncxWbZI/F+g8Dk/HENn8rNwEdV4A0HtyWOiwrKZWPg5isAzMQrKvgkBzeYnC/6je8c9zrmZehvHRhdDz4Wk2ujVKAFy1Vpp7GbYHJ+uIcjss/w4Pqs/a0DowNOyhbDmVVhOVoiPUCMyfnhvOyE6Z7xWXgzQ6uWgFF0wFHZbjzDGqzEkxG9CUzOB13YbrFzbhreVeHuz5Mco+iAQ7LTYqZVeBRz8Zhye98TJpdvg7gsF3EJNodc1OJdx5+yOBhGB+yVduuZ1+MxLFYPORkok8ubfvShH33Sjz7cwWXtpWMLq4L7+wzEwTg6YKccCvUUM/FcwbNqbcSX3Ck5gxvG2xOUnEl4y9E/6HGziA7YKsdDPUmpKwFxJTeM7dJRygwoNlPxZmxfUrlmFR2wX/aEepoZeC90DvEt5TZJ1u7X4KsZeFNVlz6bhFjuZlyp3lJhbhp0Az+HPGglvuQOMrmMeBx/yXBy1tEBjfhr4IHQhRwJNbw4d5/sL3UGFINyrMP6VF0sxF6IL9Rq8ZZaYT1VZ4h7/sSZ3NXUXlqQfjcF76glmd87HeqfDIXVqlH+a/kxvWtwCerR4v2S4EKKrvpChZShBa0ZX8aNCP0a5qoPcUCOWCy/0pwcUn65eHoEL6j6pAfhSAn/cEzCWrUcB+SoUXh2l7qO/6vwGW5mQxFoQGumziIIUuLSugZtajna5RjuBTxyucWblsTRJw3K6BwSitnDaMVjOQoOsP6erphe7JMOzad2BVYbv3FJHfD1pcH5yRSfKjRhsZqZ9DAi4Cg6AOjHOTmHCwW2jhbhxdQnBwzgY6M721H0HsViLAi8WEhWOYzuvl9wTk4/uGfrVLSgOQPJAUAPvuMX5ImqxRzMwZxQB2BkRwTRjbiOAVRgitUdVNJwJkGHXMB1dEc1e3qgApWoRBWqUIvJqMVk1GfynAF7kUVnLw3JEUUvNee5MznyRUqiY3Lkj1REx+TIJymIjsmRXxKPjsmRbxKOjsmRfxKNjsmRjxKMjsmRnxKLjsmRrxKKjsmRvxKJrpfJkccSiK4XG5gceSz26Hqxweg+5UyO8irm6JgcUazRMTmiWKNjckRAjNExOaIRMUXH5IjuiyU6Jkf0uxiiY3JEo0UeHZMjGivi6Jgc0XiRRsfkiCaKMDomR1RIZNExOaLCIoqOyREVE0l0TI6ouAiiY3JEOs6jG8ZmJkek4Ty6nXLL4FFMjvzlOLoBHDV4FJMjnzmO7rzB7e6YHPnNcXQXAh/B5Mh3jqMbDvg9kyNyHN0M7W8XMzmiOKNbjBeYHJHr6OaoYtkxOaIRjqMrw2uqosDPmRzRfcpgH7+lm/ivdI76/0qsxRImR/SbCKIDgENyEZ3oQwMeRouqS/pVEqVIRNERUTEJ33OcyD+MjihmjI4oZoyOKGaMjihmjI4oZoyOKGb/D17t4nQR0HoDAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTExLTE0VDA2OjM2OjE5LTA1OjAwch7CrAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0xMS0xNFQwNjozNjoxOS0wNTowMANDehAAAAAASUVORK5CYII=');
    background-repeat: round;
}

    /*red no video active*/
    .normal-no-video.active {
        height: 20px;
        width: 35px;
        background-size: 100%;
        background-position: center;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIMAAABgCAMAAAAJkzF4AAABLFBMVEX////44dz88O756OX449/88e/++/v67On+/Pz9+Pf+/f366+j99fT55+P66uf34NvopJbvv7XIJgbPQibrsKXvwbjJKwvJKwzIKQnst6311tDghXPWXETSTjTPQSXuu7DrrqLSTjPnn5HLMxXOQCTZaVPjkoLxyMDghHLdd2PqraHcdmLkk4PVW0PnoJLLMhTSTTPIJQXJJgbHJQXssaXNOh7MNxnppZfssqfIKAnUWEDPQifHJgbZalTSUDbYZU/0083JLQ7339rstarhinnXY0zLNRfUVTzMOBvfgnDpqZzVXETUWD/uu7HMNhjyycHuvLLjj3/YZU7wxLvtuK3yzMXZaFLhh3bWXUXyzMTijn7XYUrcdWDijHvtt6zfgW/uvbPrsababVjzzscOARdHAAAAEHRSTlMAAAAAAAAAAAAAAAAAAAAAHik/2wAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAAEgAAABIAEbJaz4AAAN9SURBVGje7Zpne5swEMfVBrqnOtLaGNvxkEeo4450pUnbNOnee6/v/x2KJKyAIAZ0R3n6lHtl6RHSz9Jfx+kEIZX9PdtzYm/ZCCcpPVU+AqWnS0U4c9ZHWFwoHeHc+QqhQqgQKgQwQq3uNKixuU04Qss1H19YIxGhZmUmsAAzEFg7CWGJ0nrWZeiAEbrNBATS9X86diYE2U2vzzI1n28RLbR5v50M62GJWWjX4OPrCMTqCqmk/zWhhQHCFJD4jrB7vPNh2mMjgYBCkLQpx7x7lvIc35TtYmZBzATXxDjW1K4Pd8YUgixCCzNjfAD9Py77GnRUacB3RIEIcoMuRWqa0iGqsucX+kUikL42Qs0JfIqqcTNIBoQgRL8jCHuo/JqqS1otVAQhCG9WuBByyRGGQhHCDCx4M3oWPsPcl7VisAIhdJk2LAbD/HghYLDrkmDSjw2LwJASskiGmRDGdnxYOENa1MQZVoIAxZt5Q1yG1MCN0WksyMBlSI8d2cVpSAgFMGQIX9mlsBDwGTJF0ItcCJovxmPIFsRfvrJ6Va9DYwCcprAYIAc6JAbQmRKHAXasRWEAnqwxGKCHewQGcH4BzgBPcYAZELIsUAaMRA+QASXXBGPASXeBGJAybhAGrKQfgAEt72jOgJf6NGZAzL6aMmAmgA0ZUHPQZgzmCNeu0xv60d6IATALN/nhogVngCyEPGk2ItG9AQNICytr8qh3K5Swzc8Ak+M6XQtOnMtKFrkZgDtindLphoTotAwZoJvSZ6C3mScpHGbCAPYLgoGQUVdSDK3cDHDXFDAQuz+RC+LLIhcDgnfkDDL/YvXkVLityLB8guZccmA46DuhIVibKlMNuFR2z9NiINzl4+1TxdEkxqBnk9ERyCaXQKhs93UGnk12dnka5015z+9kK1IjZTFRZXF/kbwYOAj7t/1eRlol60YuVjiTWxzCgft+Lw8Oxuqb4Xsbkb5OuPVCClke8u4fpbUSEhnqQQYOwsJj3vmTQ2ntbLFZGk8LQGiJrp8dTm9pSb/h7rxZdYQjz1lue/Hy1arcg6+z4NqB81K3whrCGwqw7bfZ5swey/YseSHeARC2jmZeOWswUV49poX3xgQfPuYT0GjAkhHIsU+Ol9s+f/m6afrV4j/8OU2FUCFUCAXZceHYvpWJQL6Xj0B+lL0Q3H7++l02wv9rfwC1d7z67bTqfwAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNy0xMS0xNFQwNjozODozNi0wNTowMNi6hYsAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTctMTEtMTRUMDY6Mzg6MzYtMDU6MDCp5z03AAAAAElFTkSuQmCC');
        /*background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjAwJyBoZWlnaHQ9JzIwMCcgZmlsbD0iI0M4MjYwNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMCAxMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNDODI2MDY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQoJLnN0MXtmaWxsOm5vbmU7c3Ryb2tlOiNDODI2MDY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KPC9zdHlsZT48Zz48bGluZSBjbGFzcz0ic3QwIiB4MT0iMjQuMiIgeTE9IjcwLjgiIHgyPSI2Ny43IiB5Mj0iMjcuMyIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02NiwzNC40YzEuOCwxLjEsMi45LDMsMi45LDUuMXYzLjkiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjQuMiw2NC44Yy0yLjctMC42LTQuNy0zLTQuNy01LjlWMzkuNWMwLTMuMywyLjctNiw2LTZINTQiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNjkuMSw1NXYzLjljMCwzLjMtMi43LDYtNiw2SDM3LjYiLz48cG9seWxpbmUgY2xhc3M9InN0MSIgcG9pbnRzPSI2OS4xLDQzLjQgNzksMzcuNyA3OSw2MC43IDY5LjEsNTUgICIvPjwvZz48L3N2Zz4=);*/
        background-repeat: round;
    }


/*gray mute micro normal*/
.normal-no-mic {
    height: 20px;
    width: 20px;
    background-size: 100%;
    background-position: center;
    /*background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjAwJyBoZWlnaHQ9JzIwMCcgZmlsbD0iI0ZGRkZGRiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMCAxMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGQ9Ik0xMy4zOTYsOS41NzJsLTQuOTQ5LDQuOTQ5bDI4LjE3OCwyOC4xNzhWNTQuNzVjMCw2LjgzNCw1LjU0LDEyLjM3NSwxMi4zNzUsMTIuMzc1YzMuMzM2LDAsNi4zNTMtMS4zMjgsOC41NzUtMy40NzYgICBsNC4zMzksNC4zMzljLTMuMzAyLDMuMzIzLTcuODY4LDUuMzg3LTEyLjkxNCw1LjM4N2MtMTAuMDYzLDAtMTguMjUtOC4xODctMTguMjUtMTguMjV2LTEzLjc1aC03djEzLjc1ICAgYzAsMTIuNzM0LDkuNDc5LDIzLjI5MiwyMS43NSwyNS4wMDJ2OS4yNDhoLTguMTg4djdoMjMuMzc1di03SDUyLjV2LTkuMjQ4YzUuNTc1LTAuNzc3LDEwLjU2My0zLjM5MSwxNC4zNTUtNy4xOTdsMTkuNzQ4LDE5Ljc0OCAgIGw0Ljk0OS00Ljk0OUwxMy4zOTYsOS41NzJ6IE02MS4zNzUsMTZjMC02LjgzNC01LjU0LTEyLjM3NS0xMi4zNzUtMTIuMzc1UzM2LjYyNSw5LjE2NiwzNi42MjUsMTZ2Ny44NWwyNC43NSwyNC43NVYxNnogICAgTTc0LjI1LDU1LjEyNXYtMTMuNzVoLTd2MTMuMWw2LjMyOSw2LjMyOUM3NC4wMDIsNTguOTc2LDc0LjI1LDU3LjA4LDc0LjI1LDU1LjEyNXoiLz48L2c+PC9zdmc+);*/
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAK8AAADECAQAAABDqLlnAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAAAEgAAABIAEbJaz4AAAlcSURBVHja7d1tjFxVGQfw/51SFKQudV+gL9BtWkypUAy2wvLS7mqCNBpCtCFSNWC2RgjEsDGCflCIBmNSsSaKH5RYGqgExSKKVlOD3V0tL8W0QGJbKO1uW3bbre22hdqalj5+GCbOzM55ufeec895zpz/p/a+zJznt8+euXPv3RkgJoZrEtcDUGUezcUMTMd0TAMwghGMYh92YKf3I/c8n6Df0lESZZyepOvI9RiZ5jZ6hXTyEt0aidPlVtqjRVvJ67Q0EuvlQmxIRVvJr+l810P3P100lgmXiGiI5scelmU5nc6MS0R0nG6IwKJ8LxdtJSsicKPcZwSX6Awti8D1WWYIt5xFEbg6M3HMKO+bdK7rknzKgFFcIqKHefTv1+gS6wO93TguEdHH/Qf+FhGNWAb+AA5a4f2n77z3vzfQ/TTb4lDvz0Eoz80+Az9YNVCbHTxujXeTv7wr64Zqq4NvtoZLRHSRn8ArGwx1hOZYGOxaq7x9PvL+RDBYGx18xCrvBv94fy4Zrmngq63iEp2ks11zolSL+xXJphfgeZgEvtpyae/DR533bxXvGikuYBp4nvXiLrH+DKpU8Z7S2PwCvABTh2lzrBdn/xlUqeJdkfxSY4cODBrq4MnWi5th/RlUqZl7e7WATc/B9jLd9QBqeUMDnuJ6APW8oQG7TmnioghsLqVGC3uTtRq7RmB1So0XfykCG4mAlyKwkZREKyKwiZTEqyJw/pRkKyNw3pTkqyNwvpRUG0TgPFHyRuA80eCNwNmjxRuBs0aTNwJnizYvQPiiJvAmzNUAPum6dv9Swm+0rtLqXFWeRbstXyveyO+3iBMwQ15OwCx5+QAz5eUCzJaXBzBjXg7ArHn9B2bO6zswe16/gQPg9Rk4CF5/gQPhBUp4xkPgYHiBSR4CB8TrI3BQvP4BB8brG3BwvH4BB8jrE3CQvP4AB8rrC3CwvH4AB8zrA3DQvO6BA+cFJmG9Q+DgeYHJDoGbgNclcFPwugNuEl5XwE3D6wa4iXjTAH/YEHBT8eoDHzQE3GS8RQM3HW+xwO55DX01TCd1CtcNYajuWf5ESzUecwxLsF0xvk7aiFnCtf3oThrvlWa0HuQBSQ89MKGHiupgUfemG22epPjTFXM5hZuSP2ts14Z/QAU8nHRjyEURWnHCC5zC0uQNje3asAnzlMA9GHZThjKOeAFgRGurVgwqO3goWeJpBzvk1Q3nKYIBL2dgFrx8gZnwcgVmw8sTmBEvR2BWvPyAmfFyA2bHywuYIa8ucI8HwCx5gTYMKs9FDCV3OD+1yJS3/Bnuqg52/3EybHn1pgjXYczLAZg1r//AzHl9B2bP6zdwALw+AwfB6y9wILy+AgfD6ydwQLw+AjvkPWPhMduwCZcqgVdjd0E1GuI9LVk3SbD8uJWCWrFRCTycLE52Cda9a3Q0hnhlVOcJlr9ttJD/pwMDyiliH64XAP/X6FgM8b4jWSf61rRRo4VUR2cOHkFXQ2CzZ9kM8co6UdS9rxstpDZtGFROEWO4NtkxYekxo+MoYHIQfaXidqOF1KdDA3g/liTbJizzMIukd+k23udsnNS6yzd7dO4PbsX2mn3cf7dxg7RAVuZUwV56N1HnyQFSXTIC2vFa1R4fNOpiaHI4ikOStZcLSvyd0VIapQN/V04RB7E4efW9f4/6OfcCspuhFwuWryvgUmMr+pXA4+hOXgMAbNN4xDQxxrtDsq5HsPwgnjFcTqO0ox/zlcBLki0AthYwnky5QzIDniDRO7cF1mffcnRe5KZgCy338YUNAC6Tlvdp4bAfKwh4jFQdDLRgmmtGcY5KilsrLK0V4x51sMf5o6S0t+kc4X63F8Sr18FmY/CE5HrJuvPwWWFhjyZPF1RsOwaUL3LepkP61uJVSVnnY1vAHWws/dLClkrKmoa3CgNmOwffLS1rQFrULMrfwS/SI5odrL6i4WHaIS/rc9KiWvCXXLi/IgD4hSYwyynicWlRo/R+6d4lfD8j7Wm6j/TGUAnLKeIqRVEPKUvqph2pcZ+jrprHXa3ZwQyniJcVRd2gUdJdtE+b9lm6rsEjrtEEZjdFLFeUdIhmaj3O50n1gyJaQwtyvtlmCLxZUdILkndwtVlE36B1tJXGavbfS8/Tw9RL0xV7rw0TuEtZ0voMBc3EQvoYpTvl8kSYwE8qS3qKivijHd3vMmJ2FDET7yhLeryAgs6VnmZi3MF3apS0TniS3Uw68IomLsMO3qhR0h+oxdrzX5ni4K7SwR/hA3wx/UejpD10rZWSbqEs91Cw6mDVEXAlP1C8VU6bKfhpBtpy/s2pg3XL3EO3GCoqwQo6kBmXXQcPapc1QAtzl9VDW3LRlsNoDp6GvSkKe4I6Mxd2KT1rgLYcRlPE7FS/rKdpgO5NeSbrSvoOvURnjOESsZoiFtB46vJ20c/oM4pzEy1YRmsyzLSHtbYyc7qykA+UuIr+KryJWp7deBM7sRdHMI7DKOFDmIqp6MQczMWMTI+4FZ9K7qWva2x5CIvxL+cfuKGVK+rOernKi1T+Ma/S2prRFDGLdrq2pd9XTTcPae3B6EWuXXklw26+XQe1UmsvRpeMJuNBetcJ7RH6ZAOkVVr7MpoigC4aKhx3g/A0fIDAUzSLMpPj1Cul0Z0i2MzBADCfnisE9zG6SMkSJDDwhQx3NKTJy3V3P4gT3FFEJcstEW+hZakofhhmB5eJtxql/RvdmAHhR6F2MAAspNV0IjfsZvomzclc/iqt52B1FFGdVnyV1tGxjB3bRxfnLltvDh6jy3kCl9ND36WntebkE7SZHqFegxdE9aaIcd7Alcj/6s3Om1W9Dj4UBrCsRFvPuUoL+DCvG08axwVvEwG74W0aYFe8TQLsjrcpgF3yNgGwW97ggV3zBg7snjdoYB94Awb2gzdYYF94AwX2hzdIYJ94AwT2i1cX+I3ImzVqYEaXi/zjVQHvr8E9yyXehcqvtJOlW7HvtuSAlVH3JUR9gnX7cT12+nJP8Je1ZrKsua3wE+77aHbdczrtXr7pS0D31C17C9dgT13nBvW1IEWmL/lxzf+HG+DG7s2R6g4exjXJSINtYvfmSKWDdwlwY/fmTF8CugldyZhgvdPutXvoauM7iSamL1koxHXMa/cAsajSxj0YQ5Mm8lpN5LWayGs1kddqnB73jqLf6qPHxMTExMTExMTExBSR/wFjaMjC7SdERgAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNy0xMS0xNFQwNjo0Mjo1Ni0wNTowMCDMCUYAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTctMTEtMTRUMDY6NDI6NTYtMDU6MDBRkbH6AAAAAElFTkSuQmCC');
    background-repeat: round;
}

    /*red mute micro active*/
    .normal-no-mic.active {
        height: 20px;
        width: 18px;
        background-size: 100%;
        background-position: center;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAI4AAADKCAYAAABzNHhyAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAABIAAAASABGyWs+AAAYgUlEQVR42u2dd1wUR//HP3vHwXF3NGkqYkERFETliS2JGmPvibHFWGOLvzRj10SjxhIxdo0l9pZIbI89MU+MMYoaUQG7gCDSqwcHB8fd/P6wvFRAjtu9nb27ff+lV2a+s7xvdmZ29rsMIQS2iF6TD/Wls0Rz8xp0GanQ5WajNDcLupwslOZmojQ3+/lnpUonKINDoQwKhbJxMyiDmkHuF8jQbgNNGFsSR5twn2Qf24fcP49Bc/Maq7Ikckcog0KhCmmBat0/gKppS5sSyerFMWiLkLl/G8kI34LCuzfMVo8iMAReg8bAs99wRiJ3pN1ss2O14pTmZiNl8zKS/vNGGDQFvNUrUargPXAMao6fxti5udM+DGbD6sQxaIuQtnMtSdmwBHpNPrU4JAolao6bCp8JM63yFGZV4uRHXiCxk4ahJO0R7VCeI6/njwYr90IZGGJVAlmFOKRYi8SwmSR994+0Q6mQWhPnWlXvY/Hi6DJScGfce6TwdhTtUCrF6Y234b9iNyPzqkE7FNZYtDiamEhyd/x70GVn0A7FaOyr10KjbScg9wuw6N7HYsUpuHaR3B7VHYaiQtqhVBmp0gmNdv4OZXCoxcpjkeIURF0mt0d2g6FQQzsUk7FzrYagX/9h5LXr0w7FJCxOnJLUJET3CiX6AjXtUFjj4FMHwfvPM3bVPGmHUmUktAOoCsRgwL3PBlmFNABQnJyIO2P7EoNORzuUKmNR4jxaNY9obkTSDoNTNDcikbjgK8vq9mFBpyr1v+fI7aGdaIdhNoL2n4eqyRsWM1i2CHH0BfmI6hpEdFnptEMxG44Ng9HkyBWGYSzDHYs4VT1cMs2qpQGAons3kBm+Rfi/4qcIvscpTk3C9XcbEhgMtEMxO1JnVzQ/E8tIVU60Q6kUwfc4yavn24Q0AKBX5yHlpx+E/Ut+iqB7nJL0ZFxr5yfcAM2AzN0LoReSBD/QEXSPk3V4t01JAwC67AzknDwg+HYLWpyMfVtph0CF9F820Q6hUgQrjiYmkhQnJ9AOgwrqi39BmxhLO4zXIlhxHp8/TTsEqmhuXuf1dKXLzsDdT/qRyyEuJGnZN5XWLVxxIs7QDoEKMq8aaLzrNNx79OdtgJx5cCe53imQ5J05DlKsRcqmpYifOfa18ghWnPyrEbRD4B3PD0ag6cloxqllO96kSduxhsTPHFtmi0rmwZ1QXzpboTyCFEcTE0lISTHtMHhD6uKGhmv3wW/RJkaqcuat3odLZ5HERVMqfD9x0eQK3xOkOEVxd2iHwBuu7buh6Ykoxq3ze7yu3Tz49jOSunnZaz9TeCcGOb8dLLfXEag4t2mHYHYkCiXqffcjAjb9l5F5ePNad8L8iSTjl5+M+uyjVfNAylm5F6Q42sQ42iGYFVXz1gg5Gsl4DRzNay9jKCpE/KxxJH3PeqO/UxR3Bzkn95fpdQQpjr6Qv1t2+YSxs4PvpPkI2nuGcahVj9e6869GkOheoSTzwI4qfzdp1Vy8emlKkOIQXQntEDhH7heA4IOXUHP8dAYS/g470emQtHw2ufXRuyh+9MCkMooT48pcBhGkOAYrm1FVH/UlQo5cYRQBwbyemori7pCYfq1IysYwsN1hkLIp7KX/C1Ica9lG8Wwxr86MMIaR2fNad8rGMBLdoymK7t3kpLzC21EouBrxvNcRpjgWsn3yddBYzAOAkuRE3BrSgSQtn8152WkvDKqFKY4FY+dajcpiHgBk/rqNRPVqTvIjL5il/Oxj+/Ds1iQ7XltmLALeXPY6XNp2Qf0lWxiZuxev9eqyMxA3fTR5fO53s9dVeDuKOLVoywhTHAtDolCizsyl4HtdBgByfj9MHsyegNK8HH4qfDqMEKY4FjTGUTVrhQbLdvC+LqMvUCNh3hck68jPvNUpc/eCMvg/DCBUcSwE38kLUHPcVN4tV0ecIXHTR6MkPZnXeusv2YJniTFFcUxA7hcA/xW7oeA5PRsp1iJxyYwqXTLgCv/VP8OlbZfn7RXFqSI1Rk1E7RlLeO9lNDGRJHbycCpbSut8sxzVuvZ7qc3CFEeAsyqZV000WL4Tzi3a8tvLlJYi+cdFJHnD94Bez2+bPbzRYOWectssTHEEhsd7H6Hu7JW8r8toE2LJ/YlDQCO/oVvnvvBbtImxc3Yt931hiiOQWZXUxQ31F24A35usACB16wrycMkM3tssUargN28d3HsPfm2bhSmOAE5VtBbzStKTETtpOMm/8g/vbXZ64200WL6Tsff2qfSzwhSHIjQX87IO7SIJCyaB74xjjEwG34nzUGP0JMbY3l4U5wVUzVuj/tJtjNzXj9d6dbnZiJ85huSdOcF7m+V+AfBfuRdV3fIhioMnO/NqfTEHNcdO5XWTFQDk/nmcxH89HqU5mby3u/qIz1F76iKTtnzYvDim/uLYYtAUIGHhJJO2crLlddNsY7FpcaqP+hK1Jy/gfZOV+t9zJG7axyhJech7myubZhuLTYpDbTFPV4KkZbNJ6vZVvM8cpSpn1P12NTz6fMhJm21OHFqLeYV3b5D7E4dAG3+X9zZXZZptLDYjjp1rNfgt3gy3d3vyO83W65G8KYwkr10AUlrKa9WmTLONxSbEobWYp02KR+zEoVSSept70G/V4kgUStSZEQavQWN4X8xL37OBPAybAYO2iPd2s5lmG4vVikNrMa8kMw1xU0YS9UX+8/twMc02FqsTh+ZiXvaxfeTBvC+gV+fx3m6uptnGYlXi0FrMK1XnIX7WOJJ7+r+8t5nrabaxWI04tBbz8v7+jcTPHAsajwwwxzTbWCxeHFqLeYaiQiR+P83oPDNcYs5ptrFYtDi0FvMKYq6Q2IlDTc7+wAZap+NXsUhxaC3mEZ0Oj9bMJyk//UAlMQIf02xjsThxaC3mFcXdIfcnDuEs+0NV4HOabSwWIw61xTyDAalbV5CklXOpJHzie5ptLMIU55UBH63bbEuSExE7daTZsj9Uhn0NXzRcGy6YXuZFhCnO0y0HNBfzMsK3ksTFU6g+25zo+b0oWhWEKQ7ozR74TBliyQhSHO8Px8HjvaG8d9G5pw+TuK8/gf5xLu1D8BRBnqUACFQcvqWhkTLEOOjfX1YRghSHTx5H/Enipo2GLiOFdigWhc2KQ4q1SAybSdJ3/0g7FIvEJsXR3LpO7k8cgmIrT/1vTmxKHFJaiuT1i0ny+sW8pwyxNmxGHJopQ6wR689zTAjSdqwh0b1DRWk4xKp7HJopQ6wdq+1xsg7vJtE9monSmAmr63FopgyxJaxKHJopQ2wNqxCHZsoQW8XixaGZMsSWsVhxaKYMEbFQcQpvR5H7k4ZDG2/tzyfnbpNA4d0bpODqBWgfJUCbGIfSvOyytTEMZJ7V4eDrB8d6/nBu06HCe7YsTpzkHxeRR6vm0Q7DokhaPoekbFxiyldJwKbDcG3fvYzBFrOOU5wUj5sD24rSVJHS3CyYKA0A4NGaBeW+bhHipO9ZT6J6NicFUZdph2JxaGIiWQ0ANTFXyn1d0KcqmilDhAH7QX9JOvsNarqsdMg8vF96TbA9TvbxcBLdPcSGpQG4GBxzkaVdr8kv85rgehyaKUOEB/sex1CqY1+GVkvwisWCEufxP6dJ3Iwx0GWm0Q5FILDvcRgO7kcj5cgnCHEMRYVIXDKdZPy8iXYo1gcX4pRzYyB1cWimDBE+7E9VDBeLiKUCEod2yhARdlARh2bKEBFu4Hc6bjAgdfMyEtO3hSiNhcNbj1OcnIjYycNJwbWLtNsswgG89DgZ4VtJdK/mojRWhFl7HDFliPViNnFyfj9MHsyegNK8HNptFDEDnIujL1AjYf6XJOu/e2m3zeKR2DuwLsPAQd7C8rKcciqOmDKEW6QqJ9ZlcJGKTuKoKPMaJ+KQYi0eLp1F0nat46I4kadIlewTf+sLC1iXIZE7lll+Zi2OJiaSxE4eDm1iLOsARV5G6uTCugxDEfseR6pQlnnNZHHElCHmx8GnNusy9AX5rMuQyDk6VWkT7pPYycOhuXGVg8MjUhHyeg1Zl1HKQSJMSTk9TpUXAFO3riBRXYNFaXjAkQNxtEnsdh1UdLo0uscpSU9G3NRRRH3pLMeHR6QiHBs0Yr0novghu3R1FZ0ujRIn6/BukvDdV5zsXxUxDnldf9hXr8WqjOKkeNZxOPjULff114ojpgyhh8vbnVmXoX0Yz3onmEOtuuW+XuEYJ+/McRLdoyk1aWReNanUKxTc2ndjXYY2gf0Sibx2+U9RLiOOQVOA+FnjyN1P+lHLM1N9xOdo/udd3p8WIxSkTi5wadeV9fgm/1oE61jsa/iW+/pL4uT+cYRE9WxGLc+MzN0LjbafQp1ZPzCMzB6e7w+lEgdtPN8fxkk5BVfZi6NoGFSuwBIAKIj+l9zo/ya59+kAlKQm8XmMnlOt2wdoeiqGcW7T4XmgHu99JNynYJgRz37DWZehy0hBcXIiqzKkLm5w8C3/VGV377NBJPf0YRrHBwAgUapQb87qciVxqFUPrh16Iu/McWrx8Y2qeWsoGjVl/YNRXznPemCsCmlR4XsSmtI4tWiLpiejmdf1LLU+n00tPhrUmfY9J+Vwsd72WnF4OyKv4DvpOzTe/UelD1tXBjVnXDv0pBUmrzi36QBVaBtOTs85pw6wLkPV5D8Vvse7OI4NGqHJkUjUHD/N6ANUZzo3v0KhU2dGGCfl5P11gnCx81LVtGWFfyNexak+6kuEHL/OVPVxifJ6DZlaE+fyGSrv+EyYCUVgCCe9DRe7LxWBIbCr5lnh+7yII/Oq+WSaPSPM5APjM2Em49gwiI9weUfuF4BaE+dyIo1BU4CcP46wLsetU5/Xvm92cdw690XI8WsvTbNNpeG6Xxmpiv2uOCEhUSjRcN1+zsrLPLybkJJi1uW4VTKulHhwsGZQHlKVM+ov3Y6Ga8M5e9i6vHZ9+K/5pcxzyS0Z/1V74ejXkJMGEUKQumUF63JkntWhDA59bUyS+ot/Yqp1eZ/Tg+HUoi1Cjl1lPPp8yPlf2OXNjky9uWu4LpYKdb9dDdd23Tg7Rnn/O0qKkxNYl+PWsXeln5EAgP+aXxj3Hv05Cb72tMVPptkVXOPgAq/BY5m6c1aZrXw+qDtnJbyHjOf0h5W6fTUn5bh3r9yF59sqGqzYwzD2DiTr8B6TKpP7BcB/xW7OZgaV4f3RJwwjlZIH337GR3WcUm/eWngNHsvpcdLEXCH5/55jXY6Drx+cW79TaWwvDY79Fm9m5HUbVLmy6iM+R8iRKwxf0jzDa/BYJnDbCUiV7O8/4gOp0gmB205wLg0APJg/kZNyvIeMM+pzL4nDSCSoOX660ZU8n2Y/vZpNA5c3OzLB+8/D0b8xlfqNRdGoKYIPXWRc3uzIuTTZJ34lmuh/OSnLs98Io+IrMx336DOEsa9Z+W0ZXE6z2SL3C2CaHLrM+EyYCUiltMN5CcbODj6ffYPg/RcYeZ2q9+aVYSgpRuKiKZyU5dF3COxcqxn12TLiMHZ28P1qfoVfkKqc0eCHHZxOs7mAkclQa+Jcpsn+C3Bu2Y52OACebP8MPngJtT6fzTB25snvkLp5GeEqS2v1YZ8a/VmGVPDInltDO5UZbNl7+yDo5zOMvU8dsxwELsk7e5I8/OFrKpm/lMGhqD1lIZzbvGvW3lgTc4Xc6P8WJ2W5vtMDARsPGR1vheIU3btJonuHPv+/ffVaaLTjFOR1/amfmqqCOuIMSduzAXxsH3HvMQDeQ/8PTv950+zHSK/JR0yfN0jxowROymty+HKV9gFVKA4A5Px2kCQsmAy3d7qj9rTFDBf3MtNCl5GC7OO/kuxTB1Bw/RJn5Tq3ag/3HgNQrev7jJ2bB2/t4XIDXrVuH8B/1d4qyf5acayV0rwcqC+eIfmRF5B/LQJF92/BoC2q9HtSpRMc/RvDKfRNOL3xFpxbtady7Sxt+2qSuHgqZ+U1PRkFuV+gZYmTEb6F2Hv7wLU9d0vvplCSnIjilIeElJNzmZFKIa/txwjhlp2cUwfI/S+HcFaeZ/+R8Fu4scrHnpo4xcmJiJs6iuRHnofEUYGgfX9DEdDEosZPfJMfeZ7cHtEVRMf+wR7Ak83ozf53l7EzYQjC/9ZRgwGpW5aTqO4hJD/y/JOXigpx5+OeKE57xHs4lkLhvZvkztg+nEkDAPXmrIIp0gA89ziFd2+QuGmjUHgnutz35X4BCD4QwZSXyMeWKYi6TO6M6Q29Oo+zMp1bd0CjHadM7uF56XGIrgRJy+eQmPdbVigNAGjj7+L2sE5ER+kOUiGSfTyc3ProXU6lkSiUqB+2hdWwwOzi5EeeJ9G9Qp88hdaIzF2aG1dxs/9bRBt/1/ame6+QvHYBiZ00jNPTEwDU/Xo5Kru7pDLMdqrSa/KR9MPXJH3vRpO+L1U5I2DzUTg1b21zA+bSx7mImzqS5J09xXnZ7r0GocGynayPqVnEyTt7isR/M4GTtLW1p3+PGh9/ZTPyqCP+JLFTRkKXlc552YrAEASHn2MYBznrsjgVpzQ3Cw/mfkG4uBnsRVTNWqH+ki0Wd7mjqjxcOoukbl5mlrKlTi5ocvgyU1G+m6rCmTh6dR6ud2lMSnOzzdJwAPCdshA1x06xOnke/3OaPPj2c7M+JTBw81G4tO3C2bHjtMfJ+e0Quf/FYLM1HgAc/Ruj9tTF1FeauUCXkYKE7yaRnN8Pma8ShkGDlXvh3q0fp8eL8zFOxi8/8bIP2Ln1O6gzI4yTzA58o8tMQ+r21SRt1zqQYq1Z66oftg0efYdwfozMMjhOXr+YPFo516wH5BnuvQfDe+BoOLVsJ3iBtPF3ScrmZeArcZXfwo3w7D/SLMfFbNPxxO+nkbRt/N3CYl+9Ftx7DoR7z4FQBjUXlETZJ/aTjPDNUEec4a1OvwUb4DlglNmOg1kvOaRuXUEeLplhtvIrQu4XiGqdesPl7c5wbtWeikT5kRdI1uFdyDq2j5MnuFSFBit2w73HALO22+zXqnL/OEJiJw83ar+LOZA4KuDyVie4tu0CVbPWUARyfwW+JDUJmpvXSEH0FWhuXUNB1GVOLxFUpa0N14bD5e3OZv+x8HKRs/DWdXJnbB+zLGqZgqJxMyj8G0MR0ASKhsGQOrtC6qiERKFgJHLFk38rVTBoCqAvLIBek08MhRroCwtQnJIEbWIstAn3oU2MQ1H8HRg07B/twxapixsCNx+FKqQFLz0sb1fHS9KTce/TAUQTE8lLfbaEfQ1fBG45Csf67FP4Gwtv+3HsvX0Q9MvfTI3Rk/iq0iZw69gbTY5GMnxKA1DaAai++Be5P2kYSrMzeK/bWmDsHVBn5lLOExcYXT+traO63CzETR5BHp//g0r9loy8nj/814RD4d+Y2rID9c3qmQd3ksSFk8Un0xhJjTGT4fvFHE6ucLOBujgAUJqbjYdLppPMQ7tohyJYFI2bof7S7VBw8AwrLhCEOM/IvxpB4qZ9zMlzlqwFqcoZvpO+ezKWEVAKO0GJ84zULctJ8vrvoc9/TDsUqnj2Gw7fSd8xMs/qtEMpgyDFAQB9gRqpW1aQ1G0rYSgqpB0ObzAyGTzfHwafCTONSjdDLU6hivOM0pxMPFq3iGTs+4nzTdtCgrF3gNeAUfD5ZAYj86pBO5zK4xW6OM8oSU5E2u71JCN8i1XNwGTuXvAaNAbeH33CyDy8aYdjNBYjzjNIsRbZJ34laXs2QBNzhXY4JuPcqj28PxwPt859zZZ0yZxYnDgvorl5jaTvWofsUwcsYhwkdXKBe69BqDH80ypnhxAaFi3OM0ixFrlnjpOsY+HIO3sSXKSk5wqJowJuHXvDo9cguLzdhWFkMtohcYJViPMiek0+cn8/TLKO7cPjiD+NunuUaxiZDK5tu8K91yC4dezNSOSOtA8L9220NnFeRJ//GOp/zxH1pbNQXzr75L51M7VXERgC5zYd4NKmA5xbtGMkVp44warFeRW9Og/qS38R9aW/kXloF+vZmdegMXB5uxOcW7ZnjE3zai3YlDgvcnNQO8ImF6DMqwZCzyVY9ACXDdSeySli2YjiiJiEKI6ISYjiiJiEKI6ISYjiiJiEKI6ISYjiiJiEKI6ISYjiiJiEKI6ISYjiiJiEKI6ISYjiiJiEKI6ISYjiiJiEKI6ISYjiiJiEKI6ISYjiiJiEKI6ISYjiiJiEKI6ISdiuOKzTotnsLVUARHFM/7rEdg8dYMPiMGzFkUppN4EqNisOJOz+8IyddaQrMRWbFUeqULH6vkTJ7vuWjs2KY+fmzur7Mncv2k2gis2KowgIZvV9ZaOmtJtAFZsVx73XYJMzZTF2dvAc+LFNz8dtVhx7rxpovPsPqJq2BGPvYPT3lMGhaLTjN8h9/Wg3gSo2m1hJhB022+OIsOP/AcZFk8g5FKexAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTExLTE0VDA2OjQxOjE2LTA1OjAwT7G8vwAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0xMS0xNFQwNjo0MToxNi0wNTowMD7sBAMAAAAASUVORK5CYII=');
        /*background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjAwJyBoZWlnaHQ9JzIwMCcgZmlsbD0iI0M4MjYwNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMCAxMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik03Ny44NjUsMTQuNTgzTDE3LjQ0OCw1Ni4yNWMtNC4xNjcsMi4wODMtNC4xNjcsMi4wODMsMCw2LjI1YzIuMDgzLDQuMTY3LDIuMDgzLDQuMTY3LDQuMTY3LDIuMDgzbDYyLjUtNDMuNzUgIGMyLjA4My0yLjA4MywyLjA4My0yLjA4MywwLTYuMjVDODIuMDMxLDEwLjQxNyw4Mi4wMzEsMTAuNDE3LDc3Ljg2NSwxNC41ODN6IE01MC43ODEsMGMtOC4zMzMsMC0xNi42NjcsNi4yNS0xNi42NjcsMTYuNjY3djE3LjY3MiAgbDMyLjY3NS0yMi41MzRDNjQuNjY0LDQuMzM3LDU3LjcyMiwwLDUwLjc4MSwweiBNNjcuNDQ4LDIyLjA4M0wzNC4xMTUsNDUuNDE3VjUwYzAsMTAuNDE3LDguMzMzLDE2LjY2NywxNi42NjcsMTYuNjY3ICBTNjcuNDQ4LDYwLjQxNyw2Ny40NDgsNTBWMjIuMDgzeiBNNzkuOTQ4LDQxLjY2N2MtNC4xNjcsMC00LjE2NywwLTQuMTY3LDQuMTY3VjUwYzAsMTQuNTgzLTEwLjQxNywyNS0yNSwyNSAgYy04LDAtMTQuNzUtMy4xNjctMTguNzUtOC4zMzNsLTcuMTY3LDQuNTgzYzUsNS43NSwxMi4zMzMsMTAsMjEuNzUsMTIuMDgzdjEyLjVjMCw0LjE2NywwLDQuMTY3LDQuMTY3LDQuMTY3czQuMTY3LDAsNC4xNjctNC4xNjcgIHYtMTIuNUM3My42OTgsNzkuMTY3LDg0LjExNSw2Ni42NjcsODQuMTE1LDUwdi00LjE2N0M4NC4xMTUsNDEuNjY3LDg0LjExNSw0MS42NjcsNzkuOTQ4LDQxLjY2N3oiLz48L3N2Zz4=);*/
        background-repeat: round;
    }


/*.ui-resizable {
    position: relative !important;
}*/

/*.frames_callee__inner {
	border: 1px solid #ccc;
}*/

.frames_callee.j-callee {
    border: 3px solid #ccc;
}


.please-wait-video {
    height: 100%;
    width: 100%;
    /* display: block; */
    /* contain: layout; */
    /* object-fit: fill; */
    background: #2e2e2e;
    color: white;
    /* margin: 80px; */
    padding: 100px;
}
/*Reduce Gap Between Every Left side Folder by Sandhya g on 01/31/2018 */
#sidebar-default .menu-section ul li a {
    padding: 5px 10px 6px 5px;
}
/*Reduce Gap Between Every Left side Folder by Sandhya g on 01/31/2018 */



.ThemeHeaderColorSetting {
    /*background: rgb(0, 114, 197) !important;*/
    background: red;
}

.ThemeTextColorSetting {
    color: white !important;
}

.SpanLabelClass {
    color: white;
}

.portalNavBarBackGroundColorClass {
    background: #0072C5;
}

.newClientRegSuccessMessageColorClass {
    color: green;
}

.NewClientAppointmentRequestMainViewWeekDataWidthClass .k-scheduler-header {
    background: #0072C5 !important;
    color: white !important;
}
/*#sidebar-default .menu-section ul li a
{

}
    #sidebar-default .menu-section ul li > .submenu li a{
    }
a{

}
.k-grid-header, .k-grid-header .k-header {

}
.k-grid .k-grid-header .k-header .k-link {

}
.btn {

}
.SubHeadings{

}
.popup-header{

}*/
/*.k-grid-content tr, .k-grid-content-locked tr{

}*/
/*label{

}*/

.msg_receive {
    background: #F3F6F8;
}

.msg_sent {
    background: #DCF8C6;
}

.msg-selected-chat, .msg-selected-chat .messages > time {
    background: #26c6da !important;
    color: white !important;
}

.msg_chat_deleted, .msg_chat_deleted time, .chat-window .messages.msg_chat_deleted > time {
    background: red !important;
    color: white !important;
}

.ehrShowDeletedMessages {
    color: red !important;
}

[applyhiddentextstyles], .k-grid-content div[applyhiddentextstyles] {
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
}


.PatientChartCQMEasyFormsLatestSigned {
    color: red !important;
}


/*/*removing grid hover background color*/
/*by anusha ch*/
/*.k-grid tr:hover {
    background-color: #bdb4af33 !important;
}*/

.k-menu .k-menu-scroll-button:hover, .k-menu .k-state-hover > .k-link {
    color: white !important;
    background: #007BB9 !important;
}

.k-menu .k-popup {
    /*height: 28px !important;*/ /*Removed Height for .k-menu .k-popup for Client Tracker in Dashboard Left folder by Sandhya G on 08/30/2018*/
    line-height: 1.65em;
    /* padding: .177em 0 .27em; */
    /* text-indent: 12px; */
    padding-top: 4px;
    border: 0;
    margin: 0;
    background: #fff;
}

/* .k-dropdown .k-input, .k-dropdown .k-state-focused .k-input {
    height: 28px !important;
} */

.k-grid-header th.k-header, .k-filter-row th {
    overflow: hidden !important;
    border-style: solid !important;
    border-width: 0 0 1px 1px !important;
    padding: .5em .6em .4em .6em !important;
    font-weight: bold;
    /*white-space: nowrap !important;*/ /* for kendo grid header auto wrapping by Sandhya G on 08/30/2018  */
    /*Grid td Style Changed text-overflow:ellipsis to text-overflow:intial by Sandhya G on 09/05/2019 as per the Checkbox Selection Issue in Grid*/
    text-overflow: initial !important;
    /*Grid td Style Changed text-overflow:ellipsis to text-overflow:intial by Sandhya G on 09/05/2019 as per the Checkbox Selection Issue in Grid*/
    /*text-overflow: ellipsis;*/
    text-align: center !important;
    font-weight: 400 !important;
    border-bottom-width: 0 !important;
    background-color: #0072C5 !important;
    color: white !important;
}

.k-filter-row th {
    white-space: nowrap !important;
}



.k-dropdown-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input {
    height: 29px !important;
}

.k-dropdown .k-header .k-icon {
    background-position: 0 -32px;
}
/*.k-button.k-button-icon .k-icon:before, .k-grid-filter .k-icon:before, .k-header .k-icon:before {
    text-indent: inherit !important;
}*/


.k-icon:before {
    color: black !important;
}


/*.k-numeric-wrap.k-state-focused, .k-picker-wrap.k-state-focused {
    background-color: #ececec !important;
}*/

/*kendo upgrade*/
/*.k-autocomplete, .k-colorpicker, .k-combobox, .k-datepicker, .k-datetimepicker, .k-dropdown, .k-dropdowntree, .k-listbox, .k-multiselect, .k-numerictextbox, .k-selectbox, .k-textbox, .k-timepicker, .k-toolbar .k-split-button {
    width: 100% !important;
}*/
.k-datepicker, .k-datetimepicker {
    width: 100% !important;
}


.k-combobox {
    position: relative !important;
    display: inline-block !important;
    /* width: 12.4em; */
    width: 100% !important;
    /* height: 34px; */
    overflow: visible !important;
    border-width: 0 !important;
    vertical-align: middle !important;
}

.k-grid-header th.k-header, .k-filter-row th {
    border-bottom: 1px solid #ccc !important;
}

.k-dropdown-wrap .k-select, .k-numeric-wrap .k-select, .k-picker-wrap .k-select {
    background: #fff !important;
}

.k-multiselect .k-button {
    color: #2e2e2e !important;
    border-color: #c5c5c5 !important;
    background: #e3e3e3 !important;
}

.k-button:hover {
    background: #0072C5 !important;
    color: #fff !important;
}

.k-state-default > .k-select {
    background-color: #e9e9e9 !important;
}

.k-dropdown .k-input, .k-dropdown {
    background: #fff !important;
}

.k-dropdown .k-input {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.k-dropdown-wrap .k-state-default .k-state-hover {
    background: transparent !important;
}


/*to hide the selected item in the multi-select dropdown list*/
[aria-multiselectable="true"] > li.k-state-selected {
    display: none;
}


.k-treeview span.k-in {
    cursor: default;
    background-color: #F0F0F0 !important;
    color: black !important;
}

.k-autocomplete, .k-colorpicker, .k-combobox, .k-numerictextbox, .k-textbox, .k-timepicker, .k-toolbar .k-split-button {
    width: 100% !important;
}

div.k-treeview {
    padding-top: 10px;
    overflow: hidden;
}


.k-checkbox-wrapper {
    display: contents !important;
    vertical-align: baseline !important;
    margin: 9px !important;
}

.k-treeview .k-i-expand {
    margin-top: -6px !important;
}

/* changes added by mahesh p on 07/07/2017  Task #15364  */
/* As Per Client Requirement Changed the Kendo-Scheduler non-Working hours (hours above 8AM and below 5PM)  Background Color from grey to white - added by Sai Sindhu CH on 12-Sep-2019 */
.AppointmentSchedulerMainView .k-nonwork-hour, .AppointmentSchedulerMainView .k-today, .AppointmentSchedulerMainView .k-scheduler-dayview .k-today.k-nonwork-hour {
    background-color: white;
}

/* Changes Added by Sai Sindhu CH on 21-October-2019 */
/* To Fix the Delete Icon Alignment Issues for dropdown and autocomplete,
   which caused due to the recent chrome Update Version 77.0.3865.120
*/
.crossmarkclose:before {
    content: '\e609';
    font-size: 1px;
    color: white;
}

/*added by mahesh p on 08/30/2018 for reports */
/*Kendo Styles Missed in latest version */
.k-filter:before {
    content: "\e129";
}

/*Done by Sandhya G on 08/31/2018*/
/*for Multi Selection close Icon Aligned with Text */
.k-multiselect .k-i-close {
    margin-top: 7px !important;
}

.k-multiselect-wrap > .k-i-close {
    margin-top: 0px !important;
}
/*for Multi Selection close Icon Aligned with Text */

/*Bootstrap  Switch Box Styles*/
.bootstrap-switch.bootstrap-switch-medium .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-medium .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-medium .bootstrap-switch-label {
    line-height: 17px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
}
/*Bootstrap  Switch Box Styles*/

/*Bootstrap  Switch Box Styles for IE by Sandhya G on04/27/2019*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10+ CSS styles go here */
    .bootstrap-switch.bootstrap-switch-medium .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-medium .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-medium .bootstrap-switch-label {
        line-height: 8px !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
}
/*Bootstrap  Switch Box Styles for IE by Sandhya G on04/27/2019*/

/*On Hover, no Background color for Grid Record*/
.k-grid tr:hover {
    background-image: none !important;
}
/*On Hover, no Background color for Grid Record*/

/*Align Grid Header Text in Middle*/
.k-grid-header th.k-header {
    vertical-align: middle !important;
}
/*Align Grid Header Text in Middle*/
/*Done by Sandhya G on 08/31/2018*/

/*on Hover Change Background color to Green in Dropdown Option by Sandhya G on 09/07/2018*/
.k-list-container .k-state-hover {
    background: #76b852 !important;
    color: white !important;
}
/*on Hover Change Background color to Green in Dropdown Option by Sandhya G on 09/07/2018*/

/*Password Strength Styles Block Start By Sandhya G on 11/27/2018*/
.invalid {
    background: url(../../images/invalid.png) no-repeat 0 50%;
    color: #ec3f41;
}

.valid {
    background: url(../../images/valid.png) no-repeat 0 50%;
    color: #3a7d34;
}

.PasswordRuleChecker {
    position: absolute;
    /* width: 220px; */
    padding: 15px;
    background: #fefefe;
    /* font-size: 20px; */
    border-radius: 15px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    /* display: none; */
    z-index: 1000;
    /*top: 170px;*/
    right: 0;
    background-color: rgb(238,238,238);
    box-shadow: 5px 5px 5px #888888;
}

    .PasswordRuleChecker:before {
        right: 52px;
        border-right: 17px solid transparent;
        border-bottom: 17px solid #ddd;
        border-left: 17px solid transparent;
    }

    .PasswordRuleChecker ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        .PasswordRuleChecker ul li {
            visibility: visible !important;
            height: 20px !important;
            min-height: 20px !important;
            line-height: 24px;
            /*font-size: 0.7em;*/
            padding-left: 24px !important;
        }

    .PasswordRuleChecker:before, .PasswordRuleChecker:after {
        position: absolute;
        bottom: 100%;
        content: '';
    }

    .PasswordRuleChecker:after {
        right: 53px;
        border-right: 16px solid transparent;
        border-bottom: 16px solid rgb(238,238,238);
        border-left: 16px solid transparent;
    }
/*Password Strength Styles Block End By Sandhya G on 11/27/2018*/

.ViewerHeightFromMessages {
    height: 680px;
}

/*Removing Background Scroll in Ipad Only by Sandhya G on 03/28/2019*/
/*Commented Existing Styles Added new Styles Modified on 06/06/2019 by Sandhya G*/
@media(max-width:992px) and (min-width:550px) {
    .removeBackgroundScroll {
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        /*overflow: hidden;
        position: fixed;
        width: 100%;*/
    }
}
/*Removed Existing Styles Added new Styles Modified on 06/06/2019 by Sandhya G*/
/*Removing Background Scroll in Ipad Only by Sandhya G on 03/28/2019*/

/*Viewer Context Menu Options Reduced Padding Option to Option by Sandhya G on 04/02/2019*/
@media(max-width:1600px) {
    ul.k-menu-vertical > .k-item {
        padding-top: 3px !important;
    }
}
/*Viewer Context Menu Options Reduced Padding Option to Option by Sandhya G on 04/02/2019*/

/*Reduced Padding Top for the Content Due to Top Ribbon Overlapping Issue by Sandhya G on 04/05/2019*/
#content {
    padding-top: 63px
}
/*Reduced Padding Top for the Content Due to Top Ribbon Overlapping Issue by Sandhya G on 04/05/2019*/

.quickFaxIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/FaxWhiteIcon.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 22px;*/
    background-size: 100%;
    padding-top: 5px;
}

/*Aligned Cross Mark in IOS Devices by Sandhya G  on 06/06/2019*/
@supports (-webkit-overflow-scrolling: touch) {
    .crossmarkclose {
        vertical-align: baseline !important;
    }
}
/*Aligned Cross Mark in IOS Devices by Sandhya G on 06/06/2019*/

/*Aligned Popup Icon in IOS Devices by Sandhya G  on 06/06/2019*/
@supports (-webkit-overflow-scrolling: touch) {
    .entypo-popup {
        vertical-align: middle !important;
    }
}
/*Aligned Popup Icon in IOS Devices by Sandhya G  on 06/06/2019*/


/*Vertical Scroll Adjusted from Document Indexing Window when the Screen Resolution is 125% (window-width:1519px) by Sandhya G on 06/20/2019*/
@media (max-width: 1599px) and (min-width: 1500px) {
    /*Height Reduced for Document Viewer*/
    .DocumentsViewer {
        height: 550px;
        width: 100%;
    }
    /*Height Reduced for Content Wrapper*/
    #content .content-wrapper {
        height: 618px;
    }
    /*Height Reduced for Content*/
    #content {
        min-height: 680px;
    }
}
/*Vertical Scroll Adjusted from Document Indexing Window when the Screen Resolution is 125% (window-width:1519px) by Sandhya G on 06/20/2019*/

.listgroupItemBackgroundColorForOdd:nth-of-type(odd) {
    background-color: #ddd !important;
}

.listgroupItemBackgroundColorForOdd {
    padding: 5px 7px !important;
}

/*Grid td Style Changed text-overflow:ellipsis to text-overflow:intial by Sandhya G on 09/05/2019 as per the Checkbox Selection Issue in Grid*/
.k-grid td {
    text-overflow: initial !important;
}
/*Grid td Style Changed text-overflow:ellipsis to text-overflow:intial by Sandhya G on 09/05/2019 as per the Checkbox Selection Issue in Grid*/


/*Maximize Icon Styles by Sandhya G on 05/05/2020*/
.maximizeIconClass {
    font-size: 25px;
    color: white;
    cursor: pointer;
    padding-right: 10px;
    margin-top: 7px;
}
/*Maximize Icon Styles by Sandhya G on 05/05/2020*/

/*Button with Width 70px*/
.buttonWidth70pxClass {
    width: 70px;
}
/*Button with Width 70px*/

/*Apply Selected Hyper Link to red Color by Sandhya G on 05/05/2020*/
.applyRedColorClass {
    color: red !important;
}
/*Apply Selected Hyper Link to red Color by Sandhya G on 05/05/2020*/

/*Text Ellipsis Class*/
.labelTooltipClass {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Text Ellipsis Class*/


/*Centralized Accordian Styles Block Start by Sandhya G On 05/04/2020*/
a.accordion-toggle {
    text-decoration: none;
    color: #5f5959;
}

.panel-default > .panel-heading {
    color: #428bca;
}

.glyphicon {
    position: relative;
    top: 1px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
}



.accordion-toggle:hover {
    text-decoration: none;
}



.panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #ddd;
}

.panel-group,
.panel-group .panel,
.panel-group .panel-heading,
.panel-group .panel-heading a,
.panel-group .panel-title,
.panel-group .panel-title a,
.panel-group .panel-body,
.panel-group .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-radius: 2px;
    border: 0;
}

    .panel-group .panel-heading {
        padding: 0;
        border: 1px solid #ccc;
    }

        .panel-group .panel-heading a {
            display: block;
            background: #eeeeee;
            /*color: #0072C5;*/
            padding: 10px;
            text-decoration: none;
            position: relative;
        }

            .panel-group .panel-heading a.collapsed {
                background: #eeeeee;
                color: #5f5959;
            }

    .panel-group .panel-body {
        background: #ffffff;
        padding: 15px;
    }

.k-state-selectedItem {
    color: #0072C5 !important;
}

.panel-group .panel {
    background-color: transparent;
}

.panel-group .panel-body p:last-child,
.panel-group .panel-body ul:last-child,
.panel-group .panel-body ol:last-child {
    margin-bottom: 0;
}
/*Centralized Accordian Styles Block End by Sandhya G On 05/04/2020*/



/*@@@@@@@@@@@@@@@@@ Grid Height Classes Start @@@@@@@@@@@@@@@*/

/* GuideLines: by Sandhya G on 05/05/2020

    We have below list of Resolutions
        >> 1920*1080 -- Desktop
        >> 1680*1050
        >> 1600*900
        >> 1440*900 
        >>1400*1050
        >> 1366*768  -- laptop
        >> 1280*1024
        >> 1152*864
        >> 1024*768 -- Ipad Landscape, mini Laptop
        >> 768*1024  --Ipad Portraite 
        >> 640*360  -- Mobile Landscape
        >> 360*640  -- Mobile Portrait


        >> 'gridHeight100pxClassInAbove1700' this class will be Applied to for the Following Resolutions
                1920*1080

        >> 'gridHeight100pxClassIn1700to1500' this class will be Applied to for the Following Resolutions
                1680*1050, 1600*900

        >> 'gridHeight100pxClassIn1500to1300' this class will be Applied to for the Following Resolutions
                1440*900 , 1400*1050,1366*768

        >> 'gridHeight100pxClassIn1300to1200' this class will be Applied to for the Following Resolutions
                1280*1024

        >> 'gridHeight100pxClassIn1200to1100' this class will be Applied to for the Following Resolutions
                1152*864

        >> 'gridHeight100pxClassIn1000to1100' this class will be Applied to for the Following Resolutions
                1024*768

        >> 'gridHeight100pxClassIn700to1000' this class will be Applied to for the Following Resolutions
                768*1024

*/
/* @@@@@@ These Classes are Only for the Resolution Above 1700px Block Start @@@@@@ t*/
@media(min-width:1700px) {
    /*100px grid height Class*/
    .gridHeight100pxClassInAbove1700 .k-grid-content {
        height: 100px;
    }
    /*150px grid height Class*/
    .gridHeight150pxClassInAbove1700 .k-grid-content {
        height: 150px;
    }
    /*200px grid height Class*/
    .gridHeight200pxClassInAbove1700 .k-grid-content {
        height: 200px;
    }
    /*220px grid height Class*/
    .gridHeight215pxClassInAbove1700 .k-grid-content {
        height: 215px;
    }
    /*250px grid height Class*/
    .gridHeight250pxClassInAbove1700 .k-grid-content {
        height: 250px;
    }
    /*300px grid height Class*/
    .gridHeight300pxClassInAbove1700 .k-grid-content {
        height: 300px;
    }
    /*350px grid height Class*/
    .gridHeight350pxClassInAbove1700 .k-grid-content {
        height: 350px;
    }
    /*400px grid height Class*/
    .gridHeight400pxClassInAbove1700 .k-grid-content {
        height: 400px;
    }
    /*450px grid height Class*/
    .gridHeight450pxClassInAbove1700 .k-grid-content {
        height: 450px;
    }

    .gridHeight470pxClassInAbove1700 .k-grid-content {
        height: 470px;
    }
    /*490px grid height Class*/
    .gridHeight490pxClassInAbove1700 .k-grid-content {
        height: 490px;
    }
    /*500px grid height Class*/
    .gridHeight500pxClassInAbove1700 .k-grid-content {
        height: 500px;
    }
    /*550px grid height Class*/
    .gridHeight550pxClassInAbove1700 .k-grid-content {
        height: 550px;
    }
    /*560px grid height Class*/
    .gridHeight560pxClassInAbove1700 .k-grid-content {
        height: 560px;
    }
    /*590px grid height Class*/
    .gridHeight590pxClassInAbove1700 .k-grid-content {
        height: 590px;
    }
    /*600px grid height Class*/
    .gridHeight600pxClassInAbove1700 .k-grid-content {
        height: 600px;
    }
    /*640px grid height Class*/
    .gridHeight640pxClassInAbove1700 .k-grid-content {
        height: 640px;
    }
    /*650px grid height Class*/
    .gridHeight650pxClassInAbove1700 .k-grid-content {
        height: 650px;
    }
    /*700px grid height Class*/
    .gridHeight700pxClassInAbove1700 .k-grid-content {
        height: 700px;
    }
    /*750px grid height Class*/
    .gridHeight750pxClassInAbove1700 .k-grid-content {
        height: 750px;
    }
    /*800px grid height Class*/
    .gridHeight800pxClassInAbove1700 .k-grid-content {
        height: 800px;
    }
    /*850px grid height Class*/
    .gridHeight850pxClassInAbove1700 .k-grid-content {
        height: 850px;
    }
    /*900px grid height Class*/
    .gridHeight900pxClassInAbove1700 .k-grid-content {
        height: 900px;
    }
    /*950px grid height Class*/
    .gridHeight950pxClassInAbove1700 .k-grid-content {
        height: 950px;
    }
    /*1000px grid height Class*/
    .gridHeight1000pxClassInAbove1700 .k-grid-content {
        height: 1000px;
    }

    .divOrderSelectedLabsListViewClassInOrderSets {
        height: 523px !important;
    }

    .labOrderTestIndicationGridHeightClass .k-grid-content {
        height: 604px !important;
    }

    .divorderSelectLabsListSearchByOrderCodeGrid .k-grid-content {
        height: 532px;
    }

    labOrdersSelectOrderSetGridHeightClass2 .k-grid-content {
        height: 404px !important;
    }

    .labOrderTestIndicationGridWithOutMCCOrICD9Data .k-grid-content {
        width: 100%;
        height: 496px;
    }

    .divorderSelectLabsListGrid .k-grid-content {
        height: 573px;
        width: 100%;
    }

    .divorderSelectLabsDetailViewListGridHeightClass .k-grid-content {
        height: 530px;
        width: 100%;
    }

    divorderSelectLabsListSearchByOrderCodeGridFromTabsView .k-grid-content {
        height: 535px;
        width: 100%;
    }

    .divOrderSelectedLabsListViewFromTabsDetailView {
        height: 413px !important;
    }

    .divOrderSelectedLabsListViewInOrderSetsHeightClass {
        height: 415px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInAll {
        height: 410px !important;
    }

    .divorderSelectLabsListGridHeightClassInAllOrders .k-grid-content {
        height: 572px !important;
    }

    .LabOrdersSelectTestFromAllOrdersInDetailView .k-grid-content {
        height: 579px !important;
    }

    .divOrderSelectedLabsListViewFromAllOrders {
        height: 536px !important
    }

    .divOrderSelectedLabsListViewHeightClassInLabs2 {
        height: 424px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInLabs2DetailView {
        height: 424px !important;
    }

    .LabOrdersSelectTestFromAllOrders .k-grid-content {
        height: 518px !important;
    }

    .divOrderSelectedLabsListViewFromTabsViewFromTabsHealthPlanView {
        height: 505px !important;
    }

    .divOrderSelectedLabsListViewClassFromBriefViewLinkedLabFromTabsView {
        height: 400px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLab {
        height: 562px !important;
    }

    .divOrderSelectedLabsListViewClassFromBriefViewLinkedLab {
        height: 452px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLab {
        height: 561px !important;
    }

    .divOrderSelectedLabsListViewClassFromProblemListLinkedLab {
        height: 454px !important;
    }

    .labOrdersSelectOrderSetGridHeighMainClass .k-grid-content {
        height: 574px;
    }
}
/* @@@@@@ These Classes are Only for the Resolution Above 1700px Block End @@@@@@ t*/
@media (min-width: 1610px) {
    .divorderSelectLabsListGridHeightClassInAllOrdersInDetailViewAllTasks .k-grid-content {
        height: 513px;
    }

    .labOrdersSelectOrderSetGridHeightClass2 .k-grid-content {
        height: 365px !important;
    }

    .orderSelectLabsListGrid .k-grid-content {
        width: 100%;
        height: 197px;
    }

    .labOrderTestIndicationGrid .k-grid-content {
        width: 100%;
        height: 235px;
    }

    .labOrdersFromAllOrdersInDetailView .k-grid-content {
        width: 100%;
        height: 260px;
    }

    .labOrdersFromAllOrdersInBriefView .k-grid-content {
        width: 100%;
        height: 270px;
    }

    .labOrderTestIndicationGridHeightClassInLabs .k-grid-content {
        height: 281px !important;
        width: 100% !important;
    }

    .labOrderSelectTestNamesByOrderSetClass .k-grid-content {
        width: 100%;
        height: 463px;
    }

    .divorderSelectLabsListGridMainHeightClass .k-grid-content {
        height: 573px !important;
    }

    .labOrdersSelectOrderSetInAllOrdersGridHeightClass .k-grid-content {
        height: 370px !important;
    }

    .labOrdersFromAllOrders .k-grid-content {
        height: 270px !important;
    }

    .divorderSelectLabsListGridHeightClassInPopup .k-grid-content {
        height: 580px !important;
    }

    .divorderSelectLabsListGridHeightClassInPopupAllTasks .k-grid-content {
        height: 576px !important;
    }

    .labOrdersSelectOrderSetInAllOrdersGridHeightClass .k-grid-content {
        height: 426px !important;
    }

    .divOrderSelectedLabsListViewFromAllOrders {
        height: 493px !important;
    }


    .divorderSelectOrderSetGrid .k-grid-content {
        height: 545px;
        width: 100%;
    }

    .orderSelectOrderSetsGrid .k-grid-content {
        height: 546px;
        width: 100%;
    }

    .divorderSelectOrderSetsGrid .k-grid-content {
        height: 456px;
        width: 100%;
    }


    .divlabOrdersTeststoOrderGrid .k-grid-content {
        height: 585px;
    }
    /*.LabOrdersSelectTestFromAllOrders .k-grid-content {
        height: 528px !important;
    }*/
    .divorderSelectLabsListGridHeightClassInLabs .k-grid-content {
        height: 530px !important;
    }
}

@media (max-width: 1690px) and (min-width:1610px) {
    .divOrderSelectedLabsListViewHeightClassInLabs2DetailView {
        height: 415px !important;
    }

    .divLabOrdersSelectOrderSetGridHeightClassFromAllOrders .k-grid-content {
        height: 360px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass1FromAllOrders .k-grid-content {
        height: 350px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass2 .k-grid-content {
        height: 360px !important;
    }

    .labOrdersFromAllOrdersInBriefView .k-grid-content {
        width: 100%;
        height: 260px !important;
    }

    .labOrdersFromAllOrdersInDetailView .k-grid-content {
        width: 100%;
        height: 254px !important;
    }

    .LabOrdersSelectTestFromAllOrders .k-grid-content {
        height: 530px !important;
    }

    .divorderSelectLabsListGridHeightClassInLabs .k-grid-content {
        height: 530px !important;
    }

    .LabOrdersSelectTestFromAllOrdersInDetailView .k-grid-content {
        height: 572px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass2WithoutChiefInDetail .k-grid-content {
        height: 567px !important;
    }

    .divorderSelectLabsListGridMainHeightClassInOrderSets .k-grid-content {
        height: 572px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass2WithoutChief .k-grid-content {
        height: 574px !important;
    }

    .divorderSelectLabsListGridHeightClassInAllOrdersInDetailViewAllTasks .k-grid-content {
        height: 514px !important;
    }

    .divorderSelectLabsListGridHeightClassInPopupAllTasks .k-grid-content {
        height: 559px !important;
    }

    .labOrdersFromAllOrderswithOutChief .k-grid-content {
        height: 492px !important;
    }

    .divorderSelectLabsListGridHeightClassInAllOrdersInDetailView .k-grid-content {
        height: 572px !important;
    }

    .labOrdersFromAllOrderswithOutChiefInBriefView .k-grid-content {
        height: 481px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLabDetailView {
        height: 520px !important;
    }

    .labOrdersSelectOrderSetGridHeighMainClassFromTabsNurseLogin .k-grid-content {
        height: 553px;
        width: 100%;
    }

    .labOrdersSelectOrderSetGridHeighMainClassFromTabsView .k-grid-content {
        height: 553px;
        width: 100%;
    }

    .divorderSelectLabsListGridMainHeightClassFromTabsView .k-grid-content {
        height: 543px;
        width: 100%;
    }

    .divorderSelectLabsListGridFromTabsViewNurseLogin .k-grid-content {
        height: 543px;
        width: 100%;
    }

    .divorderSelectLabsListSearchByOrderCodeGridFromTabsView .k-grid-content {
        height: 545px;
        width: 100%;
    }

    .divorderSelectLabsListGridFromTabsView .k-grid-content {
        height: 580px !important;
        width: 100%;
    }

    .labOrderTestIndicationGridWithOutMCCOrICD9DataFromTabsView .k-grid-content {
        width: 100%;
        height: 500px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLabFromStaffLogin1FromTabsView .k-grid-content {
        width: 100%;
        height: 471px;
    }

    .labOrdersSelectOrderSetGridHeighMainClass .k-grid-content {
        height: 575px;
        width: 100%;
    }

    .divorderSelectLabsListGridMainHeightClass .k-grid-content {
        height: 629px;
        width: 100%;
    }

    .divorderSelectLabsListGridHeightClassInAllOrders .k-grid-content {
        height: 564px !important;
    }

    .divorderSelectLabsListSearchByOrderCodeGrid .k-grid-content {
        height: 540px;
    }

    .labOrderTestIndicationGridWithOutMCCOrICD9Data .k-grid-content {
        width: 100%;
        height: 492px;
    }

    .divorderSelectLabsListGrid .k-grid-content {
        height: 572px !important;
        width: 100%;
    }

    .labOrderTestIndicationGridWithOutMCCOrICD9DataInPopup .k-grid-content {
        width: 100%;
        height: 500px;
    }

    .divorderSelectLabsListGridHeightClassInPopup .k-grid-content {
        height: 572px !important;
    }

    .divorderSelectLabsListGridFromAllOrders .k-grid-content {
        height: 538px !important;
    }

    .divOrderSelectedLabsListViewFromAllOrders {
        height: 538px !important;
    }

    .labOrdersFromAllOrders .k-grid-content {
        height: 262px !important;
    }

    .divOrderSelectedLabsListViewFromLabOrders {
        height: 508px !important;
    }

    .divOrderSelectedLabsListViewFromLabOrdersBreifView {
        height: 571px !important;
    }

    .divOrderSelectedLabsListViewFromTabsViewFromTabsJamesHealthPlanView {
        height: 397px !important;
    }

    .paddingRightClassIn1690to1610 {
        padding-right: 0px;
    }

    .paddingLeftClassIn1690to1610 {
        padding-left: 0px;
    }

    .divOrderSelectedLabsListViewFromTabsDetailView {
        height: 430px !important;
    }
}

@media (min-width: 1600px) {
    .divOrderSelectedLabsListViewHeightClassInLabs2DetailView {
        height: 415px !important;
    }
}

@media (min-width: 1650px) {
    .HtmlTemplatesSurveyFormsViewInSeparateTabCustomizationStyleClass {
        height: 850px;
    }
}

@media (max-width: 1650px) and (min-width: 1400px) {
    .HtmlTemplatesSurveyFormsViewInSeparateTabCustomizationStyleClass {
        height: 750px;
    }
}
/* @@@@@@ These Classes are Only for the Resolution 1680px Block End @@@@@@ t*/
@media(min-width:1680px) and (max-width:1690px) {
    /*620px grid height class*/
    .gridHeight620pxClassIn1690to1680 .k-grid-content {
        height: 620px !important;
    }

    .gridHeight650pxClassIn1690to1680 .k-grid-content {
        height: 650px !important;
    }
    /*215px grid height Class*/
    .gridHeight215pxClass1690to1680 .k-grid-content {
        height: 215px;
    }

    .divorderSelectLabsListGridFromTabsViewNurseLogin .k-grid-content {
        height: 579px;
        width: 100%;
    }

    .divOrderSelectedLabsListView {
        height: 527px !important;
    }

    .divOrderSelectedLabsListViewClassInOrderSets {
        height: 536px !important;
    }

    .divorderSelectLabsDetailViewListGridHeightClass .k-grid-content {
        height: 505px;
    }

    .divorderSelectLabsDetailViewListGridHeightClass {
        height: 580px !important;
    }

    .divOrderSelectedLabsListViewFromTabsView {
        height: 535px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInAll {
        height: 426px !important;
    }

    .divOrderSelectedLabsListViewInOrderSetsHeightClass {
        height: 430px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLab5 {
        height: 430px !important;
    }
}
/* @@@@@@ These Classes are Only for the Resolution  1680px Block End @@@@@@ t*/
@media (max-width: 1610px) and (min-width:1500px) {
    .labOrdersSelectOrderSetGridHeighMainClassFromTabsNurseLogin .k-grid-content {
        height: 427px;
        width: 100%;
    }

    .labOrdersSelectOrderSetGridHeighMainClassFromTabsView .k-grid-content {
        height: 500px !important;
        width: 100%;
    }

    .divorderSelectLabsListGridMainHeightClassFromTabsView .k-grid-content {
        height: 415px;
        width: 100%;
    }

    .divorderSelectLabsListGridFromTabsViewNurseLogin .k-grid-content {
        height: 416px;
        width: 100%;
    }

    .divorderSelectLabsListSearchByOrderCodeGridFromTabsView .k-grid-content {
        height: 467px;
        width: 100%;
    }

    .divorderSelectLabsListGridFromTabsView .k-grid-content {
        height: 500px !important;
        width: 100%;
    }

    .labOrderTestIndicationGridWithOutMCCOrICD9DataFromTabsView .k-grid-content {
        width: 100%;
        height: 420px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLabFromStaffLogin1FromTabsView .k-grid-content {
        width: 100%;
        height: 345px;
    }

    .labOrdersSelectOrderSetInAllOrdersGridHeightClass .k-grid-content {
        height: 450px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass4 .k-grid-content {
        height: 450px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass1FromAllOrders .k-grid-content {
        height: 450px !important;
    }

    .labOrdersSelectOrderSetGridHeighMainClass .k-grid-content {
        height: 450px !important;
        width: 100%;
    }

    .divorderSelectLabsListGridMainHeightClass .k-grid-content {
        height: 448px;
        width: 100%;
    }

    .labOrderTestIndicationGridHeightClassInLabs .k-grid-content {
        height: 371px !important;
        width: 100% !important;
    }

    .divorderSelectLabsListGridHeightClassInAllOrders .k-grid-content {
        height: 576px !important;
    }

    .divorderSelectLabsListSearchByOrderCodeGrid .k-grid-content {
        height: 392px !important;
    }

    .labOrderTestIndicationGridWithOutMCCOrICD9Data .k-grid-content {
        width: 100%;
        height: 370px;
    }

    .divorderSelectLabsListGrid .k-grid-content {
        height: 450px;
    }

    .divOrderSelectedLabsListViewFromTabsDetailView {
        height: 350px !important;
    }

    .divOrderSelectedLabsListViewFromTabsView {
        height: 371px !important;
    }

    .divOrderSelectedLabsListViewClassFromBriefViewLinkedLabFromTabsView {
        height: 226px !important;
    }

    .divOrderSelectedLabsListViewFromTabsViewFromTabsHealthPlanView {
        height: 350px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInOrderSetsLabs {
        height: 536px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInLabs2 {
        height: 426px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass2 .k-grid-content {
        height: 364px !important;
    }

    .orderSelectedLabsListViewClassFromAllOredersInLinkedLab {
        height: 255px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLabDetailView {
        height: 375px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLab5 {
        height: 302px !important;
    }

    .divOrderSelectedLabsListViewClassFromProblemListLinkedLab {
        height: 256px !important;
    }

    .divOrderSelectedLabsListViewFromTabsViewFromTabsJamesHealthPlanView {
        height: 262px !important;
    }

    .divOrderSelectedLabsListViewClassFromBriefViewLinkedLab {
        height: 254px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLab {
        height: 375px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInLabs {
        height: 342px !important;
    }

    .divorderSelectLabsListLabsGridHeightClassInPopup {
        height: 403px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInPopup {
        height: 341px !important;
    }

    .divOrderSelectedLabsListViewFromAllOrders {
        height: 537px;
    }


    .divOrderSelectedLabsListViewInOrderSetsHeightClass {
        height: 298px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInAll {
        height: 300px !important;
    }

    .divOrderSelectedLabsListView {
        height: 407px !important;
    }

    .divOrderSelectedLabsListViewInDetailView {
        height: 395px !important;
    }

    .paddingRightClassIn1610to1500 {
        padding-right: 0px;
    }

    .divorderSelectLabsDetailViewListGridHeightClass .k-grid-content {
        height: 373px;
    }

    .divorderSelectLabsListGridFromTabsViewNurseLogin .k-grid-content {
        height: 500px !important;
        width: 100%;
    }

    .labOrdersSelectOrderSetGridHeighMainClassFromTabsNurseLogin .k-grid-content {
        height: 500px !important;
        width: 100%;
    }
}

@media (max-width: 1610px) and (min-width:1590px) {
    .divorderSelectLabsListGridHeightClassInPopup .k-grid-content {
        height: 438px !important;
    }

    .labOrderTestIndicationGridWithOutMCCOrICD9DataInPopup .k-grid-content {
        width: 100%;
        height: 362px;
    }

    .divOrderSelectedLabsListViewClassInOrderSets {
        height: 399px !important;
    }

    .paddingRightClassIn1610to1590 {
        padding-right: 0px;
    }
}
/* @@@@@@ These Classes are Only for the Resolution Above 1500px and below 1700px Block Start @@@@@@ t*/
@media(min-width:1500px) and (max-width:1700px) {
    /*100px grid height Class*/
    .gridHeight100pxClassIn1700to1500 .k-grid-content {
        height: 100px;
    }
    /*150px grid height Class*/
    .gridHeight150pxClassIn1700to1500 .k-grid-content {
        height: 150px;
    }
    /*200px grid height Class*/
    .gridHeight200pxClassIn1700to1500 .k-grid-content {
        height: 200px;
    }
    /*215px grid height Class*/
    .gridHeight215pxClass1700to1500 .k-grid-content {
        height: 215px;
    }
    /*250px grid height Class*/
    .gridHeight250pxClassIn1700to1500 .k-grid-content {
        height: 250px;
    }
    /*300px grid height Class*/
    .gridHeight300pxClassIn1700to1500 .k-grid-content {
        height: 300px;
    }
    /*350px grid height Class*/
    .gridHeight350pxClassIn1700to1500 .k-grid-content {
        height: 350px;
    }
    /*400px grid height Class*/
    .gridHeight400pxClassIn1700to1500 .k-grid-content {
        height: 400px;
    }
    /*450px grid height Class*/
    .gridHeight450pxClassIn1700to1500 .k-grid-content {
        height: 450px;
    }
    /*470px grid height Class*/
    .gridHeight470pxClassIn1700to1500 .k-grid-content {
        height: 470px;
    }

    .gridHeight490pxClassIn1700to1500 .k-grid-content {
        height: 490px;
    }
    /*500px grid height Class*/
    .gridHeight500pxClassIn1700to1500 .k-grid-content {
        height: 500px;
    }
    /*520px grid height Class*/
    .gridHeight520pxClassIn1700to1500 .k-grid-content {
        height: 520px;
    }
    /*540px grid height Class*/
    .gridHeight540pxClassIn1700to1500 .k-grid-content {
        height: 540px;
    }
    /*550px grid height Class*/
    .gridHeight550pxClassIn1700to1500 .k-grid-content {
        height: 550px;
    }
    /*570px grid height class*/
    .gridHeight570pxClassIn1700to1500 .k-grid-content {
        height: 570px;
    }
    /*600px grid height Class*/
    .gridHeight600pxClassIn1700to1500 .k-grid-content {
        height: 600px;
    }
    /*650px grid height Class*/
    .gridHeight650pxClassIn1700to1500 .k-grid-content {
        height: 650px;
    }
    /*700px grid height Class*/
    .gridHeight700pxClassIn1700to1500 .k-grid-content {
        height: 700px;
    }
    /*750px grid height Class*/
    .gridHeight750pxClassIn1700to1500 .k-grid-content {
        height: 750px;
    }
    /*800px grid height Class*/
    .gridHeight800pxClassIn1700to1500 .k-grid-content {
        height: 800px;
    }
    /*850px grid height Class*/
    .gridHeight850pxClassIn1700to1500 .k-grid-content {
        height: 850px;
    }
    /*900px grid height Class*/
    .gridHeight900pxClassIn1700to1500 .k-grid-content {
        height: 900px;
    }
    /*950px grid height Class*/
    .gridHeight950pxClassIn1700to1500 .k-grid-content {
        height: 950px;
    }
    /*1000px grid height Class*/
    .gridHeight1000pxClassIn1700to1500 .k-grid-content {
        height: 1000px;
    }
}
/* @@@@@@ These Classes are Only for the Resolution Above 1700px and below 1700px Block End @@@@@@ t*/
@media (max-width: 1500px) and (min-width:1450px) {
    .divorderSelectLabsListSearchByOrderCodeGrid .k-grid-content {
        height: 491px;
    }

    .labOrderTestIndicationGridWithOutMCCOrICD9Data .k-grid-content {
        width: 100%;
        height: 279px;
    }

    .divorderSelectLabsListGrid .k-grid-content {
        height: 368px;
    }

    .divOrderSelectedLabsListView {
        height: 302px !important;
    }

    .divOrderSelectedLabsListViewInDetailView {
        height: 238px !important;
    }
}

@media(min-width:1500px) and (max-width:1600px) {
    .labOrdersSelectOrderSetGridHeightClass1FromAllOrders .k-grid-content {
        height: 350px !important;
    }

    .divLabOrdersSelectOrderSetGridHeightClassFromAllOrders .k-grid-content {
        height: 366px !important;
    }

    .labOrdersFromAllOrdersInDetailView .k-grid-content {
        height: 252px !important;
    }

    .divOrderSelectedLabsListViewFromTabsView {
        height: 459px !important;
    }

    .orderSelectedLabsListInOrderSetsView {
        height: 404px;
    }

    .divorderSelectLabsDetailViewListGridHeightClass .k-grid-content {
        height: 416px;
    }

    .divorderSelectLabsListGridHeightClassInPopup .k-grid-content {
        height: 579px !important;
    }

    .labOrdersFromAllOrderswithOutChief .k-grid-content {
        height: 500px !important;
    }

    .labOrdersFromAllOrderswithOutChiefInBriefView .k-grid-content {
        height: 480px !important;
    }

    .divorderSelectLabsListGridHeightClassInAllOrdersInDetailView .k-grid-content {
        height: 580px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass2WithoutChief .k-grid-content {
        height: 580px !important;
    }

    .divorderSelectLabsListGridHeightClassInLabs .k-grid-content {
        height: 528px !important;
    }

    .divorderSelectLabsListGridMainHeightClassInOrderSets .k-grid-content {
        height: 580px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass2WithoutChiefInDetail .k-grid-content {
        height: 565px !important;
    }

    .divorderSelectLabsListGridHeightClassInAllOrders .k-grid-content {
        height: 562px !important;
    }

    .LabOrdersSelectTestFromAllOrdersInDetailView .k-grid-content {
        height: 577px !important;
    }

    .divorderSelectLabsListGridHeightClassInPopupAllTasks .k-grid-content {
        height: 570px !important;
    }

    .divorderSelectLabsListGridHeightClassInAllOrdersInDetailViewAllTasks .k-grid-content {
        height: 514px !important;
    }

    .labOrdersFromAllOrdersInBriefView .k-grid-content {
        height: 268px !important;
    }

    .LabOrdersSelectTestFromAllOrders .k-grid-content {
        height: 528px !important;
    }

    .divorderSelectLabsListGridMainHeightClassInOrderSets .k-grid-content {
        height: 576px !important;
    }

    .labOrdersSelectOrderSetGridHeighMainClassFromTabsNurseLogin .k-grid-content {
        height: 500px !important;
        width: 100%;
    }
}
/* @@@@@@ These Classes are Only for the Resolution Above 1700px and below 1700px Block End @@@@@@ t*/
@media (min-width:1450px) and (max-width:1600px) {

    .divorderSelectLabsListGridHeightClassInLabs .k-grid-content {
        height: 402px !important;
    }

    .labOrdersFromAllOrders .k-grid-content {
        height: 270px;
    }

    .divorderSelectLabsListGridFromAllOrders .k-grid-content {
        height: 438px !important;
    }

    .divOrderSelectedLabsListViewFromTabsView {
        height: 540px;
    }
}

@media (min-width:1440px) and (max-width:1450px) {
    .LabOrdersSelectTestFromAllOrders .k-grid-content {
        height: 343px !important;
    }

    .divorderSelectLabsListGridFromTabsView .k-grid-content {
        height: 515px !important;
        width: 100%;
    }
}

@media (max-width: 1590px) and (min-width:1440px) {
    .labOrderTestIndicationGridWithOutMCCOrICD9DataInPopup .k-grid-content {
        width: 100%;
        height: 436px;
    }

    .paddingRightClassIn1590to1440 {
        padding-right: 0px;
    }
}

@media (max-width: 1550px) and (min-width: 1500px) {
    .labOrderTestIndicationGridWithOutMCCOrICD9DataInPopup .k-grid-content {
        width: 100%;
        height: 370px !important;
    }
}

@media (min-width:1450px) and (max-width:1610px) {
    .divOrderSelectedLabsListViewFromLabOrders {
        height: 339px !important;
    }

    .divOrderSelectedLabsListViewFromLabOrdersBreifView {
        height: 405px !important;
    }
}

@media (max-width: 1450px) and (min-width:1410px) {
    .divorderSelectLabsListGridMainHeightDetailViewClass {
        height: 478px !important;
        width: 100%;
    }

    .divorderSelectLabsListGridHeightClassInAllOrdersInDetailViewAllTasks .k-grid-content {
        height: 524px !important;
    }

    .divorderSelectLabsListGridHeightClassInPopupAllTasks .k-grid-content {
        height: 567px !important;
    }

    .LabOrdersSelectTestFromAllOrdersInDetailView .k-grid-content {
        height: 576px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass2WithoutChiefInDetail .k-grid-content {
        height: 571px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass2WithoutChief .k-grid-content {
        height: 578px !important;
    }

    .labOrdersFromAllOrderswithOutChiefInBriefView .k-grid-content {
        height: 490px !important;
    }

    .labOrdersFromAllOrderswithOutChief .k-grid-content {
        height: 495px !important;
    }

    .divorderSelectLabsListGridMainHeightClassInOrderSets .k-grid-content {
        height: 576px !important;
    }

    .divLabOrdersSelectOrderSetGridHeightClassFromAllOrders .k-grid-content {
        height: 363px !important;
    }

    .labOrdersFromAllOrdersInBriefView .k-grid-content {
        height: 270px !important;
    }

    .divorderSelectLabsListGridHeightClassInAllOrdersInDetailView .k-grid-content {
        height: 576px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInLabs2DetailView {
        height: 421px !important;
    }

    .LabOrdersSelectTestFromAllOrders .k-grid-content {
        height: 260px !important;
    }

    .labOrdersFromAllOrdersInDetailView .k-grid-content {
        height: 260px !important;
    }

    .labOrdersSelectOrderSetGridHeighMainClassFromTabsNurseLogin .k-grid-content {
        height: 520px !important;
        width: 100%;
    }

    .labOrdersSelectOrderSetGridHeighMainClassFromTabsView .k-grid-content {
        height: 520px !important;
        width: 100%;
    }

    .divorderSelectLabsListGridMainHeightClassFromTabsView .k-grid-content {
        height: 425px;
        width: 100%;
    }

    .divorderSelectLabsListGridFromTabsViewNurseLogin .k-grid-content {
        height: 571px;
        width: 100%;
    }

    .divorderSelectLabsListSearchByOrderCodeGridFromTabsView .k-grid-content {
        height: 485px;
        width: 100%;
    }

    .labOrderTestIndicationGridWithOutMCCOrICD9DataFromTabsView .k-grid-content {
        width: 100%;
        height: 440px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLabFromStaffLogin1FromTabsView .k-grid-content {
        width: 100%;
        height: 355px;
    }

    .divorderSelectLabsListGridFromTabsView .k-grid-content {
        height: 400px;
        width: 100%;
    }

    .labOrdersSelectOrderSetGridHeightClass4 .k-grid-content {
        height: 389px !important;
    }

    .labOrdersSelectOrderSetInAllOrdersGridHeightClass .k-grid-content {
        height: 389px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass1FromAllOrders .k-grid-content {
        height: 389px !important;
    }

    .LabOrdersSelectTestFromAllOrders .k-grid-content {
        height: 537px !important;
    }

    .labOrdersSelectOrderSetGridHeighMainClass .k-grid-content {
        height: 446px !important;
        width: 100%;
    }

    .divorderSelectLabsListGridHeightClassInPopup .k-grid-content {
        height: 576px !important;
    }

    .labOrderTestIndicationGridWithOutMCCOrICD9Data .k-grid-content {
        width: 100%;
        height: 367px;
    }

    .divorderSelectLabsListGridHeightClassInAllOrders .k-grid-content {
        height: 570px !important;
    }

    .divorderSelectLabsListSearchByOrderCodeGrid .k-grid-content {
        height: 387px;
    }

    .divorderSelectLabsListGrid .k-grid-content {
        height: 439px;
    }

    .labOrdersFromAllOrders .k-grid-content {
        height: 266px !important;
    }

    .divorderSelectLabsListGridHeightClassInLabs .k-grid-content {
        height: 343px !important;
    }

    .divorderSelectLabsListGridMainHeightClass .k-grid-content {
        height: 440px;
        width: 100%;
    }

    .labOrderTestIndicationGridHeightClassInLabs .k-grid-content {
        height: 311px !important;
        width: 100% !important;
    }

    .labOrderTestIndicationGridWithOutMCCOrICD9DataInPopup .k-grid-content {
        width: 100%;
        height: 380px;
    }

    .divOrderSelectedLabsListViewFromTabsDetailView {
        height: 369px !important;
    }

    .divOrderSelectedLabsListViewFromTabsView {
        height: 477px !important;
    }

    .divOrderSelectedLabsListViewClassFromBriefViewLinkedLabFromTabsView {
        height: 241px !important;
    }

    .divOrderSelectedLabsListViewFromTabsViewFromTabsHealthPlanView {
        height: 359px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLab5 {
        height: 296px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInLabs2 {
        height: 216px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInOrderSetsLabs {
        height: 532px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass2 .k-grid-content {
        height: 420px !important;
    }

    .orderSelectedLabsListViewClassFromAllOredersInLinkedLab {
        height: 193px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLabDetailView {
        height: 314px !important;
    }

    .divOrderSelectedLabsListViewClassFromProblemListLinkedLab {
        height: 249px !important;
    }

    .divOrderSelectedLabsListViewFromTabsViewFromTabsJamesHealthPlanView {
        height: 255px !important;
    }

    .divOrderSelectedLabsListViewClassFromBriefViewLinkedLab {
        height: 250px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLab {
        height: 370px !important;
    }

    .divOrderSelectedLabsListViewClassInOrderSets {
        height: 396px !important;
    }

    .divOrderSelectedLabsListViewInOrderSetsHeightClass {
        height: 291px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInAll {
        height: 296px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInPopup {
        height: 306px !important;
    }

    .divOrderSelectedLabsListView {
        height: 404px !important;
    }

    .divOrderSelectedLabsListViewInDetailView {
        height: 336px !important;
    }

    .divOrderSelectedLabsListViewFromAllOrders {
        height: 533px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInLabs {
        height: 308px !important;
    }

    .divorderSelectLabsListLabsGridHeightClassInPopup {
        height: 343px !important;
    }

    .paddingRightClassIn1440to1410 {
        padding-right: 0px;
    }

    .paddingLeftClassIn1440to1410 {
        padding-left: 0px;
    }

    .divorderSelectLabsDetailViewListGridHeightClass .k-grid-content {
        height: 369px;
    }

    .divorderSelectLabsListGridFromTabsViewNurseLogin .k-grid-content {
        height: 520px !important;
        width: 100%;
    }
}

@media(min-width:1440px) and (max-width:1490px) {
    .gridHeight350pxClassIn1490to1440 .k-grid-content {
        height: 350px !important;
    }

    .gridHeight340pxClassIn1490to1440 .k-grid-content {
        height: 340px !important;
    }

    .gridHeight365pxClassIn1490to1440 .k-grid-content {
        height: 365px !important;
    }
    /*406px grid height Class*/
    .gridHeight406pxClassIn1490to1440 .k-grid-content {
        height: 406px !important;
    }

    .gridHeight470pxClassIn1490to1440 .k-grid-content {
        height: 470px !important;
    }

    .gridHeight490pxClassIn1490to1440 .k-grid-content {
        height: 490px !important;
    }
}
/* @@@@@@ These Classes are Only for the Resolution Above 1700px and below 1700px Block End @@@@@@ t*/
@media (max-width: 1410px) and (min-width:1370px) {
    .divorderSelectLabsListGridMainHeightClass {
        height: 478px !important;
    }

    .divorderSelectLabsListGridMainHeightDetailViewClass {
        height: 478px !important;
        width: 100%;
    }

    .divorderSelectLabsListGridHeightClassInAllOrdersInDetailView .k-grid-content {
        height: 568px !important;
    }

    .divorderSelectLabsListGridMainHeightClassInOrderSets .k-grid-content {
        height: 570px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass2WithoutChief .k-grid-content {
        height: 572px !important;
    }

    .labOrdersFromAllOrderswithOutChief .k-grid-content {
        height: 488px !important;
    }

    .labOrdersSelectOrderSetGridHeighMainClassFromTabsNurseLogin .k-grid-content {
        height: 460px;
        width: 100%;
    }

    .labOrdersSelectOrderSetGridHeighMainClassFromTabsView .k-grid-content {
        height: 460px;
        width: 100%;
    }

    .divorderSelectLabsListGridMainHeightClassFromTabsView .k-grid-content {
        height: 450px;
        width: 100%;
    }

    .divorderSelectLabsListGridFromTabsViewNurseLogin .k-grid-content {
        height: 547px;
        width: 100%;
    }

    .divorderSelectLabsListSearchByOrderCodeGridFromTabsView .k-grid-content {
        height: 521px;
        width: 100%;
    }

    .labOrderTestIndicationGridWithOutMCCOrICD9DataFromTabsView .k-grid-content {
        width: 100%;
        height: 507px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLabFromStaffLogin1FromTabsView .k-grid-content {
        width: 100%;
        height: 378px;
    }

    .divorderSelectLabsListGridFromTabsView .k-grid-content {
        height: 587px !important;
        width: 100%;
    }

    .labOrdersSelectOrderSetInAllOrdersGridHeightClass .k-grid-content {
        height: 391px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass1FromAllOrders .k-grid-content {
        height: 388px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass4 .k-grid-content {
        height: 406px !important;
    }

    .labOrdersSelectOrderSetGridHeighMainClass .k-grid-content {
        height: 447px;
        width: 100%;
    }

    .labOrderTestIndicationGridWithOutMCCOrICD9Data .k-grid-content {
        width: 100%;
        height: 368px;
    }

    .divorderSelectLabsListGridHeightClassInAllOrders .k-grid-content {
        height: 375px !important;
    }

    .divorderSelectLabsListGridHeightClassInPopupAllTasks .k-grid-content {
        height: 558px !important;
    }

    .divorderSelectLabsListGridHeightClassInAllOrdersInDetailViewAllTasks .k-grid-content {
        height: 326px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInOrderSetsLabs {
        height: 530px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass2WithoutChiefInDetail .k-grid-content {
        height: 377px !important;
    }

    .divorderSelectLabsListSearchByOrderCodeGrid .k-grid-content {
        height: 390px;
    }

    .LabOrdersSelectTestFromAllOrdersInDetailView .k-grid-content {
        height: 570px !important;
    }

    .divorderSelectLabsListGrid .k-grid-content {
        height: 416px;
    }

    .labOrdersSelectOrderSetInAllOrdersGridHeightClass .k-grid-content {
        height: 406px !important;
    }

    .labOrdersFromAllOrders .k-grid-content {
        height: 258px;
    }

    .divorderSelectLabsListGridHeightClassInLabs .k-grid-content {
        height: 356px !important;
    }

    .divorderSelectLabsListGridMainHeightClass .k-grid-content {
        height: 425px;
        width: 100%;
    }

    .labOrderTestIndicationGridHeightClassInLabs .k-grid-content {
        height: 324px !important;
        width: 100% !important;
    }

    .divorderSelectLabsListGridFromAllOrders .k-grid-content {
        height: 380px !important;
    }

    .divLabOrdersSelectOrderSetGridHeightClassFromAllOrders .k-grid-content {
        height: 357px !important;
    }

    .LabOrdersSelectTestFromAllOrders .k-grid-content {
        height: 343px !important;
    }

    .labOrdersFromAllOrdersInDetailView .k-grid-content {
        height: 65px !important;
    }

    .labOrdersFromAllOrdersInBriefView .k-grid-content {
        height: 259px !important;
    }

    .labOrdersFromAllOrderswithOutChiefInBriefView .k-grid-content {
        height: 294px !important;
    }

    .divorderSelectLabsListGridHeightClassInPopup .k-grid-content {
        height: 568px !important;
    }

    .labOrderTestIndicationGridWithOutMCCOrICD9DataInPopup .k-grid-content {
        width: 100%;
        height: 357px;
    }

    .divOrderSelectedLabsListViewFromTabsViewFromTabsLsupportHealthPlanTabsView {
        height: 269px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLabFromStaffLogin2 {
        height: 268px !important;
    }

    .divOrderSelectedLabsListViewFromTabsViewFromTabsHealthPlanViewFromAllOrderss {
        height: 506px !important;
    }

    .divOrderSelectedLabsListViewFromTabsViewNurseLogin {
        height: 346px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLabFromStaffLogin {
        height: 334px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLabFromStaffLogin1 {
        height: 310px !important;
    }

    .divOrderSelectedLabsListViewFromTabsViewFromTabsJamesHealthPlanView {
        height: 324px !important;
    }

    .divOrderSelectedLabsListViewClassFromBriefViewLinkedLabFromTabsView {
        height: 258px !important;
    }

    .divOrderSelectedLabsListViewFromTabsViewFromTabsHealthPlanView {
        height: 382px !important;
    }

    .divOrderSelectedLabsListViewFromTabsDetailView {
        height: 438px !important;
    }

    .divOrderSelectedLabsListViewFromTabsView {
        height: 546px !important;
    }

    .divOrderSelectedLabsListViewInDetailView {
        height: 351px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass2 .k-grid-content {
        height: 421px !important;
    }

    .orderSelectedLabsListViewClassFromAllOredersInLinkedLab {
        height: 208px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLabDetailView {
        height: 330px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInAll {
        height: 296px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLab5 {
        height: 302px !important;
    }

    .divOrderSelectedLabsListViewClassFromProblemListLinkedLab {
        height: 251px !important;
    }

    .divOrderSelectedLabsListViewClassFromBriefViewLinkedLab {
        height: 252px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLab {
        height: 373px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInLabs {
        height: 276px !important;
    }

    .divOrderSelectedLabsListViewClassInOrderSets1 {
        height: 300px !important;
    }

    .divOrderSelectedLabsListViewClassInOrderSets {
        height: 405px !important;
    }

    .divOrderSelectedLabsListViewInOrderSetsHeightClass {
        height: 296px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInPopup {
        height: 277px !important;
    }

    .divOrderSelectedLabsListView {
        height: 404px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass2 .k-grid-content {
        height: 436px !important;
    }

    .divOrderSelectedLabsListViewFromAllOrders {
        height: 530px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInLabs2DetailView .k-grid-content {
        height: 417px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInLabs2 {
        height: 295px !important;
    }

    .divorderSelectLabsListLabsGridHeightClassInPopup {
        height: 340px !important;
    }

    .paddingRightClassIn1410to1370 {
        padding-right: 0px;
    }

    .paddingLeftClassIn1410to1370 {
        padding-left: 0px;
    }
}
/* @@@@@@ These Classes are Only for the Resolution Above 1300px and below 1400px Block End @@@@@@ t*/
@media(min-width:1300px) and (max-width:1400px) {
    .gridHeight340pxClassIn1400to1300 .k-grid-content {
        height: 340px !important;
    }

    .gridHeight350pxClassIn1400to1300 .k-grid-content {
        height: 350px !important;
    }

    .gridHeight365pxClassIn1400to1300 .k-grid-content {
        height: 365px !important;
    }

    .gridHeight470pxClassIn1400to1300 .k-grid-content {
        height: 470px !important;
    }

    .gridHeight500pxClassIn1400to1300 .k-grid-content {
        height: 500px !important;
    }

    .divorderSelectLabsDetailViewListGridHeightClass .k-grid-content {
        height: 369px;
    }

    .divorderSelectLabsListGridFromTabsViewNurseLogin .k-grid-content {
        height: 360px !important;
        width: 100%;
    }
}
/* @@@@@@ These Classes are Only for the Resolution Above 1300px and below 1400px Block End @@@@@@ t*/

/* @@@@@@ These Classes are Only for the Resolution Above 1300px and below 1500px Block Start @@@@@@ t*/
@media(min-width:1300px) and (max-width:1500px) {
    /*100px grid height Class*/
    .gridHeight100pxClassIn1500to1300 .k-grid-content {
        height: 100px;
    }
    /*150px grid height Class*/
    .gridHeight150pxClassIn1500to1300 .k-grid-content {
        height: 150px;
    }
    /*200px grid height Class*/
    .gridHeight200pxClassIn1500to1300 .k-grid-content {
        height: 200px;
    }
    /*210px grid height Class*/
    .gridHeight210pxClassIn1500to1300 .k-grid-content {
        height: 210px !important;
    }
    /*250px grid height Class*/
    .gridHeight250pxClassIn1500to1300 .k-grid-content {
        height: 250px;
    }
    /*300px grid height Class*/
    .gridHeight300pxClassIn1500to1300 .k-grid-content {
        height: 300px;
    }
    /*350px grid height Class*/
    .gridHeight350pxClassIn1500to1300 .k-grid-content {
        height: 350px;
    }
    /*400px grid height Class*/
    .gridHeight400pxClassIn1500to1300 .k-grid-content {
        height: 400px;
    }
    /*450px grid height Class*/
    .gridHeight450pxClassIn1500to1300 .k-grid-content {
        height: 450px;
    }
    /*470px grid height Class*/
    .gridHeight470pxClassIn1500to1300 .k-grid-content {
        height: 470px;
    }
    /*500px grid height Class*/
    .gridHeight500pxClassIn1500to1300 .k-grid-content {
        height: 500px;
    }
    /*550px grid height Class*/
    .gridHeight550pxClassIn1500to1300 .k-grid-content {
        height: 550px;
    }
    /*567px grid height Class*/
    .gridHeight586pxClassIn1500to1300 .k-grid-content {
        height: 586px;
    }
    /*600px grid height Class*/
    .gridHeight600pxClassIn1500to1300 .k-grid-content {
        height: 600px;
    }
    /*650px grid height Class*/
    .gridHeight650pxClassIn1500to1300 .k-grid-content {
        height: 650px;
    }
    /*700px grid height Class*/
    .gridHeight700pxClassIn1500to1300 .k-grid-content {
        height: 700px;
    }
    /*750px grid height Class*/
    .gridHeight750pxClassIn1500to1300 .k-grid-content {
        height: 750px;
    }
    /*800px grid height Class*/
    .gridHeight800pxClassIn1500to1300 .k-grid-content {
        height: 800px;
    }
    /*850px grid height Class*/
    .gridHeight850pxClassIn1500to1300 .k-grid-content {
        height: 850px;
    }
    /*900px grid height Class*/
    .gridHeight900pxClassIn1500to1300 .k-grid-content {
        height: 900px;
    }
    /*950px grid height Class*/
    .gridHeight950pxClassIn1500to1300 .k-grid-content {
        height: 950px;
    }
    /*1000px grid height Class*/
    .gridHeight1000pxClassIn1500to1300 .k-grid-content {
        height: 1000px;
    }
}
/* @@@@@@ These Classes are Only for the Resolution Above 1300px and below 1500px Block End @@@@@@ t*/
@media (max-width: 1370px) and (min-width:1300px) {
    .divorderSelectLabsListGridMainHeightDetailViewClass {
        height: 393px !important;
        width: 100%;
    }

    .divOrderSelectedLabsListViewHeightClassInLabs2DetailView .k-grid-content {
        height: 312px !important;
    }

    .labOrdersSelectOrderSetGridHeighMainClassFromTabsNurseLogin .k-grid-content {
        height: 361px !important;
        width: 100%;
    }

    .divorderSelectLabsListGridMainHeightClassFromTabsView .k-grid-content {
        height: 251px;
        width: 100%;
    }

    .labOrdersSelectOrderSetGridHeighMainClassFromTabsView .k-grid-content {
        height: 360px !important;
        width: 100%;
    }

    .divorderSelectLabsListGridFromTabsViewNurseLogin .k-grid-content {
        height: 569px;
        width: 100%;
    }

    .labOrderTestIndicationGridWithOutMCCOrICD9DataFromTabsView .k-grid-content {
        width: 100%;
        height: 280px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLabFromStaffLogin1FromTabsView .k-grid-content {
        width: 100%;
        height: 181px;
    }

    .divorderSelectLabsListGridFromTabsView .k-grid-content {
        height: 360px !important;
        width: 100%;
    }

    .divorderSelectLabsListSearchByOrderCodeGridFromTabsView .k-grid-content {
        height: 327px;
        width: 100%;
    }

    .labOrdersSelectOrderSetGridHeighMainClass .k-grid-content {
        height: 362px !important;
        width: 100%;
    }

    .labOrdersSelectOrderSetGridHeightClass4 .k-grid-content {
        height: 399px !important;
    }

    .labOrdersSelectOrderSetInAllOrdersGridHeightClass .k-grid-content {
        height: 389px !important;
    }

    .labOrdersSelectOrderSetInAllOrdersGridHeightClass .k-grid-content {
        height: 389px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass1FromAllOrders .k-grid-content {
        height: 399px !important;
    }

    .LabOrdersSelectTestFromAllOrders .k-grid-content {
        height: 427px !important;
    }

    .labOrderTestIndicationGridHeightClassInLabs .k-grid-content {
        height: 318px !important;
        width: 100% !important;
    }

    .divorderSelectLabsListGridHeightClassInPopup .k-grid-content {
        height: 575px !important;
    }

    .divorderSelectLabsListSearchByOrderCodeGrid .k-grid-content {
        height: 315px;
    }

    .labOrderTestIndicationGridWithOutMCCOrICD9Data .k-grid-content {
        width: 100%;
        height: 280px;
    }

    .divorderSelectLabsListGrid .k-grid-content {
        height: 360px;
    }

    .divorderSelectLabsListGridMainHeightClass .k-grid-content {
        height: 360px;
        width: 100%;
    }

    .labOrderTestIndicationGridWithOutMCCOrICD9DataInPopup .k-grid-content {
        width: 100%;
        height: 268px;
    }

    .divOrderSelectedLabsListViewFromTabsViewFromNurseLogin {
        height: 206px !important;
    }

    .divOrderSelectedLabsListViewFromTabsDetailView {
        height: 211px !important;
    }

    .divOrderSelectedLabsListViewFromTabsView {
        height: 322px !important;
    }

    .divOrderSelectedLabsListViewClassFromBriefViewLinkedLabFromTabsView {
        height: 66px !important;
    }

    .divOrderSelectedLabsListViewFromTabsViewFromTabsHealthPlanView {
        height: 186px !important;
    }

    .divOrderSelectedLabsListViewClassFromBriefViewLinkedLab {
        height: 164px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInLabs2 {
        height: 224px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass2 .k-grid-content {
        height: 420px !important;
    }

    .orderSelectedLabsListViewClassFromAllOredersInLinkedLab {
        height: 202px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLabDetailView {
        height: 283px !important;
    }

    .divOrderSelectedLabsListViewClassInOrderSets {
        height: 320px !important;
    }


    .divOrderLabsPopupTestNamenCollapseWidthStyles {
        width: 84% !important;
        padding-left: 10px;
    }

    .divOrderSelectedLabsListViewHeightClassInLabs {
        height: 308px !important;
    }

    .divorderSelectLabsListLabsGridHeightClassInPopup {
        height: 354px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInAll {
        height: 213px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLab5 {
        height: 200px !important;
    }

    .divOrderSelectedLabsListView {
        height: 320px !important;
    }

    .divOrderSelectedLabsListViewInDetailView {
        height: 345px !important;
    }

    .divOrderSelectedLabsListViewInOrderSetsHeightClass {
        height: 212px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLab {
        height: 284px !important;
        overflow: auto
    }

    .labOrdersSelectOrderSetInAllOrdersGridHeightClass .k-grid-content {
        height: 398px !important;
    }

    .divOrderSelectedLabsListViewFromAllOrders {
        height: 420px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInLabs2DetailView {
        height: 313px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLabDetailView {
        height: 326px !important;
    }

    .divorderSelectLabsListGridHeightClassInAllOrdersInDetailView .k-grid-content {
        height: 575px !important;
    }

    .labOrdersFromAllOrdersInBriefView .k-grid-content {
        height: 265px !important;
    }

    .divOrderSelectedLabsListViewClassFromProblemListLinkedLab {
        height: 165px !important;
    }

    .paddingRightClassIn1370to1300 {
        padding-right: 0px;
    }

    .paddingLeftClassIn1370to1300 {
        padding-left: 0px;
    }

    .HtmlTemplatesSurveyFormsViewInSeparateTabCustomizationStyleClass {
        height: 580px;
    }

    .divorderSelectLabsDetailViewListGridHeightClass .k-grid-content {
        height: 315px;
    }
}

@media (max-width: 1300px) and (min-width: 1160px) {
    .HtmlTemplatesSurveyFormsViewInSeparateTabCustomizationStyleClass {
        height: 800px;
    }
}

@media (min-width:1370px) and (max-width:1450px) {
    .divorderSelectLabsListGridFromAllOrders .k-grid-content {
        height: 370px !important;
    }

    .divOrderSelectedLabsListViewFromLabOrders {
        height: 342px !important;
    }

    .divOrderSelectedLabsListViewFromLabOrdersBreifView {
        height: 339px !important;
    }
}
/* @@@@@@ These Classes are Only for the Resolution Above 1200px and below 1300px Block Start @@@@@@ t*/
@media(min-width:1200px) and (max-width:1300px) {
    /*100px grid height Class*/
    .gridHeight100pxClassIn1300to1200 .k-grid-content {
        height: 100px;
    }
    /*150px grid height Class*/
    .gridHeight150pxClassIn1300to1200 .k-grid-content {
        height: 150px;
    }
    /*200px grid height Class*/
    .gridHeight200pxClassIn1300to1200 .k-grid-content {
        height: 200px;
    }
    /*250px grid height Class*/
    .gridHeight250pxClassIn1300to1200 .k-grid-content {
        height: 250px;
    }
    /*300px grid height Class*/
    .gridHeight300pxClassIn1300to1200 .k-grid-content {
        height: 300px;
    }
    /*350px grid height Class*/
    .gridHeight350pxClassIn1300to1200 .k-grid-content {
        height: 350px;
    }
    /*385px grid height Class*/
    .gridHeight385pxClassIn1300to1200 .k-grid-content {
        height: 385px;
    }
    /*400px grid height Class*/
    .gridHeight400pxClassIn1300to1200 .k-grid-content {
        height: 400px;
    }
    /*450px grid height Class*/
    .gridHeight450pxClassIn1300to1200 .k-grid-content {
        height: 450px;
    }
    /*470px grid height Class*/
    .gridHeight470pxClassIn1300to1200 .k-grid-content {
        height: 470px;
    }
    /*500px grid height Class*/
    .gridHeight500pxClassIn1300to1200 .k-grid-content {
        height: 500px;
    }
    /*521px grid height Class*/
    .gridHeight521pxClassIn1300to1200 .k-grid-content {
        height: 521px;
    }
    /*550px grid height Class*/
    .gridHeight550pxClassIn1300to1200 .k-grid-content {
        height: 550px;
    }
    /*600px grid height Class*/
    .gridHeight600pxClassIn1300to1200 .k-grid-content {
        height: 600px;
    }
    /*650px grid height Class*/
    .gridHeight650pxClassIn1300to1200 .k-grid-content {
        height: 650px;
    }
    /*700px grid height Class*/
    .gridHeight700pxClassIn1300to1200 .k-grid-content {
        height: 700px;
    }
    /*750px grid height Class*/
    .gridHeight750pxClassIn1300to1200 .k-grid-content {
        height: 750px;
    }
    /*800px grid height Class*/
    .gridHeight800pxClassIn1300to1200 .k-grid-content {
        height: 800px;
    }
    /*850px grid height Class*/
    .gridHeight850pxClassIn1300to1200 .k-grid-content {
        height: 850px;
    }
    /*900px grid height Class*/
    .gridHeight900pxClassIn1300to1200 .k-grid-content {
        height: 900px;
    }
    /*950px grid height Class*/
    .gridHeight950pxClassIn1300to1200 .k-grid-content {
        height: 950px;
    }
    /*1000px grid height Class*/
    .gridHeight1000pxClassIn1300to1200 .k-grid-content {
        height: 1000px;
    }

    .labOrdersSelectOrderSetGridHeighMainClassFromTabsNurseLogin .k-grid-content {
        height: 597px !important;
        width: 100%;
    }

    .labOrdersSelectOrderSetGridHeighMainClassFromTabsView .k-grid-content {
        height: 598px !important;
        width: 100%;
    }

    .divorderSelectLabsListGridMainHeightClassFromTabsView .k-grid-content {
        height: 477px;
        width: 100%;
    }

    .divorderSelectLabsListGridFromTabsViewNurseLogin .k-grid-content {
        height: 596px;
        width: 100%;
    }

    .divorderSelectLabsListSearchByOrderCodeGridFromTabsView .k-grid-content {
        height: 596px;
        width: 100%;
    }

    .labOrderTestIndicationGridWithOutMCCOrICD9DataFromTabsView .k-grid-content {
        width: 100%;
        height: 516px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLabFromStaffLogin1FromTabsView .k-grid-content {
        width: 100%;
        height: 404px;
    }

    .divorderSelectLabsListGridFromTabsView .k-grid-content {
        height: 596px !important;
        width: 100%;
    }

    .labOrdersSelectOrderSetGridHeighMainClass .k-grid-content {
        height: 586px;
        width: 100%;
    }

    .LabOrdersSelectTestFromAllOrders .k-grid-content {
        height: 342px !important;
    }

    .divorderSelectLabsListSearchByOrderCodeGrid .k-grid-content {
        height: 537px;
    }

    .labOrderTestIndicationGridWithOutMCCOrICD9Data .k-grid-content {
        width: 100%;
        height: 504px;
    }

    .divorderSelectLabsListGrid .k-grid-content {
        height: 581px;
    }

    .divorderSelectLabsListGridMainHeightClass .k-grid-content {
        height: 640px;
        width: 100%;
    }

    .labOrderTestIndicationGridWithOutMCCOrICD9DataInPopup .k-grid-content {
        width: 100%;
        height: 501px;
    }

    .divOrderSelectedLabsListViewFromTabsDetailView {
        height: 439px !important;
    }

    .divOrderSelectedLabsListViewFromTabsView {
        height: 548px !important;
    }

    .divOrderSelectedLabsListViewClassFromBriefViewLinkedLabFromTabsView {
        height: 290px !important;
    }

    .divOrderSelectedLabsListViewFromTabsViewFromTabsHealthPlanView {
        height: 410px !important;
    }

    .divOrderSelectedLabsListViewClassFromProblemListLinkedLab {
        height: 392px !important;
    }

    .divOrderSelectedLabsListViewClassFromBriefViewLinkedLab {
        height: 389px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLab {
        height: 509px !important;
    }

    .divOrderSelectedLabsListViewClassInOrderSets {
        height: 590px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLab5 {
        height: 411px !important;
    }

    .divOrderSelectedLabsListViewInOrderSetsHeightClass {
        height: 479px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInAll {
        height: 426px !important;
    }

    .divOrderSelectedLabsListView {
        height: 531px;
    }

    .divOrderSelectedLabsListViewInDetailView {
        height: 534px;
    }

    .labelWidthStylesIn1300to1200 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .paddingRightClassIn1300to1200 {
        padding-right: 0px;
    }

    .paddingLeftClassIn1300to1200 {
        padding-left: 0px;
    }

    .divorderSelectLabsDetailViewListGridHeightClass .k-grid-content {
        height: 536px;
    }
}
/* @@@@@@ These Classes are Only for the Resolution Above 1300px and below 1500px Block End @@@@@@ t*/
@media (max-width: 1200px) and (min-width:1160px) {
    .divorderSelectLabsListSearchByOrderCodeGrid .k-grid-content {
        height: 442px;
    }

    .labOrderTestIndicationGridWithOutMCCOrICD9Data .k-grid-content {
        width: 100%;
        height: 400px;
    }

    .divorderSelectLabsListGrid .k-grid-content {
        height: 479px;
    }

    .divOrderSelectedLabsListView {
        height: 430px !important;
    }

    .divOrderSelectedLabsListViewInDetailView {
        height: 366px !important;
    }

    .divorderSelectLabsDetailViewListGridHeightClass .k-grid-content {
        height: 345px;
    }
}
/* @@@@@@ These Classes are Only for the Resolution Above 1100px and below 1200px Block Start @@@@@@ t*/
@media(min-width:1100px) and (max-width:1200px) {
    .gridHeight100pxClassIn1200to1100 .k-grid-content {
        height: 100px;
    }

    .gridHeight150pxClassIn1200to1100 .k-grid-content {
        height: 150px;
    }

    .gridHeight200pxClassIn1200to1100 .k-grid-content {
        height: 200px;
    }

    .gridHeight250pxClassIn1200to1100 .k-grid-content {
        height: 250px;
    }

    .gridHeight300pxClassIn1200to1100 .k-grid-content {
        height: 300px;
    }

    .gridHeight350pxClassIn1200to1100 .k-grid-content {
        height: 350px;
    }

    .gridHeight400pxClassIn1200to1100 .k-grid-content {
        height: 400px;
    }

    .gridHeight420pxClassIn1200to1100 .k-grid-content {
        height: 420px;
    }

    .gridHeight450pxClassIn1200to1100 .k-grid-content {
        height: 450px;
    }

    .gridHeight500pxClassIn1200to1100 .k-grid-content {
        height: 500px;
    }

    .gridHeight550pxClassIn1200to1100 .k-grid-content {
        height: 550px;
    }

    .gridHeight600pxClassIn1200to1100 .k-grid-content {
        height: 600px;
    }

    .gridHeight650pxClassIn1200to1100 .k-grid-content {
        height: 650px;
    }

    .gridHeight700pxClassIn1200to1100 .k-grid-content {
        height: 700px;
    }

    .gridHeight750pxClassIn1200to1100 .k-grid-content {
        height: 750px;
    }

    .gridHeight800pxClassIn1200to1100 .k-grid-content {
        height: 800px;
    }

    .gridHeight850pxClassIn1200to1100 .k-grid-content {
        height: 850px;
    }

    .gridHeight900pxClassIn1200to1100 .k-grid-content {
        height: 900px;
    }

    .gridHeight950pxClassIn1200to1100 .k-grid-content {
        height: 950px;
    }

    .gridHeight1000pxClassIn1200to1100 .k-grid-content {
        height: 1000px;
    }

    .divorderSelectLabsListGridMainHeightClass .k-grid-content {
        height: 390px;
        width: 100%;
    }

    .labOrderTestIndicationGridWithOutMCCOrICD9DataInPopup .k-grid-content {
        width: 100%;
        height: 330px;
    }

    .divOrderSelectedLabsListViewClassFromBriefViewLinkedLab {
        height: 215px !important;
    }

    .divorderSelectLabsListGridMainHeightDetailViewClass {
        height: 442px;
    }

    .labelWidthStylesIn1200to1100 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .paddingRightClassIn1200to1100 {
        padding-right: 0px;
    }
}
/* @@@@@@ These Classes are Only for the Resolution Above 1100px and below 1200px Block End @@@@@@ t*/
@media (max-width: 1160px) and (min-width:1030px) {
    .divorderSelectLabsDetailViewListGridHeightClass {
        height: 408px;
    }

    .labOrdersFromAllOrdersInBriefView .k-grid-content {
        height: 212px !important;
    }

    .divorderSelectLabsListGridHeightClassInAllOrdersInDetailViewAllTasks .k-grid-content {
        height: 392px !important;
    }

    .divorderSelectLabsListGridHeightClassInPopupAllTasks .k-grid-content {
        height: 471px !important;
    }

    .LabOrdersSelectTestFromAllOrdersInDetailView .k-grid-content {
        height: 502px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass2WithoutChiefInDetail .k-grid-content {
        height: 490px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass2WithoutChief .k-grid-content {
        height: 524px !important;
    }

    .divorderSelectLabsListGridMainHeightClassInOrderSets .k-grid-content {
        height: 502px !important;
    }

    .divorderSelectLabsListGridHeightClassInAllOrdersInDetailView .k-grid-content {
        height: 502px !important;
    }

    .labOrdersFromAllOrderswithOutChiefInBriefView .k-grid-content {
        height: 407px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInLabs2DetailView {
        height: 335px !important;
    }

    .labOrdersFromAllOrderswithOutChief .k-grid-content {
        height: 442px !important;
    }

    .labOrdersSelectOrderSetGridHeighMainClassFromTabsNurseLogin .k-grid-content {
        height: 448px !important;
        width: 100%;
    }

    .labOrdersSelectOrderSetGridHeighMainClassFromTabsView .k-grid-content {
        height: 450px !important;
        width: 100%;
    }

    .divorderSelectLabsListGridMainHeightClassFromTabsView .k-grid-content {
        height: 329px;
        width: 100%;
    }

    .divorderSelectLabsListGridFromTabsViewNurseLogin .k-grid-content {
        height: 448px;
        width: 100%;
    }

    .divorderSelectLabsListSearchByOrderCodeGridFromTabsView .k-grid-content {
        height: 413px;
        width: 100%;
    }

    .labOrderTestIndicationGridWithOutMCCOrICD9DataFromTabsView .k-grid-content {
        width: 100%;
        height: 366px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLabFromStaffLogin1FromTabsView .k-grid-content {
        width: 100%;
        height: 258px;
    }

    .divorderSelectLabsListGridFromTabsView .k-grid-content {
        height: 472px !important;
        width: 100%;
    }

    .labOrdersSelectOrderSetInAllOrdersGridHeightClass .k-grid-content {
        height: 477px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass1FromAllOrders .k-grid-content {
        height: 478px !important;
    }

    .labOrdersSelectOrderSetGridHeighMainClass .k-grid-content {
        height: 414px;
        width: 100%;
    }

    .divorderSelectLabsListGridHeightClassInLabs .k-grid-content {
        height: 434px !important;
    }

    .divorderSelectLabsListGridHeightClassInPopup .k-grid-content {
        height: 502px !important;
    }

    .labOrderTestIndicationGridHeightClassInLabs .k-grid-content {
        height: 388px !important;
        width: 100% !important;
    }

    .divorderSelectLabsListSearchByOrderCodeGrid .k-grid-content {
        height: 323px;
    }

    .labOrderTestIndicationGridWithOutMCCOrICD9Data .k-grid-content {
        width: 100%;
        height: 330px;
    }

    .LabOrdersSelectTestFromAllOrders .k-grid-content {
        height: 434px !important;
    }

    .divorderSelectLabsListGrid .k-grid-content {
        height: 388px;
    }

    .divorderSelectLabsListGridHeightClassInAllOrders .k-grid-content {
        height: 468px !important;
    }

    divOrderSelectedLabsListViewFromTabsViewFromTabsHealthPlanViewFromAllOrderss {
        height: 402px !important;
    }

    .divOrderSelectedLabsListViewFromTabsViewFromNurseLogin {
        height: 285px !important;
    }

    .divOrderSelectedLabsListViewFromTabsViewFromTabsHealthPlanViewFromAllOrderss {
        height: 401px !important;
    }

    .divOrderSelectedLabsListViewClassFromBriefViewLinkedLabFromTabsView {
        height: 142px !important;
    }

    .divOrderSelectedLabsListViewFromTabsViewFromTabsHealthPlanView {
        height: 262px !important;
    }

    .divOrderSelectedLabsListViewFromTabsDetailView {
        height: 297px !important;
    }

    .divOrderSelectedLabsListViewFromTabsView {
        height: 285px !important;
    }

    .divOrderSelectedLabsListViewClassFromProblemListLinkedLab {
        height: 222px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLab {
        height: 276px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLab5 {
        height: 223px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInOrderSetsLabs {
        height: 359px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInLabs2 {
        height: 306px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass2 .k-grid-content {
        height: 510px !important;
    }

    .orderSelectedLabsListViewClassFromAllOredersInLinkedLab {
        height: 280px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLabDetailView {
        height: 400px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInLabs {
        height: 354px !important;
    }

    .divorderSelectLabsListLabsGridHeightClassInPopup {
        height: 415px !important;
    }

    .divOrderSelectedLabsListViewFromAllOrders {
        height: 360px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInPopup {
        height: 351px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInAll {
        height: 255px !important;
    }

    .divOrderSelectedLabsListViewInOrderSetsHeightClass {
        height: 478px !important;
    }

    .divOrderSelectedLabsListViewClassInOrderSets {
        height: 469px !important;
    }

    .divOrderSelectedLabsListView {
        height: 238px !important;
    }

    .divOrderSelectedLabsListViewInDetailView {
        height: 360px !important;
    }

    .paddingLeftClassIn1030to1160 {
        padding-left: 0px;
    }

    .paddingRightClassIn1030to1160 {
        padding-right: 0px;
    }
}
/* @@@@@@ These Classes are Only for the Resolution Above 1000px and below 1100px Block Start @@@@@@ t*/
@media(min-width:1000px) and (max-width:1100px) {
    .divorderSelectLabsListGridMainHeightClass {
        height: 360px !important;
    }

    .gridHeight100pxClassIn1000to1100 .k-grid-content {
        height: 100px;
    }

    .gridHeight150pxClassIn1000to1100 .k-grid-content {
        height: 150px;
    }

    .gridHeight215pxClassIn1000to1100 .k-grid-content {
        height: 215px;
    }

    .gridHeight200pxClassIn1000to1100 .k-grid-content {
        height: 200px;
    }

    .gridHeight250pxClassIn1000to1100 .k-grid-content {
        height: 250px;
    }

    .gridHeight300pxClassIn1000to1100 .k-grid-content {
        height: 300px;
    }

    .gridHeight410pxClassIn1000to1100 .k-grid-content {
        height: 410px;
    }

    .gridHeight350pxClassIn1000to1100 .k-grid-content {
        height: 350px;
    }

    .gridHeight370pxClassIn1000to1100 .k-grid-content {
        height: 370px;
    }

    .gridHeight400pxClassIn1000to1100 .k-grid-content {
        height: 400px;
    }

    .gridHeight420pxClassIn1000to1100 .k-grid-content {
        height: 420px;
    }

    .gridHeight450pxClassIn1000to1100 .k-grid-content {
        height: 450px;
    }

    .gridHeight500pxClassIn1000to1100 .k-grid-content {
        height: 500px;
    }

    .gridHeight550pxClassIn1000to1100 .k-grid-content {
        height: 550px;
    }

    .gridHeight600pxClassIn1000to1100 .k-grid-content {
        height: 600px;
    }

    .gridHeight650pxClassIn1000to1100 .k-grid-content {
        height: 650px;
    }

    .gridHeight700pxClassIn1000to1100 .k-grid-content {
        height: 700px;
    }

    .gridHeight750pxClassIn1000to1100 .k-grid-content {
        height: 750px;
    }

    .gridHeight800pxClassIn1000to1100 .k-grid-content {
        height: 800px;
    }

    .gridHeight850pxClassIn1000to1100 .k-grid-content {
        height: 850px;
    }

    .gridHeight900pxClassIn1000to1100 .k-grid-content {
        height: 900px;
    }

    .gridHeight950pxClassIn1000to1100 .k-grid-content {
        height: 950px;
    }

    .gridHeight1000pxClassIn1000to1100 .k-grid-content {
        height: 1000px;
    }

    .labOrdersSelectOrderSetInAllOrdersGridHeightClass .k-grid-content {
        height: 381px !important;
    }

    .divorderSelectLabsListGridMainHeightClass .k-grid-content {
        height: 328px;
        width: 100%;
    }

    .labOrderTestIndicationGridWithOutMCCOrICD9DataInPopup .k-grid-content {
        width: 100%;
        height: 243px;
    }

    .divOrderSelectedLabsListViewClassFromBriefViewLinkedLab {
        height: 130px !important;
    }

    .orderSelectedLabsListViewClassFromAllOredersInLinkedLab {
        height: 180px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInLabs2 {
        height: 187px !important;
    }

    .divorderSelectLabsListLabsGridHeightClassInPopup {
        height: 314px !important;
    }

    .labelWidthStylesIn1100to1000 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .paddingRightClassIn1100to1000 {
        padding-right: 0px;
    }

    .divorderSelectLabsListGridMainHeightDetailViewClass {
        height: 360px !important;
    }
}
/* @@@@@@ These Classes are Only for the Resolution Above 1000px and below 1100px Block End @@@@@@ t*/
@media (min-width:1290px) and (max-width:1370px) {
    .divorderSelectLabsListGridHeightClassInLabs .k-grid-content {
        height: 352px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInPopup {
        height: 304px !important;
    }

    .divorderSelectLabsListGridHeightClassInAllOrders .k-grid-content {
        height: 460px !important;
    }

    .divOrderSelectedLabsListViewFromAllOrders {
        height: 535px !important;
    }

    .divOrderSelectedLabsListViewInOrderSetsHeightClass {
        height: 186px;
    }

    .divOrderSelectedLabsListViewClassInOrderSets {
        height: 309px;
    }

    .labOrdersFromAllOrders .k-grid-content {
        height: 265px !important;
    }

    .divLabOrdersSelectOrderSetGridHeightClassFromAllOrders .k-grid-content {
        height: 362px !important;
    }

    .LabOrdersSelectTestFromAllOrdersInDetailView .k-grid-content {
        height: 575px !important;
    }

    .divorderSelectLabsListGridHeightClassInPopupAllTasks .k-grid-content {
        height: 564px !important;
    }

    .divorderSelectLabsListGridHeightClassInAllOrdersInDetailViewAllTasks .k-grid-content {
        height: 414px !important;
    }

    .labOrdersFromAllOrderswithOutChiefInBriefView .k-grid-content {
        height: 380px !important;
    }

    .labOrdersFromAllOrderswithOutChief .k-grid-content {
        height: 495px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass2WithoutChiefInDetail .k-grid-content {
        height: 462px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass2WithoutChief .k-grid-content {
        height: 577px !important;
    }

    .labOrdersFromAllOrdersInDetailView .k-grid-content {
        height: 151px !important;
    }

    .divorderSelectLabsListGridMainHeightClassInOrderSets .k-grid-content {
        height: 575px !important;
    }

    .divorderSelectLabsListGridFromAllOrders .k-grid-content {
        height: 390px !important;
    }

    .divOrderSelectedLabsListViewFromLabOrders {
        height: 287px !important;
    }

    .divOrderSelectedLabsListViewFromLabOrdersBreifView {
        height: 352px !important;
    }
}

@media (min-width:1160px) and (max-width:1290px) {
    .labOrdersFromAllOrders .k-grid-content {
        height: 502px;
    }

    .divorderSelectLabsListGridFromAllOrders .k-grid-content {
        height: 574px !important;
    }

    .HtmlTemplatesSurveyFormsViewInSeparateTabCustomizationStyleClass {
        height: 800px;
    }
}

@media (min-width:1050px) and (max-width:1160px) {
    .labOrdersFromAllOrders .k-grid-content {
        height: 212px !important;
    }

    .divorderSelectLabsListGridFromAllOrders .k-grid-content {
        height: 402px !important;
    }
}

@media (min-width:992px) and (max-width:1050px) {
    .divorderSelectLabsListGridHeightClassInLabs .k-grid-content {
        height: 505px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass2WithoutChiefInDetail .k-grid-content {
        height: 562px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass2WithoutChief .k-grid-content {
        height: 584px !important;
    }

    .labOrdersFromAllOrderswithOutChiefInBriefView .k-grid-content {
        height: 478px !important;
    }

    .labOrdersFromAllOrderswithOutChief .k-grid-content {
        height: 505px !important;
    }

    .divLabOrdersSelectOrderSetGridHeightClassFromAllOrders .k-grid-content {
        height: 368px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass2 {
        height: 397px !important;
    }

    .divorderSelectLabsListGridMainHeightClassInOrderSets .k-grid-content {
        height: 560px !important;
    }

    .divorderSelectLabsListGridHeightClassInPopup .k-grid-content {
        height: 565px !important;
    }

    .LabOrdersSelectTestFromAllOrdersInDetailView .k-grid-content {
        height: 562px !important;
    }

    .divorderSelectLabsListGridHeightClassInAllOrdersInDetailViewAllTasks .k-grid-content {
        height: 467px !important;
    }

    .divorderSelectLabsListGridHeightClassInPopupAllTasks .k-grid-content {
        height: 538px !important;
    }

    .labOrdersFromAllOrders .k-grid-content {
        height: 272px;
    }

    .LabOrdersSelectTestFromAllOrders .k-grid-content {
        height: 504px !important;
    }

    .divorderSelectLabsListGridHeightClassInAllOrdersInDetailView .k-grid-content {
        height: 560px !important;
    }

    .labOrdersFromAllOrdersInBriefView .k-grid-content {
        height: 270px !important;
    }

    .divorderSelectLabsListGridFromAllOrders .k-grid-content {
        height: 402px !important;
    }

    .divOrderSelectedLabsListViewFromLabOrders {
        height: 249px !important;
    }

    .divOrderSelectedLabsListViewFromLabOrdersBreifView {
        height: 313px !important;
    }
}

@media (max-width: 1030px) and (min-width:1000px) {
    .divorderSelectLabsDetailViewListGridHeightClass {
        height: 327px;
    }
    /* .divorderSelectLabsListGrid{
            height:340px;
        }*/
    .LabOrdersSelectTestFromAllOrdersInDetailView .k-grid-content {
        height: 562px !important;
    }

    .divorderSelectLabsListGridFromTabsView .k-grid-content {
        height: 577px !important;
    }

    .labOrderTestIndicationGridWithOutMCCOrICD9DataFromTabsView .k-grid-content {
        width: 100%;
        height: 175px;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLabFromStaffLogin1FromTabsView .k-grid-content {
        width: 100%;
        height: 161px;
    }

    .labOrdersSelectOrderSetGridHeighMainClassFromTabsNurseLogin .k-grid-content {
        height: 254px;
        width: 100%
    }

    .labOrdersSelectOrderSetGridHeighMainClassFromTabsView .k-grid-content {
        height: 255px;
        width: 100%;
    }

    .divorderSelectLabsListGridMainHeightClassFromTabsView .k-grid-content {
        height: 245px;
        width: 100%;
    }

    .divorderSelectLabsListGridFromTabsViewNurseLogin .k-grid-content {
        height: 578px;
    }

    .divorderSelectLabsListSearchByOrderCodeGridFromTabsView .k-grid-content {
        height: 535px;
    }

    .labOrdersSelectOrderSetGridHeighMainClass .k-grid-content {
        height: 330px;
        width: 100%;
    }

    .labOrdersSelectOrderSetGridHeightClass1FromAllOrders .k-grid-content {
        height: 346px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass4 .k-grid-content {
        height: 382px !important;
    }

    .labOrderTestIndicationGridHeightClassInLabs .k-grid-content {
        height: 287px !important;
        width: 100% !important;
    }

    .labOrdersFromAllOrdersInDetailView .k-grid-content {
        height: 247px !important;
    }

    .divorderSelectLabsListGridHeightClassInAllOrders .k-grid-content {
        height: 538px !important;
    }

    .divorderSelectLabsListSearchByOrderCodeGrid .k-grid-content {
        height: 282px;
    }

    .labOrderTestIndicationGridWithOutMCCOrICD9Data .k-grid-content {
        width: 100%;
        height: 247px;
    }

    .divorderSelectLabsListGrid .k-grid-content {
        height: 307px !important;
    }

    .divOrderSelectedLabsListViewFromTabsViewFromTabsHealthPlanViewFromAllOrderss {
        height: 302px !important;
    }

    /*.divOrderSelectedLabsListViewClassFromBriefViewLinkedLabFromTabsView {
        height: 59px !important;
    }*/

    .divOrderSelectedLabsListViewFromTabsViewFromTabsHealthPlanView {
        height: 450px !important;
    }

    .divOrderSelectedLabsListViewFromTabsDetailView {
        height: 436px !important;
    }

    .divOrderSelectedLabsListViewFromTabsView {
        height: 543px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLab5 {
        height: 145px !important;
    }

    .divorderSelectLabsListGridFromTabsViewNurseLoginOrderSet {
        height: 612px;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLab {
        height: 198px !important;
    }

    .divOrderSelectedLabsListViewClassFromProblemListLinkedLab {
        height: 130px !important;
    }

    .divOrderSelectedLabsListViewClassFromLinkedLabDetailView {
        height: 302px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInOrderSetsLabs {
        height: 533px !important;
    }

    .labOrdersSelectOrderSetGridHeightClass2 .k-grid-content {
        height: 367px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInPopup {
        height: 252px !important;
    }

    .divOrderSelectedLabsListViewFromAllOrders {
        height: 533px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInLabs2DetailView {
        height: 414px !important;
    }

    .divOrderSelectedLabsListViewInOrderSetsHeightClass {
        height: 144px !important;
    }

    .divOrderSelectedLabsListViewHeightClassInAll {
        height: 145px !important;
    }

    .divOrderSelectedLabsListViewClassInOrderSets {
        height: 220px !important;
    }

    .divOrderSelectedLabsListView {
        height: 220px !important;
    }

    .divOrderSelectedLabsListViewInDetailView {
        height: 311px !important;
    }

    .paddingLeftClassIn1030to1000 {
        padding-left: 0px;
    }
}
/* @@@@@@ These Classes are Only for the Resolution Above 1000px and below 1100px Block Start @@@@@@ t*/
@media (max-width: 1000px) and (min-width:800px) {
    .labOrderTestIndicationGridWithOutMCCOrICD9Data .k-grid-content {
        width: 100%;
        height: 265px;
    }

    .divorderSelectLabsListGrid .k-grid-content {
        height: 368px;
    }

    .divOrderSelectedLabsListView {
        height: 302px !important;
    }

    .divOrderSelectedLabsListViewInDetailView {
        height: 238px !important;
    }
}

@media(min-width:700px) and (max-width:1000px) {
    .gridHeight100pxClassIn700to1000 .k-grid-content {
        height: 100px;
    }

    .gridHeight150pxClassIn700to1000 .k-grid-content {
        height: 150px;
    }

    .gridHeight200pxClassIn700to1000 .k-grid-content {
        height: 200px;
    }

    .gridHeight215pxClassIn700to1000 .k-grid-content {
        height: 215px;
    }

    .gridHeight250pxClassIn700to1000 .k-grid-content {
        height: 250px;
    }

    .gridHeight300pxClassIn700to1000 .k-grid-content {
        height: 300px;
    }

    .gridHeight350pxClassIn700to1000 .k-grid-content {
        height: 350px;
    }

    .gridHeight400pxClassIn700to1000 .k-grid-content {
        height: 400px;
    }

    .gridHeight450pxClassIn700to1000 .k-grid-content {
        height: 450px;
    }

    .gridHeight500pxClassIn700to1000 .k-grid-content {
        height: 500px;
    }

    .gridHeight550pxClassIn700to1000 .k-grid-content {
        height: 550px;
    }

    .gridHeight600pxClassIn700to1000 .k-grid-content {
        height: 600px;
    }

    .gridHeight650pxClassIn700to1000 .k-grid-content {
        height: 650px;
    }

    .gridHeight700pxClassIn700to1000 .k-grid-content {
        height: 700px;
    }

    .gridHeight750pxClassIn700to1000 .k-grid-content {
        height: 750px;
    }

    .HtmlTemplatesSurveyFormsViewInSeparateTabCustomizationStyleClass {
        height: 800px;
    }
}

.orderlabsMoveTeststoOrderDivBorderStyleClass {
    border: 1px solid #ccc;
    overflow: auto;
}
/* @@@@@@ These Classes are Only for the Resolution Above 1000px and below 1100px Block End @@@@@@ t*/
@media (max-width: 770px) and (min-width:550px) {
    .labOrdersSelectOrderSetGridHeighMainClass .k-grid-content {
        height: 250px;
        width: 100%;
    }

    .labOrderTestIndicationGridWithOutMCCOrICD9Data .k-grid-content {
        height: 170px;
        width: 100%;
    }

    .divorderSelectLabsListGrid .k-grid-content {
        height: 210px;
        width: 100%;
    }

    .divorderSelectLabsListGridFromTabsView .k-grid-content {
        height: 153px;
        width: 100%;
    }

    .labOrderTestIndicationGridWithOutMCCOrICD9DataFromTabsView .k-grid-content {
        width: 100%;
        height: 200px;
    }

    .divOrderSelectedLabsListView {
        height: 320px !important;
    }

    .divOrderSelectedLabsListViewInDetailView {
        height: 400px !important;
    }

    .divOrderSelectedLabsListViewFromTabsViewFromTabsHealthPlanView {
        height: 58px !important;
    }

    .paddingLeftClassIn770to550 {
        padding-left: 0px;
    }
}

@media(min-width:770px) and (max-width:2000px) {
    .labOrderTestIndicationGridWithOutMCCOrICD9DataFromTabsView .k-grid-content {
        width: 100%;
        height: 498px;
    }

    .divorderSelectLabsListGridFromTabsView .k-grid-content {
        height: 554px;
        width: 100%;
    }
    /*  .divOrderSelectedLabsListViewFromTabsViewFromTabsHealthPlanView {
        height: 510px !important;
    }*/
}

@media (max-width: 550px) and (min-width:300px) {
    .labOrderTestIndicationGridWithOutMCCOrICD9Data .k-grid-content {
        height: 170px;
        width: 100%;
    }

    .divorderSelectLabsListGrid .k-grid-content {
        height: 210px;
        width: 100%;
    }

    .HtmlTemplatesSurveyFormsViewInSeparateTabCustomizationStyleClass {
        height: 700px;
    }
}

@media (min-width: 1690px) {
    .labOrderTestIndicationGridWithOutMCCOrICD9DataInPopup .k-grid-content {
        width: 100%;
        height: 496px;
    }

    .labOrdersFromAllOrders .k-grid-content {
        height: 505px;
    }

    .paddingRightClassInAbove1690 {
        padding-right: 0px;
    }

    .divorderSelectLabsListGridFromAllOrders .k-grid-content {
        height: 577px !important;
    }

    .divOrderSelectedLabsListViewFromLabOrders {
        height: 537px !important;
    }

    .divOrderSelectedLabsListViewFromAllOrders {
        height: 534px !important;
    }

    .divOrderSelectedLabsListViewFromLabOrdersBreifView {
        height: 604px !important;
    }

    .divOrderSelectedLabsListViewInDetailView {
        height: 537px !important;
    }

    .divOrderSelectedLabsListView {
        height: 524px !important;
    }
}

@media (max-width: 1000px) {
    .labOrderTestIndicationGridWithOutMCCOrICD9DataInPopup .k-grid-content {
        width: 100%;
        height: 263px;
    }

    .labelWidthStylesBelow1000 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 1610px) and (min-width:450px) {



    .divorderSelectOrderSetGrid .k-grid-content {
        height: 204px;
        width: 100%;
    }

    .orderSelectOrderSetsGrid .k-grid-content {
        height: 207px;
        width: 100%;
    }

    .divlabOrdersTeststoOrderGrid .k-grid-content {
        height: 455px;
    }

    .labOrderTestIndicationGrid .k-grid-content {
        width: 100%;
        height: 154px;
    }

    .orderSelectLabsListGrid .k-grid-content {
        width: 100%;
        height: 147px;
    }
}

@media (max-width:1160px) and (min-width:770px) {
    .divorderSelectOrderSetGrid .k-grid-content {
        height: 170px;
        width: 100%;
    }

    .orderSelectOrderSetsGrid .k-grid-content {
        height: 174px;
        width: 100%;
    }
}

@media (max-width: 1160px) and (min-width: 1000px) {
    .HtmlTemplatesSurveyFormsViewInSeparateTabCustomizationStyleClass {
        height: 670px;
    }
}


.divorderSelectOrderSetGrid .k-grid-content {
    height: 170px;
    width: 100%;
}

.divlabOrdersTeststoOrderGrid .k-grid-content {
    height: 210px;
    width: 100%;
}

@media (max-width:992px) and (min-width:450px) {
    .divorderSelectLabsListGridHeightClassInPopup .k-grid-content {
        height: 300px !important;
    }

    .divorderSelectLabsListGridMainHeightClass .k-grid-content {
        height: 296px;
        width: 100%;
    }

    .labOrdersFromAllOrders .k-grid-content {
        height: 296px !important;
    }

    .labOrderTestIndicationGridHeightClassInLabs .k-grid-content {
        height: 296px !important;
        width: 100% !important;
    }

    .divorderSelectLabsListGridFromAllOrders .k-grid-content {
        height: 296px !important;
    }

    .LabOrdersSelectTestFromAllOrders .k-grid-content {
        height: 296px !important;
    }
}

@media(min-width:300px) and (max-width:800px) {
    .divorderSelectLabsListSearchByOrderCodeGrid .k-grid-content {
        height: 300px;
    }
}

.divorderSelectLabsListGridMainHeightClassFromTabsView .k-grid-content {
    height: 573px;
    width: 100%;
}

.divorderSelectLabsListGridFromTabsViewNurseLoginWhenDetailView .k-grid-content {
    height: 539px;
}
/*.divorderSelectLabsListSearchByOrderCodeGridFromTabsView .k-grid-content {
    height: 530px;
    width: 100%;
}*/
.labOrdersSelectOrderSetGridHeighMainClassFromTabsView .k-grid-content {
    height: 580px;
    width: 100%;
}

.labOrdersSelectOrderSetGridHeighMainClassFromTabsNurseLogin .k-grid-content {
    height: 580px;
    width: 100%;
}
/*.divorderSelectLabsListGridFromTabsViewNurseLogin .k-grid-content {
    height: 574px;
    width: 100%;
}*/

.divOrderSelectedLabsListViewClassFromLinkedLabFromStaffLogin1FromTabsView .k-grid-content {
    width: 100%;
    height: 503px;
}

.labOrdersSelectOrderSetGridHeightClass4 .k-grid-content {
    height: 586px !important;
}

.labOrdersSelectOrderSetInAllOrdersGridHeightClass .k-grid-content {
    height: 584px !important;
}

.labOrdersSelectOrderSetGridHeightClassFromAllOrders1 .k-grid-content {
    height: 545px !important;
}

.labOrdersSelectOrderSetGridHeightClass1FromAllOrders .k-grid-content {
    height: 359px;
}

.labOrdersSelectOrderSetGridHeightClass1 .k-grid-content {
    height: 600px;
}

/*.labOrdersSelectOrderSetGridHeighMainClass .k-grid-content {
        height: 639px;
        width: 100%;
    }*/

.labOrdersSelectOrderSetGridHeighAllOrdersMainClass .k-grid-content {
    width: 100%;
    height: 512px;
}

.labOrdersSelectOrderSetGridHeightClassInPopup .k-grid-content {
    width: 100%;
    height: 565px;
}

.labOrdersSelectOrderSetGridHeightClassFromLabs .k-grid-content {
    width: 100%;
    height: 542px !important;
}
/*.divorderSelectLabsListGridMainHeightClass .k-grid-content {
    height: 629px;
    width: 100%;
}*/
.labOrderTestIndicationGridHeightClassInLabs .k-grid-content {
    height: 504px !important;
    width: 100% !important;
}

.divorderSelectLabsListGridHeightClassInLabs .k-grid-content {
    height: 513px;
}

/*.divorderSelectLabsListGridHeightClassInAllOrders .k-grid-content {
    height: 575px !important;
}*/

.labOrderTestIndicationGridHeightClassInAllOrders .k-grid-content {
    height: 528px !important;
    width: 100% !important;
}

/*.divorderSelectLabsListGridHeightClassInPopup .k-grid-content {
    height: 578px !important;
}*/

.labOrderTestIndicationGridHeightClassInPopup .k-grid-content {
    height: 545px !important;
}

.divOrderSelectedLabsListViewHeightClassInOrderSetsLabs {
    height: 535px;
}

/*.divOrderSelectedLabsListViewClassInOrderSets {
    height: 586px !important;
}*/

.divorderSelectLabsListLabsGridHeightClassInPopup {
    height: 542px !important;
}
/*
.divOrderSelectedLabsListViewHeightClassInAll {
    height: 466px !important;
}*/

.divOrderSelectedLabsListViewHeightClassInLabs {
    height: 475px !important;
}

.divOrderSelectedLabsListViewHeightClassInPopup {
    height: 542px !important;
}
/*.divOrderSelectedLabsListViewClassFromBriefViewLinkedLabFromTabsView {
    height: 357px !important;
}*/

/*.divOrderSelectedLabsListViewFromTabsViewFromTabsHealthPlanView {
    height: 478px !important;
}*/

/*.divOrderSelectedLabsListViewFromTabsDetailView {
    height: 378px !important;
}*/

/*.divOrderSelectedLabsListViewFromTabsView {
    height: 500px !important;
}*/

/*.divOrderSelectedLabsListViewClassFromProblemListLinkedLab {
    height: 391px !important;
}*/

/*.divOrderSelectedLabsListViewClassFromBriefViewLinkedLab {
    height: 394px !important;
}*/

.divOrderSelectedLabsListViewClassFromLinkedLab5 {
    height: 413px;
}

/*.divOrderSelectedLabsListViewClassFromLinkedLab {
    height: 513px !important;
}*/
/*.divOrderSelectedLabsListViewClassInOrderSets {
    height: 534px !important;
}*/

/*.divOrderSelectedLabsListViewInOrderSetsHeightClass {
    height: 413px !important;
}*/

.divOrderSelectedLabsListViewHeightClassInPopup {
    height: 473px !important;
}

/*.divOrderSelectedLabsListViewHeightClassInAll {
    height: 415px !important;
}
*/
/*.divOrderSelectedLabsListView {
    height: 535px !important;
}*/

.divOrderSelectedLabsListViewInDetailView {
    height: 535px !important;
}

.divOrderSelectedLabsListViewFromTabsViewFromNurseLogin {
    height: 526px !important;
}

.divOrderSelectedLabsListViewFromTabsViewFromTabsLsupportHealthPlanTabsView {
    height: 454px !important;
}
/*
.divOrderSelectedLabsListViewClassFromBriefViewLinkedLabFromTabsView {
    height: 390px !important;
}*/

.divOrderSelectedLabsListViewFromTabsViewFromTabsJamesHealthPlanView {
    height: 450px !important;
}

/*.divOrderSelectedLabsListViewFromTabsViewFromTabsHealthPlanViewFromAllOrderss {
    height: 515px !important;
}*/

/*.divOrderSelectedLabsListViewFromTabsDetailView {
    height: 410px !important;
}*/

.divOrderSelectedLabsListViewFromTabsViewNurseLogin {
    height: 471px !important;
}

/*.divOrderSelectedLabsListViewFromTabsView {
    height: 531px !important;
}*/

.divOrderSelectedLabsListViewClassFromLinkedLabFromStaffLogin2 {
    height: 451px !important;
}

.divOrderSelectedLabsListViewClassFromLinkedLabFromStaffLogin1 {
    height: 506px !important;
}

.divOrderSelectedLabsListViewClassFromLinkedLabFromStaffLogin {
    height: 520px !important;
}

.divOrderSelectedLabsListViewClassFromLinkedLabFromOrderLabsStaffLogin {
    height: 474px !important;
}

/*.divOrderSelectedLabsListViewInOrderSetsHeightClass {
    height: 465px !important;
}*/

/*.divOrderSelectedLabsListViewHeightClassInLabs2 {
    height: 411px !important;
}*/

.orderSelectedLabsListViewClassFromAllOredersInLinkedLab {
    height: 392px !important;
}
/*
.divOrderSelectedLabsListViewClassFromLinkedLab {
    height: 565px !important;
}*/

/*.labOrdersSelectOrderSetGridHeightClass2 .k-grid-content {
    height: 617px !important;
}*/

/*.divOrderSelectedLabsListViewClassFromBriefViewLinkedLab {
    height: 444px !important;
}*/

.divOrderSelectedLabsListViewClassFromLinkedLabDetailView {
    height: 511px !important;
}

.divOrderSelectedLabsListViewClassFromLinkedLab5FromAllOrders {
    height: 500px !important;
}

.divOrderSelectedLabsListViewClassFromLinkedLabFromOrderSets5 {
    height: 520px !important;
}

.divOrderSelectedLabsListViewClassFromLinkedLabFromOrderSets {
    height: 520px !important;
}

/*.divOrderSelectedLabsListViewClassFromProblemListLinkedLab {
    height: 444px !important;
}*/

.labsOrderLabsSearchByOrderCodeExpandWidthStyle {
    width: 55.5%;
}

.labsOrderLabsSearchByOrderCodeExpandWidthStyleFromPopup {
    width: 58%;
}
/* 
    .divOrderSelectedLabsListViewClassFromLinkedLab5 {
        height: 476px !important;
    } */
/* tabs view detail click should not apply */

.divOrderSelectedLabsListViewClassFromLinkedLabAllOrders1 {
    height: 540px !important;
}

/*.divOrderSelectedLabsListViewFromAllOrders {
    height: 529px !important;
}*/
@media (min-width: 550px) {
    .paddingRightClassabove550 {
        padding-right: 0px;
    }
}

@media (min-width:600px) and (max-width:650px) {
    /*400px grid height Class*/
    .gridHeight400pxClassIn600to650 .k-grid-content {
        height: 400px !important;
    }
}

/*@@@@@@@@@@@ Ag Grid Styles Added by Sandhya G on 05/22/2020 Block Start /*@@@@@@@@@@@*/
.ag-header-cell {
    
    border-style: solid !important;
    border-width: 0px 0px 1px 1px !important;
    background-color: #0072c5;
    color: white !important;
    font-weight: 400;
    text-align: center !important;
}

.ag-cell {
    align-items: center;
    display: flex;
}

.ag-row-focus {
    background-color: #76b852 !important;
}

.ag-row-group {
    background: lightgray !important;
}

.ag-header-viewport {
    flex: 0 0 auto !important;
    border-right: 1px solid #ffff;
}

.ag-theme-alpine .ag-header {
    background-color: #0072c5 !important;
}
.ag-header { 
    height: 32px !important; 
    min-height: 32px !important;
}
.ag-header-row, .ag-header-row-column {
    height: 32px !important;
}
.ag-theme-alpine,.ag-theme-balham {
    font-family: 'Inter', sans-serif !important;
}
/*@@@@@@@@@@@ Ag Grid Styles Added by Sandhya G on 05/22/2020 Block End /*@@@@@@@@@@@*/
/*Portal KIOSK View Style Changes as per the Requirement of Adjusting Menus to Left Side Folders by Sandhya G on 06/01/2020 */
.kioskViewLeftSideMenusClass {
    left: 0;
    top: 64px;
    position: fixed;
    width: 300px;
    /*z-index: 999;*/
}

.kioskViewContentAdjustmentClass {
    margin-left: 270px;
}
/*Portal KIOSK View Style Changes as per the Requirement of Adjusting Menus to Left Side Folders by Sandhya G on 06/01/2020 */


/* @@@@@@@@@@@ Fields  & Buttons Height Reduced by Sandhya G on 06/15/2020 Block Start @@@@@@@@@@@*/
.form-control:not(textarea):not(pre):not(iframe) {
    height: auto !important;
}

.k-widget.k-dropdown.k-header {
    height: 27px !important;
}

.k-autocomplete .k-input, .k-dropdown-wrap .k-input, .k-multiselect-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input, .k-selectbox .k-input, .k-textbox > input {
    line-height: 1.65em !important;
}

/* .k-dropdown-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input {
    height: 24px !important
} */

/* .k-dropdown .k-input, .k-dropdown .k-state-focused .k-input, .k-menu .k-popup, .k-multiselect .k-button, .k-multiselect .k-button:hover {
    line-height: 1.25em !important;
} */

.k-icon:before {
    height: 1.2em !important;
}

.k-multiselect-wrap {
    max-height: 25px !important;
    overflow-x: hidden;
}

.k-autocomplete .k-input {
    height: 1.15em !important;
}

.bootstrap-switch.bootstrap-switch-medium .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-medium .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-medium .bootstrap-switch-label {
    line-height: 14px !important;
}

.input-group-addon {
    padding: 3px 12px !important;
}

.btn.btn-primary {
    height: 26px !important;
    padding-top: 1px !important;
}

.btn.btn-default {
    height: 26px;
    padding-top: 1px !important;
}

.btn.btn-success {
    height: 26px;
    padding-top: 1px !important;
}

.btn.btn-danger {
    height: 26px !important;
    padding-top: 1px !important;
}

.k-dropdown-wrap .k-input {
    padding-top: 2px !important;
}

.btn.btn-warning {
    height: 26px;
    padding-top: 1px !important;
}
/* @@@@@@@@@@@ Fields & Buttons Height Reduced by Sandhya G on 06/15/2020 Block End @@@@@@@@@@@*/
/*ADDED STYLE TO VERTICALLY ALIGN THE PATIENT CHART CONTENT, EASYFORMSS REMINDER AND DUES DIV EQUALY WITH THE PATIENT CHART RIBBON*/
@media(min-width:1200px){
    #divPatientChart1Content, #divPatientChart2Content, #divPatientChart3Content, #homepateintChartEasyFormReminderInfo1DivShow, #divDashBoardContent, #divInboxContent,
    #homepateintChartEasyFormReminderInfo2DivShow, #homepateintChartEasyFormReminderInfo3DivShow, #ehrHomepateintChartShowCQMDuesInfo1, #ehrHomepateintChartShowCQMDuesInfo2, #ehrHomepateintChartShowCQMDuesInfo3 {
        margin-left: -25px;
        margin-right: -25px;
    }
}
/*ADDED STYLE TO VERTICALLY ALIGN THE PATIENT CHART CONTENT, EASYFORMSS REMINDER AND DUES DIV EQUALY WITH THE PATIENT CHART RIBBON*/

/*Added Styles for Validation Message by Sandhya G*/
ul.messenger-theme-flat .messenger-message {
    padding: 2px 30px 2px 35px !important;
}

    ul.messenger-theme-flat .messenger-message .messenger-message-inner:before {
        left: 12px !important;
    }

ul.messenger.messenger-fixed.messenger-on-right, ul.messenger.messenger-fixed.messenger-on-left, ul.messenger.messenger-fixed.messenger-on-center {
    width: auto !important;
}

ul.messenger.messenger-fixed.messenger-on-top.messenger-on-center, ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-center {
    width: auto !important;
}
/*Added Styles for Validation Message by Sandhya G*/
/*Added Duo Authentication Help File Images by Amarthya Rishmitha.K*/
.DuoAuthenticationImage1 {
    background-image: url('../../../UITheme/images/DuoAuthenticationImage1.png');
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 100%;
    width: auto !important;
    height: 360px;
}

.DuoAuthenticationImage2 {
    background-image: url('../../../UITheme/images/DuoAuthenticationImage2.png');
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 100%;
    width: auto !important;
    height: 205px;
}

.SignatureTimeBlueIcon {
    border-color: #a6d3e8;
    background-image: url('../../../UITheme/images/SignatureTime1.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
}

.SignatureBlueIcon {
    border-color: #a6d3e8;
    background-image: url('../../../UITheme/images/Signatureicon1.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
}

/*Added Styles for Common Star Rating in Customer FeedBack Popup by Bhanudhar D. on 03/09/2021*/
/*Added MAR CUP Image by Venkatesh T*/
.CupIcon {
    background-image: url('../../../UITheme/images/cupImage.png');
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
}

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}

    .rate:not(:checked) > input {
        position: absolute;
        top: -9999px;
    }

    .rate:not(:checked) > label {
        float: right;
        width: 1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 30px;
        color: #ccc;
    }

        .rate:not(:checked) > label:before {
            content: '★ ';
        }

    .rate > input:checked ~ label {
        color: #ffc700;
    }

/*  .rate:not(:checked) > label:hover,
    .rate:not(:checked) > label:hover ~ label {
        color: #deb217;
    }
*/
/*.rate > input:checked + label:hover,
    .rate > input:checked + label:hover ~ label,
    .rate > input:checked ~ label:hover,
    .rate > input:checked ~ label:hover ~ label,
    .rate > label:hover ~ input:checked ~ label {
        color: #c59b08;
    }*/
/*Added Styles for Common Star Rating in Customer FeedBack Popup by Bhanudhar D. on 03/09/2021*/
/*multi select close all icon styles added by sandhya g*/
.k-clear-value {
right:30px !important;
top:8px;
position:absolute;
}
.k-autocomplete > .k-i-close, .k-multiselect-wrap > .k-i-close {
    right: 6px !important;
}
/*Kendo Latest Version Upgraded Styles Added by Sandhya G on 28052021*/
.k-calendar td.k-state-selected .k-link {
    background-color: transparent !important;
}

.k-calendar td.k-state-hover .k-link {
    background-color: transparent !important;
}

.k-button-group .k-button.k-state-disabled, .k-button-group.k-state-disabled .k-button {
    display: none !important;
}
/*Kendo Latest Version Upgraded Styles Added by Sandhya G on 28052021*/
/*Added Styles for Hiding Dropdown in Kendo Dynamic Pagination  by Bhanudhar D. on 06/01/2021*/
.k-pager-sm .k-pager-numbers-wrap select.k-dropdown {
    display: none !important;
}

.k-pager-sm .k-pager-numbers {
    display: flex !important;
}

.k-pager-sm .k-pager-numbers-wrap {
    width: auto !important;
}

.k-pager-info {
    display: block !important;
}
/*Added Styles for Hiding Dropdown in Kendo Dynamic Pagination  by Bhanudhar D. on 06/01/2021*/
.k-listview-content {
    position: initial !important;
    overflow: visible !important;
}
/*Added Styles for Kendo List View Content by Amarthya Rishmitha. k. on 25/06/2021*/

/*Added Style to open Popup from the top of the Window by BHANUHDAR D. on 02/11/2021*/
.modal .modal-dialog {
    margin-top: 0px !important; 
}
/*Added Style to open Popup from the top of the Window by BHANUHDAR D. on 02/11/2021*/

/*Added Style to show bottom tooltip in Popups  by BHANUHDAR D. on 02/11/2021*/
.modal-dialog .popup-header .tooltip {
    top: 33px !important;
}
.modal-dialog .popup-header .tooltip.top .tooltip-arrow {
    top: 0 !important;
}
/*Added Style to show bottom tooltip in Popups  by BHANUHDAR D. on 02/11/2021*/
.CsvIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/csvIcon.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 30px;
    font-size: 20px;
}
.PentagonImageClass {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/PentagonIMG.jpg);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 5px;
}
.ArchiveImageClass {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/archive.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 10px;
}
.moreIconClass {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/moreIcon.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 10px;
}
.draftIconClass {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/draftsIcon.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 10px;
}
.moveToIconClass {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/moveto.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 10px;
}
.labelsIconClass {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/labelsIcon.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 10px;
}
.SavedLabelsIconClass {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/labelsIcon.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 10px;
}
.movetoLeftIconClass {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/movetoleft.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 10px;
}
.mailsReplyIconClass {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/MailsReply.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 10px;
}
.mailsForwardIconClass {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/MailsForward.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 10px;
}
.mailsMarkUnreadClass {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/markunread.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 10px;
}
.mailsAttachments {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/attachment.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 10px;
}

.SavedMailIconClass {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../../UITheme/images/savedMailIcon.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
}


/* 
********************************************************************************
    Dont make any changes in below syles. write new styles above this section    
******************************************************************************** 
*/


/* Normal input text box */

input[type="text"], 
input[type="text"].form-control, 
input[kendo-auto-complete] {
    height: auto !important;
    padding: 4px 8px !important;
    box-sizing: border-box;
    border-color:#dedede;
}

/* Kendo auto complete */

.k-autocomplete.k-widget{
    background-image: none;
    border-radius: 4px !important;
    padding: 0px !important;
}
.k-autocomplete>.k-clear-value{    
    width: 16px;
    right:10px !important
} 

.k-autocomplete.k-state-hover{
    background: none !important;
}

.k-autocomplete.k-state-focused{
    box-shadow: none !important;
    border-width: 1px !important;
    border-color: #428dd3 !important;
}



.k-autocomplete .k-input{
    text-indent: 0 !important;
    border-radius: 4px !important;
}

input[type="text"]:not([kendo-date-picker]):hover{
    border-color: #bbbbbb;
}
input[type="text"]:not([kendo-date-picker]):focus{
    border-color: #428dd3 !important;
}

/* Kendo Datepicker */

.k-picker-wrap {
    border-radius: 4px !important;
}

.k-picker-wrap .k-input{
    padding: 3px 8px !important;
    box-sizing: border-box !important;
    height: auto !important;
    border-radius: 4px 0 0 4px;
    text-indent: 0 !important;
    background-color: transparent !important;
}

.k-picker-wrap.k-state-focused, 
.k-picker-wrap.k-state-hover, 
.k-picker-wrap.k-state-default{
    box-shadow: none !important;
    background-color: transparent !important;
}

.k-picker-wrap.k-state-default{
    border-color:#dedede;
}

.k-picker-wrap.k-state-hover{
    border-color:#bbbbbb;
}

.k-picker-wrap.k-state-focused{
    border-color: #428dd3 !important;    
}
.k-picker-wrap.k-state-border-down{
    border-bottom-width: 1px !important;
}


/* Kendo Dropdown */

.k-dropdown{
    width:100%
}

.k-dropdown-wrap .k-input{
    background-color: white;
    border-radius: 4px 0 0 4px;
}

.k-dropdown>.k-dropdown-wrap.k-state-hover{
    border-color:#bbbbbb;
    background: none !important;
}

.k-dropdown>.k-dropdown-wrap.k-state-focused{
    border-color: #428dd3;
    box-shadow: none;
     border-width: 1px !important;     
}


.k-popup.k-list-container .k-list .k-item{
    border:none !important;
} 

.k-popup.k-list-container .k-list .k-item.k-state-selected{
    background: none !important;
    background-color: #0072C5 !important;
}

.k-popup.k-list-container{
    max-height: unset;
}

/* Kendo multiselect */

.k-multiselect-wrap{
    padding:1px;
}
.k-multiselect.k-state-focused,
.k-state-focused>.k-multiselect-wrap{
    box-shadow: none !important;
}

.k-multiselect.k-state-hover{
    background: transparent !important;
}

.k-multiselect-wrap li{
    padding: 0;
    line-height: 1.5em !important;
}
.k-multiselect-wrap .k-select {
    position: static !important;    
    background-color: #d7d7d7 !important;
    border-radius: 100% !important;
    margin-left: 5px ;
    margin-right: 0px !important;
}
.k-multiselect li.k-button{
    border-radius: 50px !important;
    background-color: #ebebeb !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 8px !important;
    padding-right: 3px !important;
    /* margin: 2px; */
    padding: 0px;
    margin-right: 0px !important;
}
.k-multiselect-wrap{
    min-height: 27px !important;
}

.k-multiselect li.k-button:hover{
    background-color: #0072C5 !important;
    color:white !important;
    /* border: 1px solid transparent !important; */
    line-height: 1.5em !important;
    padding-left: 8px !important;
    /* margin: 2px; */
    padding: 0px;
    margin-right: 0px !important;
}

.k-multiselect li.k-button:active{    
    border: 1px solid white
}

.k-multiselect .k-i-close{
    margin: unset !important;
} 

.k-multiselect-wrap>.k-clear-value{
    opacity: 1;
    visibility: visible;
}

/* ng-multiselect */
 .dropDownBtnClass {
    padding: 5px 10px;
    box-shadow: none !important;
    border: 1px solid #dedede;
    border-radius: 4px;
    background-color: white;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
 .dropDownBtnClass .caret {
    position: absolute;
    right: 10px;
    margin-top: 8px;
}
 .dropDownBtnClass + ul {
    border-radius: 4px !important;
    border: 1px solid #dedede;
}
 .dropDownBtnClass:hover {
    border: 1px solid #BBBBBB;
    box-shadow: none !important;
}
 .dropDownBtnClass:focus {
    border: 1px solid #428dd3;
    box-shadow: none !important;
}
.dropDownBtnClass > .dropdown-menu li > a:hover{
    background: none;
}
.dropDownBtnClass > .dropdown-menu .active > a{
    border-radius: 0 !important;
    display: flex;
    justify-content: space-between;
    color: black;
    background: none;
    background-color: white;
}
.dropDownBtnClass > .dropdown-menu .active > a:hover, 
.dropDownBtnClass > .dropdown-menu .active > a:active{
    background-color: white;
    color: black;
    background: none;
}
.dropDownBtnClass > .dropdown-menu .active > a > span.glyphicon{
    display: none;
}
.dropDownBtnClass > .dropdown-menu .active > a::after{
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"><path fill="none" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m5 14l4 4L19 8"/></svg>');
    display: inline-block;
    vertical-align: text-bottom;
    height: 20px;
}
 .multiselect-parent {
    width:100%;
}
.dropDownBtnClass .dropdown-header > .form-control{
    border-radius: 4px !important;
    padding: 5px 10px;
    border: 1px solid #dedede;
}
.dropDownBtnClass .dropdown-header > .form-control:hover{
    border: 1px solid #BBBBBB;
    }
    .dropDownBtnClass .dropdown-header > .form-control:focus{
    border: 1px solid #428dd3;
}
input.k-textbox{
    line-height: normal !important;
    text-indent: 0 !important;
}
body,.dropdown-menu{
    font-family: 'Inter', sans-serif !important;
}

/* .ag-cell > div{
    width: 100%;
}
.ag-cell > div > div{
    width: 100%;
} */
.ag-cell input{
    border-radius: 4px !important;
    line-height: normal !important;
    /* width: 100% !important; */
    border: 1px solid #dedede !important;
}
.ag-cell input:focus{
    box-shadow: none !important;
}

/* k-list filter */
.k-list-filter>.k-icon{
    top: 51% !important;
    right: 9px !important;
}
.k-list-filter>.k-textbox{
    padding-left:10px !important;
}
/* ng-multiselect */
.dropDownBtnClass {
    padding: 5px 10px;
    box-shadow: none !important;
    border: 1px solid #dedede;
    border-radius: 4px;
    background-color: white;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
 .dropDownBtnClass .caret {
    position: absolute;
    right: 10px;
    margin-top: 8px;
}
 .dropDownBtnClass + ul {
    border-radius: 4px !important;
    border: 1px solid #dedede;
}
 .dropDownBtnClass:hover {
    border: 1px solid #BBBBBB;
    box-shadow: none !important;
}
 .dropDownBtnClass:focus {
    border: 1px solid #428dd3;
    box-shadow: none !important;
}
.dropDownBtnClass + .dropdown-menu li > a:hover{
    background: none;
}
.dropDownBtnClass + .dropdown-menu .active > a{
    border-radius: 0 !important;
    display: flex;
    justify-content: space-between;
    color: black;
    background: none;
    background-color: white;
}
.dropDownBtnClass + .dropdown-menu .active > a:hover, 
.dropDownBtnClass + .dropdown-menu .active > a:active{
    background-color: white;
    color: black;
    background: none;
}
.dropDownBtnClass + .dropdown-menu .active > a > span.glyphicon{
    display: none;
}
.dropDownBtnClass + .dropdown-menu .active > a::after{
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"><path fill="none" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m5 14l4 4L19 8"/></svg>');
    display: inline-block;
    vertical-align: text-bottom;
    height: 20px;
}
 .multiselect-parent {
    width:100%;
}
.dropDownBtnClass + ul li .dropdown-header > .form-control{
    border-radius: 4px !important;
    padding: 5px 10px;
    border: 1px solid #dedede;
}
.dropDownBtnClass  + ul li .dropdown-header > .form-control:hover{
   border: 1px solid #BBBBBB;
}
.dropDownBtnClass  + ul li .dropdown-header > .form-control:focus{
   border: 1px solid #428dd3;
}

/* Emr Web New Css Classes for Ui */
.emrWebInputGroupIcons{
    display: flex;
    border-radius: 6px;
    border: 1px solid #ccc;
    overflow: hidden;
}
@media print {
    emrWebInputGroupIcons .emrWebInputGroupIconsAddon{
        display: none;
    }
}
.emrWebInputGroupIconsAddon{
    padding: 6px 10px;
    border-right: 1px solid #ccc !important;
    display: flex;
    align-items: center;
    column-gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    /* transition: all 0.4s ease-out; */
    cursor: pointer;
}
button.emrWebInputGroupIconsAddon{
    border:none ;
    background: none;
}
.emrWebInputGroupIconsAddon > label{
    margin: 0px;
    cursor: pointer;
}
.emrWebInputGroupIconsAddon:hover{
    background-color: #F2F7FA;
    /* transition: all 0.4s ease-in; */
}
.emrWebInputGroupIconsAddon:nth-child(1){
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-left: none;
}
.emrWebInputGroupIconsAddon:last-child{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-right: none !important;
}
/* .emrWebInputGroupIcons:hover .emrWebInputGroupIconsAddon:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-right: none !important;
} */
.emrWebTrashIconClass label{
    color: #EF4444;
}
.emrWebCopyRightCommonClass{
    height: 25px;
    width: 25px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.emrWebAddIconClass{
    height: 15px;
    width: 15px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cg clip-path='url(%23clip0_12_778)'%3E%3Cpath d='M12.25 0.875C12.4821 0.875 12.7046 0.967187 12.8687 1.13128C13.0328 1.29538 13.125 1.51794 13.125 1.75V12.25C13.125 12.4821 13.0328 12.7046 12.8687 12.8687C12.7046 13.0328 12.4821 13.125 12.25 13.125H1.75C1.51794 13.125 1.29538 13.0328 1.13128 12.8687C0.967187 12.7046 0.875 12.4821 0.875 12.25V1.75C0.875 1.51794 0.967187 1.29538 1.13128 1.13128C1.29538 0.967187 1.51794 0.875 1.75 0.875H12.25ZM1.75 0C1.28587 0 0.840752 0.184375 0.512563 0.512563C0.184375 0.840752 0 1.28587 0 1.75L0 12.25C0 12.7141 0.184375 13.1592 0.512563 13.4874C0.840752 13.8156 1.28587 14 1.75 14H12.25C12.7141 14 13.1592 13.8156 13.4874 13.4874C13.8156 13.1592 14 12.7141 14 12.25V1.75C14 1.28587 13.8156 0.840752 13.4874 0.512563C13.1592 0.184375 12.7141 0 12.25 0L1.75 0Z' fill='%23767676'/%3E%3Cpath d='M7 3.5C7.11603 3.5 7.22731 3.54609 7.30936 3.62814C7.39141 3.71019 7.4375 3.82147 7.4375 3.9375V6.5625H10.0625C10.1785 6.5625 10.2898 6.60859 10.3719 6.69064C10.4539 6.77269 10.5 6.88397 10.5 7C10.5 7.11603 10.4539 7.22731 10.3719 7.30936C10.2898 7.39141 10.1785 7.4375 10.0625 7.4375H7.4375V10.0625C7.4375 10.1785 7.39141 10.2898 7.30936 10.3719C7.22731 10.4539 7.11603 10.5 7 10.5C6.88397 10.5 6.77269 10.4539 6.69064 10.3719C6.60859 10.2898 6.5625 10.1785 6.5625 10.0625V7.4375H3.9375C3.82147 7.4375 3.71019 7.39141 3.62814 7.30936C3.54609 7.22731 3.5 7.11603 3.5 7C3.5 6.88397 3.54609 6.77269 3.62814 6.69064C3.71019 6.60859 3.82147 6.5625 3.9375 6.5625H6.5625V3.9375C6.5625 3.82147 6.60859 3.71019 6.69064 3.62814C6.77269 3.54609 6.88397 3.5 7 3.5V3.5Z' fill='%23767676'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_12_778'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
}
.emrWebCirclePlusIconClass{
    height: 16px;
    width: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 16 16'%3E%3Cg fill='%23767676'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/g%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
}
.emrWebCircleMinusIconClass{
    height: 16px;
    width: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23767676' stroke-width='1.5'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath stroke-linecap='round' d='M15 12H9'/%3E%3C/g%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
}
.emrWebEditIconClass{
    height: 15px;
    width: 15px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cg clip-path='url(%23clip0_12_970)'%3E%3Cpath d='M13.5642 1.6975C13.646 1.77951 13.6919 1.89058 13.6919 2.00638C13.6919 2.12217 13.646 2.23324 13.5642 2.31525L12.6516 3.22875L10.9016 1.47875L11.8142 0.565251C11.8963 0.483232 12.0075 0.437157 12.1236 0.437157C12.2396 0.437157 12.3508 0.483232 12.4329 0.565251L13.5642 1.69663V1.6975ZM12.033 3.8465L10.283 2.0965L4.32162 8.05875C4.27346 8.1069 4.23721 8.16562 4.21575 8.23025L3.51137 10.3425C3.4986 10.381 3.49678 10.4223 3.50613 10.4618C3.51548 10.5013 3.53563 10.5374 3.56431 10.5661C3.593 10.5947 3.6291 10.6149 3.66858 10.6242C3.70806 10.6336 3.74936 10.6318 3.78787 10.619L5.90012 9.91463C5.96466 9.89342 6.02338 9.85747 6.07162 9.80963L12.033 3.84738V3.8465Z' fill='%23767676'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.875 11.8125C0.875 12.1606 1.01328 12.4944 1.25942 12.7406C1.50556 12.9867 1.8394 13.125 2.1875 13.125H11.8125C12.1606 13.125 12.4944 12.9867 12.7406 12.7406C12.9867 12.4944 13.125 12.1606 13.125 11.8125V6.5625C13.125 6.44647 13.0789 6.33519 12.9969 6.25314C12.9148 6.17109 12.8035 6.125 12.6875 6.125C12.5715 6.125 12.4602 6.17109 12.3781 6.25314C12.2961 6.33519 12.25 6.44647 12.25 6.5625V11.8125C12.25 11.9285 12.2039 12.0398 12.1219 12.1219C12.0398 12.2039 11.9285 12.25 11.8125 12.25H2.1875C2.07147 12.25 1.96019 12.2039 1.87814 12.1219C1.79609 12.0398 1.75 11.9285 1.75 11.8125V2.1875C1.75 2.07147 1.79609 1.96019 1.87814 1.87814C1.96019 1.79609 2.07147 1.75 2.1875 1.75H7.875C7.99103 1.75 8.10231 1.70391 8.18436 1.62186C8.26641 1.53981 8.3125 1.42853 8.3125 1.3125C8.3125 1.19647 8.26641 1.08519 8.18436 1.00314C8.10231 0.921094 7.99103 0.875 7.875 0.875H2.1875C1.8394 0.875 1.50556 1.01328 1.25942 1.25942C1.01328 1.50556 0.875 1.8394 0.875 2.1875V11.8125Z' fill='%23767676'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_12_970'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
}
.emrWebEditGreenIconClass{
    height: 15px;
    width: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cstyle%3Esvg%7Bfill:%2376b852%7D%3C/style%3E%3Cpath d='M471.6 21.7c-21.9-21.9-57.3-21.9-79.2 0L362.3 51.7l97.9 97.9 30.1-30.1c21.9-21.9 21.9-57.3 0-79.2L471.6 21.7zm-299.2 220c-6.1 6.1-10.8 13.6-13.5 21.9l-29.6 88.8c-2.9 8.6-.6 18.1 5.8 24.6s15.9 8.7 24.6 5.8l88.8-29.6c8.2-2.7 15.7-7.4 21.9-13.5L437.7 172.3 339.7 74.3 172.4 241.7zM96 64C43 64 0 107 0 160V416c0 53 43 96 96 96H352c53 0 96-43 96-96V320c0-17.7-14.3-32-32-32s-32 14.3-32 32v96c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H96z'/%3E%3C/svg%3E");
    cursor: pointer;
    display: block;
}
.emrWebExcelIconClass{
    height: 15px;
    width: 15px;
    background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.14851 5.84501C5.11225 5.79931 5.06721 5.76132 5.01606 5.73329C4.9649 5.70525 4.90865 5.68773 4.85062 5.68175C4.79259 5.67577 4.73395 5.68146 4.67815 5.69847C4.62235 5.71549 4.57052 5.7435 4.52571 5.78085C4.48089 5.81819 4.444 5.86413 4.41719 5.91594C4.39039 5.96776 4.37422 6.02441 4.36964 6.08257C4.36505 6.14072 4.37215 6.19921 4.3905 6.25458C4.40885 6.30996 4.4381 6.3611 4.47651 6.40501L6.43038 8.75001L4.47651 11.095C4.40552 11.1845 4.37233 11.2982 4.38403 11.4118C4.39574 11.5254 4.45141 11.6299 4.53915 11.703C4.62689 11.7762 4.73975 11.8121 4.85361 11.8031C4.96747 11.7941 5.07331 11.741 5.14851 11.655L7.00001 9.43338L8.85151 11.6559C8.92588 11.745 9.03262 11.8009 9.14822 11.8113C9.20546 11.8165 9.26316 11.8103 9.31802 11.7932C9.37288 11.7761 9.42382 11.7483 9.46795 11.7114C9.51207 11.6746 9.54851 11.6295 9.57518 11.5786C9.60185 11.5276 9.61824 11.472 9.6234 11.4147C9.62855 11.3575 9.62239 11.2998 9.60525 11.2449C9.58811 11.1901 9.56034 11.1391 9.52351 11.095L7.56963 8.75001L9.52351 6.40501C9.5945 6.31554 9.62769 6.20185 9.61598 6.08824C9.60428 5.97463 9.54861 5.8701 9.46087 5.79698C9.37313 5.72386 9.26027 5.68795 9.14641 5.69693C9.03255 5.7059 8.92671 5.75905 8.85151 5.84501L7.00001 8.06663L5.14851 5.84413V5.84501Z' fill='%23767676'/%3E%3Cpath d='M12.25 12.25V3.9375L8.3125 0H3.5C3.03587 0 2.59075 0.184375 2.26256 0.512563C1.93437 0.840752 1.75 1.28587 1.75 1.75V12.25C1.75 12.7141 1.93437 13.1592 2.26256 13.4874C2.59075 13.8156 3.03587 14 3.5 14H10.5C10.9641 14 11.4092 13.8156 11.7374 13.4874C12.0656 13.1592 12.25 12.7141 12.25 12.25ZM8.3125 2.625C8.3125 2.9731 8.45078 3.30694 8.69692 3.55308C8.94306 3.79922 9.2769 3.9375 9.625 3.9375H11.375V12.25C11.375 12.4821 11.2828 12.7046 11.1187 12.8687C10.9546 13.0328 10.7321 13.125 10.5 13.125H3.5C3.26794 13.125 3.04538 13.0328 2.88128 12.8687C2.71719 12.7046 2.625 12.4821 2.625 12.25V1.75C2.625 1.51794 2.71719 1.29538 2.88128 1.13128C3.04538 0.967187 3.26794 0.875 3.5 0.875H8.3125V2.625Z' fill='%23767676'/%3E%3C/svg%3E%0A") center / cover no-repeat;
    cursor: pointer;
    display: block;
}
.emrWebPdfIconClass{
    height: 15px;
    width: 15px;
    background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_12_723)'%3E%3Cpath d='M3.5 0C3.03587 0 2.59075 0.184375 2.26256 0.512563C1.93437 0.840752 1.75 1.28587 1.75 1.75V12.25C1.75 12.7141 1.93437 13.1592 2.26256 13.4874C2.59075 13.8156 3.03587 14 3.5 14H10.5C10.9641 14 11.4092 13.8156 11.7374 13.4874C12.0656 13.1592 12.25 12.7141 12.25 12.25V1.75C12.25 1.28587 12.0656 0.840752 11.7374 0.512563C11.4092 0.184375 10.9641 0 10.5 0L3.5 0ZM3.5 0.875H10.5C10.7321 0.875 10.9546 0.967187 11.1187 1.13128C11.2828 1.29538 11.375 1.51794 11.375 1.75V12.25C11.375 12.4821 11.2828 12.7046 11.1187 12.8687C10.9546 13.0328 10.7321 13.125 10.5 13.125H3.5C3.26794 13.125 3.04538 13.0328 2.88128 12.8687C2.71719 12.7046 2.625 12.4821 2.625 12.25V1.75C2.625 1.51794 2.71719 1.29538 2.88128 1.13128C3.04538 0.967187 3.26794 0.875 3.5 0.875V0.875Z' fill='%23767676'/%3E%3Cpath d='M4.02763 10.5761C3.85708 10.5079 3.71968 10.3761 3.64438 10.2086C3.47375 9.86907 3.53063 9.52957 3.71438 9.24432C3.88763 8.9757 4.17463 8.74732 4.49925 8.5557C4.91045 8.32249 5.3451 8.13332 5.796 7.99133C6.14616 7.36184 6.45652 6.71102 6.72525 6.0427C6.56458 5.67762 6.43861 5.29825 6.349 4.90958C6.27375 4.55958 6.24488 4.21307 6.30875 3.91557C6.37438 3.60582 6.5485 3.32757 6.8775 3.19545C7.0455 3.12807 7.2275 3.09045 7.40425 3.12807C7.49316 3.147 7.57674 3.18548 7.64893 3.24072C7.72113 3.29596 7.78012 3.36658 7.82163 3.44745C7.89863 3.59095 7.92663 3.75895 7.93275 3.9182C7.93888 4.08183 7.92225 4.26382 7.89163 4.45545C7.81813 4.9017 7.65538 5.4477 7.43663 6.0252C7.67803 6.54147 7.965 7.03517 8.29413 7.50045C8.68359 7.46969 9.07531 7.48437 9.46138 7.5442C9.77988 7.60107 10.1036 7.71482 10.3014 7.95107C10.4064 8.07707 10.4703 8.23107 10.4764 8.40432C10.4825 8.57232 10.4353 8.73858 10.3556 8.89695C10.2867 9.04372 10.1797 9.16938 10.0459 9.26095C9.91358 9.34725 9.75739 9.38951 9.59963 9.3817C9.31 9.36945 9.02738 9.2102 8.78325 9.01683C8.48642 8.77136 8.21894 8.49243 7.98613 8.18557C7.3944 8.25269 6.80971 8.37156 6.23875 8.54082C5.97699 9.00456 5.67823 9.44641 5.34538 9.86207C5.09163 10.1683 4.81338 10.4352 4.53513 10.5507C4.37525 10.623 4.19392 10.6321 4.02763 10.5761V10.5761ZM5.23425 8.9127C5.089 8.9792 4.95425 9.0492 4.83263 9.12095C4.54563 9.2907 4.35925 9.45607 4.2665 9.59957C4.18425 9.72645 4.1825 9.81832 4.2315 9.91545C4.24025 9.9347 4.249 9.94695 4.25425 9.95395C4.26469 9.95115 4.27492 9.94765 4.28488 9.94345C4.40475 9.89445 4.5955 9.73782 4.8405 9.44295C4.97984 9.27235 5.11123 9.09541 5.23425 8.9127V8.9127ZM6.66925 7.74895C6.96142 7.6807 7.25625 7.62436 7.553 7.58008C7.39361 7.33631 7.24472 7.08583 7.10675 6.82932C6.96953 7.1396 6.82364 7.44597 6.66925 7.74807V7.74895ZM8.8095 8.1427C8.94075 8.28445 9.0685 8.4052 9.19013 8.50145C9.40013 8.6677 9.54625 8.72283 9.62588 8.72545C9.6472 8.72824 9.66882 8.7236 9.68713 8.71232C9.72353 8.68358 9.75186 8.6459 9.76938 8.60295C9.80049 8.54965 9.8182 8.4896 9.821 8.42795C9.8205 8.40739 9.81239 8.38775 9.79825 8.37283C9.75275 8.31858 9.62325 8.23982 9.345 8.18995C9.16801 8.16037 8.98895 8.14486 8.8095 8.14358V8.1427ZM7.06825 5.07495C7.14189 4.83741 7.20034 4.59542 7.24325 4.35045C7.27038 4.18595 7.28088 4.05032 7.2765 3.94357C7.27674 3.88468 7.26728 3.82615 7.2485 3.77032C7.20473 3.77574 7.16199 3.78754 7.12163 3.80532C7.0455 3.83595 6.98338 3.89807 6.95013 4.05295C6.91513 4.22095 6.92388 4.46332 6.99038 4.7722C7.01138 4.86932 7.03763 4.97083 7.06913 5.07495H7.06825Z' fill='%23767676'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_12_723'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") center / cover no-repeat;
    cursor: pointer;
    display: block;
}
.emrWebPrintIconClass{
    height: 15px;
    width: 15px;
    background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_12_690)'%3E%3Cpath d='M2.1875 7C2.30353 7 2.41481 6.95391 2.49686 6.87186C2.57891 6.78981 2.625 6.67853 2.625 6.5625C2.625 6.44647 2.57891 6.33519 2.49686 6.25314C2.41481 6.17109 2.30353 6.125 2.1875 6.125C2.07147 6.125 1.96019 6.17109 1.87814 6.25314C1.79609 6.33519 1.75 6.44647 1.75 6.5625C1.75 6.67853 1.79609 6.78981 1.87814 6.87186C1.96019 6.95391 2.07147 7 2.1875 7Z' fill='%23767676'/%3E%3Cpath d='M4.375 0.875C3.91087 0.875 3.46575 1.05937 3.13756 1.38756C2.80937 1.71575 2.625 2.16087 2.625 2.625V4.375H1.75C1.28587 4.375 0.840752 4.55937 0.512563 4.88756C0.184375 5.21575 0 5.66087 0 6.125L0 8.75C0 9.21413 0.184375 9.65925 0.512563 9.98744C0.840752 10.3156 1.28587 10.5 1.75 10.5H2.625V11.375C2.625 11.8391 2.80937 12.2842 3.13756 12.6124C3.46575 12.9406 3.91087 13.125 4.375 13.125H9.625C10.0891 13.125 10.5342 12.9406 10.8624 12.6124C11.1906 12.2842 11.375 11.8391 11.375 11.375V10.5H12.25C12.7141 10.5 13.1592 10.3156 13.4874 9.98744C13.8156 9.65925 14 9.21413 14 8.75V6.125C14 5.66087 13.8156 5.21575 13.4874 4.88756C13.1592 4.55937 12.7141 4.375 12.25 4.375H11.375V2.625C11.375 2.16087 11.1906 1.71575 10.8624 1.38756C10.5342 1.05937 10.0891 0.875 9.625 0.875H4.375ZM3.5 2.625C3.5 2.39294 3.59219 2.17038 3.75628 2.00628C3.92038 1.84219 4.14294 1.75 4.375 1.75H9.625C9.85706 1.75 10.0796 1.84219 10.2437 2.00628C10.4078 2.17038 10.5 2.39294 10.5 2.625V4.375H3.5V2.625ZM4.375 7C3.91087 7 3.46575 7.18437 3.13756 7.51256C2.80937 7.84075 2.625 8.28587 2.625 8.75V9.625H1.75C1.51794 9.625 1.29538 9.53281 1.13128 9.36872C0.967187 9.20462 0.875 8.98206 0.875 8.75V6.125C0.875 5.89294 0.967187 5.67038 1.13128 5.50628C1.29538 5.34219 1.51794 5.25 1.75 5.25H12.25C12.4821 5.25 12.7046 5.34219 12.8687 5.50628C13.0328 5.67038 13.125 5.89294 13.125 6.125V8.75C13.125 8.98206 13.0328 9.20462 12.8687 9.36872C12.7046 9.53281 12.4821 9.625 12.25 9.625H11.375V8.75C11.375 8.28587 11.1906 7.84075 10.8624 7.51256C10.5342 7.18437 10.0891 7 9.625 7H4.375ZM10.5 8.75V11.375C10.5 11.6071 10.4078 11.8296 10.2437 11.9937C10.0796 12.1578 9.85706 12.25 9.625 12.25H4.375C4.14294 12.25 3.92038 12.1578 3.75628 11.9937C3.59219 11.8296 3.5 11.6071 3.5 11.375V8.75C3.5 8.51794 3.59219 8.29538 3.75628 8.13128C3.92038 7.96719 4.14294 7.875 4.375 7.875H9.625C9.85706 7.875 10.0796 7.96719 10.2437 8.13128C10.4078 8.29538 10.5 8.51794 10.5 8.75Z' fill='%23767676'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_12_690'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
}
.emrWebCsvIconClass {
    height: 20px;
    width: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2em' height='2em' viewBox='0 0 40 40'%3E%3Cpath fill='%23767676' d='M30.918 15.983h-.678v-3.271a.448.448 0 0 0-.006-.062a.541.541 0 0 0-.132-.358L24.66 6.075l-.004-.004a.566.566 0 0 0-.11-.092l-.036-.022a.548.548 0 0 0-.109-.046l-.03-.01a.539.539 0 0 0-.127-.016H10.867c-.611 0-1.107.497-1.107 1.107v8.99h-.678c-.874 0-1.582.708-1.582 1.582v8.228c0 .873.709 1.582 1.582 1.582h.678v5.632c0 .61.496 1.107 1.107 1.107h18.266c.61 0 1.107-.497 1.107-1.107v-5.632h.678c.873 0 1.582-.708 1.582-1.582v-8.228c0-.873-.708-1.581-1.582-1.581M10.867 6.992H23.69v5.664c0 .306.248.553.554.553h4.89v2.773H10.867zm8.282 15.168c-1.344-.48-2.231-1.224-2.231-2.399c0-1.379 1.164-2.422 3.059-2.422c.924 0 1.583.18 2.063.407l-.408 1.463a3.794 3.794 0 0 0-1.679-.383c-.792 0-1.176.371-1.176.779c0 .516.443.743 1.499 1.139c1.428.528 2.087 1.271 2.087 2.411c0 1.356-1.031 2.507-3.25 2.507c-.924 0-1.835-.252-2.291-.504l.372-1.499a4.613 4.613 0 0 0 2.026.504c.84 0 1.284-.349 1.284-.876c0-.504-.383-.791-1.355-1.127m-9.526-.552c0-2.747 1.967-4.27 4.413-4.27c.948 0 1.667.191 1.991.348l-.384 1.451a3.85 3.85 0 0 0-1.535-.3c-1.439 0-2.566.875-2.566 2.674c0 1.607.959 2.627 2.578 2.627c.564 0 1.164-.107 1.535-.264l.265 1.439c-.324.155-1.092.348-2.063.348c-2.795.001-4.234-1.75-4.234-4.053m19.51 11.1H10.867v-5.333h18.266zm-1.478-7.166H25.52l-2.59-8.084h2.003l.983 3.419c.275.971.527 1.883.719 2.89h.036a35.87 35.87 0 0 1 .731-2.854l1.032-3.454h1.942z'/%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
}
.emrWebTrashIconClass{
    height: 15px;
    width: 15px;
    background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.8125 4.8125C4.92853 4.8125 5.03981 4.85859 5.12186 4.94064C5.20391 5.02269 5.25 5.13397 5.25 5.25V10.5C5.25 10.616 5.20391 10.7273 5.12186 10.8094C5.03981 10.8914 4.92853 10.9375 4.8125 10.9375C4.69647 10.9375 4.58519 10.8914 4.50314 10.8094C4.42109 10.7273 4.375 10.616 4.375 10.5V5.25C4.375 5.13397 4.42109 5.02269 4.50314 4.94064C4.58519 4.85859 4.69647 4.8125 4.8125 4.8125V4.8125ZM7 4.8125C7.11603 4.8125 7.22731 4.85859 7.30936 4.94064C7.39141 5.02269 7.4375 5.13397 7.4375 5.25V10.5C7.4375 10.616 7.39141 10.7273 7.30936 10.8094C7.22731 10.8914 7.11603 10.9375 7 10.9375C6.88397 10.9375 6.77269 10.8914 6.69064 10.8094C6.60859 10.7273 6.5625 10.616 6.5625 10.5V5.25C6.5625 5.13397 6.60859 5.02269 6.69064 4.94064C6.77269 4.85859 6.88397 4.8125 7 4.8125V4.8125ZM9.625 5.25C9.625 5.13397 9.57891 5.02269 9.49686 4.94064C9.41481 4.85859 9.30353 4.8125 9.1875 4.8125C9.07147 4.8125 8.96019 4.85859 8.87814 4.94064C8.79609 5.02269 8.75 5.13397 8.75 5.25V10.5C8.75 10.616 8.79609 10.7273 8.87814 10.8094C8.96019 10.8914 9.07147 10.9375 9.1875 10.9375C9.30353 10.9375 9.41481 10.8914 9.49686 10.8094C9.57891 10.7273 9.625 10.616 9.625 10.5V5.25Z' fill='%23EF4444'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.6875 2.625C12.6875 2.85706 12.5953 3.07962 12.4312 3.24372C12.2671 3.40781 12.0446 3.5 11.8125 3.5H11.375V11.375C11.375 11.8391 11.1906 12.2842 10.8624 12.6124C10.5342 12.9406 10.0891 13.125 9.625 13.125H4.375C3.91087 13.125 3.46575 12.9406 3.13756 12.6124C2.80937 12.2842 2.625 11.8391 2.625 11.375V3.5H2.1875C1.95544 3.5 1.73288 3.40781 1.56878 3.24372C1.40469 3.07962 1.3125 2.85706 1.3125 2.625V1.75C1.3125 1.51794 1.40469 1.29538 1.56878 1.13128C1.73288 0.967187 1.95544 0.875 2.1875 0.875H5.25C5.25 0.642936 5.34219 0.420376 5.50628 0.256282C5.67038 0.0921873 5.89294 0 6.125 0L7.875 0C8.10706 0 8.32962 0.0921873 8.49372 0.256282C8.65781 0.420376 8.75 0.642936 8.75 0.875H11.8125C12.0446 0.875 12.2671 0.967187 12.4312 1.13128C12.5953 1.29538 12.6875 1.51794 12.6875 1.75V2.625ZM3.60325 3.5L3.5 3.55163V11.375C3.5 11.6071 3.59219 11.8296 3.75628 11.9937C3.92038 12.1578 4.14294 12.25 4.375 12.25H9.625C9.85706 12.25 10.0796 12.1578 10.2437 11.9937C10.4078 11.8296 10.5 11.6071 10.5 11.375V3.55163L10.3967 3.5H3.60325ZM2.1875 2.625V1.75H11.8125V2.625H2.1875Z' fill='%23EF4444'/%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
}
.emrWebRemoveAllIconClass{
    height: 15px;
    width: 15px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='cursor:pointer;color:%23F87171' width='23' height='23' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M15 18v-2h4v2h-4Zm0-8V8h7v2h-7Zm0 4v-2h6v2h-6ZM3 8H2V6h4V4.5h4V6h4v2h-1v9q0 .825-.588 1.413T11 19H5q-.825 0-1.413-.588T3 17V8Zm2 0v9h6V8H5Zm0 0v9v-9Z'/%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
}
.emrWebMenuIconClass{
    height: 24px;
    width: 24px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 8V6H21V8H3ZM3 13H21V11H3V13ZM3 18H21V16H3V18Z' fill='black'/%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
}
.emrWebMenuWhiteIconClass{
    height: 24px;
    width: 24px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 8V6H21V8H3ZM3 13H21V11H3V13ZM3 18H21V16H3V18Z' fill='white'/%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
}
.emrWebCrossIconClass{
    height: 18px;
    width: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='cursor:pointer;color:%23F87171' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12 3c-4.963 0-9 4.038-9 9s4.037 9 9 9s9-4.038 9-9s-4.037-9-9-9zm0 16c-3.859 0-7-3.14-7-7s3.141-7 7-7s7 3.14 7 7s-3.141 7-7 7zm.707-7l2.646-2.646a.502.502 0 0 0 0-.707a.502.502 0 0 0-.707 0L12 11.293L9.354 8.646a.5.5 0 0 0-.707.707L11.293 12l-2.646 2.646a.5.5 0 0 0 .707.708L12 12.707l2.646 2.646a.5.5 0 1 0 .708-.706L12.707 12z'/%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
}
.emrWebPopupIconClass{
    height: 16px;
    width: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E %5C %3Crect x='0.318182' y='0.318182' width='13.3636' height='13.3636' rx='2.10647' stroke='%23767676' stroke-width='0.636364'%3E%3C/rect%3E %5C %3Cpath d='M4.33594 9.7564L9.75615 4.33618M9.75615 4.33618L5.41998 4.33618M9.75615 4.33618V8.94337' stroke='%23767676' stroke-width='0.813033' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %5C %3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
}
.emrWebPopupCrossMarkIconClass{
    height: 22px;
    width: 22px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14px' height='14px' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 5L4.99998 19M5.00001 5L19 19' stroke='%23ffffff' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
}
.emrWebHelpIconClass{
    height: 25px;
    width: 25px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14px' height='14px' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 19H12.01M8.21704 7.69689C8.75753 6.12753 10.2471 5 12 5C14.2091 5 16 6.79086 16 9C16 10.6565 14.9931 12.0778 13.558 12.6852C12.8172 12.9988 12.4468 13.1556 12.3172 13.2767C12.1629 13.4209 12.1336 13.4651 12.061 13.6634C12 13.8299 12 14.0866 12 14.6L12 16' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
}
.emrWebMinimizeIconClass{
    height: 22px;
    width: 22px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14px' height='14px' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 10L20 4M14 10H18.5M14 10V5.5M4 4L10 10M10 10V5.5M10 10H5.5M14 14L20 20M14 14V18.5M14 14H18.5M10 14L4 20M10 14H5.5M10 14V18.5' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
}
.emrWebMaximizeIconClass{
    height: 22px;
    width: 22px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14px' height='14px' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 10L20 4M20 4H15.5M20 4V8.5M4 4L10 10M4 4V8.5M4 4H8.5M14 14L20 20M20 20V15.5M20 20H15.5M10 14L4 20M4 20H8.5M4 20L4 15.5' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
}

.emrWebDetailViewIconClass{
    height: 16px;
    width: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 48 48'%3E%3Cg fill='none' stroke='%23767676' stroke-linejoin='round' stroke-width='4'%3E%3Cpath d='M18 4H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2Zm0 24H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V30a2 2 0 0 0-2-2ZM42 4H30a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2Z'/%3E%3Cpath stroke-linecap='round' d='M28 28h16m-8 8h8m-16 8h16'/%3E%3C/g%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
}
.emrWebBriefViewIconClass{
    height: 16px;
    width: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='%23767676' fill-rule='evenodd' d='M20 4H4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1ZM4 2a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h16a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3H4Zm2 5h2v2H6V7Zm5 0a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2h-6Zm-3 4H6v2h2v-2Zm2 1a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1Zm-2 3H6v2h2v-2Zm2 1a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1Z' clip-rule='evenodd'/%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
}
.emrWebDetailViewWhiteIconClass{
    height: 16px;
    width: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 48 48'%3E%3Cg fill='none' stroke='%23ffffff' stroke-linejoin='round' stroke-width='4'%3E%3Cpath d='M18 4H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2Zm0 24H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V30a2 2 0 0 0-2-2ZM42 4H30a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2Z'/%3E%3Cpath stroke-linecap='round' d='M28 28h16m-8 8h8m-16 8h16'/%3E%3C/g%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
}
.emrWebBriefViewWhiteIconClass{
    height: 16px;
    width: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M20 4H4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1ZM4 2a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h16a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3H4Zm2 5h2v2H6V7Zm5 0a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2h-6Zm-3 4H6v2h2v-2Zm2 1a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1Zm-2 3H6v2h2v-2Zm2 1a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1Z' clip-rule='evenodd'/%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
}

.emrWebDownArrowIconClass{
    height: 25px;
    width: 25px;
    background: url("data:image/svg+xml,%3Csvg fill='%23787878' height='20px' width='20px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve' stroke='%23787878' transform='rotate(180)'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M256,5.333C114.88,5.333,0,117.76,0,256s114.88,250.667,256,250.667S512,394.24,512,256S397.12,5.333,256,5.333z M256,485.333C126.613,485.333,21.333,382.4,21.333,256S126.613,26.667,256,26.667S490.667,129.493,490.667,256 S385.387,485.333,256,485.333z'%3E%3C/path%3E%3Cpath d='M264.32,147.947c-4.053-4.587-10.987-5.013-15.573-0.96c-0.32,0.32-0.64,0.64-0.96,0.96L109.12,318.613 c-3.733,4.587-2.987,11.307,1.6,15.04s11.307,2.987,15.04-1.6L256,171.627l130.347,160.427c3.733,4.587,10.453,5.227,15.04,1.6 c4.587-3.733,5.227-10.453,1.6-15.04L264.32,147.947z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
}
.emrWebUpArrowIconClass{
    height: 25px;
    width: 25px;
    background: url("data:image/svg+xml,%3Csvg fill='%23787878' height='20px' width='20px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve' stroke='%23787878' transform='rotate()'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M256,5.333C114.88,5.333,0,117.76,0,256s114.88,250.667,256,250.667S512,394.24,512,256S397.12,5.333,256,5.333z M256,485.333C126.613,485.333,21.333,382.4,21.333,256S126.613,26.667,256,26.667S490.667,129.493,490.667,256 S385.387,485.333,256,485.333z'%3E%3C/path%3E%3Cpath d='M264.32,147.947c-4.053-4.587-10.987-5.013-15.573-0.96c-0.32,0.32-0.64,0.64-0.96,0.96L109.12,318.613 c-3.733,4.587-2.987,11.307,1.6,15.04s11.307,2.987,15.04-1.6L256,171.627l130.347,160.427c3.733,4.587,10.453,5.227,15.04,1.6 c4.587-3.733,5.227-10.453,1.6-15.04L264.32,147.947z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
}
.emrWebRefreshIconClass{
    height: 16px;
    width: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%2311689e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 11A8.1 8.1 0 0 0 4.5 9M4 5v4h4m-4 4a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4'/%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
}
.emrWebSettingsIconClass{
    height: 20px;
    width: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14px' height='14px' viewBox='0 0 24 24' fill='%23767676'%3E%3Cpath d='M14.1361 3.36144L14.6337 3.31169L14.1361 3.36144ZM13.9838 2.54161L13.5394 2.7708V2.77081L13.9838 2.54161ZM14.4311 4.81793L14.8286 4.51467V4.51467L14.4311 4.81793ZM15.3595 5.20248L15.2928 4.70694L15.2928 4.70694L15.3595 5.20248ZM16.5979 4.38113L16.9145 4.76811V4.76811L16.5979 4.38113ZM17.2853 3.90918L17.4375 4.38547L17.2853 3.90918ZM17.9872 3.94419L18.186 3.48541V3.48541L17.9872 3.94419ZM18.6243 4.4822L18.2707 4.83575V4.83575L18.6243 4.4822ZM19.5178 5.37567L19.8713 5.02211V5.02211L19.5178 5.37567ZM20.0558 6.01275L20.5146 5.81396L20.5146 5.81396L20.0558 6.01275ZM20.0908 6.71464L20.5671 6.8668L20.5671 6.86679L20.0908 6.71464ZM19.6188 7.4021L19.2318 7.08548V7.08548L19.6188 7.4021ZM18.7975 8.64056L18.3019 8.5739V8.5739L18.7975 8.64056ZM19.182 9.56893L18.8787 9.96645L19.182 9.56893ZM20.6385 9.86385L20.6883 9.36633L20.6385 9.86385ZM21.4584 10.0162L21.6876 9.57187L21.6876 9.57187L21.4584 10.0162ZM21.9299 10.5373L22.3949 10.3534V10.3534L21.9299 10.5373ZM21.93 13.4626L21.465 13.2788L21.465 13.2788L21.93 13.4626ZM21.4583 13.9838L21.6875 14.4282H21.6875L21.4583 13.9838ZM20.6386 14.1361L20.5889 13.6386L20.5726 13.6402L20.5564 13.6429L20.6386 14.1361ZM20.6386 14.1361L20.6884 14.6337L20.7047 14.632L20.7208 14.6293L20.6386 14.1361ZM19.1825 14.4309L18.8794 14.0333L19.1825 14.4309ZM18.7979 15.3596L18.3023 15.4264V15.4264L18.7979 15.3596ZM19.619 16.5976L19.232 16.9142L19.619 16.5976ZM20.0908 17.2848L19.6145 17.437L19.6145 17.437L20.0908 17.2848ZM20.0558 17.9869L19.597 17.7881L19.597 17.7881L20.0558 17.9869ZM19.5179 18.6238L19.8715 18.9773L19.5179 18.6238ZM18.6243 19.5174L18.2708 19.1638V19.1638L18.6243 19.5174ZM17.9873 20.0554L18.1861 20.5141L18.1861 20.5141L17.9873 20.0554ZM17.2854 20.0904L17.1332 20.5667H17.1332L17.2854 20.0904ZM16.5979 19.6184L16.9146 19.2314L16.9103 19.228L16.5979 19.6184ZM16.5979 19.6184L16.2813 20.0054L16.2856 20.0088L16.5979 19.6184ZM15.3595 18.7971L15.4262 18.3015H15.4262L15.3595 18.7971ZM14.4311 19.1816L14.8286 19.4849L14.8286 19.4849L14.4311 19.1816ZM14.1362 20.6383L13.6386 20.5886L14.1362 20.6383ZM13.9837 21.4585L13.5394 21.2292L13.5394 21.2292L13.9837 21.4585ZM13.4628 21.9299L13.2789 21.465H13.2789L13.4628 21.9299ZM10.5373 21.9299L10.7211 21.465H10.7211L10.5373 21.9299ZM10.0162 21.4584L10.4606 21.2292L10.0162 21.4584ZM9.86385 20.6385L9.36634 20.6883L9.86385 20.6385ZM9.56892 19.182L9.17139 19.4853L9.17139 19.4853L9.56892 19.182ZM8.64057 18.7975L8.57392 18.3019H8.57392L8.64057 18.7975ZM7.40208 19.6189L7.08546 19.2319L7.07754 19.2384L7.06989 19.2452L7.40208 19.6189ZM7.40206 19.6189L7.71868 20.0058L7.7266 19.9994L7.73424 19.9926L7.40206 19.6189ZM6.71458 20.0908L6.86673 20.5671H6.86673L6.71458 20.0908ZM6.01272 20.0558L5.81394 20.5146H5.81394L6.01272 20.0558ZM5.37561 19.5178L5.72916 19.1642H5.72916L5.37561 19.5178ZM4.48217 18.6243L4.12861 18.9779H4.12861L4.48217 18.6243ZM3.94414 17.9873L4.40292 17.7885L3.94414 17.9873ZM3.90913 17.2854L4.38542 17.4375L3.90913 17.2854ZM4.3811 16.5979L4.76808 16.9145L4.3811 16.5979ZM5.20247 15.3594L5.69801 15.4261L5.20247 15.3594ZM4.81792 14.4311L5.12119 14.0335H5.12119L4.81792 14.4311ZM3.36143 14.1361L3.31168 14.6337H3.31168L3.36143 14.1361ZM2.54161 13.9838L2.77081 13.5394H2.77081L2.54161 13.9838ZM2.07005 13.4627L1.60507 13.6465H1.60507L2.07005 13.4627ZM2.07008 10.5372L1.60513 10.3533L1.60513 10.3533L2.07008 10.5372ZM2.54152 10.0163L2.31229 9.57193L2.31228 9.57193L2.54152 10.0163ZM3.36155 9.86384V9.36384H3.33661L3.3118 9.36633L3.36155 9.86384ZM3.36156 9.86384V10.3638H3.3865L3.41131 10.3614L3.36156 9.86384ZM4.81842 9.56881L4.5151 9.17132L4.51509 9.17132L4.81842 9.56881ZM5.20287 8.64066L5.69841 8.57408H5.69841L5.20287 8.64066ZM4.38128 7.40182L4.76826 7.0852L4.38128 7.40182ZM3.90914 6.71405L4.38545 6.56197H4.38544L3.90914 6.71405ZM3.94413 6.01243L3.48532 5.81371L3.48532 5.81371L3.94413 6.01243ZM4.48233 5.37509L4.83589 5.72864L4.83589 5.72864L4.48233 5.37509ZM5.37565 4.48177L5.0221 4.12822H5.0221L5.37565 4.48177ZM6.01277 3.94373L5.81398 3.48494H5.81398L6.01277 3.94373ZM6.71463 3.90872L6.86677 3.43243L6.71463 3.90872ZM7.4022 4.38076L7.71882 3.99378V3.99378L7.4022 4.38076ZM8.64044 5.20207L8.70718 4.70654L8.64044 5.20207ZM9.56907 4.81742L9.17149 4.51422L9.56907 4.81742ZM9.86387 3.36131L10.3614 3.41106V3.41106L9.86387 3.36131ZM10.0162 2.5417L9.57179 2.31255L9.57179 2.31256L10.0162 2.5417ZM10.5374 2.07001L10.7212 2.535L10.7212 2.535L10.5374 2.07001ZM13.4627 2.07005L13.6465 1.60507L13.6465 1.60507L13.4627 2.07005ZM14.6337 3.31169C14.6126 3.10146 14.5947 2.91945 14.5695 2.7696C14.5435 2.61482 14.5051 2.46166 14.4281 2.31242L13.5394 2.77081C13.5497 2.79088 13.5658 2.8308 13.5833 2.93519C13.6017 3.04449 13.6163 3.18775 13.6386 3.41119L14.6337 3.31169ZM14.8286 4.51467C14.8173 4.49983 14.7806 4.43872 14.7421 4.22451C14.7044 4.01507 14.6755 3.73051 14.6337 3.31169L13.6386 3.41119C13.6788 3.81323 13.7116 4.14432 13.7579 4.40161C13.8033 4.65413 13.8731 4.91083 14.0335 5.12119L14.8286 4.51467ZM15.2928 4.70694C15.1148 4.73089 14.9375 4.65749 14.8286 4.51467L14.0335 5.12118C14.3604 5.54967 14.892 5.76987 15.4261 5.69801L15.2928 4.70694ZM16.2813 3.99415C15.9555 4.26069 15.7339 4.44152 15.5592 4.56296C15.3804 4.68717 15.3113 4.70445 15.2928 4.70694L15.4261 5.69801C15.6883 5.66274 15.9192 5.53055 16.1298 5.38412C16.3445 5.23493 16.6018 5.02396 16.9145 4.76811L16.2813 3.99415ZM17.1332 3.4329C16.9732 3.484 16.8377 3.56512 16.7099 3.65619C16.5861 3.74436 16.4448 3.86037 16.2813 3.99415L16.9145 4.76811C17.0883 4.62591 17.1999 4.53493 17.2902 4.47062C17.3764 4.4092 17.416 4.39234 17.4375 4.38547L17.1332 3.4329ZM18.186 3.48541C17.853 3.3411 17.4789 3.32244 17.1332 3.4329L17.4375 4.38547C17.5527 4.34865 17.6774 4.35487 17.7884 4.40297L18.186 3.48541ZM18.9778 4.12865C18.8285 3.97925 18.6993 3.84975 18.5849 3.74971C18.4668 3.64638 18.3401 3.55217 18.186 3.48541L17.7884 4.40297C17.8092 4.41195 17.8469 4.43267 17.9265 4.50236C18.01 4.57534 18.112 4.67697 18.2707 4.83575L18.9778 4.12865ZM19.8713 5.02211L18.9778 4.12865L18.2707 4.83575L19.1642 5.72922L19.8713 5.02211ZM20.5146 5.81396C20.4478 5.65988 20.3536 5.53314 20.2503 5.41502C20.1502 5.30065 20.0207 5.17151 19.8713 5.02211L19.1642 5.72922C19.323 5.88801 19.4246 5.99001 19.4976 6.07343C19.5673 6.1531 19.588 6.19082 19.597 6.21155L20.5146 5.81396ZM20.5671 6.86679C20.6775 6.52106 20.6589 6.147 20.5146 5.81396L19.597 6.21154C19.6451 6.32255 19.6513 6.44724 19.6145 6.56249L20.5671 6.86679ZM20.0058 7.71872C20.1396 7.5552 20.2556 7.41382 20.3438 7.29006C20.4348 7.16224 20.516 7.02676 20.5671 6.8668L19.6145 6.56249C19.6076 6.58401 19.5908 6.62359 19.5293 6.7098C19.465 6.80008 19.374 6.91168 19.2318 7.08548L20.0058 7.71872ZM19.293 8.70721C19.2955 8.68872 19.3128 8.61958 19.437 8.44084C19.5584 8.2661 19.7393 8.0445 20.0058 7.71872L19.2318 7.08548C18.976 7.3982 18.765 7.65547 18.6158 7.87015C18.4694 8.08084 18.3372 8.31168 18.3019 8.5739L19.293 8.70721ZM19.4853 9.1714C19.3424 9.06244 19.2691 8.88524 19.293 8.70721L18.3019 8.5739C18.2301 9.108 18.4503 9.63959 18.8787 9.96645L19.4853 9.1714ZM20.6883 9.36633C20.2694 9.32445 19.9849 9.29562 19.7754 9.25793C19.5612 9.21938 19.5001 9.18271 19.4853 9.1714L18.8787 9.96645C19.0891 10.1269 19.3458 10.1967 19.5983 10.2421C19.8556 10.2884 20.1867 10.3212 20.5888 10.3614L20.6883 9.36633ZM21.6876 9.57187C21.5384 9.49489 21.3852 9.45645 21.2304 9.43046C21.0805 9.4053 20.8985 9.38736 20.6883 9.36633L20.5888 10.3614C20.8122 10.3837 20.9555 10.3983 21.0648 10.4167C21.1692 10.4342 21.2091 10.4503 21.2292 10.4606L21.6876 9.57187ZM22.3949 10.3534C22.2615 10.0159 22.0102 9.73825 21.6876 9.57187L21.2292 10.4606C21.3367 10.5161 21.4205 10.6086 21.465 10.7211L22.3949 10.3534ZM22.5 11.3682C22.5 11.157 22.5003 10.9741 22.4901 10.8224C22.4797 10.6658 22.4567 10.5096 22.3949 10.3534L21.465 10.7211C21.4733 10.7421 21.4853 10.7835 21.4924 10.8891C21.4997 10.9997 21.5 11.1437 21.5 11.3682H22.5ZM22.5 12.6319V11.3682H21.5V12.6319H22.5ZM22.395 13.6464C22.4567 13.4903 22.4797 13.3341 22.4901 13.1775C22.5003 13.026 22.5 12.8431 22.5 12.6319H21.5C21.5 12.8564 21.4997 13.0003 21.4924 13.1109C21.4853 13.2165 21.4733 13.2578 21.465 13.2788L22.395 13.6464ZM21.6875 14.4282C22.0101 14.2618 22.2615 13.984 22.395 13.6464L21.465 13.2788C21.4205 13.3914 21.3367 13.4839 21.2292 13.5394L21.6875 14.4282ZM20.6884 14.6337C20.8986 14.6126 21.0805 14.5947 21.2304 14.5695C21.3851 14.5436 21.5383 14.5051 21.6875 14.4282L21.2292 13.5394C21.2091 13.5498 21.1692 13.5658 21.0648 13.5833C20.9555 13.6017 20.8123 13.6163 20.5889 13.6386L20.6884 14.6337ZM20.7208 14.6293L20.7208 14.6293L20.5564 13.6429L20.5564 13.6429L20.7208 14.6293ZM19.4857 14.8285C19.5006 14.8172 19.5617 14.7805 19.7758 14.742C19.9852 14.7043 20.2697 14.6755 20.6884 14.6337L20.5889 13.6386C20.1869 13.6788 19.856 13.7115 19.5987 13.7578C19.3463 13.8032 19.0897 13.8729 18.8794 14.0333L19.4857 14.8285ZM19.2934 15.2929C19.2694 15.1148 19.3428 14.9375 19.4857 14.8285L18.8794 14.0333C18.4507 14.3602 18.2304 14.8921 18.3023 15.4264L19.2934 15.2929ZM20.006 16.281C19.7395 15.9553 19.5588 15.7338 19.4373 15.5591C19.3132 15.3805 19.2959 15.3113 19.2934 15.2929L18.3023 15.4264C18.3377 15.6885 18.4698 15.9192 18.6162 16.1298C18.7653 16.3444 18.9762 16.6016 19.232 16.9142L20.006 16.281ZM20.5671 17.1326C20.5159 16.9727 20.4348 16.8372 20.3438 16.7095C20.2557 16.5858 20.1397 16.4444 20.006 16.281L19.232 16.9142C19.3741 17.0879 19.4651 17.1995 19.5294 17.2897C19.5908 17.3759 19.6076 17.4155 19.6145 17.437L20.5671 17.1326ZM20.5145 18.1858C20.6589 17.8526 20.6776 17.4784 20.5671 17.1326L19.6145 17.437C19.6514 17.5523 19.6451 17.677 19.597 17.7881L20.5145 18.1858ZM19.8715 18.9773C20.0208 18.828 20.1503 18.6989 20.2503 18.5846C20.3536 18.4665 20.4478 18.3398 20.5145 18.1858L19.597 17.7881C19.588 17.8088 19.5673 17.8465 19.4976 17.9261C19.4247 18.0095 19.3231 18.1115 19.1644 18.2702L19.8715 18.9773ZM18.9779 19.8709L19.8715 18.9773L19.1644 18.2702L18.2708 19.1638L18.9779 19.8709ZM18.1861 20.5141C18.3401 20.4474 18.4669 20.3532 18.585 20.2498C18.6994 20.1498 18.8285 20.0203 18.9779 19.8709L18.2708 19.1638C18.112 19.3226 18.01 19.4242 17.9266 19.4972C17.8469 19.5669 17.8092 19.5876 17.7885 19.5966L18.1861 20.5141ZM17.1332 20.5667C17.4789 20.6771 17.853 20.6585 18.1861 20.5141L17.7885 19.5966C17.6775 19.6447 17.5528 19.6509 17.4375 19.6141L17.1332 20.5667ZM16.2813 20.0054C16.4448 20.1392 16.5862 20.2552 16.7099 20.3434C16.8378 20.4344 16.9732 20.5156 17.1332 20.5667L17.4375 19.6141C17.416 19.6072 17.3764 19.5904 17.2902 19.5289C17.1999 19.4646 17.0883 19.3736 16.9145 19.2314L16.2813 20.0054ZM16.2856 20.0088L16.2856 20.0089L16.9103 19.228L16.9103 19.228L16.2856 20.0088ZM15.2928 19.2926C15.3113 19.2951 15.3805 19.3124 15.5592 19.4366C15.7339 19.558 15.9555 19.7389 16.2813 20.0054L16.9145 19.2314C16.6018 18.9756 16.3446 18.7646 16.1299 18.6154C15.9192 18.469 15.6884 18.3368 15.4262 18.3015L15.2928 19.2926ZM14.8286 19.4849C14.9376 19.3421 15.1148 19.2687 15.2928 19.2926L15.4262 18.3015C14.892 18.2297 14.3604 18.4499 14.0336 18.8784L14.8286 19.4849ZM14.6337 20.6881C14.6756 20.2692 14.7044 19.9846 14.7421 19.7751C14.7807 19.5608 14.8173 19.4997 14.8286 19.4849L14.0336 18.8784C13.8731 19.0887 13.8033 19.3455 13.7579 19.598C13.7116 19.8553 13.6789 20.1865 13.6386 20.5886L14.6337 20.6881ZM14.4281 21.6877C14.5051 21.5385 14.5435 21.3852 14.5695 21.2304C14.5947 21.0805 14.6127 20.8984 14.6337 20.6881L13.6386 20.5886C13.6163 20.8121 13.6017 20.9554 13.5833 21.0648C13.5658 21.1692 13.5497 21.2092 13.5394 21.2292L14.4281 21.6877ZM13.6467 22.3949C13.9841 22.2614 14.2617 22.0102 14.4281 21.6877L13.5394 21.2292C13.4839 21.3367 13.3914 21.4205 13.2789 21.465L13.6467 22.3949ZM12.6316 22.5C12.843 22.5 13.0259 22.5003 13.1776 22.4901C13.3342 22.4797 13.4905 22.4566 13.6467 22.3949L13.2789 21.465C13.2579 21.4733 13.2166 21.4853 13.1109 21.4924C13.0003 21.4997 12.8563 21.5 12.6316 21.5V22.5ZM11.3682 22.5H12.6316V21.5H11.3682V22.5ZM10.3534 22.3949C10.5096 22.4567 10.6658 22.4797 10.8224 22.4901C10.9741 22.5003 11.157 22.5 11.3682 22.5V21.5C11.1437 21.5 10.9997 21.4997 10.8891 21.4924C10.7835 21.4853 10.7421 21.4733 10.7211 21.465L10.3534 22.3949ZM9.57187 21.6876C9.73824 22.0102 10.0159 22.2615 10.3534 22.3949L10.7211 21.465C10.6086 21.4205 10.5161 21.3367 10.4606 21.2292L9.57187 21.6876ZM9.36634 20.6883C9.38736 20.8985 9.4053 21.0805 9.43046 21.2304C9.45645 21.3852 9.49489 21.5384 9.57187 21.6876L10.4606 21.2292C10.4503 21.2091 10.4342 21.1692 10.4167 21.0648C10.3983 20.9555 10.3837 20.8122 10.3614 20.5888L9.36634 20.6883ZM9.17139 19.4853C9.18271 19.5001 9.21938 19.5612 9.25793 19.7754C9.29562 19.9849 9.32445 20.2695 9.36634 20.6883L10.3614 20.5888C10.3212 20.1867 10.2884 19.8556 10.2421 19.5983C10.1967 19.3458 10.1269 19.0891 9.96644 18.8787L9.17139 19.4853ZM8.70722 19.293C8.88525 19.2691 9.06244 19.3425 9.17139 19.4853L9.96644 18.8787C9.63958 18.4503 9.10801 18.2301 8.57392 18.3019L8.70722 19.293ZM7.71869 20.0058C8.04448 19.7393 8.26609 19.5584 8.44084 19.437C8.61958 19.3128 8.68872 19.2955 8.70722 19.293L8.57392 18.3019C8.3117 18.3372 8.08085 18.4694 7.87015 18.6158C7.65547 18.765 7.39819 18.976 7.08546 19.2319L7.71869 20.0058ZM7.73424 19.9926L7.73426 19.9926L7.06989 19.2452L7.06988 19.2452L7.73424 19.9926ZM6.86673 20.5671C7.0267 20.516 7.16218 20.4349 7.29001 20.3438C7.41377 20.2557 7.55516 20.1396 7.71868 20.0058L7.08544 19.2319C6.91164 19.3741 6.80003 19.4651 6.70976 19.5294C6.62354 19.5908 6.58395 19.6077 6.56244 19.6145L6.86673 20.5671ZM5.81394 20.5146C6.14696 20.6589 6.521 20.6776 6.86673 20.5671L6.56244 19.6145C6.44719 19.6514 6.32251 19.6451 6.21151 19.597L5.81394 20.5146ZM5.02205 19.8713C5.17146 20.0207 5.3006 20.1503 5.41497 20.2503C5.5331 20.3536 5.65985 20.4479 5.81394 20.5146L6.21151 19.597C6.19078 19.5881 6.15306 19.5673 6.07339 19.4977C5.98996 19.4247 5.88796 19.323 5.72916 19.1642L5.02205 19.8713ZM4.12861 18.9779L5.02205 19.8713L5.72916 19.1642L4.83572 18.2708L4.12861 18.9779ZM3.48535 18.186C3.55212 18.3401 3.64632 18.4669 3.74966 18.585C3.84971 18.6994 3.97922 18.8285 4.12861 18.9779L4.83572 18.2708C4.67693 18.112 4.57529 18.01 4.50232 17.9266C4.43262 17.8469 4.4119 17.8092 4.40292 17.7885L3.48535 18.186ZM3.43284 17.1332C3.3224 17.479 3.34106 17.853 3.48535 18.186L4.40292 17.7885C4.35482 17.6775 4.34861 17.5528 4.38542 17.4375L3.43284 17.1332ZM3.99413 16.2813C3.86033 16.4448 3.74432 16.5862 3.65614 16.7099C3.56507 16.8378 3.48395 16.9733 3.43284 17.1332L4.38542 17.4375C4.39229 17.416 4.40915 17.3764 4.47058 17.2902C4.53489 17.1999 4.62588 17.0883 4.76808 16.9145L3.99413 16.2813ZM4.70694 15.2928C4.70445 15.3113 4.68716 15.3804 4.56295 15.5592C4.4415 15.7339 4.26067 15.9555 3.99413 16.2813L4.76808 16.9145C5.02394 16.6018 5.23491 16.3445 5.38411 16.1298C5.53054 15.9192 5.66274 15.6883 5.69801 15.4261L4.70694 15.2928ZM4.51466 14.8286C4.65749 14.9375 4.73088 15.1147 4.70694 15.2928L5.69801 15.4261C5.76986 14.892 5.54966 14.3604 5.12119 14.0335L4.51466 14.8286ZM3.31168 14.6337C3.73051 14.6755 4.01507 14.7044 4.2245 14.7421C4.43871 14.7806 4.49983 14.8173 4.51466 14.8286L5.12119 14.0335C4.91083 13.8731 4.65413 13.8033 4.40161 13.7579C4.14432 13.7116 3.81322 13.6788 3.41118 13.6386L3.31168 14.6337ZM2.31242 14.4281C2.46166 14.5051 2.61482 14.5435 2.7696 14.5695C2.91945 14.5947 3.10145 14.6126 3.31168 14.6337L3.41118 13.6386C3.18774 13.6163 3.04449 13.6017 2.93519 13.5833C2.8308 13.5658 2.79088 13.5497 2.77081 13.5394L2.31242 14.4281ZM1.60507 13.6465C1.73852 13.9841 1.98984 14.2618 2.31242 14.4281L2.77081 13.5394C2.66328 13.4839 2.57951 13.3914 2.53502 13.2789L1.60507 13.6465ZM1.5 12.6318C1.5 12.8431 1.49974 13.0259 1.50987 13.1776C1.52033 13.3341 1.54333 13.4904 1.60507 13.6465L2.53502 13.2789C2.52672 13.2578 2.5147 13.2165 2.50764 13.1109C2.50026 13.0003 2.5 12.8563 2.5 12.6318H1.5ZM1.5 11.3683V12.6318H2.5V11.3683H1.5ZM1.60513 10.3533C1.54335 10.5095 1.52034 10.6658 1.50987 10.8224C1.49974 10.9741 1.5 11.157 1.5 11.3683H2.5C2.5 11.1437 2.50026 10.9997 2.50765 10.8891C2.51471 10.7834 2.52673 10.7421 2.53504 10.7211L1.60513 10.3533ZM2.31228 9.57193C1.98981 9.73829 1.73857 10.0159 1.60513 10.3533L2.53504 10.7211C2.57952 10.6086 2.66327 10.5161 2.77076 10.4606L2.31228 9.57193ZM3.3118 9.36633C3.10152 9.38735 2.91947 9.4053 2.76957 9.43047C2.61476 9.45647 2.46156 9.49492 2.31229 9.57193L2.77076 10.4606C2.79084 10.4503 2.83076 10.4342 2.93518 10.4167C3.04452 10.3983 3.1878 10.3837 3.4113 10.3614L3.3118 9.36633ZM3.36155 9.36384H3.36155V10.3638H3.36155V9.36384ZM3.36156 9.36384H3.36155V10.3638H3.36156V9.36384ZM4.51509 9.17132C4.50025 9.18265 4.43914 9.21933 4.22487 9.25789C4.01538 9.2956 3.73074 9.32443 3.31181 9.36633L3.41131 10.3614C3.81346 10.3211 4.14464 10.2884 4.402 10.2421C4.65458 10.1966 4.91135 10.1268 5.12174 9.9663L4.51509 9.17132ZM4.70732 8.70725C4.73124 8.88524 4.65786 9.06238 4.5151 9.17132L5.12174 9.9663C5.55004 9.63946 5.77016 9.10804 5.69841 8.57408L4.70732 8.70725ZM3.9943 7.71844C4.26093 8.04432 4.44182 8.26599 4.5633 8.4408C4.68756 8.61959 4.70484 8.68875 4.70732 8.70725L5.69841 8.57408C5.66317 8.31178 5.53094 8.08087 5.38448 7.87012C5.23524 7.65537 5.0242 7.39802 4.76826 7.0852L3.9943 7.71844ZM3.43283 6.86614C3.48393 7.02617 3.56508 7.16171 3.65618 7.28959C3.74439 7.4134 3.86045 7.55484 3.9943 7.71844L4.76826 7.0852C4.62599 6.91132 4.53497 6.79966 4.47063 6.70935C4.40918 6.6231 4.39232 6.58349 4.38545 6.56197L3.43283 6.86614ZM3.48532 5.81371C3.34112 6.14663 3.32247 6.52052 3.43283 6.86614L4.38544 6.56197C4.34866 6.44676 4.35488 6.32213 4.40294 6.21116L3.48532 5.81371ZM4.12878 5.02153C3.97933 5.17099 3.84977 5.30018 3.74969 5.41459C3.64632 5.53276 3.55209 5.65955 3.48532 5.81371L4.40294 6.21116C4.41192 6.19042 4.43264 6.15269 4.50236 6.07299C4.57536 5.98953 4.67704 5.88749 4.83589 5.72864L4.12878 5.02153ZM5.0221 4.12822L4.12878 5.02154L4.83589 5.72864L5.72921 4.83532L5.0221 4.12822ZM5.0221 4.12821L5.0221 4.12822L5.72921 4.83532L5.72921 4.83532L5.0221 4.12821ZM5.81398 3.48494C5.65989 3.55171 5.53315 3.64591 5.41502 3.74925C5.30065 3.8493 5.1715 3.97881 5.0221 4.12821L5.72921 4.83532C5.888 4.67653 5.99001 4.57489 6.07343 4.50191C6.15311 4.43221 6.19082 4.41149 6.21155 4.40251L5.81398 3.48494ZM6.86677 3.43243C6.52105 3.32199 6.147 3.34065 5.81398 3.48494L6.21155 4.40251C6.32256 4.35442 6.44724 4.3482 6.56248 4.38501L6.86677 3.43243ZM7.71882 3.99378C7.55526 3.85997 7.41386 3.74394 7.29008 3.65575C7.16225 3.56467 7.02675 3.48354 6.86677 3.43243L6.56248 4.38501C6.58399 4.39188 6.62359 4.40874 6.70982 4.47018C6.80011 4.53451 6.91175 4.62551 7.08558 4.76774L7.71882 3.99378ZM8.70718 4.70654C8.6887 4.70405 8.61957 4.68676 8.44085 4.56255C8.26613 4.44111 8.04455 4.26029 7.71882 3.99378L7.08558 4.76774C7.39826 5.02357 7.6555 5.23451 7.87013 5.38369C8.08078 5.5301 8.31156 5.66229 8.57371 5.69759L8.70718 4.70654ZM9.17149 4.51422C9.06252 4.6571 8.88526 4.73052 8.70718 4.70654L8.57371 5.69759C9.10797 5.76954 9.63975 5.54927 9.96665 5.12062L9.17149 4.51422ZM9.36635 3.31155C9.32448 3.73026 9.29566 4.01474 9.25799 4.22412C9.21945 4.43828 9.1828 4.49938 9.17149 4.51422L9.96665 5.12062C10.127 4.9103 10.1968 4.65367 10.2422 4.40121C10.2885 4.14399 10.3212 3.81299 10.3614 3.41106L9.36635 3.31155ZM9.57179 2.31256C9.49485 2.46176 9.45643 2.61489 9.43046 2.76962C9.4053 2.91943 9.38737 3.10139 9.36635 3.31155L10.3614 3.41106C10.3837 3.18768 10.3983 3.04447 10.4167 2.93519C10.4342 2.83083 10.4502 2.79092 10.4606 2.77085L9.57179 2.31256ZM10.3536 1.60501C10.016 1.73847 9.73818 1.98986 9.57179 2.31255L10.4606 2.77085C10.5161 2.66329 10.6086 2.57949 10.7212 2.535L10.3536 1.60501ZM11.3681 1.5C11.1569 1.5 10.974 1.49974 10.8225 1.50986C10.6659 1.52031 10.5097 1.54331 10.3536 1.60501L10.7212 2.535C10.7422 2.5267 10.7835 2.51469 10.8891 2.50764C10.9997 2.50026 11.1436 2.5 11.3681 2.5V1.5ZM12.6318 1.5H11.3681V2.5H12.6318V1.5ZM13.6465 1.60507C13.4904 1.54333 13.3341 1.52033 13.1776 1.50987C13.0259 1.49974 12.8431 1.5 12.6318 1.5V2.5C12.8563 2.5 13.0003 2.50026 13.1109 2.50764C13.2165 2.5147 13.2578 2.52672 13.2789 2.53502L13.6465 1.60507ZM14.4281 2.31242C14.2618 1.98984 13.9841 1.73852 13.6465 1.60507L13.2789 2.53502C13.3914 2.57951 13.4839 2.66328 13.5394 2.7708L14.4281 2.31242ZM15.5 12C15.5 13.933 13.933 15.5 12 15.5V16.5C14.4853 16.5 16.5 14.4853 16.5 12H15.5ZM12 8.5C13.933 8.5 15.5 10.067 15.5 12H16.5C16.5 9.51472 14.4853 7.5 12 7.5V8.5ZM8.5 12C8.5 10.067 10.067 8.5 12 8.5V7.5C9.51472 7.5 7.5 9.51472 7.5 12H8.5ZM12 15.5C10.067 15.5 8.5 13.933 8.5 12H7.5C7.5 14.4853 9.51472 16.5 12 16.5V15.5Z' fill='%23222222'/%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
}
.emrWebCreditcardIconClass{
    height: 20px;
    width: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14px' height='14px' viewBox='0 0 24 24' fill='none'%3E%3Cg id='Interface / Credit_Card_01'%3E%3Cpath id='Vector' d='M3 11V15.8002C3 16.9203 3 17.4801 3.21799 17.9079C3.40973 18.2842 3.71547 18.5905 4.0918 18.7822C4.5192 19 5.07899 19 6.19691 19H17.8031C18.921 19 19.48 19 19.9074 18.7822C20.2837 18.5905 20.5905 18.2842 20.7822 17.9079C21 17.4805 21 16.9215 21 15.8036V11M3 11V9M3 11H21M3 9V8.2002C3 7.08009 3 6.51962 3.21799 6.0918C3.40973 5.71547 3.71547 5.40973 4.0918 5.21799C4.51962 5 5.08009 5 6.2002 5H17.8002C18.9203 5 19.4796 5 19.9074 5.21799C20.2837 5.40973 20.5905 5.71547 20.7822 6.0918C21 6.5192 21 7.07899 21 8.19691V9M3 9H21M7 15H11M21 11V9' stroke='%23767676' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
}
.emrWebMergeIconClass{
    height: 16px;
    width: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23767676' d='m14 4l2.29 2.29l-2.88 2.88l1.42 1.42l2.88-2.88L20 10V4h-6zm-4 0H4v6l2.29-2.29l4.71 4.7V20h2v-8.41l-5.29-5.3L10 4z'/%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
}
.emrWebSplitIconClass{
    height: 16px;
    width: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23767676' d='M6.41 21L5 19.59l4.83-4.83c.75-.75 1.17-1.77 1.17-2.83v-5.1L9.41 8.41L8 7l4-4l4 4l-1.41 1.41L13 6.83v5.1c0 1.06.42 2.08 1.17 2.83L19 19.59L17.59 21L12 15.41L6.41 21z'/%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
}
.emrWebPageRemoveIconClass{
    height: 15px;
    width: 15px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 2048 2048'%3E%3Cpath fill='%23767676' d='m1819 1728l226 227l-90 90l-227-226l-227 227l-90-91l227-227l-227-227l90-90l227 227l227-227l90 91l-226 226zM256 1920h1024v128H128V0h1115l549 549v731h-128V640h-512V128H256v1792zM1280 512h293l-293-293v293z'/%3E%3C/svg%3E" ) center / cover no-repeat;
    cursor: pointer;
    display: block;
}
.emrWebFilterIconClass{
    height: 15px;
    width: 15px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 512 512'%3E%3Cpath fill='%23767676' d='M238.627 496H192V253.828l-168-200V16h456v37.612l-160 200v161.015ZM224 464h1.373L288 401.373V242.388L443.51 48H60.9L224 242.172Z'/%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
}
.emrWebAlertIconClass{
    height: 20px;
    width: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='%23767676' d='M11 15h2v-2h2v-2h-2V9h-2v2H9v2h2v2Zm-7 4v-2h2v-7q0-2.075 1.25-3.688T10.5 4.2v-.7q0-.625.438-1.063T12 2q.625 0 1.063.438T13.5 3.5v.7q2 .5 3.25 2.113T18 10v7h2v2H4Zm8-7.5ZM12 22q-.825 0-1.413-.588T10 20h4q0 .825-.588 1.413T12 22Zm-4-5h8v-7q0-1.65-1.175-2.825T12 6q-1.65 0-2.825 1.175T8 10v7Z'/%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
}
.emrWebUploadIconClass{
    height: 20px;
    width: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 24 24'%3E%3Cpath fill='%23767676' d='M15 4H5v16h14V8h-4V4ZM3 2.992C3 2.444 3.447 2 3.998 2H16l5 5v13.992A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992ZM13 12v4h-2v-4H8l4-4l4 4h-3Z'/%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
}
.emrWebCopyToClipBoardIconClass{
    height: 20px;
    width: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cg fill='%23767676'%3E%3Cpath d='M9 11.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2zm2-1a1 1 0 0 1 1-1h3a1 1 0 1 1 0 2h-3a1 1 0 0 1-1-1zm1 2a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2h-3zm0 3a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2h-3zm-2-2a1 1 0 1 1-2 0a1 1 0 0 1 2 0zm-1 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2z'/%3E%3Cpath d='M9 2a1 1 0 0 0-1 1H6a2 2 0 0 0-2 2v15a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2h-2a1 1 0 0 0-1-1H9zm7 3h2v15H6V5h2v1a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V5zm-6 0V4h4v1h-4z'/%3E%3C/g%3E%3C/svg%3E") center / cover no-repeat;;
    cursor: pointer;
    display: block;
}
.emrWebSignOffIconClass{
    height: 18px;
    width: 18px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='18px' height='18px' fill='%23767676' viewBox='0 0 1171.000000 1280.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,1280.000000) scale(0.100000,-0.100000)' fill='%23767676' stroke='none'%3E%3Cpath d='M11560 12688 c-2063 -1426 -4216 -3664 -6295 -6542 -671 -929 -1445 -2103 -2024 -3069 -38 -62 -57 -87 -68 -83 -8 3 -705 467 -1548 1030 -844 564 -1544 1030 -1556 1037 -19 10 -17 4 12 -37 20 -27 836 -1147 1815 -2489 979 -1342 1790 -2455 1802 -2473 13 -17 27 -32 31 -32 4 0 70 147 146 328 695 1643 1373 3072 2107 4437 1529 2841 3292 5347 5367 7624 272 300 274 301 264 301 -4 -1 -28 -15 -53 -32z'/%3E%3C/g%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
    position: relative;
}
.emrWebSignOff10IconClass{
    height: 18px;
    width: 18px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='18px' height='18px' fill='%23767676' viewBox='0 0 1171.000000 1280.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,1280.000000) scale(0.100000,-0.100000)' fill='%23767676' stroke='none'%3E%3Cpath d='M11560 12688 c-2063 -1426 -4216 -3664 -6295 -6542 -671 -929 -1445 -2103 -2024 -3069 -38 -62 -57 -87 -68 -83 -8 3 -705 467 -1548 1030 -844 564 -1544 1030 -1556 1037 -19 10 -17 4 12 -37 20 -27 836 -1147 1815 -2489 979 -1342 1790 -2455 1802 -2473 13 -17 27 -32 31 -32 4 0 70 147 146 328 695 1643 1373 3072 2107 4437 1529 2841 3292 5347 5367 7624 272 300 274 301 264 301 -4 -1 -28 -15 -53 -32z'/%3E%3C/g%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
    position: relative;
}
.emrWebSignOff10IconClass::after{
    content: '10';
    color: #767676;
    font-size: 10px;
    position: absolute;
    bottom: -2px;
    right: -4px;
}
.emrWebCIIconClass{
    height: 20px;
    width: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23767676' d='M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372s372 166.6 372 372s-166.6 372-372 372zm218-572.1h-50.4c-4.4 0-8 3.6-8 8v384.2c0 4.4 3.6 8 8 8H730c4.4 0 8-3.6 8-8V319.9c0-4.4-3.6-8-8-8zm-281.4 49.6c49.5 0 83.1 31.5 87 77.6c.4 4.2 3.8 7.4 8 7.4h52.6c2.4 0 4.4-2 4.4-4.4c0-81.2-64-138.1-152.3-138.1C345.4 304 286 373.5 286 488.4v49c0 114 59.4 182.6 162.3 182.6c88 0 152.3-55.1 152.3-132.5c0-2.4-2-4.4-4.4-4.4h-52.7c-4.2 0-7.6 3.2-8 7.3c-4.2 43-37.7 72.4-87 72.4c-61.1 0-95.6-44.9-95.6-125.2v-49.3c.1-81.4 34.6-126.8 95.7-126.8z'/%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
    position: relative;
}
.emrWebRIconClass{
    height: 18px;
    width: 18px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 16 16'%3E%3Cpath fill='%23767676' d='M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8Zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0ZM5.5 4.002h3.11c1.71 0 2.741.973 2.741 2.46c0 1.138-.667 1.94-1.495 2.24L11.5 12H9.98L8.52 8.924H6.836V12H5.5V4.002Zm1.335 1.09v2.777h1.549c.995 0 1.573-.463 1.573-1.36c0-.913-.596-1.417-1.537-1.417H6.835Z'/%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
    position: relative;
}
.emrWebInfoIconClass{
    height: 18px;
    width: 18px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 16 16'%3E%3Cpath fill='%23767676' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13a6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2a1 1 0 0 1 0 2Z'/%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
    position: relative;
}
.emrWebViewIconClass{
    height: 20px;
    width: 20px;
    background: url('https://api.iconify.design/carbon/view.svg?color=%23767676&width=25') no-repeat center / cover;
    cursor: pointer;
    display: block;
    position: relative;
}
.emrWebMessagesSeenIconClass {
    height: 16px;
    width: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='blue' fill-rule='evenodd' d='M15.493 6.935a.75.75 0 0 1 .072 1.058l-7.857 9a.75.75 0 0 1-1.13 0l-3.143-3.6a.75.75 0 0 1 1.13-.986l2.578 2.953l7.292-8.353a.75.75 0 0 1 1.058-.072m5.025.085c.3.285.311.76.025 1.06l-8.571 9a.75.75 0 0 1-1.14-.063l-.429-.563a.75.75 0 0 1 1.076-1.032l7.978-8.377a.75.75 0 0 1 1.06-.026' clip-rule='evenodd'/%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    padding-right: 10px;
    background-size: 100%;
    display: block;
}
.emrWebPreviewIconClass{
    height: 18px;
    width: 18px;
    background:url('../../images/imgView.png') center / cover no-repeat;
    cursor: pointer;
    display: block;
    position: relative;
}
.emrWebAttachmentIconClass{
    height: 18px;
    width: 18px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m21.438 11.662l-9.19 9.19a6.003 6.003 0 1 1-8.49-8.49l9.19-9.19a4.002 4.002 0 0 1 5.66 5.66l-9.2 9.19a2.001 2.001 0 1 1-2.83-2.83l8.49-8.48'/%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
    position: relative;
}
.emrWebLeftArrowIconClass {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23000' d='M609.408 149.376L277.76 489.6a32 32 0 0 0 0 44.672l331.648 340.352a29.12 29.12 0 0 0 41.728 0a30.59 30.59 0 0 0 0-42.752L339.264 511.936l311.872-319.872a30.59 30.59 0 0 0 0-42.688a29.12 29.12 0 0 0-41.728 0'/%3E%3C/svg%3E");
}
.emrWebRightArrowIconClass {
    display: inline-block;
    width: 1em;
    height: 1em;
    transform: rotate(180deg); 
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23000' d='M609.408 149.376L277.76 489.6a32 32 0 0 0 0 44.672l331.648 340.352a29.12 29.12 0 0 0 41.728 0a30.59 30.59 0 0 0 0-42.752L339.264 511.936l311.872-319.872a30.59 30.59 0 0 0 0-42.688a29.12 29.12 0 0 0-41.728 0'/%3E%3C/svg%3E");
}
.emrWebFaxIconClass{
    height: 18px;
    width: 18px;
    background:url('../../../UITheme/images/phone-55-32-1.png') center / cover no-repeat;
    cursor: pointer;
    display: block;
    position: relative;
}
.emrWebModalBody{
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding: 10px 0px;
    background-color: #fff;
}
.emrWebPopupModalBody{
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding: 20px;
    background-color: #fff;
}
.emrWebLabelSubHeadingsClass {
    font-size: 19px;
    color: #5f5959;
}
.emrWebMainActionFieldsBlock{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 12px;
    row-gap:12px;
}
.emrWebInputFieldsClass{
    min-width: 234px;
    max-width: 234px;
    position: relative;
}
.emrWebInputFieldsClass.input-group.emrWebInputWithIcons input[type="text"]{
    border-right: 1px solid #ccc !important;
}
.emrWebButtonsBlockClass{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.emrWebButtonsBlockClass button,
.emrWebGoBtnClass button{
    margin-top: 0px;
}
.emrWebTrashIconClass ~ label{
    color: #EF4444;
}
.emrWebInputFieldsClass textarea{
    resize: none;
}
.emrWebInputFieldsClass input[readonly]:focus,
.emrWebInputFieldsClass input[disabled]:focus{
    border: none !important;
}
.emrWebInputFieldsClass input:focus ~ label,
.emrWebInputFieldsClass textarea:focus ~ label,
.emrWebInputFieldsClass input.ng-not-empty ~ label,
.emrWebInputFieldsClass span.ng-not-empty.ng-touched~label,
.emrWebInputFieldsClass span.k-datepicker.ng-not-empty~label,
.emrWebInputFieldsClass span:has(select:not(:placeholder-shown))~label,
.emrWebInputFieldsClass span.k-dropdown.ng-not-empty.ng-touched~label,
.emrWebInputFieldsClass span.ng-not-empty ~ label,
.emrWebInputFieldsClass .k-multiselect.k-state-focused ~ label
{
    top:-9px;
    font-size:12px;
    background-color: white;
    color: #5a5a5a;
    padding-inline: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 20ch;
    z-index: 5;
}
.emrWebInputFieldsClass span.k-dropdown.ng-not-empty ~ label{
    top:-10px;
}
.emrWebInputFieldsClass label{
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 6px;
    transition: 0.3s ease all;
    font-size: 12px;
    color: #5a5a5a;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 20ch;
    z-index: 5;
}
.emrWebInputWithIcons{
    display: flex;
    border: 1px solid #dedede;
    border-radius: 4px;
    width:100%;
}
.emrWebInputFieldsClass.emrWebInputWithIcons .ng-not-empty ~ label{
    top:-12px !important;
    font-size:12px;
    background-color: white;
    color: #5a5a5a;
    padding-inline: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 20ch;
    z-index: 5;
}
.emrWebInputWithIcons input{
    border: none !important;
}
.emrWebInputWithIcons .emrWebInputGroupIcons{
    border-radius: 0px;
    border:none;
    overflow: visible !important;
}
.emrWebInputWithIcons .emrWebInputGroupIcons .emrWebInputGroupIconsAddon{
    padding: 6px 10px;
}
/* Popup Header Styling Classes */
.emrWebPopupHeader {
    display: flex;
    justify-content: space-between;
    padding: 7px;
    align-items: center;
    flex-wrap: wrap;
    background-color: #0072C5;
}
.emrWebPopupheading{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.emrWebModalPopupHeading{
    color:#fff;
    font-size:17px;
    font-weight: normal;
}

.emrWebIconsBlock {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.emrWebMoreOptionsthreeDotsClass{
    height: 18px;
    width: 18px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256' viewBox='0 0 256 256'%3E%3Cpath fill='currentColor' d='M128 96a32 32 0 1 0 32 32a32 32 0 0 0-32-32Zm0 40a8 8 0 1 1 8-8a8 8 0 0 1-8 8Zm80-40a32 32 0 1 0 32 32a32 32 0 0 0-32-32Zm0 40a8 8 0 1 1 8-8a8 8 0 0 1-8 8ZM48 96a32 32 0 1 0 32 32a32 32 0 0 0-32-32Zm0 40a8 8 0 1 1 8-8a8 8 0 0 1-8 8Z'/%3E%3C/svg%3E") center / cover no-repeat;
    cursor: pointer;
    display: block;
    position: relative;
}
.emrWebCheckBoxFlexClass{
    display:flex;
    align-items: center;
    gap:5px;
}
.emrWebCheckBoxFlexClass label{
    margin: 0px !important;
    padding:0px !important;
}
.emrWebCheckBoxFlexClass input[type="checkbox"]{
    margin: 0px !important;
    padding:0px !important;
}

.emrWebMainDivClass{
    height: calc(100vh - 100px);
    overflow-y: auto;
    min-height: 50vh;
    scrollbar-gutter: stable;
    padding-right: 5px;
}
.emrWebMainDivClass::-webkit-scrollbar-thumb{
    background-color: #0072C5;
    border-radius: 5px;
}
.emrWebMainDivClass::-webkit-scrollbar{
    width: 5px;
}
#divPatientChart1Content,#divPatientChart2Content,#divPatientChart3Content {
    height: auto !important;
}

/* Tabs Format Sytles */
.emrWebTabTextColorClass{
    color: #787676 !important;
}
.emrWebTabsMainHeaderBlock .nav-tabs>li.active>a {
    background-color: #f7f7f7 !important;
    border-bottom: #0072c5 2px solid !important;
    border: 0px;
    color: #0072c5 !important;
}
.emrWebTabsMainHeaderBlock .nav-tabs>li>a {
    color: #787676;
}
.emrWebMainViewTabFontStyles {
    font-size: 13.3333px !important;
}
.emrWebTabsMainHeaderBlock .ion-navicon:focus{
    border: none !important;
    outline: none !important;
}
.emrWebTabsMainHeaderBlock.wrapper{
    background-color: #f7f7f7 !important;
}
.emrWebVideoTrainingIconClass{
    height: 40px;
    width: 50px;
    background:url('../../images/VideoTraining.png') center / cover no-repeat;
    cursor: pointer;
    display: block;
    position: relative;
}
/* New Popup Window Dimension Clases */
.popupDimensions90vw90vh{
    position: relative;
    margin:auto;
    width:90vw;
    height:90vh;
}
.popupDimensions90vw80vh{
    position: relative;
    margin:auto;
    width:90vw;
    height:80vh;
}
.popupDimensions90vw70vh{
    position: relative;
    margin:auto;
    width:90vw;
    height:70vh;
}
.popupDimensions80vw80vh{
    position: relative;
    margin:auto;
    width:80vw;
    height:80vh;
}
.popupDimensions80vw70vh{
    position: relative;
    margin:auto;
    width:80vw;
    height:70vh;
}
.popupDimensions80vw60vh{
    position: relative;
    margin:auto;
    width:80vw;
    height:60vh;
}
.popupDimensions70vw90vh{
    position: relative;
    margin:auto;
    width:70vw;
    height:90vh;
}
.popupDimensions70vw80vh{
    position: relative;
    margin:auto;
    width:70vw;
    height:80vh;
}
.popupDimensions70vw70vh{
    position: relative;
    margin:auto;
    width:70vw;
    height:70vh;
}
.popupDimensions70vw60vh{
    position: relative;
    margin:auto;
    width:70vw;
    height:60vh;
}

/*
To Clear ag grid trial version water mark for all aggrid we are making display none.
*/
.ag-watermark{
    display: none !important;
}

span.emr-non-existing-element-emr-web-css {
    content: "style is from emrweb.css development foundation";
}