﻿
.k-widget.k-datepicker.k-header {
    background-color: white;
}

.k-grid-content {
    cursor: pointer;
}

/* to set focused kendo element border  */
.k-dropdown-wrap.k-state-focused {
    border: 1px solid #64bdfe !important;
}

.k-widget.k-dropdown.k-header {
    background-color: none !important;
}

.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;
}



/* ###### 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;
}

@media (min-width:1700px) {
    .TextBoxWidth {
        width: 150px;
    }

    .gridImageAlign {
        text-align: center;
    }

    .gridImageAlign-right {
        text-align: right;
    }

    #content {
        min-height: 777px;
    }

        #content .content-wrapper {
            height: 860px;
        }

    .iframeHeightInPopupWithOutMarqueeTag {
        height: 685px;
        width: 100%;
    }

    .iframeHeightInPopupWithMarqueeTag {
        height: 645px;
    }

    .gridWithOutAnyRowsInPopup .k-grid-content, .iframeWithOutAnyRowsInPopup {
        height: 625px;
    }

    .gridWithOutAnyRowsInPopupViewWithIframe .k-grid-content {
        height: 650px;
    }

    .gridWithOutAnyRows .k-grid-content {
        height: 820px;
    }

    .divLogBackupMainViewHeight {
        height: 770px;
        overflow-y: auto;
        padding-right: 10px;
    }

    .iframeWithOutAnyRows {
        height: 852px;
        width: 100%;
    }

    .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;
    }

    .divDrivesInfoHeight {
        max-height: 750px;
        overflow-y: auto;
    }

    .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;
    }

    #divGrowthChartsRightSidePanel {
        height: 750px;
    }

    .gridWithTop3Rows .k-grid-content, .iframeWithTop3Rows {
        height: 670px;
    }

    .gridWithTop4Rows .k-grid-content, .iframeWithTop4Rows {
        height: 620px;
    }

    .gridWithTop5Rows .k-grid-content, .iframeWithTop5Rows {
        height: 570px;
    }

    #Container2 {
        height: 590px;
    }

    .gridViewCompletedForSelected {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 690px;
    }

    #ifrmviewcompletedforselectedandAll {
        width: 100%;
        height: 690px;
    }

    .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;
    }

    .ViewDocumnetsInfoFromPatientChartDocumentsListGrid .k-grid-content {
        height: 552px;
    }

    .FillableSelectEasyFormDocumentsListGrid .k-grid-content {
        height: 625px;
        width: 100%;
    }

    .ifrmviewInPopup {
        width: 100%;
        height: 550px;
        /*height: 690px;*/
    }

    .ifrmviewInPopupForPrint {
        width: 100%;
        /*height: 550px;*/
        height: 690px !important;
    }

    .ifrmviewInPopupWithIncresedHeight {
        width: 100%;
        height: 660px;
    }

    .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: 788px;
        width: 100%;
    }

    .InboxCoSignedDocumentsGrid {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 615px;
    }

    #divInboxHTMLTemplateViewerContainer .ifrmview {
        height: 745px;
    }

    #divFacilityHeaderCustomizationKendoEditor table.k-editor {
        height: 704px;
        border-collapse: collapse;
    }

    .divModalBodyHeight {
        height: 800px;
        overflow: auto;
    }

    .divAddPatientModalBodyHeight {
        height: 620px;
        overflow: auto;
    }

    .divNewAppointmentModalBodyHeight {
        height: 650px;
        overflow: auto;
    }
}

@media (min-width:1650px) and (max-width:1700px) {
    .TextBoxWidth {
        width: 150px;
    }

    .gridImageAlign {
        text-align: center;
    }

    .gridImageAlign-right {
        text-align: right;
    }

    #content {
        min-height: 920px;
    }

        #content .content-wrapper {
            height: 825px;
        }

    .iframeHeightInPopupWithMarqueeTag {
        height: 605px;
    }

    .iframeHeightInPopupWithOutMarqueeTag {
        height: 645px;
        width: 100%;
    }

    .gridWithOutAnyRowsInPopup .k-grid-content, .iframeWithOutAnyRowsInPopup {
        height: 585px;
    }

    .gridWithOutAnyRowsInPopupViewWithIframe .k-grid-content {
        height: 610px;
    }

    .iframeWithOutAnyRows {
        height: 760px;
    }

    .divLogBackupMainViewHeight {
        height: 740px;
        overflow-y: auto;
        padding-right: 10px;
    }

    .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;
    }

    .divDrivesInfoHeight {
        max-height: 715px;
        overflow-y: auto;
    }

    .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;
    }

    #Container2 {
        height: 590px;
    }

    .gridViewCompletedForSelected {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 650px;
    }

    #ifrmviewcompletedforselectedandAll {
        width: 100%;
        height: 650px;
    }

    .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;
    }

    .ViewDocumnetsInfoFromPatientChartDocumentsListGrid .k-grid-content {
        height: 552px;
    }

    .FillableSelectEasyFormDocumentsListGrid .k-grid-content {
        height: 585px;
        width: 100%;
    }

    .ifrmviewInPopup {
        width: 100%;
        height: 550px;
    }

    .ifrmviewInPopupWithIncresedHeight {
        width: 100%;
        height: 560px;
    }

    .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 {
        height: 788px;
        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) {
    .TextBoxWidth {
        width: 150px;
    }

    .gridImageAlign {
        text-align: center;
    }

    .gridImageAlign-right {
        text-align: right;
    }

    #content {
        min-height: 770px;
    }

        #content .content-wrapper {
            height: 675px;
        }

    .iframeHeightInPopupWithMarqueeTag {
        height: 545px;
    }

    .divLogBackupMainViewHeight {
        height: 600px;
        overflow-y: auto;
        padding-right: 10px;
    }

    .iframeHeightInPopupWithOutMarqueeTag {
        height: 585px;
        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;
    }


    .divDrivesInfoHeight {
        max-height: 565px;
        overflow-y: auto;
    }

    .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;
    }

    #Container2 {
        height: 590px;
    }

    .gridViewCompletedForSelected {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 530px;
    }

    #ifrmviewcompletedforselectedandAll {
        width: 100%;
        height: 530px;
    }

    .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;
    }

    .ViewDocumnetsInfoFromPatientChartDocumentsListGrid .k-grid-content {
        height: 500px;
    }

    .FillableSelectEasyFormDocumentsListGrid .k-grid-content {
        height: 527px;
        width: 100%;
    }

    .ifrmviewInPopup {
        width: 100%;
        height: 500px;
    }

    .ifrmviewInPopupWithIncresedHeight {
        width: 100%;
        height: 500px;
    }

    .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:1600px) and (max-width:1650px) and (max-height: 1300px) and (min-height:1000px) {
    .TextBoxWidth {
        width: 150px;
    }

    .gridImageAlign {
        text-align: center;
    }

    .gridImageAlign-right {
        text-align: right;
    }

    #content {
        min-height: 770px;
    }

        #content .content-wrapper {
            height: 675px;
        }

    .iframeHeightInPopupWithMarqueeTag {
        height: 545px;
    }

    .iframeHeightInPopupWithOutMarqueeTag {
        height: 585px;
        width: 100%;
    }

    .divLogBackupMainViewHeight {
        height: 600px;
        overflow-y: auto;
        padding-right: 10px;
    }

    .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: 585px;
    }

    .gridWithTop2Rows .k-grid-content, .iframeWithTop2Rows {
        height: 934px;
    }

    .k-upload-files {
        max-height: 944px;
        overflow: auto;
    }

    .IframeWithTop1Row {
        height: 565px;
    }

    .divDrivesInfoHeight {
        max-height: 565px;
        overflow-y: auto;
    }

    .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;
    }

    #Container2 {
        height: 590px;
    }

    .gridViewCompletedForSelected {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 530px;
    }

    #ifrmviewcompletedforselectedandAll {
        width: 100%;
        height: 530px;
    }

    .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;
    }

    .ViewDocumnetsInfoFromPatientChartDocumentsListGrid .k-grid-content {
        height: 500px;
    }

    .FillableSelectEasyFormDocumentsListGrid .k-grid-content {
        height: 600px;
        width: 100%;
    }

    .ifrmviewInPopup {
        width: 100%;
        height: 500px;
    }

    .ifrmviewInPopupWithIncresedHeight {
        width: 100%;
        height: 500px;
    }

    .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) {
    .TextBoxWidth {
        width: 150px;
    }

    .gridImageAlign {
        text-align: center;
    }

    .gridImageAlign-right {
        text-align: right;
    }

    #content {
        min-height: 770px;
    }

        #content .content-wrapper {
            height: 675px;
        }

    .divLogBackupMainViewHeight {
        height: 600px;
        overflow-y: auto;
        padding-right: 10px;
    }

    .iframeHeightInPopupWithMarqueeTag {
        height: 555px;
    }

    .iframeHeightInPopupWithOutMarqueeTag {
        height: 595px;
        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;
    }

    .divDrivesInfoHeight {
        max-height: 565px;
        overflow-y: auto;
    }

    .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;
    }


    #Container2 {
        height: 460px;
    }

    .gridViewCompletedForSelected {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 530px;
    }

    #ifrmviewcompletedforselectedandAll {
        width: 100%;
        height: 530px;
    }

    .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;
    }

    .ViewDocumnetsInfoFromPatientChartDocumentsListGrid .k-grid-content {
        height: 470px;
    }

    .FillableSelectEasyFormDocumentsListGrid .k-grid-content {
        height: 535px;
        width: 100%;
    }

    .ifrmviewInPopup {
        width: 100%;
        height: 470px;
    }

    .ifrmviewInPopupWithIncresedHeight {
        width: 100%;
        height: 470px;
    }

    .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: 740px;
        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;
    }
}

@media (min-width:1300px) and (max-width:1370px) {
    #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;
    }

    .divLogBackupMainViewHeight {
        height: 550px;
        overflow-y: auto;
        padding-right: 10px;
    }

    #content {
        /*min-height: 740px;*/
    }

        #content .content-wrapper {
            height: 645px;
        }

    .iframeHeightInPopupWithMarqueeTag {
        height: 525px;
    }

    .iframeHeightInPopupWithOutMarqueeTag {
        height: 565px;
        width: 100%;
    }

    .gridWithOutAnyRowsInPopup .k-grid-content, .iframeWithOutAnyRowsInPopup {
        height: 505px;
    }

    .gridWithOutAnyRowsInPopupViewWithIframe .k-grid-content {
        height: 530px;
    }

    .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;
    }

    .divDrivesInfoHeight {
        max-height: 715px;
        overflow-y: auto;
    }

    .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;
    }

    .gridViewCompletedForSelected {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 440px;
    }

    #ifrmviewcompletedforselectedandAll {
        width: 100%;
        height: 440px;
    }

    .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;
    }

    .ViewDocumnetsInfoFromPatientChartDocumentsListGrid .k-grid-content {
        height: 410px;
    }

    .FillableSelectEasyFormDocumentsListGrid .k-grid-content {
        height: 525px;
        width: 100%;
    }

    .ifrmviewInPopup {
        width: 100%;
        height: 410px;
    }

    .ifrmviewInPopupWithIncresedHeight {
        width: 100%;
        height: 620px;
    }

    .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;
    }

    .divLogBackupMainViewHeight {
        height: 550px;
        overflow-y: auto;
        padding-right: 10px;
    }

    #content {
        min-height: 650px;
    }

        #content .content-wrapper {
            height: 645px;
        }

    .iframeHeightInPopupWithMarqueeTag {
        height: 525px;
    }

    .iframeHeightInPopupWithOutMarqueeTag {
        height: 565px;
        width: 100%;
    }

    .gridWithOutAnyRowsInPopup .k-grid-content, .iframeWithOutAnyRowsInPopup {
        height: 505px;
    }

    .gridWithOutAnyRowsInPopupViewWithIframe .k-grid-content {
        height: 530px;
    }

    .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;
    }

    .divDrivesInfoHeight {
        max-height: 715px;
        overflow-y: auto;
    }

    .schedulerWithTop2Rows {
        height: 695px;
    }

    .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;
    }

    .gridViewCompletedForSelected {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 440px;
    }

    #ifrmviewcompletedforselectedandAll {
        width: 100%;
        height: 440px;
    }

    .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;
    }

    .ViewDocumnetsInfoFromPatientChartDocumentsListGrid .k-grid-content {
        height: 400px;
    }

    .FillableSelectEasyFormDocumentsListGrid .k-grid-content {
        height: 505px;
        width: 100%;
    }

    .ifrmviewInPopup {
        width: 100%;
        height: 400px;
    }

    .ifrmviewInPopupWithIncresedHeight {
        width: 100%;
        height: 620px;
    }

    .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:1160px) and (max-width:1299px) {
    #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: 900px;*/
    }

    .divLogBackupMainViewHeight {
        height: 680px;
        overflow-y: auto;
        padding-right: 10px;
    }

    #content .content-wrapper {
        height: 805px;
    }

    .iframeHeightInPopupWithMarqueeTag {
        height: 685px;
    }

    .iframeHeightInPopupWithOutMarqueeTag {
        height: 720px;
        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;
    }

    .divDrivesInfoHeight {
        max-height: 695px;
        overflow-y: auto;
    }

    .schedulerWithTop2Rows {
        height: 695px;
    }

    .MessagesMainViegridWithTop2Rows .k-grid-content {
        height: 665px;
    }

    .divMessagesMainViewKendoEditor table.k-editor {
        height: 760px;
        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;
    }


    #Container2 {
        height: 440px;
    }

    .gridViewCompletedForSelected {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 580px;
    }

    #ifrmviewcompletedforselectedandAll {
        width: 100%;
        height: 580px;
    }

    .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;
    }

    .ViewDocumnetsInfoFromPatientChartDocumentsListGrid .k-grid-content {
        height: 590px;
    }

    .FillableSelectEasyFormDocumentsListGrid .k-grid-content {
        height: 658px;
        width: 100%;
    }

    .ifrmviewInPopup {
        width: 100%;
        height: 590px;
    }

    .ifrmviewInPopupWithIncresedHeight {
        width: 100%;
        height: 590px;
    }

    .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:1030px) and (max-width:1160px) {
    #notesEditor table.k-editor {
        height: 400px !important;
        /*background : linear-gradient(#5B6479,#4C5566);*/
    }

    .TextBoxWidth {
        width: 120px;
    }

    .gridImageAlign {
        text-align: center;
    }

    .gridImageAlign-right {
        text-align: right;
    }

    .divLogBackupMainViewHeight {
        height: 550px;
        overflow-y: auto;
        padding-right: 10px;
    }

    #content {
        /*min-height: 740px;*/
    }

        #content .content-wrapper {
            height: 645px;
        }

    .iframeHeightInPopupWithMarqueeTag {
        height: 590px;
    }

    .iframeHeightInPopupWithOutMarqueeTag {
        height: 630px;
        width: 100%;
    }

    .gridWithOutAnyRowsInPopup .k-grid-content, .iframeWithOutAnyRowsInPopup {
        height: 425px;
    }

    .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: 535px;
    }

    .divDrivesInfoHeight {
        max-height: 535px;
        overflow-y: auto;
    }

    .schedulerWithTop2Rows {
        height: 535px;
    }

    .MessagesMainViegridWithTop2Rows .k-grid-content {
        height: 505px;
    }

    .divMessagesMainViewKendoEditor table.k-editor {
        height: 571px;
        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;
    }

    #Container2 {
        height: 440px;
    }

    .gridViewCompletedForSelected {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 440px;
    }

    #ifrmviewcompletedforselectedandAll {
        width: 100%;
        height: 440px;
    }

    .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;
    }

    .ViewDocumnetsInfoFromPatientChartDocumentsListGrid .k-grid-content {
        height: 500px;
        width: 100%;
    }

    .FillableSelectEasyFormDocumentsListGrid .k-grid-content {
        height: 570px;
        width: 100%;
    }

    .ifrmviewInPopup {
        width: 100%;
        height: 500px;
    }

    .ifrmviewInPopupWithIncresedHeight {
        width: 100%;
        height: 500px;
    }

    .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;
    }

    .divLogBackupMainViewHeight {
        height: 550px;
        overflow-y: auto;
        padding-right: 10px;
    }

    #divFacilityHeaderCustomizationKendoEditor table.k-editor {
        height: 349px;
        border-collapse: collapse;
    }

    .gridWithOutAnyRows .k-grid-conten {
        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%;
    }*/
    .divLogBackupMainViewHeight {
        height: 550px;
        overflow-y: auto;
        padding-right: 10px;
    }

    #divFacilityHeaderCustomizationKendoEditor table.k-editor {
        height: 389px;
        border-collapse: collapse;
    }

    .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: 640px;*/
    }

    .divLogBackupMainViewHeight {
        height: 550px;
        overflow-y: auto;
        padding-right: 10px;
    }

    #content .content-wrapper {
        height: 545px;
    }

    .iframeHeightInPopupWithMarqueeTag {
        height: 520px;
    }

    .iframeHeightInPopupWithOutMarqueeTag {
        height: 560px;
        width: 100%;
    }

    .gridWithOutAnyRowsInPopup .k-grid-content, .iframeWithOutAnyRowsInPopup {
        height: 365px;
    }

    .gridWithOutAnyRowsInPopupViewWithIframe .k-grid-content {
        height: 390px;
    }

    .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;
    }

    .divDrivesInfoHeight {
        max-height: 450px;
        overflow-y: auto;
    }

    .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;
    }


    #Container2 {
        height: 455px;
    }

    .gridViewCompletedForSelected {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 435px;
    }

    #ifrmviewcompletedforselectedandAll {
        width: 100%;
        height: 435px;
    }

    .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;
    }

    #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: 430px;
    }

    .ifrmviewInPopupWithIncresedHeight {
        width: 100%;
        height: 630px;
    }

    .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: 550px;
        overflow: auto;
    }

    .divAddPatientModalBodyHeight {
        height: 550px;
        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) {
    .InboxUnsignedLabResultsGridWithTop3rows .k-grid-content {
        height: 480px;
    }

    #divFacilityHeaderCustomizationKendoEditor table.k-editor {
        height: 550px;
        border-collapse: collapse;
    }
}

@media (min-width:601px) and (max-width:640px) {
    .InboxUnsignedLabResultsGridWithTop3rows .k-grid-content {
        height: 460px;
    }
}

@media (min-width:640px) and (max-width:700px) {
    .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) {

    .TextBoxWidth {
        width: 120px;
    }

    .gridImageAlign {
        text-align: left;
    }

    .gridImageAlign-right {
        text-align: left;
    }

    #Container2 {
        height: 455px;
    }

    .divLogBackupMainViewHeight {
        height: 550px;
        overflow-y: auto;
        padding-right: 10px;
    }

    #content {
        /*min-height: 966px;*/
    }

        #content .content-wrapper {
            height: 866px;
        }

    .iframeHeightInPopupWithMarqueeTag {
        height: 420px;
    }

    .iframeHeightInPopupWithOutMarqueeTag {
        height: 450px;
        width: 100%;
    }

    .gridWithOutAnyRowsInPopup .k-grid-content, .iframeWithOutAnyRowsInPopup {
        height: 655px;
    }

    .gridWithOutAnyRowsInPopupViewWithIframe .k-grid-content {
        height: 680px;
    }

    .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;
    }

    .divDrivesInfoHeight {
        max-height: 525px;
        overflow-y: auto;
    }

    .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;
    }

    .gridViewCompletedForSelected {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 455px;
    }

    #ifrmviewcompletedforselectedandAll {
        width: 100%;
        height: 455px;
    }

    .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;
    }

    #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;
    }

    .ifrmviewInPopupWithIncresedHeight {
        width: 100%;
        height: 630px;
    }

    .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;
    }

    .divLogBackupMainViewHeight {
        height: 550px;
        overflow-y: auto;
        padding-right: 10px;
    }

    #content {
        /*min-height: 800px;*/
    }

        #content .content-wrapper {
            height: 705px;
        }

    .iframeHeightInPopupWithMarqueeTag {
        height: 415px;
    }

    .iframeHeightInPopupWithOutMarqueeTag {
        height: 455px;
        width: 100%;
    }

    .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;
    }

    .divDrivesInfoHeight {
        max-height: 440px;
        overflow-y: auto;
    }

    .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;
    }

    #Container2 {
        height: 455px;
    }

    .gridViewCompletedForSelected {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 455px;
    }

    #ifrmviewcompletedforselectedandAll {
        width: 100%;
        height: 455px;
    }

    .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;
    }

    #viewDocumentsViewerFromPatientChart {
        height: 470px;
        width: 100%;
    }
    /*.ViewDocumnetsInfoFromPatientChartDocumentsListGrid .k-grid-content {
            height: 430px;
            width:100%;
        }*/
    .ifrmviewInPopup {
        width: 100%;
        height: 430px;
    }

    .ifrmviewInPopupWithIncresedHeight {
        width: 100%;
        height: 550px;
    }

    .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) {
    #notesEditor table.k-editor {
        height: 250px !important;
        /*background : linear-gradient(#5B6479,#4C5566);*/
    }

    .TextBoxWidth {
        width: 120px;
    }

    #content {
        /*min-height: 980px;*/
    }

    .divLogBackupMainViewHeight {
        height: 550px;
        overflow-y: auto;
        padding-right: 10px;
    }

    #content .content-wrapper {
        height: 880px;
    }

    .iframeHeightInPopupWithMarqueeTag {
        height: 285px;
    }

    .iframeHeightInPopupWithOutMarqueeTag {
        height: 325px;
        width: 100%;
    }

    .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;
    }

    .divDrivesInfoHeight {
        max-height: 470px;
        overflow-y: auto;
    }

    .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;
    }

    #Container2 {
        height: 455px;
    }

    .gridViewCompletedForSelected {
        border: 1px solid rgb(212,212,212);
        width: 100%;
        height: 455px;
    }

    #ifrmviewcompletedforselectedandAll {
        width: 100%;
        height: 455px;
    }

    .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;
    }

    #viewDocumentsViewerFromPatientChart {
        height: 470px;
        width: 100%;
    }
    /*.ViewDocumnetsInfoFromPatientChartDocumentsListGrid .k-grid-content {
            height: 430px;
            width:100%;
        }*/
    .ifrmviewInPopup {
        width: 100%;
        height: 430px;
    }

    .ifrmviewInPopupWithIncresedHeight {
        width: 100%;
        height: 530px;
    }

    .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: 600px;
        overflow: auto;
    }

    .divNewAppointmentModalBodyHeight {
        height: 600px;
        overflow: auto;
    }
}

@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;
    }
}


.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;
}

.labsFontStyle {
    font-family: 'Courier New';
    font-size: 8.25pt;
}


/*******************************/
ul.k-menu-vertical > .k-item {
    margin-top: 5px;
    color: black;
    height: 32px;
    /*width:320px;*/
    /*padding:5px;*/
    padding-top: 7px;
    margin-bottom: 5px;
}

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: 15px;
    /*font-weight: 500;*/
    font-family: 'Source Sans Pro', 'Helvetica Neue', Arial;
}


.mandatory {
    color: red;
    padding-right: 2px;
}

.SubHeadings {
    font-size: 20px;
    padding-top: 15px;
    color: #5f5959;
}

.ModalPopupHeadings {
    font-size: 18px;
    padding-top: 15px;
    color: white;
    font-weight: normal;
    /*vertical-align:text-bottom;*/
}

.ModalPopupHeadings1 {
    font-size: 18px;
    padding-top: 15px;
    color: #5f5959;
}

.ModalPopupHeadings2 {
    font-size: 18px;
    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: 30px;
        overflow-y: auto;
        height: auto !important;
        overflow: hidden;
        list-style: none;
    }

        .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: 220px !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;
}

.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;
}

.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;
}

.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;*/
}

.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;*/
}

.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%;
}

.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%;
}

.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%;
}

.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%;
}

.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%;
}

.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;
}

.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;
}

.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%;
}


.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;*/
}


.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;*/
}

.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;*/
}

.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;*/
}

.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;*/
}

.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;*/
}

.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;*/
}

.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/comments-32-1.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
    /*padding-bottom: 15px;*/
}


.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%;
}


@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%;
    }
}



.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;
}

/*********************  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: 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;
    }

    .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;
    }

    .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:992px) {
    .visibleAtMobile {
        display: none;
    }

    .hideAtMobile {
        display: normal;
    }

    .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;
}

.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*/
}

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;
    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;
    display: inline-flexbox !important; /*for mobiles and ipads*/
}


.k-safari .k-editor-toolbar li {
    display: inline-flex !important;
    display: inline-flexbox !important; /*for mobiles and ipads*/
}

.k-webkit .k-editor-toolbar li {
    display: inline-flex !important; /*for desktops*/
    display: inline-flexbox !important; /*for mobiles and ipads*/
}

@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;*/
        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: 14px !important;
    font-weight: normal !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: normal !important;
    background-color: white !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%;
}

.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%;
}

@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;
    }
}



.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;
}


/*




.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, .k-grid-header {
    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;
}


/*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;
}


/* 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.5); /*dim the background*/
}

.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%;
}
.ExporttoPDFIconInBlack {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url('../../images/index.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 25px;
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }

    .lg {
        width: 900px;
    }
    /*EMR STYLE BY GEORGE BLOCK START*/
    .modal-vlg {
        width: 950px;
    }

    .vlg {
        width: 950px;
    }
    /*EMR STYLE BY GEORGE BLOCK END*/

    /*EMR STYLE BY GEORGE BLOCK START*/
    .modal-md {
        width: 500px;
    }

    .md {
        width: 500px;
    }
    /*EMR STYLE BY GEORGE BLOCK END*/
    .modal-xlg {
        width: 950px;
    }

    .modal-lmd {
        width: 600px;
    }

    .lmd {
        width: 600px;
    }

    .modal-340px {
        width: 340px;
    }

    .modal-360px {
        width: 360px;
    }

    .modal-380px {
        width: 380px;
    }

    .modal-400px {
        width: 400px;
    }

    .modal-420px {
        width: 420px;
    }

    .modal-440px {
        width: 440px;
    }

    .modal-460px {
        width: 460px;
    }

    .modal-480px {
        width: 480px;
    }

    .modal-500px {
        width: 500px;
    }

    .modal-520px {
        width: 520px;
    }

    .modal-540px {
        width: 540px;
    }

    .modal-560px {
        width: 560px;
    }

    .modal-580px {
        width: 580px;
    }

    .modal-600px {
        width: 600px;
    }

    .modal-620px {
        width: 620px;
    }

    .modal-640px {
        width: 640px;
    }

    .modal-660px {
        width: 660px;
    }

    .modal-680px {
        width: 680px;
    }

    .modal-700px {
        width: 700px;
    }

    .modal-720px {
        width: 720px;
    }

    .modal-740px {
        width: 740px;
    }

    .modal-760px {
        width: 760px;
    }

    .modal-780px {
        width: 780px;
    }

    .modal-800px {
        width: 800px;
    }

    .modal-820px {
        width: 820px;
    }

    .modal-840px {
        width: 840px;
    }

    .modal-860px {
        width: 860px;
    }

    .modal-880px {
        width: 880px;
    }

    .modal-900px {
        width: 900px;
    }

    .modal-920px {
        width: 920px;
    }

    .modal-940px {
        width: 940px;
    }

    .modal-960px {
        width: 960px;
    }

    .modal-980px {
        width: 980px;
    }

    .modal-1000px {
        width: 1000px;
    }

    .modal-1005px {
        width: 1005px;
    }

    .modal-1020px {
        width: 1020px;
    }

    .modal-1040px {
        width: 1040px;
    }

    .modal-1060px {
        width: 1060px;
    }

    .modal-1080px {
        width: 1080px;
    }

    .modal-1100px {
        width: 1100px;
    }

    .modal-1120px {
        width: 1120px;
    }

    .modal-1140px {
        width: 1140px;
    }

    .modal-1160px {
        width: 1160px;
    }

    .modal-1180px {
        width: 1180px;
    }

    .modal-1200px {
        width: 1200px;
    }

    .modal-1220px {
        width: 1220px;
    }

    .modal-1240px {
        width: 1240px;
    }

    .modal-1260px {
        width: 1260px;
    }

    .modal-1280px {
        width: 1280px;
    }

    .modal-1300px {
        width: 1300px;
    }

    .modal-1320px {
        width: 1320px;
    }

    .modal-1340px {
        width: 1340px;
    }

    .modal-1360px {
        width: 1360px;
    }

    .modal-1380px {
        width: 1380px;
    }

    .modal-1400px {
        width: 1400px;
    }

    .modal-1420px {
        width: 1420px;
    }

    .modal-1440px {
        width: 1440px;
    }

    .modal-1460px {
        width: 1460px;
    }

    .modal-1480px {
        width: 1480px;
    }

    .modal-1500px {
        width: 1500px;
    }

    .modal-1520px {
        width: 1520px;
    }

    .modal-1540px {
        width: 1540px;
    }

    .modal-1560px {
        width: 1560px;
    }

    .modal-1580px {
        width: 1580px;
    }

    .modal-1600px {
        width: 1600px;
    }

    .modal-1620px {
        width: 1620px;
    }

    .modal-1640px {
        width: 1640px;
    }

    .modal-1660px {
        width: 1660px;
    }

    .modal-1680px {
        width: 1680px;
    }

    .modal-1700px {
        width: 1700px;
    }

    .modal-1720px {
        width: 1720px;
    }

    .modal-1740px {
        width: 1740px;
    }

    .modal-1760px {
        width: 1760px;
    }

    .modal-1780px {
        width: 1780px;
    }

    .modal-1800px {
        width: 1800px;
    }

    .modal-1820px {
        width: 1820px;
    }

    .modal-1840px {
        width: 1840px;
    }

    .modal-1860px {
        width: 1860px;
    }

    .modal-1880px {
        width: 1880px;
    }

    .modal-1900px {
        width: 1900px;
    }

    .modal-1920px {
        width: 1920px;
    }

    .modal-1940px {
        width: 1940px;
    }

    .modal-1960px {
        width: 1960px;
    }

    .modal-1980px {
        width: 1980px;
    }

    .modal-2000px {
        width: 2000px;
    }

    .modal-2020px {
        width: 2020px;
    }

    .modal-2040px {
        width: 2040px;
    }

    .modal-2060px {
        width: 2060px;
    }

    .modal-2080px {
        width: 2080px;
    }

    .modal-2100px {
        width: 2100px;
    }

    .modal-2120px {
        width: 2120px;
    }

    .modal-2140px {
        width: 2140px;
    }

    .modal-2160px {
        width: 2160px;
    }

    .modal-2180px {
        width: 2180px;
    }

    .modal-2200px {
        width: 2200px;
    }

    .modal-2220px {
        width: 2220px;
    }

    .modal-2240px {
        width: 2240px;
    }

    .modal-2260px {
        width: 2260px;
    }

    .modal-2280px {
        width: 2280px;
    }

    .modal-2300px {
        width: 2300px;
    }

    .modal-2320px {
        width: 2320px;
    }

    .modal-2340px {
        width: 2340px;
    }

    .modal-2360px {
        width: 2360px;
    }

    .modal-2380px {
        width: 2380px;
    }

    .modal-2400px {
        width: 2400px;
    }
}