﻿body {
    width: 100%;
}

@media screen and (max-width: 1365px) {
    body {
        width: 1366px;
        height: 100%;
        overflow: auto !important;
    }


    #divErrorReport body {
        width: 100% !important;
    }
}

scrollbar[orient="vertical"] scrollbarbutton,
scrollbar[orient="vertical"] slider,
scrollbar[orient="horizontal"] scrollbarbutton,
scrollbar[orient="horizontal"] slider {
    height: 40px !important;
    width: 40px !important;
}

/*@-moz-document url-prefix(http: //),url-prefix(https://) {
    scrollbar {
        -moz-appearance: none !important;
        background: rgb(0, 255, 0) !important;
    }

    thumb,
    scrollbarbutton {
        -moz-appearance: none !important;
        background-color: rgb(0, 0, 255) !important;
    }

        thumb:hover,
        scrollbarbutton:hover {
            -moz-appearance: none !important;
            background-color: rgb(255, 0, 0) !important;
        }

    scrollbarbutton {
        display: none !important;
    }

    scrollbar[orient="vertical"] {
        min-width: 15px !important;
    }
}*/
/*-----------main CSS Change----------------*/

.row.cells12.marginL10 > .cell {
    margin-left: 10px;
}

    .row.cells12.marginL10 > .cell:first-child {
        margin-left: 0;
    }

    .row.cells12.marginL10 > .cell.colspan1 {
        width: calc(8.3333% - 10px);
    }

    .row.cells12.marginL10 > .cell.colspan2 {
        width: calc(16.6666% - 10px);
    }

    .row.cells12.marginL10 > .cell.colspan3 {
        width: calc(25% - 10px);
    }

    .row.cells12.marginL10 > .cell.colspan4 {
        width: calc(33.3333% - 10px);
    }

    .row.cells12.marginL10 > .cell.colspan5 {
        width: calc(41.6666% - 10px);
    }

    .row.cells12.marginL10 > .cell.colspan6 {
        width: calc(50% - 10px);
    }

    .row.cells12.marginL10 > .cell.colspan7 {
        width: calc(58.3333% - 10px);
    }

    .row.cells12.marginL10 > .cell.colspan8 {
        width: calc(66.6666% - 10px);
    }

    .row.cells12.marginL10 > .cell.colspan9 {
        width: calc(75% - 10px);
    }

    .row.cells12.marginL10 > .cell.colspan10 {
        width: calc(83.3333% - 10px);
    }

    .row.cells12.marginL10 > .cell.colspan11 {
        width: calc(91.6666% - 10px);
    }

    .row.cells12.marginL10 > .cell.colspan12 {
        width: calc(100% - 10px);
    }
/* for last child margin*/
/*.row.cells12.marginL10 > .cell [class~="colspan1"]:last-child{
        width: 8.3333%;
    }  

    .row.cells12.marginL10 > .cell [class~="colspan2"]:last-child{
        width: 16.6666%;
    }

    .row.cells12.marginL10 > .cell [class~="colspan3"]:last-child{
        width: 25%;
    }

    .row.cells12.marginL10 > .cell [class~="colspan4"]:last-child{
        width: 33.3333%;
    }

    .row.cells12.marginL10 > .cell [class~="colspan5"]:last-child{
        width: 41.6666%;
    }

    .row.cells12.marginL10 > .cell [class~="colspan6"]:last-child{
        width: 50%;
    }

     .row.cells12.marginL10 > .cell [class~="colspan7"]:last-child{
        width: 58.3333%;
    }

     .row.cells12.marginL10 > .cell [class~="colspan8"]:last-child{
        width: 66.6666%;
    }

     .row.cells12.marginL10 > .cell [class~="colspan9"]:last-child{
        width: 75%;
    }

     .row.cells12.marginL10 > .cell [class~="colspan10"]:last-child{
        width: 83.3333%;
    }

    .row.cells12.marginL10 > .cell [class~="colspan11"]:last-child{
        width: 91.6666%;
    }

   .row.cells12.marginL10 > .cell [class~="colspan12"]:last-child{
        width: 100%;
    }*/

.row.cells12.marginL10 > [class~="colspan1"]:last-child {
    width: 8.3333%;
}

.row.cells12.marginL10 > [class~="colspan2"]:last-child {
    width: 16.6666%;
}

.row.cells12.marginL10 > [class~="colspan3"]:last-child {
    width: 25%;
}

.row.cells12.marginL10 > [class~="colspan4"]:last-child {
    width: 33.3333%;
}

.row.cells12.marginL10 > [class~="colspan5"]:last-child {
    width: 41.6666%;
}

.row.cells12.marginL10 > [class~="colspan6"]:last-child {
    width: 50%;
}

.row.cells12.marginL10 > [class~="colspan7"]:last-child {
    width: 58.3333%;
}

.row.cells12.marginL10 > [class~="colspan8"]:last-child {
    width: 66.6666%;
}

.row.cells12.marginL10 > [class~="colspan9"]:last-child {
    width: 75%;
}

.row.cells12.marginL10 > [class~="colspan10"]:last-child {
    width: 83.3333%;
}

.row.cells12.marginL10 > [class~="colspan11"]:last-child {
    width: 91.6666%;
}

.row.cells12.marginL10 > [class~="colspan12"]:last-child {
    width: 100%;
}
/*@media screen and (max-width : 1365px) and (min-width : 1080px) {

    .row.cells12.patientShortInfo > .cell:nth-child(4) {
        width: calc(18.6666% - 10px);
    }

    .row.cells12.patientShortInfo > .cell:nth-child(5) {
        width: calc(7.3333% - 10px);
    }

    .row.cells12.patientShortInfo > .cell {
        margin-left: 7PX;
    }

        .row.cells12.patientShortInfo > .cell:first-child {
            margin-left: 0;
        }
}*/
/*@media screen and (max-width : 1361px) {

    .fixWidth {
       
    }
    .scrollDiv{
       overflow:auto;
       height:calc(100% - 1.25rem);
    }

    .row.cells12.fixWidth > .cell.colspan1 .box {
        width: 111px;
    }

    .row.cells12.fixWidth > .cell.colspan2  .box{
        width: 233px;
    }

    .row.cells12.fixWidth > .cell.colspan3  .box{
        width: 327px;
    }

    .row.cells12.fixWidth > .cell.colspan6 .box {
        width: 653px;
    }

    .row.cells12.fixWidth > .cell.colspan9 .box {
        width: 1005px;
    }

    .row.cells12.fixWidth > .cell :first-child .box {
       margin-left:0;
    }
}

.row.cells12.patientShortInfo > .cell:last-child {
            margin-left: 0;
}*/

.frames #schedular-task,
.frames #Appontments {
    top: 2rem;
    position: absolute;
}

.tabcontrol .frames .frame {
    font-size: 0.75rem;
}

.display-inline-block {
    display: inline-block !important;
}

.display-none {
    display: none;
}

.paddingTB5 tr td {
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
}

.padding-top35 {
    padding-top: 35px;
}
/*.borderBottom tr td {
    border-bottom: 1px solid #d1d1d1;
}*/

td.bdrBottom0 {
    border-bottom: none !important;
}

.tablesorter1 tr.violet {
    border-left: 5px solid #9d9dff;
    height: 40px;
}

.tablesorter1 tr.lightorange {
    border-left: 5px solid #d5aa75;
}

.tablesorter1 tr.pink {
    border-left: 5px solid #e197fa;
}

.tablesorter1 td {
    padding-left: 0.3rem;
}

.tablesorter .filtered {
    display: none;
}

h3 a.link-filter {
    font-size: 0.7rem;
}

.smallloader {
    background-image: url('../../Images/loader2_1.gif') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    z-index: 999 !important;
}

.summarydiv {
    overflow: auto;
    height: inherit;
    width: inherit;
    padding: 5px;
}

/* ajax error row */

.tablesorter .tablesorter-errorRow td {
    text-align: center;
    cursor: pointer;
    background-color: #e6bf99;
}

.common-header-searchDiv {
    padding: 0.938rem;
    position: absolute;
    width: 35%;
    z-index: 9002;
    background-color: #fff;
    right: 10px;
    top: 40px;
    border: 1.5px solid #cbcbcb;
    border-top: none;
    margin-bottom: 5px;
    border: 0;
    /* box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); */
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.6);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.6);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.6);
}

.metro .grid.fluid {
    width: 100%;
}

    .metro .grid.fluid .column {
        margin: 0px;
        background-color: #eeeeee;
        margin: 0% 0 0% 0.5%;
        border-radius: 3px;
        border: 1px solid #d1d1d1;
    }

    .metro .grid.fluid .row {
        margin: 0px;
        /*width:inherit;*/
        width: 100%;
        margin-top: 0px;
    }

        .metro .grid.fluid .row .span1 {
            width: 7.875% !important;
        }

        .metro .grid.fluid .row .span2 {
            width: 16.25% !important;
        }

        .metro .grid.fluid .row .span3 {
            width: 24.662% !important;
        }

        .metro .grid.fluid .row .span4 {
            width: 33% !important;
            /*width:32.667% !important*/
        }

        .metro .grid.fluid .row .span5 {
            width: 41.37% !important;
        }

        .metro .grid.fluid .row .span6 {
            width: 49.75% !important;
        }

        .metro .grid.fluid .row .span7 {
            width: 58.12% !important;
        }

        .metro .grid.fluid .row .span8 {
            width: 66.5% !important;
        }

        .metro .grid.fluid .row .span9 {
            width: 74.87% !important;
        }

        .metro .grid.fluid .row .span10 {
            width: 83.25% !important;
        }

        .metro .grid.fluid .row .span11 {
            width: 91.62% !important;
        }

        .metro .grid.fluid .row .span12 {
            width: 100% !important;
        }

        .metro .grid.fluid .row [class*="span"] {
            margin-left: 0.45%;
        }

        .metro .grid.fluid .row .span12.marL0 {
            margin-left: 0PX;
        }

        .metro .grid.fluid .row [class*="span"]:first-child {
            margin-left: 0;
        }

    .metro .grid.fluid.pt-ent .row .span1,
    .metro .grid.fluid.pt-ent .row .span2,
    .metro .grid.fluid.pt-ent .row .span3,
    .metro .grid.fluid.pt-ent .row .span4,
    .metro .grid.fluid.pt-ent .row .span6,
    .metro .grid.fluid.pt-ent .row .span8,
    .metro .grid.fluid.pt-ent .row .span9,
    .metro .grid.fluid.pt-ent .row .span10,
    .metro .grid.fluid.pt-ent .row .span11,
    .metro .grid.fluid.pt-ent .row .span12 {
        width: auto !important;
    }

.metro .pt-ent label {
    margin-right: 2px;
}

.metro .grid.fluid .row.marT1 {
    margin-top: 10px;
    width: inherit;
}

.metro .grid.fluid .row.marT05 {
    margin-top: 0.5%;
}

.metro .grid.fluid .row.marT10 {
    margin-top: 1.0%;
}

.metro .grid.fluid .row .span3.minhgt200,
.metro .grid.fluid .row .span4.minhgt200,
.metro .grid.fluid .row .span5.minhgt200 {
    height: 220px;
}

.metro .grid.fluid .row .span3.minhgt240,
.metro .grid.fluid .row .span4.minhgt240,
.metro .grid.fluid .row .span5.minhgt240 {
    height: 240px;
}

.metro .grid.fluid .row .span3.minhgt250,
.metro .grid.fluid .row .span4.minhgt250,
.metro .grid.fluid .row .span5.minhgt250 {
    height: 250px;
}

/*.metro .grid.fluid .row .group.hgt183 {
    height: 183px;
    overflow: auto;
}*/

/*.metro .grid.fluid .row .hgt400 {
    height: 28.125rem;
    overflow: auto;
}*/

.metro .grid.fluid .row .hgt15 {
    height: 15.125rem;
    overflow: auto;
}

.metro .grid.fluid .row .group.hgt135 {
    height: 135px;
    overflow: auto;
}

.metro .grid.fluid .row .group.hgt153 {
    height: 153px;
    overflow: auto;
}

.metro .grid.fluid .row .group.hgt158 {
    height: 158px;
    overflow: auto;
}

.overflow-box {
    overflow: auto;
    background-color: #fff;
    padding: 3px;
    border: 1px solid #cfcfcf;
}

.metro .grid.fluid .row .span4.minhgt210 {
    min-height: 210px;
}

.marL12 {
    margin-left: 12px !important;
}

.enctHistoryPopupFooter {
    display: inline-flex;
    list-style-type: none;
}
/*@media only screen and (max-width: 480px) {
    .col {
        margin: 1% 0 1% 0%;
    }
}

@media only screen and (max-width: 480px) {
    .metro .grid.fluid .row .span12 {
        width: 100% !important;
    }

    .metro .grid.fluid .row .span11 {
        width: 100% !important;
    }

    .metro .grid.fluid .row .span10 {
        width: 100% !important;
    }

    .metro .grid.fluid .row .span9 {
        width: 100% !important;
    }

    .metro .grid.fluid .row .span8 {
        width: 100% !important;
    }

    .metro .grid.fluid .row .span7 {
        width: 100%;
    }

    .metro .grid.fluid .row .span6 {
        width: 100% !important;
    }

    .metro .grid.fluid .row .span5 {
        width: 100% !important;
    }

    .metro .grid.fluid .row .span4 {
        width: 100%;
    }

    .metro .grid.fluid .row .span3 {
        width: 100% !important;
    }

    .metro .grid.fluid .row .span2 {
        width: 100% !important;
    }

    .metro .grid.fluid .row .span1 {
        width: 100% !important;
        float: left !important;
    }
}*/
#cell-sidebar::-webkit-scrollbar {
    width: 8px;
}

#cell-sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

#cell-sidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background-color: #0268d0;
}

.subEncounterMenu {
    list-style-type: none;
    border-right: 1px solid #014488;
    background-color: #014488 !important;
    padding-left: 0.5rem;
    padding-top: 0.2rem;
}

.main-Encounternav-ul ul {
    display: none;
}

.main-Encounternav-ul li.tap ul {
    display: block;
}

.subEncounterMenu li a {
    background-color: #014488 !important;
}

    .subEncounterMenu li a:hover {
        color: #ffffff;
        font-weight: bold;
    }

.enctPlusIcon:before {
    content: "+";
}

.enctMinuIcon:before {
    content: "-";
}

.activeEncounterBorder {
    border: 1px solid #014488 !important;
    z-index: 100 !important;
}

.AuxiliaryLabResults button.ui-multiselect span {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 8px 1px 1px;
    font-size: 0.8125rem;
}

.borderL01 {
    border-left: 1px solid #d0d0d0;
}

.textalignR {
    text-align: right;
}

ul.ribbon-right-icons-accntLedger {
    list-style: none;
}

    ul.ribbon-right-icons-accntLedger > li {
        float: left;
        text-align: center;
        width: 50%;
        padding: 0.068rem;
    }

.text-align-center {
    text-align: center;
}
/*ul.ribbon-left-icons-optical > li{
    width:32%;
}*/
ul.ribbon-right-icons-accntLedger > li {
    padding-bottom: 0.5rem; /*0.78rem;*/
}

.text-align-center {
    text-align: center;
}

.width100 {
    width: 100%;
}

ul.ribbon-right-icons-accntLedger > li span:first-child {
    line-height: 1.4rem;
}

.workQueuesQickSearchResult {
    height: 25rem;
    overflow: auto;
}

.samllScrollDiv.no-padR-medication .dataTables_scrollHeadInner {
    padding-right: 0px !important;
}
/*searchboxWitOneIcon, searchboxWitThreeIcon,*/
.DevExtremeSearchGrid.searchboxWitOneIcon .dx-item-content, .DevExtremeSearchGrid.searchboxWitThreeIcon .dx-item-content, .DevExtremeSearchGrid.searchboxWitCustmDefaultBtn .dx-item-content {
    width: 65% !important;
}

.DevExtremeSearchGrid.searchboxWitOneIcon .dx-toolbar .dx-texteditor {
    margin-top: -3.2rem;
    margin-right: 2.2rem;
}

.DevExtremeSearchGrid.searchboxWitThreeIcon .dx-toolbar .dx-texteditor {
    margin-top: -3.2rem;
    margin-right: 5.8rem;
}

.DevExtremeSearchGrid.searchboxWitCustmDefaultBtn .dx-toolbar .dx-texteditor {
    margin-top: -3.2rem;
    margin-right: 5.8rem;
}

.DevExtremeSearchGrid.searchboxWitOneIcon .dx-toolbar, .DevExtremeSearchGrid.searchboxWitThreeIcon .dx-toolbar, .DevExtremeSearchGrid.searchboxWitCustmDefaultBtn .dx-toolbar {
    position: absolute;
}

ul.ribbon-right-icons-welcomeform {
    list-style: none;
}

    ul.ribbon-right-icons-welcomeform > li {
        float: right;
        text-align: center;
        padding: 0.068rem;
        padding-bottom: 0.4rem;
        margin-right: 1.5rem;
    }

        ul.ribbon-right-icons-welcomeform > li span:first-child {
            line-height: 1.4rem;
        }

.MacOsChrome .checkmark {
    font-weight: 700 !important;
    opacity: 0.99 !important;
}

#ptExamno {
    width: 36px;
    overflow: hidden;
    display: inline-block;
    line-height: 0.7rem;
}

@media (min-device-width: 768px) and (max-device-width: 1024px) {
    /*.metro .grid.fluid .row .span1,
    .metro .grid.fluid .row .span2,
    .metro .grid.fluid .row .span3 {
        width: 49.5% !important;
        float: left !important;
    }

    .metro .grid.fluid .row .span4,
    .metro .grid.fluid .row .span5,
    .metro .grid.fluid .row .span6,
    .metro .grid.fluid .row .span7,
    .metro .grid.fluid .row .span8,
    .metro .grid.fluid .row .span9,
    .metro .grid.fluid .row .span10,
    .metro .grid.fluid .row .span11,
    .metro .grid.fluid .row .span12 {
        width: 99.5% !important;
    }*/

    .metro .grid.fluid .row [class*="span"] {
    }

    .patDetailDiv1Width {
        width: 28% !important;
    }

    .patDetailDiv2Width {
        width: 27% !important;
    }

    .patDetailDiv3Width {
        width: 45% !important;
    }

    select.drpTechWidth {
        width: 3.5rem !important;
    }

    select.drpProvWidth {
        width: 3.5rem !important;
    }

    select.drpRefPhyWidth {
        width: 3.5rem !important;
    }

    select.drpLocationWidth {
        width: 4.5rem !important;
    }

    .sideEnctSidebarLeft {
        margin-left: -12em !important;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -o-transition: 1s;
    }

    .encounterContentHt {
        height: 437px !important;
    }

    .enconterSidebarHt {
        height: 540px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .sideEnctSidebarLeft {
        margin-left: -17em !important;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -o-transition: 1s;
    }
}


.metro .grid.fluid .row .offset1 {
    margin-left: 8.510637% !important;
}

    .metro .grid.fluid .row .offset1:not(:first-child) {
        margin-left: 10.638296% !important;
    }

.metro .grid.fluid .row .offset2 {
    margin-left: 16.25% !important;
}

    .metro .grid.fluid .row .offset2:not(:first-child) {
        margin-left: 19.148933% !important;
    }

.metro .grid.fluid .row .offset3 {
    margin-left: 25.531911% !important;
}

    .metro .grid.fluid .row .offset3:not(:first-child) {
        margin-left: 27.65957% !important;
    }

.metro .grid.fluid .row .offset4 {
    margin-left: 33% !important;
}

    .metro .grid.fluid .row .offset4:not(:first-child) {
        margin-left: 36.170207% !important;
    }

.metro .grid.fluid .row .offset5 {
    margin-left: 42.553185% !important;
}

    .metro .grid.fluid .row .offset5:not(:first-child) {
        margin-left: 44.680844% !important;
    }

.metro .grid.fluid .row .offset6 {
    margin-left: 51.063822% !important;
}

    .metro .grid.fluid .row .offset6:not(:first-child) {
        margin-left: 53.191481% !important;
    }

.metro .grid.fluid .row .offset7 {
    margin-left: 59.574459% !important;
}

    .metro .grid.fluid .row .offset7:not(:first-child) {
        margin-left: 61.702118% !important;
    }

.metro .grid.fluid .row .offset8 {
    margin-left: 68.085096% !important;
}

    .metro .grid.fluid .row .offset8:not(:first-child) {
        margin-left: 70.212755% !important;
    }

.metro .grid.fluid .row .offset9 {
    margin-left: 76.595733% !important;
}

    .metro .grid.fluid .row .offset9:not(:first-child) {
        margin-left: 78.723392% !important;
    }

.metro .grid.fluid .row .offset10 {
    margin-left: 85.10637% !important;
}

    .metro .grid.fluid .row .offset10:not(:first-child) {
        margin-left: 87.234029% !important;
    }

.metro .grid.fluid .row .offset11 {
    margin-left: 93.617007% !important;
}

    .metro .grid.fluid .row .offset11:not(:first-child) {
        margin-left: 95.744666% !important;
    }

.metro .grid.fluid .row .offset12 {
    margin-left: 102.127644% !important;
}

    .metro .grid.fluid .row .offset12:not(:first-child) {
        margin-left: 104.255303% !important;
    }

.metro .grid .row [class*="span"]:first-child {
    margin-left: 0;
}

.grid .row [class*="span"] {
    float: left;
}

.wid {
    display: block;
    overflow: hidden;
}

.metro label {
    display: inline-block;
    margin: 0.160rem 0.313rem 0.140rem 0rem;
    float: left;
    color: #5c5c5c;
    letter-spacing: 0.0px;
    /* background-color: #fff; */
    text-align: right;
}

.wid label {
    width: auto !important;
    color: #000;
    text-align: left;
}

input[type=text],
input[type=url],
input[type=mail],
input[type=email],
input[type=number],
input[type=password],
input[type=search] {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #cdd1d7;
    padding: 2px;
    padding-left: 4px;
    height: 1.399rem;
}

textarea {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #cdd1d7;
}

    input[type=text]:focus,
    .dataTables_filter input:focus,
    input[type=url]:focus,
    input[type=mail]:focus,
    input[type=email]:focus,
    textarea:focus {
        border: 1px solid #4296de;
        border-radius: 3px;
        -moz-box-shadow: 0 0 4px #4296de;
        -webkit-box-shadow: 0 0 4px #4296de;
        box-shadow: 0 0 4px #4296de;
    }

select {
    width: 100%;
    border-radius: 2px;
    border: 1px solid #cdd1d7;
    padding: 0.07rem;
    padding-left: 4px;
    font-size: 0.8125rem;
    font-family: "Segoe UI", "Open Sans", sans-serif, serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #fff url(../images/Combolist_select.gif) no-repeat right 50%;
    /*background-size: 0.9rem;*/
    /*padding-right: 1.25rem !important;*/
    overflow: hidden;
    padding-right: 1.2rem;
}

    select::-ms-expand {
        display: none;
    }
/*@-moz-document url-prefix() {
    select { padding: 1px; padding-right: 20px;}
}*/
.select-wrapper {
    float: left;
    display: inline-block;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    background: #fff url(../images/Combolist_select.gif) no-repeat right 50%;
    cursor: pointer;
    margin: 0px;
}

    .select-wrapper select {
        margin: 0;
        position: relative;
        z-index: 2;
        cursor: pointer;
        outline: none;
        opacity: 0;
        /*_noFocusLine: expression(this.hideFocus=true);*/
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -khtml-opacity: 0;
        -moz-opacity: 0;
        width: 100%;
        top: -4px;
    }

    .select-wrapper .holder {
        display: block;
        margin: 0 20px 0 5px;
        overflow: hidden;
        cursor: pointer;
        position: relative;
        z-index: 0;
        top: -33px;
        height: 22px;
        word-break: break-all;
        color: #000 !important;
    }
        /*.select-wrapper #dlListFilterTransactions .holder{
    font-size:10px !important;
}*/
        .select-wrapper .holder.fg-grayLight {
            color: #aeaeae !important;
        }

    .select-wrapper, .select-wrapper select {
        /*width: 100%;
    height: 22px;
    line-height: 28px;
    margin: 0px 0px;*/
        width: 100%;
        height: 1.399rem;
        line-height: 2.09rem;
        margin: 0px 0px;
        overflow: hidden !important;
    }

        .select-wrapper, .select-wrapper select {
            text-align: left;
        }

.customizedFont .select-wrapper select, .customizedFont .select-wrapper {
    line-height: 28px !important;
}

ul.smallTabs.tabs li:first-child {
    margin-left: 10px;
}

ul.smallTabs {
    border-bottom: 0 !important;
    vertical-align: bottom !important;
    z-index: 2 !important;
    position: relative;
}

    ul.smallTabs li {
        overflow: visible !important;
        /*margin: 0 0.34rem !important;*/
        /*background-color: transparent !important;*/
        background-color: #a4a4a4 !important;
        margin: 2px 0px 0 2px !important;
        padding: 1px 12px 1px 12px !important;
        width: 49.2%;
        text-align: center;
    }

        ul.smallTabs li.ui-tabs-active {
            background-color: #f1f1f1 !important;
            border-left: 4px solid #feca3f;
            padding: 3px 10px 3px 10px !important;
            margin: 0 0 0 1px !important;
            /*border-top-left-radius: 1.2em !important;
            border-top-right-radius: 1.2em !important;*/
            /*padding: 0px 10px 0px 10px !important;*/
        }

        ul.smallTabs li:hover {
            border-top-left-radius: 0 !important;
            border-top-right-radius: 0 !important;
            border-color: none !important;
        }

        ul.smallTabs li.ui-tabs-active a {
            background-color: transparent !important;
            border: 0 !important;
            /*color: #023c76 !important;*/
            /*border-top-left-radius: 1.2em !important;
            border-top-right-radius: 1.2em !important;*/
            line-height: 1.5625rem !important;
            font-size: 0.85rem !important;
            font-weight: 700 !important;
        }

        ul.smallTabs li a {
            text-shadow: none !important;
            margin: 0px !important;
            color: #000 !important;
            font-size: 0.9rem !important;
            line-height: 1.5625rem !important;
            font-weight: 500 !important;
            border-bottom: none !important;
            float: none !important;
        }

@media screen and (min-width: 1600px) {
    ul.smallTabs li.ui-tabs-active {
        padding: 3px 15px 3px 15px !important;
    }
}

@media screen and (min-width: 1900px) {
    ul.smallTabs li {
        padding: 2px 12px 2px 12px !important;
    }

        ul.smallTabs li.ui-tabs-active {
            padding: 4px 15px 4px 15px !important;
        }
}

ul.filterList {
    list-style: none;
    display: inline-block;
    vertical-align: bottom;
    z-index: 2;
    position: relative;
    padding: 0px;
    margin: 0px;
    /*padding-top: 15px;*/
}

    ul.filterList li {
        float: left;
        display: inline;
        padding: 0rem;
        /*line-height: 1.8rem;*/
    }

        ul.filterList li:last-child {
            padding-right: 0px;
        }

        ul.filterList li:hover {
            border-radius: 1.2em;
        }

        ul.filterList li.active {
            background-color: transparent;
            border-radius: 1.2em;
            padding-top: 0;
            padding-bottom: 0;
        }

        ul.filterList li a {
            text-shadow: none;
            margin: 0px;
            color: #023c76;
            font-size: 0.7rem;
            line-height: 1.5625rem;
            font-weight: 700;
            padding: 0.188rem 0.4rem 0.188rem 0.6rem;
        }

        ul.filterList li.active a {
            background-color: #feca3f;
            border-radius: 1.2em;
            line-height: 1.5625rem;
            font-size: 0.8rem;
            font-weight: 700;
            padding: 0.188rem 0.7rem 0.188rem 0.7rem;
        }

.ui-tabs {
    position: relative;
    /*position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    /*padding: 0.2em;*/
    padding: 0px;
    width: 100%;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: 0;
        border-bottom: 0px solid #556d99;
    }

    .ui-tabs .ui-tabs-nav {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap;
            background-color: #fff;
            top: 0px;
        }

            .ui-tabs .ui-tabs-nav li a {
                color: #fff;
            }

        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            color: #5c5c5c;
        }

        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            float: left;
            padding: 0 0.375rem;
            text-decoration: none;
        }

.tabs-small .ui-tabs .ui-tabs-nav .ui-tabs-anchor a {
    color: #000;
}

/*.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px !important;
    border-bottom: 0px;
    z-index: 999;
    background-color: #556d99;
    position: relative;
    top: 0px;
}*/

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    /*margin-bottom: 0px;*/
    margin-bottom: -1px;
    border-bottom: 0px;
    z-index: 999;
    background-color: #556d99;
    position: relative;
    top: 0px;
}

.main-tab-2, .main-tab-3, .main-tab-4, .main-tab-5, .main-tab-6 , .main-tab7 {
    height: 1.8125rem;
    border-bottom: 0px !important;
    /*background-color: white;*/
}

ul.main-tab-2 li, ul.main-tab-3 li, ul.main-tab-5 li, ul.main-tab-6 li {
    background-color: #c8c8c8 !important;
    margin-left: 2px;
    margin-right: 2px;
}

    ul.main-tab-5 li.ui-tabs-active {
        background-color: #eeeeee !important;
        border-top: 1px solid #d1d1d1 !important;
        border-right: 1px solid #d1d1d1 !important;
    }

ul.main-tab-4 li {
    background-color: #eeeeee !important;
    margin-left: 2px;
    margin-right: 2px;
}
ul.main-tab7 li {
    background-color: #eeeeee !important;
    margin-left: 2px;
    margin-right: 2px;
}
ul.main-tab-3 li {
    background-color: #f1f1f1 !important;
    margin-left: 2px;
    margin-right: 2px;
}

    /*ul.main-tab-2 li.ui-tabs-active {
        background-color: white !important;
    }*/

    ul.main-tab-2 li a, ul.main-tab-3 li a, ul.main-tab-4 li a, ul.main-tab7 {
        font-weight: 600;
        padding: 0.188rem 1.775rem !important;
        color: #000 !important;
    }
ul.main-tab-6 li a {
    font-weight: 600;
    padding: 0.5rem 1.775rem !important;
    color: #000 !important;
}
ul.main-tab-6 li a.sm-pad{    
       padding: 0.2rem 1.775rem !important;
   } 
ul.main-tab-5 li a {
    font-weight: 600;
    padding: 0.5rem 1.775rem !important;
    color: #000 !important;
}

ul.main-tab-2 li.ui-tabs-active a {
    background-color: #eeeeee !important;
    border: 1px solid #d1d1d1 !important;
    border-left: 4px #ffc600 solid !important;
    border-bottom: 0 !important;
    font-weight: 700;
}

ul.main-tab-5 li.ui-tabs-active a {
    background-color: #eeeeee !important;
    /*border: 1px solid #d1d1d1 !important;*/
    border-left: 4px #ffc600 solid !important;
    border-bottom: 0 !important;
    font-weight: 700;
    color: #005cb9 !important;
}

ul.main-tab-6 li.ui-tabs-active a {
    background-color: #eeeeee !important;
    border: 1px solid #d1d1d1 !important;
    border-top: 2px #ffc600 solid !important;
    /* border-bottom: 0 !important; */
    font-weight: 700;
    color: #005cb9 !important;
}
ul.main-tab-3 li.ui-tabs-active a {
    background-color: #d0d0d0 !important;
    border: 1px solid #d1d1d1 !important;
    border-left: 4px #ffc600 solid !important;
    border-bottom: 0 !important;
    font-weight: 600;
}

ul.main-tab-4 li.ui-tabs-active a {
    background-color: #eeeeee !important;
    border: 1px solid #d1d1d1 !important;
    border-left: 4px #ffc600 solid !important;
    border-bottom: 0 !important;
    font-weight: 600;
    color: #023c76 !important;
}
ul.main-tab7 li.ui-tabs-active a{
     background-color: #eeeeee !important;
    border: 1px solid #d1d1d1 !important;
    border-top: 4px #ffc600 solid !important;
    border-bottom: 0 !important;
    font-weight: 600;
    color: #023c76 !important;
}
#DataEntryTabs2.ui-tabs .grayed2 li a.ui-tabs-anchor {
    max-width: 10rem;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.188rem 0.9rem !important;
}

#DataEntryTabs1.ui-tabs .main-tab-4 li a.ui-tabs-anchor {
    max-width: 21rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tabContent {
    background-color: #eeeeee !important;
    border: 1px solid #d1d1d1 !important;
    height: 100%;
}

.ui-tabs .grayed2 li.ui-tabs-active a,
ul.main-tab-2.grayed2 li, ul.main-tab-3.grayed2 li {
    /*background-color: #e4e4e4 !important;*/
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    color: #fff;
    bottom: 0px;
    position: relative;
    border-radius: 0px;
    border-bottom: 4px solid #feca3f;
}

    .ui-tabs .ui-tabs-nav li.ui-tabs-active a:focus {
        outline: none;
    }

.main-tab .ui-tabs-anchor:hover {
    border-bottom: 4px solid #feca3f;
    color: #fff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    background: none;
    margin-top: 0px;
    width: 100%;
    position: relative;
    background-color: transparent;
    float: left;
    font-size: 0.8125rem;
    z-index: 10;
}

#DataEntryTabs .ui-tabs-panel {
    margin-top: -2px;
}

.tabs-small.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 0px;
    background: #fff;
    font-weight: normal;
    color: black;
}

.fillterTab .ui-tabs .ui-tabs-panel {
    background-color: #fff;
}

.tabs-small li {
    border: 0px;
}

.tabs-small .ui-state-default a,
.tabs-small .ui-widget-content .ui-state-default a,
.tabs-small .ui-widget-header .ui-state-default a {
    /*color: #333;*/
    font-size: 0.95rem;
    outline: none;
}

.tabs-small ul li a {
    float: left;
    display: inline-block;
}

.ui-tabs-paging-prev.do-no-touch,
.ui-tabs-paging-next.do-no-touch {
    position: relative !important;
    z-index: 10000;
    background-color: #fff !important;
    line-height: 24px;
}

.main-tab {
    background-color: #005cb9;
    height: auto;
    /*display: inline-block;*/
    list-style: none;
    overflow: hidden;
    z-index: 0;
}

    .main-tab > li {
        float: left;
    }

    .main-tab.ui-tabs-nav .ui-tabs-anchor,
    .main-tab.ui-tabs-nav li.ui-tabs-active a {
        padding: 0.563rem 0.888rem;
        font-weight: 400;
        font-size: 1rem;
    }

    .main-tab.ui-tabs-nav li.ui-tabs-active a {
        color: #fff;
        font-weight: 500;
    }

    .main-tab.ui-tabs-nav .ui-tabs-anchor {
        color: #e0ecff;
    }

    .main-tab.ui-tabs-nav li.ui-tabs-active {
        background-color: transparent;
        border: none;
    }

    .main-tab.ui-tabs-nav li {
        background-color: transparent;
    }


.popup-100 {
    width: 99%;
    margin-left: 1% !important;
    margin-right: 1% !important;
}

.popup-90 {
    width: 90%;
}

.popup-60 {
    width: 60%;
}

.popup-85 {
    width: 85%;
}

.metro.popup-85 .window.flat {
    height: 100%;
}

    .metro.popup-85 .window.flat .content {
        height: 100%;
    }

        .metro.popup-85 .window.flat .content .scroll {
            height: 420px;
            max-height: 462px;
            overflow: auto;
        }

        .metro.popup-85 .window.flat .content .bottom {
            position: relative;
            bottom: 0px;
            margin-top: 0.5%;
            width: 100%;
            border-top: 1px solid #c7c7c7;
        }

.popup-75 {
    width: 75%;
}

.metro.popup-75 .window.flat {
    height: 100%;
}

    .metro.popup-75 .window.flat .content {
        height: 100%;
    }

        .metro.popup-75 .window.flat .content .scroll {
            height: 420px;
            max-height: 462px;
            overflow: auto;
        }

        .metro.popup-75 .window.flat .content .bottom {
            position: relative;
            bottom: 0px;
            margin-top: 0.5%;
            width: 100%;
            border-top: 1px solid #c7c7c7;
        }

.popup-60 {
    width: 60%;
}

.metro.popup-60 .window.flat {
    height: 100%;
}

    .metro.popup-60 .window.flat .content {
        height: 100%;
    }

        .metro.popup-60 .window.flat .content .scroll {
            height: 420px;
            max-height: 462px;
            overflow: auto;
        }

        .metro.popup-60 .window.flat .content .bottom {
            position: relative;
            bottom: 0px;
            margin-top: 0.5%;
            width: 100%;
            border-top: 1px solid #c7c7c7;
        }

.popup-30 {
    width: 35% !important;
}

.scroll#divResourceMain {
    height: 11rem;
    overflow: auto;
    overflow-x: hidden;
}

.metro.popup-30 .window.flat .bottom {
    position: relative;
    bottom: 0px;
    padding-top: 0.5%;
    width: 100%;
    margin-bottom: 0PX;
    text-align: right;
    border-top: 1px solid #c7c7c7;
}

.metro.popup-30 .window.flat .content .bottom {
    position: relative;
    bottom: 0px;
    margin-top: 0.5%;
    width: 100%;
    margin-bottom: 0PX;
    text-align: right;
    border-top: 1px solid #c7c7c7;
}

    .metro.popup-30 .window.flat .content .bottom .row {
        border-top: 1px solid #c7c7c7;
    }

.popup-30120 {
    width: 30%;
}

.metro.popup-30120 .window.flat .content {
    height: 160px;
    overflow: hidden;
    min-height: 160px;
    max-height: 600px;
    overflow: auto;
    overflow-x: hidden;
}

    .metro.popup-30120 .window.flat .content .scroll {
        height: 290px;
        overflow: auto;
    }

    .metro.popup-30120 .window.flat .content .bottom {
        position: absolute;
        bottom: 0px;
        padding-top: 5px;
        width: 100%;
        margin-bottom: 5PX;
        border-top: 1px solid #c7c7c7;
        text-align: right;
    }

.popup-40 {
    width: 40%;
}

.metro.popup-40 .window.flat .content {
    overflow: hidden;
    /*min-height:237px;*/
    max-height: 600px;
    overflow: auto;
    overflow-x: hidden;
}

    .metro.popup-40 .window.flat .content .scroll {
        overflow: auto;
    }

    .metro.popup-40 .window.flat .content .bottom {
        position: relative;
        bottom: 0px;
        margin-top: 5px;
        width: 100%;
        border-top: 1px solid #c7c7c7;
        text-align: right;
    }

.popup-45 {
    width: 45%;
}

.metro.popup-45 .window.flat .content {
    overflow: hidden;
    overflow: auto;
    overflow-x: hidden;
}

    .metro.popup-45 .window.flat .content .scroll {
        overflow: auto;
    }

    .metro.popup-45 .window.flat .content .bottom {
        position: relative;
        bottom: 0px;
        margin-top: 5px;
        width: 100%;
        border-top: 1px solid #c7c7c7;
        text-align: right;
    }

.popup-50 {
    width: 51%;
}

.metro.popup-50 .window.flat .content {
    /*overflow: hidden;
    min-height: 237px;
    max-height: 600px;
    overflow: auto;
    overflow-x: hidden;*/
}

    .metro.popup-50 .window.flat .content .scroll {
        height: 290px;
        /*max-height:462px;*/
        overflow: auto;
    }

    .metro.popup-50 .window.flat .content .bottom {
        position: absolute;
        bottom: 0px;
        padding-top: 5px;
        width: 100%;
        margin-bottom: 5PX;
        border-top: 1px solid #c7c7c7;
        text-align: right;
    }

.date-icon {
    position: relative;
}

    .date-icon input {
        padding-right: 20px !important;
    }

    .date-icon i {
        position: absolute;
        right: 5px;
        top: 2px;
    }

.clear-icon {
    position: relative;
}

    .clear-icon input {
        padding-right: 20px !important;
    }

    .clear-icon i {
        position: absolute;
        right: 5px;
        top: 2px;
    }

.top1 {
    margin-bottom: 5px !important;
    margin-top: 0px !important;
    padding-bottom: 5px;
}

.label-margin {
    margin: 0.160rem 0.313rem 0.140rem 0rem;
}

.patientSearchAllTransactions > #autocompleteForPatientAppt_DDD_PW-1 {
    width: 50rem !important;
}

.enctselectdrpwidth {
    width: 22% !important;
}

.metro .zoom80 .encformbasePage label.input-control.radio.default-style, .metro .zoom90 .encformbasePage label.input-control.radio.default-style {
    margin: 0rem 0.09rem 0rem 0.1rem;
}

.metro .zoom80 .encformbasePage .input-control.checkbox .txt-spn, .metro .zoom90 .encformbasePage .input-control.checkbox .txt-spn {
    line-height: 1rem;
}
/*.metro .zoom80 .encformbasePage .input-control.checkbox .txt-spn,.metro .zoom90 .encformbasePage .input-control.checkbox .txt-spn{
    line-height: 1rem;
}
.metro .zoom80 .encformbasePage .input-control.checkbox span,.metro .zoom90 .encformbasePage .input-control.checkbox span{
    line-height: 0.3rem;
}*/
/*.metro .zoom80 .defaultElemStyle label.input-control.checkbox, .metro .zoom90 .defaultElemStyle label.input-control.checkbox {
    margin: 0rem 0.09rem 0rem 0.1rem;
}*/
.metro .zoom80 .layerClass .checkbox .icons {
    top: 0.2rem;
}

.metro .zoom90 .layerClass .checkbox .icons {
    top: 0.2rem;
}

.customizedFont .dxeButtonEdit_Metropolis .dxeEditArea_Metropolis {
    background-color: transparent;
}

.truncate3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#DiagnosisCodesTab .ui-tabs li.ui-state-default .ui-tabs-anchor {
    max-width: 8.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

#DiagnosisCodesTab .ui-tabs li.ui-state-default:last-child .ui-tabs-anchor {
    max-width: 6rem;
}

#DiagnosisCodesTab ul.main-tab-2 li a {
    padding: 0.188rem 0.7rem !important;
}

.drodownMenuLink #autocompleteForMenuLink_DDD_L_D {
    width: 62rem !important;
}

.AMSCopyrightTxt {
    font-size:0.9375rem !important;
}

@media screen and (min-width: 2000px) {
    .date-icon i {
        margin-top: 3px;
        margin-right: 2px;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1900px) {
    .popup-60 {
        width: 70%;
    }

    .popup-30 {
        width: 40%;
    }

    /*.bxHeight25 {
        height: 24rem !important;
        overflow: auto !important;
    }*/

    .bottomForFrame {
        bottom: -5.6rem !important;
    }

    /*.patientSearchAllTransactions > #autocompleteForPatientAppt_DDD_PW-1 {
        top: 1.35rem !important;
         width: 50rem !important;
    }*/

    .schedulerSearchPatient #autocompleteForPatientAppt_DDD_PW-1 {
        width: 50rem !important;
        top: 5.25rem !important;
    }

    .sideEnctSidebarLeft {
        margin-left: -18.7em !important;
    }

    ul.ribbon-right-icons-accntLedger > li {
        padding-bottom: 0.3rem;
    }

    .DevExtremeSearchGrid.searchboxWitOneIcon .dx-toolbar .dx-texteditor {
        margin-top: -2.9rem;
        margin-right: 2.2rem;
    }

    .DevExtremeSearchGrid.searchboxWitThreeIcon .dx-toolbar .dx-texteditor {
        margin-top: -2.9rem;
        margin-right: 5.8rem;
    }

    ul.ribbon-right-icons-welcomeform > li {
        padding-bottom: 0.75rem;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1599px) {

    .padR03 {
        padding-right: 0.1875rem;
    }

    .OrderCostSummaryLabel {
        padding-top: 0.7rem;
    }
}

@media screen and (min-width: 1360px) and (max-width: 1500px) {
    .grid .row {
        margin: 0 0 0.3rem 0;
    }

    .datepicker-position > button {
        top: 0.2rem !IMPORTANT;
    }

    #EM_CodeTextbox {
        width: 50px;
    }

    /*.bxHeight25 {
        height: 20.3rem !important;
        overflow: auto !important;
    }*/

    .marRM15 {
        margin-right: -15px !important;
    }

    .marRM5 {
        margin-right: 5px !important;
    }

    .entryPaymentLabel .date-icon i {
        margin-top: 1px;
    }

    .entryPaymentInsuranceLabel .date-icon i {
        margin-top: 3px;
    }

    .bottomForFrame {
        bottom: -5.9rem !important;
    }

    /*.patientSearchAllTransactions > #autocompleteForPatientAppt_DDD_PW-1 {
        top: 1.45rem !important;
         width: 50rem !important;
    }*/

    .schedulerSearchPatient #autocompleteForPatientAppt_DDD_PW-1 {
        width: 50rem !important;
        top: 5.45rem !important;
    }


    .OrderCostSummaryLabel {
        padding-top: 0.1rem;
    }

    .patDetailDiv1Width {
        width: 28% !important;
    }

    .patDetailDiv2Width {
        width: 27% !important;
    }

    .patDetailDiv3Width {
        width: 44% !important;
    }

    select.drpLocationWidth {
        width: 4.4rem;
    }

    select.drpTechWidth {
        width: 5.5rem !important;
    }

    

    select.drpProvWidth {
        width: 5.5rem !important;
    }

    .sideEnctSidebarLeft {
        margin-left: -19.9em !important;
    }

    .encounterContentHt {
        height: 465px !important;
    }

    .enconterSidebarHt {
        height: 537.08px;
    }

    .refundDtPad {
        padding-top: 8px;
    }

    ul.ribbon-right-icons-welcomeform > li {
        padding-bottom: 0.7rem;
    }

    .layerClass .box1 > h3 span.glyphicon-chart {
        line-height: 18px !important;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1800px) {
    /*ul.smallTabs li {
        margin: 2px 1px 0 1px !important;
        
    }

        ul.smallTabs li.ui-tabs-active {
            padding: 3px 15px 3px 15px !important;
            margin: 0px 1px 0 1px !important;
        }*/

    .entryPaymentLabel .date-icon i {
        margin-top: 2px;
    }

    .entryPaymentInsuranceLabel .date-icon i {
        margin-top: 4px;
    }

    .padR03 {
        padding-right: 0.1875rem;
    }

    .apptSavebtnpadR {
        padding-right: 0.9rem !important;
    }

    .OrderCostSummaryLabel {
        padding-top: 0.8rem;
    }
}

@media screen and (min-width: 1600px) {
    .select-wrapper, .select-wrapper select {
        line-height: 1.8rem;
    }

    .patDetailDiv1Width {
        width: 27% !important;
    }

    .patDetailDiv2Width {
        width: 27% !important;
    }

    .patDetailDiv3Width {
        width: 43% !important;
    }

    select.drpLocationWidth {
        width: 4.4rem;
    }

    select.drpTechWidth {
        width: 6.5rem !important;
    }

   

    select.drpProvWidth {
        width: 3.5rem !important;
    }

    .encounterContentHt {
        height: 568px !important;
    }

    .enctselectdrpwidth {
        width: 28% !important;
        margin-top: -0.2rem;
    }

    .workQueuesQickSearchResult {
        height: 26.2rem;
        overflow: auto;
    }
}

@media screen and (min-width: 1920px) {
    .top1 {
        margin-bottom: 10px !important;
        padding-bottom: 0.625rem;
    }

    .lockCircleIcon {
        padding-top: 1.2rem;
    }

    .lockFont {
        font-size: 3.3rem;
    }

    .padL88 {
        padding-left: 6.1rem;
    }

    .padb10 {
        padding-bottom: 0.625rem;
    }

    .entryPaymentLabel .date-icon i {
        margin-top: 1px;
    }

    .entryPaymentInsuranceLabel .date-icon i {
        margin-top: 3px;
    }

    .bottomForFrame {
        bottom: -6.3rem !important;
    }

    .padR03 {
        padding-right: 0.1875rem;
    }

    .select-wrapper, .select-wrapper select {
        line-height: 1.83rem;
    }

    .warningPopUpalign {
        /*margin-top: 2.1rem;
        margin-left: -0.2rem;*/
    }

    .warningPopupbtn {
        padding-top: 0.8rem;
    }

    .apptSavebtnpadR {
        padding-right: 0.6rem;
    }

    select.drpLocationWidth {
        width: 5.4rem !important;
    }

    select.drpTechWidth {
        width: 9.5rem !important;
    }

    

    select.drpProvWidth {
        width: 7.5rem !important;
    }

    .sideEnctSidebarLeft {
        margin-left: -16.9em !important;
    }

    .encounterContentHt {
        height: 750px !important;
    }

    .enconterSidebarHt {
        height: 829.22px;
    }

    ul.ribbon-right-icons-accntLedger > li {
        padding-bottom: 0.4rem;
    }

    .DevExtremeSearchGrid.searchboxWitOneIcon .dx-toolbar .dx-texteditor {
        margin-top: -2.8rem;
        margin-right: 2.2rem;
    }

    .DevExtremeSearchGrid.searchboxWitThreeIcon .dx-toolbar .dx-texteditor {
        margin-top: -2.9rem;
        margin-right: 5.8rem;
    }

    .workQueuesQickSearchResult {
        height: 36.2rem !important;
        overflow: auto;
    }

    ul.ribbon-right-icons-welcomeform > li {
        padding-bottom: 0.8rem;
    }

    #DataEntryTabs2.ui-tabs .grayed2 li a.ui-tabs-anchor {
        max-width: 19rem;
    }

    #DataEntryTabs1.ui-tabs .main-tab-4 li a.ui-tabs-anchor {
        max-width: none;
    }

    #DataEntryTabs1.ui-tabs .main-tab7 li a.ui-tabs-anchor {
        max-width: none;
    }

    #DiagnosisCodesTab .ui-tabs li.ui-state-default .ui-tabs-anchor {
        max-width: 11rem;
    }

    .worldpayLogoBtn .small-button, .worldpayLogoBtn .small-button30 {
        font-size: 1.0625rem !important;
    }

    .txtInput {
        width: 77% !important;
    }

    .drodownMenuLink #autocompleteForMenuLink_DDD_L_D {
        width: 73rem !important;
    }

    #ptExamno {
        width: 84px;
    }
    
}

@media screen and (min-width: 2400px) and (max-width: 3860px) {
    input[type=text],
    input[type=url],
    input[type=mail],
    input[type=email],
    input[type=number],
    input[type=password],
    input[type=search],
    textarea {
        padding: 6px;
    }

    #divPackageDetail input[type=text],
    #divPackageDetail input[type=url],
    #divPackageDetail input[type=mail],
    #divPackageDetail input[type=email],
    #divPackageDetail input[type=number],
    #divPackageDetail input[type=password],
    #divPackageDetail input[type=search],
    #divPackageDetail textarea {
        padding: 2px !important;
    }

    #divStmtFilersResultGrid input[type=text],
    #divStmtFilersResultGrid input[type=url],
    #divStmtFilersResultGrid input[type=mail],
    #divStmtFilersResultGrid input[type=email],
    #divStmtFilersResultGrid input[type=number],
    #divStmtFilersResultGrid input[type=password],
    #divStmtFilersResultGrid input[type=search],
    #divStmtFilersResultGrid textarea {
        padding: 0px !important;
    }

    .encformbasePage input[type=text],
    .encformbasePage input[type=url],
    .encformbasePage input[type=mail],
    .encformbasePage input[type=email],
    .encformbasePage input[type=number],
    .encformbasePage input[type=password],
    .encformbasePage input[type=search],
    .encformbasePage textarea {
        padding: 2px !important;
    }

    .inputControlTableHolder input[type="text"].dxeEditAreaSys {
        padding: 5px;
    }

    select {
        padding: 2px;
    }

    .encformbasePage select {
        padding: 0px !important;
    }

    .metro label {
        margin: 0.3rem 0.513rem 0.7rem 0rem;
    }
     .metro .flowsheetContentHt label {
        margin: 0.16rem 0.313rem 0.14rem 0rem !important;
    }
    .MiscQuickSearchLabel .DivClassForSearchCriteria label {
        margin: 6px !important;
    }

    .allOrderQuickSearchLabel label {
        margin: 0.160rem 0.313rem 0.140rem 0rem;
    }

    .allOrderQuickSearchLabel input[type=text] {
        padding: 2px;
        padding-left: 4px;
    }

    .allOrderfilterLabels label, .ptSearchResult label {
        margin: 0.160rem 0.313rem 0.140rem 0rem;
    }

    .allOrderfilterLabels input[type=text] {
        padding: 2px;
        padding-left: 4px;
    }

    .metro .encformbasePage label {
        margin: 0.160rem 0.313rem 0.140rem 0rem;
    }

        .metro .encformbasePage label.input-control.radio.default-style {
            margin: 0rem 0.09rem 0rem 0.2rem;
        }

        .metro .encformbasePage label.input-control.checkbox {
            margin: 0rem 0.09rem 0rem 0.2rem;
        }
    /*.metro .zoom80 .encformbasePage label.input-control.radio.default-style ,.metro .zoom90 .encformbasePage label.input-control.radio.default-style{
            margin: 0rem 0.09rem 0rem 0.1rem;
        }*/
    .label-margin {
        margin: 0.3rem 0.513rem 0.7rem 0rem;
    }

    .label-margin-fixed {
        margin: 0.160rem 0.313rem 0.140rem 0rem !important;
    }

    .encformbasePage .label-margin {
        margin: 0.160rem 0.313rem 0.140rem 0rem;
    }

    .select-default .select2-choice {
        padding: 5.5px;
    }

    .datepicker-position > button {
        top: 0.00rem !important;
    }

    .box-padding {
        padding: 0.5rem !important;
    }

    .checkbox,
    .radio {
        line-height: 1.5rem;
    }

    .select-wrapper, .select-wrapper select {
        line-height: 1.39rem;
    }

    .encformbasePage .select-wrapper, .encformbasePage .select-wrapper select {
        height: 28px;
        line-height: 1.2rem;
    }
    /*button.ui-multiselect {
        padding:7px;
    }*/

    .lockCircle {
        height: 100px !important;
        width: 100px !important;
        border-radius: 50px;
        border: 2px solid white;
        background-color: #c64348;
    }

    .lockCircleIcon {
        padding-top: 0.8rem !important;
    }

    .padL88 {
        padding-left: 6.7rem !important;
    }

    .lockFont {
        font-size: 3rem !important;
    }

    .padR03 {
        padding-right: 0.3125rem !important;
    }

    .entryPaymentLabel .date-icon i {
        margin-top: 5px !important;
    }

    .OrderCostSummaryLabel {
        padding-top: 0.7rem;
    }

    .sideEnctSidebarLeft {
        margin-left: -21em !important;
    }

    .input-control.radio.default-style .txt-spn {
        padding-left: 3px !important;
        margin-left: 14px !important;
    }

    .input-control.checkbox .txt-spn {
        padding-left: 3px;
        margin-left: 17px;
    }

    .encounterContentHt {
        height: 1039px !important;
    }

    .encountupdtRow {
        height: 2.7rem !important;
    }

    #autocompleteForPatientAppt input[type=text] {
        padding: 2px !important;
        /*background-color: orangered;*/
    }

    .noExtraPadding select {
        padding: 0px !important;
    }

    .noExtraPadding input[type=text],
    .noExtraPadding input[type=url],
    .noExtraPadding input[type=mail],
    .noExtraPadding input[type=email],
    .noExtraPadding input[type=number],
    .noExtraPadding input[type=password],
    .noExtraPadding input[type=search],
    .noExtraPadding textarea {
        padding: 2px !important;
    }

    .noExtraPadding label {
        margin: 0.160rem 0.313rem 0.140rem 0rem !important;
    }

    .noExtraPadding .checkbox,
    .noExtraPadding .radio {
        line-height: 1.4rem;
    }

        .noExtraPadding .checkbox .icons, .noExtraPadding .checkbox-style1 .icons, .noExtraPadding .radio .icons {
            font-size: 14px !important;
        }

    .noExtraPadding .input-control.checkbox label,
    .noExtraPadding .input-control.radio label {
        margin: 0px !important;
    }

    ul.ribbon-right-icons-accntLedger > li {
        padding-bottom: 0.65rem;
    }

    ul.ribbon-right-icons-welcomeform > li {
        padding-bottom: 0.75rem;
    }

    .ECIPading {
        padding-top: 0.56rem;
    }

    #raceAndEthnicityTbl_filter {
        margin-right: 0.2rem !important;
    }
   
}
/*end 2560*/
@media screen and (min-width: 2560px) {

   
 .AMSCopyrightTxt {
        font-size:1.375rem !important;
    }
}
.box_heading > h3,
.defaultElemStyle > h3 {
    font-size: 1rem;
    color: #005cb9;
    text-transform: uppercase;
    margin: 0.600rem 0rem;
    margin-top: 0px;
    font-weight: 600;
    height: 1.25rem;
    line-height: 1.5625rem;
}

.box_heading > h4 {
    font-size: 0.9rem;
    color: #313131;
    font-weight: 600;
    line-height: 1.5625rem;
    margin: 0.313rem 0rem;
    height: 1.25rem;
    margin-top: 0;
}

h4.sub_heading {
    font-size: 0.9rem;
    color: #313131;
    font-weight: 600;
    line-height: 1.5625rem;
    margin: 0.525rem;
}

.box_heading .box {
    height: calc(100% - 1.25rem);
    border: 1px solid #d1d1d1;
    background-color: #eeeeee;
    font-size: 0.8125rem;
    padding: 0px;
    color: black;
    cursor: auto;
    overflow: auto;
    position: relative;
}
/*.MacOsSafari .box_heading .box {
    font-size: 0.7125rem;
}*/
.box_heading {
    height: 100%;
}

.no_heading {
    height: calc(100% + 5px) !important;
}

/*.borderBottom tr td {
    border-bottom: 1px solid #d1d1d1;
}*/

.input-control.checkbox label,
.input-control.radio label {
    margin: 0px;
    text-align: left;
}
/*
Force table width to 100%
*/

table.table-fixedheader {
    width: 100%;
}
    /*
Set table elements to block mode.  (Normally they are inline).
This allows a responsive table, such as one where columns can be stacked
if the display is narrow.
*/

    table.table-fixedheader,
    table.table-fixedheader > thead,
    table.table-fixedheader > tbody,
    table.table-fixedheader > thead > tr,
    table.table-fixedheader > tbody > tr,
    table.table-fixedheader > thead > tr > th,
    table.table-fixedheader > tbody > td {
        display: block;
    }

        table.table-fixedheader > thead > tr:after,
        table.table-fixedheader > tbody > tr:after {
            content: ' ';
            display: block;
            visibility: hidden;
            clear: both;
        }
        /*
When scrolling the table, actually it is only the tbody portion of the
table that scrolls (not the entire table: we want the thead to remain
fixed).  We must specify an explicit height for the tbody.  We include
100px as a default, but it can be overridden elsewhere.

Also, we force the scrollbar to always be displayed so that the usable
width for the table contents doesn't change (such as becoming narrower
when a scrollbar is visible and wider when it is not).
*/

        table.table-fixedheader > tbody {
            overflow-y: scroll;
            height: 129px;
        }
        /*
We really don't want to scroll the thead contents, but we want to force
a scrollbar to be displayed anyway so that the usable width of the thead
will exactly match the tbody.
*/

        table.table-fixedheader > thead {
            overflow-y: scroll;
        }
            /*
For browsers that support it (webkit), we set the background color of
the unneeded scrollbar in the thead to make it invisible.  (Setting
visiblity: hidden defeats the purpose, as this alters the usable width
of the thead.)
*/

            table.table-fixedheader > thead::-webkit-scrollbar {
                background-color: inherit;
            }

            table.table-fixedheader > thead > tr > th:after,
            table.table-fixedheader > tbody > tr > td:after {
                content: ' ';
                display: table-cell;
                visibility: hidden;
                clear: both;
            }
            /*
We want to set <th> and <td> elements to float left.
We also must explicitly set the width for each column (both for the <th>
and the <td>).  We set to 20% here a default placeholder, but it can be
overridden elsewhere.
*/

            table.table-fixedheader > thead tr th,
            table.table-fixedheader > tbody tr td {
                float: left;
                word-wrap: break-word;
            }
/*Tabs style starts here*/
select.bdrnone {
    border: none;
    -webkit-appearance: none;
    cursor: pointer;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: auto;
    border-radius: 0;
    /*font-size:1rem;*/
    margin-top: -3px;
    color: #000;
    border: none;
    background: none;
}

    select.bdrnone option {
        text-decoration: none;
        text-decoration-line: none;
    }

.main-menu {
    background-color: #005cb9;
}

.ui-multiselect-menu {
    display: none;
}

.textC {
    text-align: center !important;
}

.widthA {
    width: auto !important;
}
/*Pop Up Styles*/

.popup_heading {
    display: block;
}

    .popup_heading h3 {
        color: #005cb9;
        font-size: 1.7rem;
        padding: 0.5rem;
        padding-bottom: 1.5rem;
        margin-bottom: 8px;
        text-transform: uppercase;
    }

.popup_data > ul {
    padding: 0px;
}

    .popup_data > ul > li {
        padding-left: 10px;
        padding-top: 20px;
        float: left;
    }

.bottomAlign {
    position: absolute;
    bottom: 0;
    height: 65px;
    float: left;
    width: 100%;
}

.bottomAlign2 {
    position: absolute;
    bottom: 3rem;
    height: 6rem;
    float: left;
    width: 98% !important;
}

.bottomAlign3 {
    position: absolute;
    bottom: 1rem;
    float: left;
    width: 98% !important;
}

.listStyleN {
    list-style: none;
}

.width50 {
    width: 50%;
}

.button .disabled:hover {
    border-color: #bebebe !important;
    background: #bebebe !important;
    color: #ffffff;
}

.dialog-overlay {
    top: 80px;
}

.Ex_large_popup {
    min-height: 700px;
    width: 1100px !important;
}

.large_popup {
    width: 900px;
}

.Med_small_popup {
    min-height: 400px !important;
    width: 600px !important;
}

.small_popup {
    min-height: 200px !important;
    width: 500px !important;
}

.medium_popup {
    min-height: 200px !important;
    min-width: 600px !important;
}

.Alert_popup {
    min-height: 250px !important;
    width: 350px !important;
}

.lightBlue {
    color: #42aaff !important;
}

div.lightBlue > a {
    color: #42aaff !important;
}

.marginT18 {
    margin-top: 1.125rem !important;
}

.marginB18 {
    margin-bottom: 1.125rem !important;
}

.marginT12 {
    margin-top: 0.75rem !important;
}

.paddingR2 {
    padding-right: 2px;
}

.marT0 {
    margin-top: 0px;
}

.marB0 {
    margin-bottom: 0px !important;
}

.marginB5 {
    margin-bottom: 5px !important;
}

.tabs-content .tab-panel .tab-content-segment {
    display: block;
    float: left;
    position: relative;
}

.encounterRowPad {
    padding-top: 0.6rem;
}

.borderBottom {
    border-bottom: 1px solid #d1d1d1 !important;
}

.bordBottom-darkGray {
    border-bottom: 1px solid #d9d9d9;
}

.borderLR tr td {
    border-left: 1px #d1d1d1 solid;
    border-right: 1px #d1d1d1 solid;
}

.border-none {
    border: none !important;
}

.hide-button {
    padding: 0;
    background-color: transparent !important;
    border: 0px #d9d9d9 solid !important;
    color: #262626;
    cursor: pointer;
    display: inline-block;
    outline: none;
    font-size: 0 !important;
    line-height: 2.0325rem !important;
    margin: 0;
    position: relative;
    float: right;
}

.marginBottom0 {
    margin-bottom: 0px;
}

.pad-Top20 {
    padding-top: 20px;
}

.pad-Bottom30 {
    padding-bottom: 30px;
}

.resolutionIcon {
    padding: 0px;
    background-color: #f8c028;
    width: 1.7rem;
    height: 1.4rem;
    border: 0px solid yellow;
    border-radius: 5px;
}

.button.pad80 {
    padding: 0 80px;
}

.mar0 {
    margin: 0px !IMPORTANT;
}

.paddingTB100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.paddingTB50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.marT50 {
    margin-top: 50px !important;
}

.marT10 {
    margin-top: 0.625rem !important;
}

/*.marT15 {
    margin-top: 1.56rem;
}*/

.marB10 {
    margin-bottom: 0.7rem !important;
}

.marB30 {
    margin-bottom: 1.875rem !important;
}

.marB20 {
    margin-bottom: 1.25rem !important;
}

.marT20 {
    margin-top: 20px !important;
}

.marT30 {
    margin-top: 30px !important;
}

.marT20 {
    margin-top: 1.25rem !important;
}

.marT15 {
    margin-top: 0.938rem !important;
}

.marB100 {
    margin-bottom: 100px !important;
}

.padL88 {
    padding-left: 5.5rem;
}

.marTB0 {
    margin-bottom: 0px;
    margin-top: 0px;
}

.padT0 {
    padding-top: 0px !important;
}

.pad05 {
    padding: 0.3125rem !important;
}

.pad03 {
    padding: 0.1125rem !important;
}

.padR8 {
    padding-right: 8px !important;
}

.padT05 {
    padding-top: 5px !important;
}

.padT04 {
    padding-top: 4px !important;
}

.padT10 {
    padding-top: 0.625rem !important;
}

.accident-options label {
    width: 10.5rem;
}

.external-options label {
    width: 7rem;
}

.miscellaneous label {
    width: 10.8rem;
}

.input-control.radio {
    padding-left: 0px;
    display: inline-block;
}

.box > h4 {
    margin: 0px;
    background-color: #eceaeb;
    padding: 5px;
    padding-bottom: 7px;
    color: #000;
    border-bottom: 1px solid #d1d1d1;
    text-align: center;
}

.box .input-control.checkbox label,
.box .input-control.radio label {
    width: initial;
}

.datepicker-position > button {
    border: none;
    top: 0.10rem !IMPORTANT;
    right: -2px !IMPORTANT;
    background-color: transparent;
}

.filterLabels .datepicker-position input[type=text],
input[type=url],
input[type=mail],
input[type=email],
input[type=number],
input[type=password],
textarea {
    font-size: 0.8125rem;
    padding: 2px;
    color: black;
    cursor: auto;
}

.border-TopGray {
    border-top: 1PX solid #d5d5d5;
}

    .border-TopGray > button {
        border: none;
    }

.border-bottom-gray {
    border-bottom: 1px solid #d5d5d5;
}

.border-Gray > table {
    border: 1PX solid #d5d5d5;
}

.rowborder .dxgvEditFormDisplayRow_Metropolis td.dxgv,
.rowborder .dxgvDataRow_Metropolis td.dxgv,
.rowborder .dxgvDataRowAlt_Metropolis td.dxgv,
.rowborder .dxgvSelectedRow_Metropolis td.dxgv,
.rowborder .dxgvFocusedRow_Metropolis td.dxgv {
    border-bottom: 1px #d5d5d5 solid;
}

label.wid40 {
    width: 2.5rem !important;
}

label.wid55 {
    width: 3.438rem !important;
}

label.wid68 {
    width: 4.20rem !important;
}

h3.marB15 {
    margin-bottom: 1.5rem;
}

.bg-skayblue1 {
    background-color: #d4edf7 !important;
}

.bg-skayblue2 {
    background-color: #e5f2f7 !important;
}



table.MeasurementTable td {
    padding: 0;
    padding-left: 0.45%;
    padding-bottom: 0.1rem;
}

table.LastOrderTable td {
    padding: 0;
    padding-left: 0.5rem;
}

.normal-text {
    font-size: 0.8rem !important;
    color: initial;
    font-weight: normal;
    text-transform: initial;
}

.borderR0 {
    border-right: 0px !important;
}

.borderL0 {
    border-left: 0px !important;
}

.borderLR0 {
    border-left: 0px !important;
    border-right: 0px !important;
}

.devtable.bordered th {
    border-top: none;
    border-left: none;
    border-right: none;
    font-weight: 600;
    outline: none;
}

.box-padding {
    padding: 0.4rem !important;
}

.main-tab.ui-tabs-nav li.no-hover:hover {
    border: none;
}

.display-block {
    display: block !important;
}

.display-flex {
    display: flex !important;
}

.marB15 {
    margin-bottom: 1.2rem !important;
}

.marLR20 {
    margin-left: 2.4rem;
    margin-right: 2.4rem;
}

.marLR5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.marLR3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
}

.encountupdtRow {
    height: 2.7rem !important;
}



@media screen and (min-width: 2500px) and (max-width: 3840px) {
   
   .DisplayFlexFeesManage{
        display: flex;
        float: left;
        margin-left: 3px;
    }
    .superBillBox{
        height:70.1vh;
    }
    .actLedHT{
        height:57.9rem;
    }
   
    .radio .icons {
        top: 0.5rem;
    }

    .checkbox .icons {
        top: 0.58rem;
    }

    table .checkbox .icons {
        top: .4rem;
    }

    .box-padding {
        padding: 0.5rem !important;
    }

    /*.bxHeight25 {
        height: 25rem !important;
        overflow: auto !important;
    }*/
    #divOrderEntry .input-control label.checkbox {
        padding-top: 0px;
    }

    .metro .OpticalOrderEntryScrnBodyHeight label {
        margin: 0 !important;
    }

    .box_heading .PatientDetailsbox {
        height: 35vh;
    }

    .marR25 {
        margin-right: -30px !important;
    }

    .warningPopupbtn {
        padding-top: 0rem;
    }

    #divAllTransactionFilter .dxeEditArea_Metropolis {
        padding-bottom: 0px !important;
    }

    .DevExtremeSearchGrid.searchboxWitOneIcon .dx-toolbar .dx-texteditor {
        margin-top: -2.55rem;
        margin-right: 2.2rem;
    }

    .DevExtremeSearchGrid.searchboxWitThreeIcon .dx-toolbar .dx-texteditor {
        margin-top: -2.65rem;
        margin-right: 5.6rem;
    }

    .workQueuesQickSearchResult {
        overflow: auto;
        height: 58.5rem !important;
    }
   

}

.label-margin-fixed {
    margin: 0.160rem 0.313rem 0.140rem 0rem !important;
}

.metro.popup-30 .window.flat .content {
    /*height:400px;*/
    /*overflow: hidden;
    min-height: 100px;
    max-height: 800px;
    overflow: auto;
    overflow-x: hidden;*/
}

.input-control.radio.default-style .txt-spn {
    line-height: 1.3rem !important;
    padding-left: 0px;
    margin-left: 17px;
}

.input-control.checkbox .txt-spn {
    line-height: 1.3rem;
    padding-left: 0px;
    margin-left: 17px;
}

.button.widsmall {
    width: 3.8rem;
}

.button.widmid {
    width: 6rem;
}

.button.widlarge {
    width: 8rem;
}

.button.widxlarge {
    width: 10rem;
}

a.gray-link {
    color: #696969;
}

.darkgray {
    color: #696969;
}

a.gray-link:hover {
    color: #42aaff;
}

#footer_container .fg-skyblue {
    color: #2086bf !important;
}

.popup-fg-skyblue {
    color: #2086bf;
}

    .popup-fg-skyblue:hover {
        color: #42aaff !important;
    }

#footer_container .fg-skyblue:hover {
    color: #42aaff !important;
}

.select2-container-active.select-default .select2-choice {
    border: 1px solid #4296de;
    border-radius: 3px;
    box-shadow: 0 0 4px #4296de;
}

.marginT15MIN {
    margin-top: -0.9rem;
}

.hidden {
    display:none !important;
}
/* temperory css stsrts hhere*/

.defaultElemStyle {
    border: 1px solid #d1d1d1;
    background-color: #eeeeee;
    font-size: 0.8125rem;
    padding: 0px;
    color: black;
    cursor: auto;
    overflow: auto;
    position: relative;
}

.layerClass .box1 > h3 {
    margin: 0rem 0rem !important;
}

.box1 > h3 {
    font-size: 1rem !Important;
    color: #005cb9 !important;
    text-transform: uppercase !important;
    margin: 0.313rem 0rem !important;
    margin-top: 0px !important;
    font-weight: 600 !important;
    height: 1.50rem !important;
    line-height: 1.5625rem !important;
    background-color: transparent !important;
    border: none !important;
}

    .box1 > h3 > div {
        border-bottom: none !important;
    }

.defaultElemStyle button {
    border: none;
    padding: 0px !important;
    background-color: transparent !important;
    color: #262626;
    cursor: pointer;
    display: inline-block;
    outline: none;
    font-size: 0 !important;
    line-height: 0;
    margin: 0;
    position: relative;
}

.defaultElemStyle input[type="button"] {
    padding: 0px !important;
    height: 19px;
}

    .defaultElemStyle input[type="button"]#btnAddCollapse, .defaultElemStyle input[type="button"]#btnAddContinue, .defaultElemStyle input[type="button"]#btnCancel, .defaultElemStyle input[type="button"]#btnAddCollapse {
        height: auto !important;
        padding: 0.325rem 3.125rem !important;
    }

.efile-elm-btn {
    /*margin: 0 auto;
    padding-top: 5%;
    background-image: url(../images/setblktounk.svg);
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 1.1em !IMPORTANT;
    width: 18px;
    height: 20PX;
    margin: 1px 2px;*/
    cursor: pointer;
}

    .efile-elm-btn:before {
        content: "\e608";
        font-family: metro, "Segoe UI", "Open Sans", serif;
        font-weight: normal;
    }

.MacOsChrome .efile-elm-btn:before {
    font-weight: 700 !important;
    opacity: 0.99 !important;
}

.defaultElemStyle .select-wrapper {
    margin: 0px !important;
}

.metro .horizontal-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0px;
}

    .metro .horizontal-menu li:first-child {
        margin-left: 0px;
    }

    .metro .horizontal-menu li {
        display: inline-block;
        margin: 0 0px;
        padding: 0;
        vertical-align: baseline;
        position: relative;
        font-family: Verdana, Arial, sans-serif;
        background: transparent;
        line-height: 18px;
    }

.glyphicon-circelplus:before {
    font-family: 'metro';
    content: "\e661";
}

#divOfficeAdminContent button,
#divWaitListMgr button {
    background: transparent;
    border: 0;
}

.confirmation-outerdiv {
    background: #fff;
    z-index: 99999;
    color: #000;
    font-weight: normal;
    width: 37%;
    padding: 5px;
    padding-top: 0px !important;
}

input[type="file"].custom-file-input:before,
.metro input[type="file"] {
    content: "\e661";
    display: inline-block;
    font-family: metro, "Segoe UI", "Open Sans", serif;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    /*vertical-align: middle;*/
    position: static;
    cursor: pointer;
    /*font-size: 1rem !important;*/
}

input[type="file"].custom-file-input-profile:before,
.metro input[type="file"] {
    /*content: "\e697";*/
    display: inline-block;
    font-family: metro, "Segoe UI", "Open Sans", serif;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    /*vertical-align: middle;*/
    position: static;
    cursor: pointer;
}

.metro input[type="file"] {
    width: 0.9375rem;
    height: 1.299rem;
    -moz-appearance: button;
    -moz-appearance: none;
    -moz-binding: none;
    font-size: 1rem;
    margin-top: 0px;
    outline: none;
}

.eleFiles.mif-imageviewer {
    width: 1.7rem !important;
    margin-right: 0px !important;
}

.metro input[type="file"]:focus {
    outline: none;
}

a.capture-input {
    color: transparent;
    background-color: #fff;
    background: url('../images/capture.png') no-repeat 9px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 35px;
    height: 24px;
    float: left;
    position: relative;
    top: 26px;
}

a.clear-input {
    background-color: #fff;
    color: transparent;
    background: url('../images/clear.png') no-repeat 9px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 35px;
    height: 24px;
    float: left;
    position: relative;
    top: 30px;
}

/*.custom-file-input input[type:file] {
    padding-left: 10px;
}*/

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    font-family: metro, serif;
    font-weight: normal;
}

.MacOsChrome .custom-file-input::before {
    font-weight: 700 !important;
    opacity: 0.99 !important;
}

.custom-file-input:active {
    outline: 0;
}

    .custom-file-input:active::before {
        background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
    }

#thumb-hover {
    position: absolute;
    border: 1px solid #fff;
    background: #333;
    padding: 5px;
    display: none;
    color: #fff;
    width: 200px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 1);
    box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 1);
}

    #thumb-hover img {
        width: 200px;
    }

.metro .table.striped tbody tr td a.thumb-hover img {
    width: 24px;
}

.backgroundClass {
    border-radius: 0px 0px 3px 3px;
}

.backgroundClassDev {
    background-image: url('../images/FormElementBlue_135.png');
}

.defaultElemStyle {
    border: 1px solid #c7c7c7 !important;
    border-radius: 0px 0px 3px 3px;
    overflow: inherit !important; /*MM-14 -MB- 01/08/2019*/
}

    .defaultElemStyle .select-wrapper {
        margin: 0px !important;
    }

    .defaultElemStyle label.input-control.checkbox {
        text-align: left;
    }

.normal-values {
    background-image: url('../images/normal-values.PNG');
    width: 22px;
    height: 17px;
    cursor: pointer;
    display: block;
}

.dataentry {
    background-image: url('../images/data-entry.PNG');
    width: 20px;
    height: 17px;
    cursor: pointer;
    position: absolute;
    float: right;
    top: 4px;
    right: 3px;
    display: block;
}

.refresh-elm-btn:before {
    font-family: 'metro';
    content: "\e707";
    cursor: pointer;
    position: relative;
    display: block;
}

.intake-refresh-elm-btn:before {
    font-family: 'metro';
    content: "\e707";
    cursor: pointer;
    position: relative;
    display: block;
}
.MacOsChrome .refresh-elm-btn:before {
    font-weight: 700 !important;
    opacity: 0.99 !important;
}
.MacOsChrome .intake-refresh-elm-btn:before {
    font-weight: 700 !important;
    opacity: 0.99 !important;
}
.ui-multiselect-menu {
    background-color: #fff;
}

.copy-left {
    margin: 0 auto;
    /* just to get an apsect ratio same as the SVG's: */
    padding-top: 48%;
    height: 0;
    background-image: url(../images/left-arrow.svg);
    background-size: cover;
    height: 1.1em !IMPORTANT;
    margin: 1px 2px;
    display: block;
}

.copy-right {
    margin: 0 auto;
    /* just to get an apsect ratio same as the SVG's: */
    padding-top: 48%;
    height: 0;
    background: url(../images/right-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1.1em !IMPORTANT;
    margin: 1px 2px;
    cursor: pointer;
    display: block;
}

.odtoos {
    margin: 0 auto;
    padding-top: 34%;
    height: 0;
    background: url(../images/od-to-os.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1.1em !IMPORTANT;
    margin: 1px 2px;
    cursor: pointer;
    display: block;
}

.ostood {
    margin: 0 auto;
    padding-top: 34%;
    height: 0;
    background: url(../images/os-to-od.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1.1em !IMPORTANT;
    margin: 1px 2px;
    display: block;
}

@-moz-document url-prefix() {
    .clear-elm-btn {
        top: -24px;
        position: relative;
    }

    button[ data-ec_ctrldispname^="Clear"] > span.clear-elm-btn, button[ data-ec_ctrldispname="Clear"] > span.clear-elm-btn {
        top: 0 !important;
    }

    .refresh-elm-btn {
        top: -24px;
        position: relative;
    }
    .intake-refresh-elm-btn{
         top: -24px;
        position: relative;
    }
    .normal-elm-btn {
        top: -24px !important;
        position: relative;
    }

    .elem-hist-btn {
        top: -24px !important;
        position: relative;
    }

    .DeviceImplemented-btn {
        top: -24px !important;
        position: relative;
    }

    .efile-elm-btn {
        top: -24px !important;
        position: relative;
    }

    .panel-count-btn {
        /* top:-24px;*/
        position: relative;
    }

    .glyphicon-chart {
        top: -24px !important;
    }
}

.custom-elm-btn {
    background-image: url('../images/gear-icon.png');
    background-repeat: no-repeat;
    width: 19px;
    height: 17px;
    cursor: pointer;
    position: relative;
    top: -22px;
    display: block;
}

.panel-count-btn {
    width: 30px;
    height: 25px;
    cursor: pointer;
    position: relative;
    color: #2e92cf !important;
    margin-left: 4px;
    vertical-align: top;
}

    .panel-count-btn:hover {
        text-decoration: underline;
    }


.panel-add-btn {
    width: 30px;
    height: 25px;
    cursor: pointer;
    position: relative;
    float: right;
    color: #2e92cf !important;
}

    .panel-add-btn:hover {
        text-decoration: underline;
    }


.enccontollabel:before {
    font-family: metro;
    content: "\e800";
    font-size: 16px;
    padding-right: 5px;
    vertical-align: middle;
    /*color: #333;*/
}

.enccontolinput:before {
    font-family: metro;
    content: "\e801";
    padding-right: 5px;
    vertical-align: middle;
    font-size: 16px;
    /*color: #333;*/
}

.enccontoltextarea:before {
    font-family: metro;
    content: "\e802";
    padding-right: 5px;
    vertical-align: middle;
    font-size: 16px;
    /*color: #333;*/
}

.enccontolcheckbox:before {
    font-family: metro;
    content: "\e807";
    padding-right: 5px;
    vertical-align: middle;
    font-size: 16px;
    /*color: #333;*/
}

.enccontolcheckboxlist:before {
    font-family: metro;
    content: "\e808";
    padding-right: 5px;
    vertical-align: middle;
    font-size: 16px;
    /*color: #333;*/
}

.enccontolcombobox:before {
    font-family: metro;
    content: "\e805";
    padding-right: 5px;
    vertical-align: middle;
    font-size: 16px;
    /*color: #333;*/
}

.enccontolradio:before {
    font-family: 'Glyphicons Halflings';
    content: "\e165";
    padding-right: 5px;
    vertical-align: text-bottom;
    font-size: 16px;
    color: #333;
}

.enccontolradiobuttonlist:before {
    font-family: metro;
    content: "\e809";
    padding-right: 5px;
    vertical-align: middle;
    font-size: 16px;
    /*color: #333;*/
}

.date-format-box:before {
    font-family: 'Glyphicons Halflings';
    content: "\e268";
    padding-right: 5px;
    vertical-align: text-bottom;
    font-size: 16px;
    color: #333;
}

.enccontoldate:before {
    font-family: metro;
    content: "\e630";
    padding-right: 5px;
    vertical-align: middle;
    font-size: 16px;
    /*color: #333;*/
}

.MacOsChrome enccontoldate:before {
    font-weight: 700 !important;
    opacity: 0.99 !important;
}

.enccontolpanel:before {
    font-family: metro;
    content: "\e804";
    padding-right: 5px;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
}

.enccontollinkbutton:before {
    font-family: metro;
    content: "\e810";
    padding-right: 5px;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
}

.enccontolbuttonicon:before {
    font-family: metro;
    content: "\e811";
    padding-right: 5px;
    vertical-align: middle;
    font-size: 16px;
    /*color: #333;*/
}

.enccontolcomplexcontrol:before {
    font-family: metro;
    content: "\e806";
    padding-right: 5px;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
}

.enccontolline:before {
    font-family: metro;
    content: "\e803";
    padding-right: 5px;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
}

.encundo:before {
    font-family: metro;
    content: "\e813";
    top: 0.2rem;
    position: relative;
    padding-right: 0px;
    vertical-align: text-top;
    /*color: #333;*/
}

.searchRef-icon {
    background: url(../../Images/searchref-icon.png) no-repeat;
}

.enccontollabel:hover,
.enccontolinput:hover,
.enccontoltextarea:hover,
.enccontolcheckbox:hover,
.enccontolcheckboxlist:hover,
.enccontolcombobox:hover,
.date-format-box:hover,
.enccontoldate:hover,
.enccontoltime:hover,
.enccontolpanel:hover,
.enccontollinkbutton:hover,
.enccontolbuttonicon:hover,
.enccontolcomplexcontrol:hover {
    color: #005cb9;
}

.blue-ove {
    background-color: rgb(66, 150, 222);
    width: 17px;
    border: 1px solid rgb(66, 150, 222);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    height: 17px;
    padding-top: 3px;
    display: inline-block;
    font-family: verdana;
    font-size: 9px;
    margin-left: 3px;
    text-indent: initial;
    position: relative;
    top: 3px;
}

    .blue-ove span {
        top: -6px;
        position: relative;
        left: 0px;
    }

.lock-icon {
    position: absolute;
    top: 8px;
    right: 0px;
    width: 12px;
    height: 12px;
}

.encounterFormleftnavbar .lock-icon {
    top: 1px;
    right: 12px;
}

.lock-icon:before {
    content: "\e920";
    font-family: metro, "Segoe UI", "Open Sans", serif;
    font-size: 1rem;
}

.refresh-icon {
    /*background: url('../images/refresh.png') no-repeat;*/
    position: absolute;
    top: 8px;
    right: 0px;
    width: 12px;
    height: 12px;
}

    .refresh-icon:before {
        content: "\e231";
        font-family: 'Glyphicons Halflings';
        font-size: 10px;
        color: #4cb400;
    }

.value-list .nav {
    width: 345px;
    min-height: 476px;
    margin-bottom: 0.4% !important;
    float: left;
}

.value-list .value-table-scrollitems {
    width: 100%;
    /* width: 84.5%; */
    height: 433px;
    overflow: auto;
    overflow-x: hidden;
}

.value-list .nav ul li {
    list-style: none;
    display: list-item;
    border: 0px;
    position: relative;
    border-bottom: 1PX solid #dadbe0;
    font-size: 11px;
    line-height: 10px;
}

.accordianuser label {
    width: 12rem;
}

button.ui-multiselect {
    width: 100% !important;
    margin: 0px 0px 0px 0 !important;
    text-align: left !important;
    background-color: #fff !important;
    color: #000 !important;
    font-size: 0.8125rem !important;
    border-radius: 3px;
    border: 1px solid #cdd1d7 !important;
    padding: 2px;
    padding-left: 4px;
    height: 1.399rem;
}

.warningPopUpalign {
    /*margin-top: 2.1rem;
    margin-left: -0.2rem;*/
}

.warningPopupContent {
    padding-top: 2rem;
}

.warningPopupbtn {
    padding-top: 0.8rem;
}

.apptSavebtnpadR {
    padding-right: 0.6rem;
}

@media screen and (min-width: 2400px) and (max-width: 3860px) {
    button.ui-multiselect {
        padding: 4px;
        height: auto;
    }

    .bottomForFrame {
        bottom: -7.1rem !important;
    }

    .apptSavebtnpadR {
        padding-right: 0.2rem;
    }
}

.ui-sortable label {
    margin-top: 0px;
    margin-bottom: 0px;
}

div.ui-multiselect-menu {
    border: 0;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.6);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.6);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.6);
    font-size: .75rem;
    padding: .3125rem;
    background-color: #ffffff;
}
/*.ui-multiselect-checkboxes.ui-helper-reset {
    float:left;
}*/

.ui-multiselect-checkboxes .ui-corner-all {
    margin: 0px;
    text-align: left;
    padding-left: 0.9rem;
}

.ui-multiselect-checkboxes .ui-state-hover {
    /*border: 1px solid #F6FAFF !important;*/
}

.ui-multiselect-checkboxes span {
    margin-left: 3px;
}

.ui-multiselect-checkboxes .checkbox .icons {
    top: 1.3px;
}

td .ui-multiselect {
    margin: 0px !important;
}

.ui-multiselect-header span.ui-icon-circle-close {
    width: 2rem;
    min-height: 0.5rem;
    text-align: center;
    vertical-align: middle;
    font-size: 1.1rem;
    font-weight: normal;
    padding: 0px 0px 1px 0px;
    z-index: 3;
    outline: none;
    cursor: pointer;
    background-color: #ffffff;
    color: #2086bf;
    line-height: 0rem;
    border: 0px;
}

    .ui-multiselect-header span.ui-icon-circle-close:before {
        border-color: #777777;
        font-family: metro, serif;
        content: "\e629";
        line-height: 1;
    }

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
    width: 100%;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

ul.ui-autocomplete {
    border: 1px solid #cfcfcf;
    font-size: 11px;
    padding-left: 5px;
    padding-bottom: 5px;
    background-color: #fff;
    font-family: Verdana, Arial, sans-serif;
    min-width: 80px;
}

.ui-menu-item a:focus {
    background: transparent !important;
    color: #42aaff;
    border-radius: 0;
}

.ui-state-focus {
    background: transparent;
    color: #42aaff;
    border: none;
    border-radius: 0;
    font-weight: normal;
}

.ui-autocomplete {
    z-index: 99999;
}

label.wid45 {
    width: 45px;
}

.defaultElemStyle textarea {
    width: auto;
}

.glyphicon-remove:before,
.glyphicon-dustbin:before {
    font-family: metro, serif;
    content: "\e632";
}

.glyphicon-copyto:before {
    font-family: metro, serif;
    content: "\e651";
}

.glyphicon-setting:before {
    font-family: metro, serif;
    content: "\e649";
}

.glyphicon-education:before {
    font-family: metro, serif;
    content: "\e283";
}

.glyphicon-import:before {
    font-family: metro, serif;
    content: "\e913";
}

.glyphicon-copyTocopyFrom:before {
    font-family: metro, serif;
    content: "\e627";
}

.glyphicon-copyfrom:before {
    font-family: metro, serif;
    content: "\e650";
}

.glyphicon-copy:before {
    font-family: metro, serif;
    content: "\e603";
}

.glyphicon-gonioscopic:before {
    font-family: metro, serif;
    content: "\e640";
}

.setblktounk:before {
    font-family: metro, serif;
    content: "\e644";
}

.MacOsChrome .setblktounk:before {
    font-weight: 700 !important;
    opacity: 0.99 !important;
}

.setalltono:before {
    font-family: metro, serif;
    content: "\e645";
}

.MacOsChrome .setalltono:before {
    font-weight: 700 !important;
    opacity: 0.99 !important;
}

.setblktono:before {
    font-family: metro, serif;
    content: "\e646";
}

.MacOsChrome .setblktono:before {
    font-weight: 700 !important;
    opacity: 0.99 !important;
}

.enccontoltime:before {
    font-family: metro, serif;
    content: "\e652";
    padding-right: 5px;
    font-size: 16px;
}

.MacOsChrome .enccontoltime:before {
    font-weight: 700 !important;
    opacity: 0.99 !important;
}

.tonometry .enccontoltime-menu {
    position: absolute;
    top: -28px;
    right: 0px;
}

.tonometry .horizontal-menu ul {
    text-align: right;
}

.tabs-small .ui-state-default .ui-icon-close,
.ui-state-default .ui-icon-close:hover {
    background-image: url(../images/ui-icons_888888_256x240.png) !important;
}

.ui-icon-triangle-1-s {
    background: #fff url(../images/Combolist_select.gif) no-repeat right 50%;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon {
    width: 20px;
    height: 1rem;
}

.ui-icon {
    display: block;
    /*text-indent: -99999px;*/
    overflow: hidden;
    background-repeat: no-repeat;
    cursor: pointer;
}

#busyIndicator img {
    width: 100px;
}

.preset label {
    width: 5rem;
}

.resource label {
    width: 6rem;
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    #sortable.selectCheck li {
        margin: 0 5px 2px 0px;
        padding: 1px;
        font-size: 0.8rem;
        padding-left: 1.5rem;
    }

input.error,
select.error,
textarea.error {
    border: 1px solid #ce352c;
}

/*.metro label.required-field:after {
    content: "*";
    font-family: initial;
    display: inline-block;
    line-height: 0;
    color: red;
    margin-left: 0px;
    font-size: 1.2em;
    line-height: 90%;
}*/
/* new css starts here*/

.pagination-footer {
    bottom: 0.625rem;
    position: fixed;
    z-index: 9;
    width: 15.625rem;
    margin: auto;
    left: 48%;
}

.secondaryToolBar {
    width: 35.125rem !important;
}
/*.input-control.checkbox .txt-spn {
    padding-left: 2px !important;
    line-height: 1.5rem !important;
}*/
.appt-det label {
    width: 5.2rem;
}
/*New css ends here*/

/*.metro h3.required-field:after {
    content: "*";
    font-family: initial;
    display: inline-block;
    line-height: 0;
    color: red;
    margin-left: 0px;
    font-size: 1.2em;
    line-height: 90%;
}*/

.box_heading > h2 {
    font-size: 2rem;
    color: #005cb9;
    text-transform: uppercase;
    margin: 0.313rem 0rem;
    margin-top: 0px;
    font-weight: 600;
    height: 2.25rem;
    line-height: 2.5625rem;
}

.encpatientheader {
    border-bottom: 1px solid #c7c7c7 !important;
    margin-bottom: 0.325rem !important;
}

input.input-validation-error {
    background-color: #ffdcdd !important;
}

select.input-validation-error,
span.input-validation-error {
    /*border: 1px solid #e80c4d;*/
    background-color: #ffdcdd;
}

select option {
    color: #000;
}

.height100 {
    height: 100% !important;
    margin: 0;
}

.textL {
    text-align: left !important;
}

.dxgvEditFormDisplayRow_Metropolis td.dxgv,
.dxgvDataRow_Metropolis td.dxgv,
.dxgvDataRowAlt_Metropolis td.dxgv,
.dxgvSelectedRow_Metropolis td.dxgv,
.dxgvFocusedRow_Metropolis td.dxgv {
    overflow: hidden;
    border-bottom: 1px #f4f2f2 solid;
    /* border-right: 1px #f4f2f2 solid; */
    border-top-width: 0;
    border-left-width: 0;
    /*padding: 3px 6px 4px;*/
}

.metro .horizontal-menu li.wid20 {
    width: 1.25rem;
}

.encountergridview .dxgvCSD {
    position: inherit !important;
    /*border:1px solid #c0c0c0;*/
}
.encountergridview.FinalDGridViewBorder .dxgvCSD {
    border:1px solid #c0c0c0 !important;
}

.encountergridview.FinalDGridViewBorder .dxgvCSD {
    border:1px solid #c0c0c0 !important;
}

.textR {
    text-align: right !important;
}

ul.secondary-icons li label {
    /*line-height: 1.8125rem;*/
}

.marginBottom15 {
    margin-bottom: 0.5rem !important;
}

.pager {
    padding: 0px;
    /* width: 218px; */
    float: right;
    text-align: right;
    z-index: 1000;
    /*bottom: 0;
    position: fixed;
    left: 44%;*/
    bottom: 2.1rem;
    position: fixed;
    left: auto;
    background-color: transparent;
}

    .pager div {
        display: inline-block;
        float: left;
    }

    .pager input[type=text] {
        width: 35px;
        /*line-height: 11px;*/
        height:17px;
    }

    .pager .disabled:last-child {
        margin-left: 3px;
    }

    .pager .disabled:first-child {
        /*margin-left:0px;*/
        margin-right: 3px;
    }

    .pager .disabled {
        /*border: 1px solid #d5d5d5;
        border-radius: 3px;
        padding: 3px 5px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 17px;
        line-height: 16px;
        padding-bottom: 7px;
        padding-top: 0px;
        color: black;
        float: left;
        width: 20px;
        height: 20px;
        color: #999;
        background: rgba(255, 255, 255, 1);*/
        border: 1px solid #d5d5d5;
        border-radius: 3px;
        padding: 0 5px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 17px;
        line-height: 12px;
        /* padding-bottom: 7px; */
        /* padding-top: 0px; */
        color: black;
        float: left;
        width: 20px;
        height: 17px;
        color: #999;
        background: rgba(255, 255, 255, 1);
    }

    .pager .current {
        background: rgba(209, 209, 209, 1);
        background: -moz-linear-gradient(top, rgba(209, 209, 209, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(209, 209, 209, 1)), color-stop(53%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
        background: -webkit-linear-gradient(top, rgba(209, 209, 209, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(top, rgba(209, 209, 209, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
        background: -ms-linear-gradient(top, rgba(209, 209, 209, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to bottom, rgba(209, 209, 209, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#ffffff', GradientType=0);
        font-size: 17px;
        border-radius: 3px;
        color: #333;
        float: left;
        width: 20px;
        height: 20px;
        margin-top: 4px;
        padding: 3px 5px;
        line-height: 10px;
        text-align: center;
        border: 1px solid #d5d5d5;
    }

    .pager span {
        margin: 0px 4px 10px 3px;
        cursor: pointer;
    }

    .pager span {
        border: 1px solid #aaa;
        padding: 3px 5px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        line-height: 11px;
        padding-top: 0px;
        color: #42aaff;
        font-size: 17px;
        border: 1px solid #d5d5d5;
        border-radius: 3px;
        font-size: 17px;
        line-height: 12px;
        padding-top: 0px;
        float: left;
    }

.layerClass .radio .icons {
    top: 0.36rem;
}

.layerClass .checkbox .icons {
    top: 0.36rem;
}

.metro .patientEncClass label.linegeight22,
.metro .patientEncClass span.linegeight22 {
    line-height: 1.375rem !important;
}

span.linegeight21 {
    line-height: 1.313rem;
}

.top-2 {
    top: -2px;
    position: relative;
}

/*.medicationHistory-info label {
    width: 8.799rem;
}*/
.addMedicationLabel label {
    width: 6.8rem;
}

.addMedicationLabel1 label {
    width: 12rem;
}

.marL5 {
    margin-left: 0.3125rem !important;
}

.marR5 {
    margin-right: 0.3125rem !important;
}

.rightarrow-sml {
    width: 18px !important;
    height: 19px !important;
    background: url('../../images/right-arrow-sml.png') no-repeat 3px;
    overflow: hidden;
    display: inline-block;
}

.rightarrow-sml-disabled {
    width: 18px !important;
    height: 19px !important;
    background: url('../../images/right-arrow-sml-disabled.png') no-repeat 3px;
    overflow: hidden;
    display: inline-block;
}

.leftarrow-sml {
    width: 18px !important;
    height: 19px !important;
    background: url('../../images/left-arrow-sml.png') no-repeat 3px;
    overflow: hidden;
    display: inline-block;
}

.leftarrow-sml-disabled {
    width: 18px !important;
    height: 19px !important;
    background: url('../../images/left-arrow-sml-disabled.png') no-repeat 3px;
    overflow: hidden;
    display: inline-block;
}

input[type=button].icon,
input[type=button]:hover.icon,
.metro input[type=button]:active.icon,
input[type=button]:focus.icon {
    width: 20px;
    height: 20px;
    border: none !important;
    background-color: #fff !important;
    cursor: pointer;
}

.dataTable .dxgvHeader_Metropolis {
    background-color: #ecebeb !important;
}

#divOfficeAdminContent .box,
#divSchQuickSearchFilterResult .box {
    border: 0;
    background-color: transparent;
    overflow: inherit;
}

#tblEncounterElements {
    border: 1px solid #d1d1d1;
}

.recopia-login label {
    width: 15rem;
}

.paddingT20 {
    padding-top: 1.56rem;
    /*padding-bottom:1.56rem;*/
}

.paddingTOP20 {
    padding-top: 1.56rem;
}

.paddingTOP10 {
    padding-top: 0.625rem !important;
}

.paddingB20 {
    padding-bottom: 1.56rem;
}

.paddingB30 {
    padding-bottom: 1.8rem;
}

.paddingB40 {
    padding-bottom: 2.5rem;
}

.paddingB10 {
    padding-bottom: 0.625rem !important;
}

.wid20p {
    width: 20%;
}

.borderTop {
    border-top: 1px solid #d1d1d1;
}

.borderTopdark {
    border-top: 1px solid #a4a4a4;
}

.red {
    color: red;
    margin-left: 0px;
    font-size: 1.2em;
    line-height: 90%;
    font-weight: 500;
}

.priorityColor{
     color: #be0000;
}

.wid20p {
    width: 20%;
}

button.backtrsp {
    background-color: transparent;
    border: none;
}

.dataTables_length label {
    width: auto !important;
}

.position-rel {
    position: relative;
}
/*input[data-original-title] {
     position: absolute;
    /* display: inline-block; */

.tooltipField + .tooltip > .tooltip-inner {
    background-color: #f00;
    position: relative;
}

.tooltip.bottom .tooltip-arrow {
    /*top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000000;
   
    border-width: 0 5px 5px;
    position: absolute;*/
}

.tooltip {
    position: absolute;
    /* display: inline-block; */
    border: 1px solid #fff;
    /* top: 27px; */
    /* position: relative; */
    display: inline-block;
    background-color: transparent;
    /*margin-top: -25px;*/
    z-index: 99999;
    /*top: 0 !important;*/
    padding: 3px;
    padding-left: 5PX;
    padding-right: 5PX;
    border-radius: 5px;
}

.tooltip-inner {
    color: black;
}


.tooltip-arrow:after {
    /*top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0px;
    width: 0px;
    position: absolute;
    pointer-events: none;
    border-color: rgba(247, 242, 242, 0);
    border-top-color: #c64348;
    border-width: 5px;
    margin-left: -9px;*/
    font-family: metro;
    content: "\e687";
    /*padding-right: 5px;*/
    vertical-align: middle;
    font-size: 16px;
    color: black;
    font-weight: normal;
    left: 50%;
    position: absolute;
    top: -14px;
}

.paddingbody30 {
    padding: 30px !important;
}

.paddingbody50 {
    padding: 50px !important;
}

.padSmall_1 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.padSmall_2 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.padSmall_3 {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.padLR15 {
    padding-left: 0.938rem;
    padding-right: 0.938rem;
}

.padButtonLR {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.padLR30 {
    padding-left: 30px;
    padding-right: 30px;
}

.padLR50 {
    padding-left: 50px;
    padding-right: 50px;
}

.paddingbody {
    padding: 15px !important;
}

.padLR2 {
    padding-left: 2px;
    padding-right: 2px;
}

.padR2 {
    padding-right: 2px;
}

.padL6 {
    padding-left: 6px;
}

.glypsettingIcon-Width {
    width: 15px;
}

.printIconRibbon {
    width: 10rem;
}

    .printIconRibbon ul.frames-table-top-icon > li:first-child {
        width: 40%;
    }

    .printIconRibbon ul.frames-table-top-icon > li:last-child {
        width: 60%;
    }

.dataEntrylabels label {
    width: 64%;
}

.preferenceLabels label {
    width: 25%;
}

.ui-timepicker-table .ui-state-active {
    background-color: #feca3f;
}

.diagSelectPadding button.ui-multiselect span {
    padding: 0px !important;
}

.EncGenElementWidth {
    width: 44%;
}

.topDiagWidth {
    width: 36%;
}

.CmsWidth {
    width: 100%;
}

.providerGroup label {
    width: 6rem;
}

#TblDocumentsNeedReview_filter {
    margin-top: 3px;
}

#raceAndEthnicityTbl_filter {
    margin-top: -2.2rem;
    margin-right: 9.2rem;
}

#bill_allpt_all_bills .ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all {
    top: 34.5rem !important;
    width: 17rem !important;
}



@media screen and (min-width: 1024px) and (max-width: 1366px) {
    .paddingbody30 {
        padding: 15px !important;
    }

    .paddingbody50 {
        padding: 25px !important;
    }

    .padSmall_1 {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .padSmall_2 {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .padSmall_3 {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }
    /*temp. coment by rohit*/
    /*.padLR15 {
        padding-left: 10px;
        padding-right: 10px;
    }*/
    .scanLblAttr label {
        width: 7rem;
    }

    .padButtonLR {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    /*temp. coment by rohit*/
    /*.padLR30 {
        padding-left: 15px;
        padding-right: 15px;
    }*/

    .popup_heading h3 {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .lockCircle {
        height: 80px !important;
        width: 80px !important;
    }

    .lockCircleIcon {
        padding-top: 1rem !important;
    }

    .padL88 {
        padding-left: 4.4rem !important;
    }

    .lockFont {
        font-size: 2.9rem !important;
    }

    #EM_CodeTextbox {
        width: 50px;
    }

    .warningPopUpalign {
        /*margin-top: 2rem;
        margin-left: -0.2rem;*/
    }

    .apptSavebtnpadR {
        padding-right: 1.2rem;
    }

    ul.smallTabs li {
        width: 49%;
    }

    .divCatalogSearchBody .DevExtremeSearchGrid .dx-datagrid-total-footer {
        height: 2.6rem;
    }

    .printIconRibbon ul.frames-table-top-icon > li:first-child {
        width: 35%;
    }

    .rxgrid_specifictoRGP span.link.smallbtnlinkfont {
        font-size: 0.675rem;
    }

    .ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all {
        top: 50%;
    }

    .tabMultiselectMenu .ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all {
        top: 44% !important;
    }

    #PO_OrderStatusContainer .ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all {
        top: 63% !important;
    }

    #PO_ItemTypeContainer .ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all {
        top: 27% !important;
    }

    #PO_TypesContainer .ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all {
        top: 31% !important;
    }
}

.dis-tab {
    display: table;
}

.display-table {
    display: table !important;
}

.displayFlex {
    display: flex !important;
}

.wid50 {
    width: 50% !important;
}

.wid30 {
    width: 30% !important;
}

.wid200 {
    width: 5rem !important;
}

.AddUserDetails label {
    width: 9.9rem;
}

.portal_details label {
    width: 13rem;
}

.recopia-login label {
    width: 15rem;
}
/*span#schedPresets span {
    text-decoration: underline;
    margin-left: 5px;
    cursor: pointer;
}*/

table.insu {
    width: 100% !important;
}

    table tbody.appts,
    table tbody.appts tr,
    table.insu tr, table tbody.table tbody.task_notes tr {
        border: 1px solid #d0d0d0;
    }

table tbody.appts, table tbody.task_notes {
    background-color: #fff;
    overflow: auto;
    display: inline-block;
    width: 100%;
    overflow-x: hidden;
}

table tbody.linkAppt-tbl {
    background-color: #eeeeee;
}

table tbody.appts td, table tbody.task_notes td {
    padding: 0.3rem 0.325rem;
}

table.insu tr td:last-child {
    width: 1.563rem;
}

table tbody.appts td:first-child, table tbody.task_notes td:first-child {
    width: 0.2rem;
    vertical-align: middle;
    text-align: center;
}

table tbody.appts td:last-child {
    width: 2.5rem;
}

.width-05rem {
    width: 0.5rem;
}

table tbody.appts td.app, table tbody.appts td.recallScheduled,table tbody.appts td.statement, table tbody td.tsks{
    background-color: #e296fa;
    width: 0.2rem;
    padding: 0.5rem 0.1rem;
    color: #fff;
}

.appnoshow {
    color: red !important;
}

.div_border_right_1px {
    border-right: 1px grey solid;
    text-align: right;
}

.mar-r-5px {
    margin-right: 5px;
}

table tbody.appts td.recallScheduled, table tbody.appts td.statement {
    background-color: #9e9cff;
}

table tbody.appts td.recall, table tbody.task_notes td.nts,table tbody tr td.nts {
    background-color: #d5aa75;
    width: 0.2rem;
    padding: 0.5rem 0.1rem;
    color: #fff;
}

table tbody.appts td.tests {
    background-color: #9d9dff;
    width: 0.2rem;
    padding: 0.5rem 0.17rem;
    color: #fff;
}

table tbody.appts td.bold {
    font-weight: 400;
}

table tbody.appts tr, table tbody.task_notes tr {
    width: 100%;
    display: inline-table;
    border: none;
    border-bottom: 1px solid #d0d0d0;
}

table tbody.linkAppt-tbl tr {
    background-color: #ffffff;
}

table tbody.appts tr.no-border {
    border-bottom: 0px;
}

a.linkpink {
    font-size: inherit;
    font-weight: normal;
    color: #e296fa;
}

    a.linkpink:hover {
        color: #7e55c4;
    }

a.linkorange {
    font-size: inherit;
    font-weight: normal;
    color: #d5aa75;
}

    a.linkorange:hover {
        color: #FFA500;
    }

a.linkviolet {
    font-size: inherit;
    font-weight: normal;
    color: #9d9dff;
}

    a.linkviolet:hover {
        color: #5252f7;
    }

table.insu tr td {
    padding: 0.4rem 0.325rem;
}

#autocompleteForPatientAppt_DDD_L_H > table > tbody > tr {
    background-color: #ececec !important;
    border: 0px;
    border-bottom: 0px solid #d1d1d1 !important;
}

#autocompleteForPatientAppt_DDD_PW-1 {
    background-color: #f5f5f5;
    /* box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); */
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.6);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.6);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.6);
}

    #autocompleteForPatientAppt_DDD_PW-1 > .dxpc-mainDiv {
        padding: 1.063rem;
    }

    #autocompleteForPatientAppt_DDD_PW-1 .hovered tbody tr:hover,
    #autocompleteForPatientAppt_DDD_PW-1 .hovered tbody td:hover {
        background-color: #1e90ff;
        color: #ffffff;
    }
/*#autocompleteForPatientAppt_DDD_PW-1 {
    width: 50rem !important;
}*/
.font9 {
    font-size: 0.563rem;
}

.font10 {
    font-size: 0.625rem;
}

.wid90 {
    width: 5.625rem;
}

ul.secondary-icons li.wid74 {
    width: 4.625rem;
}

.wid42 {
    width: 2.625rem;
}

.wid26 {
    width: 1.625rem;
}

a.yellow-line {
    font-weight: 700;
    border-bottom: 2px solid #feca3f;
}
/*schedular screen css ends here*/

.marginT25 {
    margin-top: -35px;
}

.flnone {
    float: none !important;
}

.fontnormal {
    font-style: normal !important;
    font-weight:400;
}

.paddingLR54 {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
}

.paddingLR37 {
    padding-left: 2.313rem;
    padding-right: 2.313rem;
}

ul.days {
    list-style: none;
}

    ul.days li {
        border-radius: 50%;
        padding: 0.6rem 0.2rem;
        width: 45px;
        height: 45px;
        text-transform: uppercase;
        display: inline-block;
        border: 2px solid #b1b0b0;
        color: #b1b0b0;
        margin-left: 0.325rem;
    }

        ul.days li.active {
            background-color: #fff;
            border: 2px solid #42aaff;
            color: #000;
        }

        ul.days li.selected {
            background-color: #feca3f;
            border: 2px solid #feca3f;
            color: #000;
            font-weight: 500;
        }

.box_border {
    border: 1px solid #d1d1d1 !important;
}

.PL_Address_Tab_ > div {
    padding: 0.3125rem;
    background-color: #eeeeee !important;
    border: 1px solid #d1d1d1;
    border-width: 1px;
}

.PRV_Div_Provider_Holiday > div {
    background-color: #eeeeee !important;
    border: 1px solid #d1d1d1;
    border-width: 1px !important;
}

#divModulePermissionTab > div {
    background-color: #eeeeee !important;
    /*border: 1px solid #d1d1d1;*/
    border-width: 1px !important;
}

.geninfo label {
    width: 9.66rem;
}

.GeneralInfouser label {
    width: 6rem;
}

.grad-gray-white {
    background: rgba(232, 230, 231, 1);
    background: -moz-linear-gradient(left, rgba(232, 230, 231, 1) 0%, rgba(232, 230, 231, 1) 33.2%, rgba(255, 255, 255, 1) 33.2%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232, 230, 231, 1)), color-stop(33.2%, rgba(232, 230, 231, 1)), color-stop(33.2%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(232, 230, 231, 1) 0%, rgba(232, 230, 231, 1) 33.2%, rgba(255, 255, 255, 1) 33.2%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(232, 230, 231, 1) 0%, rgba(232, 230, 231, 1) 33.2%, rgba(255, 255, 255, 1) 33.2%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(232, 230, 231, 1) 0%, rgba(232, 230, 231, 1) 33.2%, rgba(255, 255, 255, 1) 33.2%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(232, 230, 231, 1) 0%, rgba(232, 230, 231, 1) 33.2%, rgba(255, 255, 255, 1) 33.2%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e8e6e7', endColorstr='#ffffff', GradientType=1);
}

    .grad-gray-white > .window {
        background-color: transparent;
    }

.grad-gray-white3 {
    background: rgba(232, 230, 231, 1);
    background: -moz-linear-gradient(left, rgba(232, 230, 231, 1) 0%, rgba(232, 230, 231, 1) 25%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232, 230, 231, 1)), color-stop(25%, rgba(232, 230, 231, 1)), color-stop(25%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(232, 230, 231, 1) 0%, rgba(232, 230, 231, 1) 25%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(232, 230, 231, 1) 0%, rgba(232, 230, 231, 1) 25%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(232, 230, 231, 1) 0%, rgba(232, 230, 231, 1) 25%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(232, 230, 231, 1) 0%, rgba(232, 230, 231, 1) 25%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e8e6e7', endColorstr='#ffffff', GradientType=1);
}

.grad-gray-white4 {
    background: rgba(232, 230, 231, 1);
    background: -moz-linear-gradient(left, rgba(232, 230, 231, 1) 0%, rgba(232, 230, 231, 1) 16%, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232, 230, 231, 1)), color-stop(16%, rgba(232, 230, 231, 1)), color-stop(16%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(232, 230, 231, 1) 0%, rgba(232, 230, 231, 1) 16%, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(232, 230, 231, 1) 0%, rgba(232, 230, 231, 1) 16%, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(232, 230, 231, 1) 0%, rgba(232, 230, 231, 1) 16%, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(232, 230, 231, 1) 0%, rgba(232, 230, 231, 1) 16%, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e8e6e7', endColorstr='#ffffff', GradientType=1);
}

.grad-gray-white3 > .window {
    background-color: transparent;
}

.grad-gray-white4 > .window {
    background-color: transparent;
}

.padLR5 {
    padding-left: 0.313rem !IMPORTANT;
    padding-right: 0.313rem !IMPORTANT;
}

.padLR8 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.padLR48 {
    padding-left: 3rem !IMPORTANT;
    padding-right: 3rem !IMPORTANT;
}

.padL15 {
    padding-left: 0.938rem;
}

.padL2 {
    padding-left: 2rem;
}

.padR0 {
    padding-right: 0px;
}

.padR16 {
    padding-right: 1rem;
}

.marginT10 {
    margin-top: 0.625rem !important;
}

.marginB10 {
    margin-bottom: 0.625rem !important;
}

.marginT7 {
    margin-bottom: 0.438rem !important;
}

ul.listtype-none {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

input.datepicker:before {
    content: "\e630";
}

ul.ulAddEditValueList {
    list-style: none;
}

.grid .row ul.ulAddEditValueList > li > [class*="span-state"] {
    float: none;
}

.metro .grid .row ul.ulAddEditValueList > li > [class*="span-state"] {
    margin-left: 0;
}

.height261 {
    height: 10.8rem;
}

.height3 {
    height: 3rem;
}

.marginT30 {
    margin-top: 1.875rem !important;
}

ul.listtype-none.height208 {
    overflow: auto;
    height: 13rem;
}

.dxscViewSelector_Metropolis td {
    padding: 0 0.2rem;
}

.paddingTB20 {
    padding-top: 1.56rem;
    padding-bottom: 1.56rem;
}

.paddingTB30 {
    padding-top: 2.56rem;
    padding-bottom: 2.56rem;
}
/*HasmukhM added below class for billing popup*/

.paddingTB10 {
    padding-top: 0.78rem;
    padding-bottom: 0.78rem;
}

.paddingTB5 {
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
}

.paddingTOP {
    padding-top: 1rem;
}

.marTOP {
    margin-top: 1rem !important;
}
.marB30 {
    margin-bottom: 1.875rem;
}
.marB50 {
    margin-bottom: 3.125rem !important;
}
/*.marB15 {
    margin-bottom: 0.938rem;
}*/
.height136 {
    height: 11.2rem !important;
}

.checkbox-style1 .icon-checked:before {
    font-family: metro, "Segoe UI", "Open Sans", serif;
    content: "\e609";
    border: 0px solid #CCC;
    font-size: 1.25rem;
}

.checkbox-style1 .icon-unchecked:before {
    font-family: metro, "Segoe UI", "Open Sans", serif;
    content: "";
    font-size: 1.25rem;
    border: 0px solid #CCC;
}

.checkbox-style1 .icon-unchecked {
    font-family: metro, "Segoe UI", "Open Sans", serif;
    content: "\e637";
    font-size: 1.25rem;
    border: 0px solid #CCC;
}

.radio-style1 .icon-checked:before {
    font-family: metro, "Segoe UI", "Open Sans", serif;
    content: "\e609";
    border: 0px solid #CCC;
    font-size: 1.25rem;
}

.radio-style1 .icon-unchecked:before {
    font-family: metro, "Segoe UI", "Open Sans", serif;
    content: "\e637";
    font-size: 1.25rem;
    border: 0px solid #CCC;
}

.radio-style1 .icon-unchecked {
    font-family: metro, "Segoe UI", "Open Sans", serif;
    content: "\e637";
    font-size: 1.25rem;
    border: 0px solid #CCC;
}

.height221 {
    height: 13.813rem !important;
    overflow: auto;
}

.vAlignN {
    vertical-align: inherit !important;
}

.divTransferLocation label {
    width: 5.2rem;
}

.border-right-gray {
    border-right: 1px solid #a4a4a4;
}

.border-bottom-gray2 {
    border-bottom: 1px solid #a4a4a4;
}

.border-bottom-gray3 {
    border-bottom: 1px solid #a5a5a5;
}

.border-top-gray {
    border-top: 1px solid #d5d5d5;
}

.border-left-gray {
    border-left: 1px solid #a4a4a4;
}

.border-left-gray-light {
    border-left: 1px solid #d5d5d5;
}

.border-right-gray-light {
    border-right: 1px solid #d5d5d5;
}

.fixedMenu {
    position: fixed;
}

.tab-context-menu {
    z-index: 1000;
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

    .tab-context-menu ul {
        padding: 0px;
        margin: 5px 0px 5px 0px;
    }

    .tab-context-menu li {
        list-style: none;
        padding: 2px 22px 2px 10px;
        font-size: 12px;
        white-space: nowrap;
        cursor: pointer;
    }

        .tab-context-menu li:hover {
            background: #9cbef9 url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
        }

        .tab-context-menu li.disabled {
            background: none;
            color: #a1a192;
            cursor: default;
        }

.modal-open {
    overflow: hidden;
}

    body.modal-open,
    .modal-open .navbar-fixed-top,
    .modal-open .navbar-fixed-bottom {
        margin-right: 15px;
    }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-dialog {
    z-index: 1050;
    /*width: auto;*/
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:before,
    .modal-footer:after {
        display: table;
        content: " ";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer:before,
    .modal-footer:after {
        display: table;
        content: " ";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.dxeGrid_ListBoxItemSelected_Metropolis {
    color: black;
    background-color: #fcfcfc;
}

.dxgvSearchPanel_Metropolis_Right > table {
    margin-left: auto;
    margin-right: 146px;
    max-width: 229px;
}
.dxgvSearchPanel_Metropolis_Right_new > table {
    margin-left: auto;
    margin-right: 100px;
    max-width: 229px;
}

.dxgvSearchPanel_Metropolis_Right_new > table {
    margin-left: auto;
    margin-right: 100px;
    max-width: 229px;
}

td.dxgv_header_cell {
    padding: 0px !important;
}

td.dxgv_editable_cell {
    background-color: #fff;
    border: 1px solid #D3D6DC !important;
    border-radius: 4px;
}

tr.ActiveMedicationStatus td {
    background-color: #fdebd6;
}

.inputControlTableHolder td.dxgv_editable_cell {
    background-color: transparent;
    border: 0px solid #D3D6DC !important;
    border-radius: 0px;
}

td.dxgv_editable_Multiselectcell {
    background-color: #fff;
    border: 1px solid #D3D6DC !important;
    border-radius: 4px;
}

.patientLabelPopup1 label {
    width: 7.0rem;
    color: #5c5c5c;
}

.patientLabelPopup2 label {
    width: 7.2rem;
}

.filterLabels label {
    width: 4.5rem;
    color: #3c3c3c;
}

#RecallQuickSearchTab .filterLabels label {
    width: 3.7rem;
}

.purchaseOrderList-lbl label {
    width: 7.5rem;
}

/*.purchaseOrderList-lbl .date-icon i {
    top: 5px !important;
}*/

.alFilterLabels label {
    width: 5.5rem;
    color: #3c3c3c;
}

.lineHeightSpan span {
    line-height: 1.70rem;
    font-size: 0.8125rem;
    /*color: #3c3c3c;*/
}

.lineHeightSpan1 span {
    line-height: 1.70rem;
    font-size: 0.8125rem;
    /*color: #3c3c3c;*/
}

.lineH2 {
    line-height: 2rem;
}

#quick-filter {
    padding: 0px 0px 0px 0px;
}

.fillterTab {
    width: 16.0rem !important;
    margin: 0 !important;
    float: left;
    background-color: rgb(1, 68, 136);
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    border-bottom: 2px solid rgb(1, 68, 136) !important;
}

.mainBody {
    margin: 0 !important;
    margin-left: 16.0rem !important;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}

.marginT8MIN {
    margin-top: -0.2rem;
}

.marginElementDivider {
    margin-top: -0.4rem;
}

.sideLeft {
    margin-left: -20.5em !important;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}

.size-x140.sideLeftOfAd, .size-x_140.sideLeftOfAd {
    margin-left: -10.9em;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}

.size-x_160.sideLeftOfAd {
    margin-left: -12.4em;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}

.size-x180.sideLeftOfAd, .size-x_180.sideLeftOfAd {
    margin-left: -14em;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}

.size-x200.sideLeftOfAd, .size-x_200.sideLeftOfAd {
    margin-left: -17.9em;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}

.sideEnctSidebarRight {
    margin-left: -10.3rem !important;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}

.sideEnctSidebarLeft {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}

.encouterMainContent {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}


@media screen and (min-width: 1600px) {
    .size-x140.sideLeftOfAd {
        margin-left: -9.9em;
    }

    .size-x200.sideLeftOfAd {
        margin-left: -15.4em;
    }
}

@media screen and (min-width: 1920px) {
    
    .size-x140.sideLeftOfAd {
        margin-left: -9.5em;
    }

    .size-x200.sideLeftOfAd {
        margin-left: -14.9em;
    }

    .sideEnctSidebarRight {
        margin-left: -11.3rem !important;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -o-transition: 1s;
    }

    .topDiagWidth {
        width: 25%;
    }

    .CmsWidth {
        width: 100%;
    }

    #bill_allpt_all_bills .ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all {
        top: 33.5rem !important;
        width: 17rem !important;
    }
}

@media screen and (min-width: 2560px) {
    .size-x140.sideLeftOfAd {
        margin-left: -9em;
    }

    .size-x200.sideLeftOfAd {
        margin-left: -13.2em;
    }

    .sideEnctSidebarRight {
        margin-left: -8.3rem !important;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -o-transition: 1s;
    }

    .metro .zoom80 .encformbasePage .input-control.checkbox .txt-spn, .metro .zoom90 .encformbasePage .input-control.checkbox .txt-spn {
        line-height: 1rem;
    }

    .metro .zoom80 .encformbasePage .input-control.checkbox span, .metro .zoom90 .encformbasePage .input-control.checkbox span {
        line-height: 0.3rem;
    }

    .metro .zoom80 .layerClass .checkbox .icons {
        top: 0.3rem;
    }

    .metro .zoom90 .layerClass .checkbox .icons {
        top: 0.3rem;
    }

    #divOrderEntry .input-control label.checkbox {
        padding-top: 3px;
    }

    .label-pad-0 label.checkbox {
        padding-top: 0px !important;
    }

    .topDiagWidth {
        width: 22%;
    }

    .CmsWidth {
        width: 100%;
    }

    .tabMultiselectMenu div.ui-multiselect-menu {
        width: 286px !important;
        top: 65% !important;
    }
}

.sideRight {
    margin-left: 0rem !important;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}

.contactQuickSearchLabel label {
    width: 5.3rem;
    /*margin:0.3rem 0.5rem 0.1rem 0;*/
}

.framesQuickSearchLabel label {
    width: 5rem;
    margin: 0.160rem 0.313rem 0.140rem 0rem;
}

ul.quickSearchLinks {
    list-style: none;
    width: 100%;
    margin: 0;
    display: inline-block;
    padding: 0;
}

    ul.quickSearchLinks > li {
        float: left;
        margin-right: 5px;
        line-height: 1.7rem;
    }

.widthF3 {
    width: 100px;
    font-size: 0.7rem;
}

.height24 {
    height: 1.714rem;
}

.selectedYellow {
    background-color: #ffeeb2 !important;
}

.displayAllTRForIMO {
    opacity: 0.8;
    /*color: gray;*/
    color: #cbcbcb !important;
    cursor: none;
}

.enableTRForIMO {
    opacity: 1;
    color: inherit;
    cursor: pointer;
}

.enableColorForSelectedModifier {
    background-color: #ffeeb2;
}

ul.listView {
    display: block;
    position: absolute;
    top: 30px;
    left: 130px;
    background-color: #fff;
    border: 1px solid black;
}

    ul.listView > li {
        display: block;
        width: 100%;
        text-align: left;
    }

.popup-72 {
    width: 72%;
}

.metro.popup-72 .window.flat .content1 {
    overflow: hidden;
    min-height: 237px;
    max-height: 600px;
    overflow: auto;
    overflow-x: hidden;
}

.metro.popup-72 .window.flat .content .scroll {
    height: 290px;
    /*max-height:462px;*/
    overflow: auto;
}

.metro.popup-72 .window.flat .content .bottom {
    position: absolute;
    bottom: 0px;
    padding-top: 5px;
    width: 100%;
    margin-bottom: 5PX;
    border-top: 1px solid #c7c7c7;
    text-align: right;
}

.line-break {
    line-height: 1em;
    height: 1em;
    overflow: hidden;
    margin: 0;
}

.codeIQTableTbody {
    display: block !important;
    height: 120px !important;
    overflow: auto !important;
}

table.scrollCodeIQ tbody,
table.scrollCodeIQ thead {
    display: block;
}

table.scrollCodeIQ tbody {
    height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}

.overflowInherit {
    overflow: inherit !important;
}

.overflowHidden {
    overflow: hidden !important;
}

#tblInsuranceCompanies_filter,
.dataTables_scrollHeadInner {
    width: 100% !important;
    box-sizing: border-box !important;
}

ul.ExternalPhysicians {
    list-style: none;
    display: inline-block;
    vertical-align: bottom;
    z-index: 2;
    position: relative;
    padding: 0px;
    margin: 0px;
    padding-right:6px;
    /*padding-top: 15px;*/
   
}

    ul.ExternalPhysicians li {
        float: left;
        display: inline;
        padding: 0rem;
        line-height: 1.8rem;
    }

        ul.ExternalPhysicians li:last-child {
            padding-right: 0px;
        }

        ul.ExternalPhysicians li:hover {
            border-radius: 1.2em;
        }

        ul.ExternalPhysicians li.active {
            background-color: transparent;
            border-radius: 1.2em;
            padding-top: 0;
            padding-bottom: 0;
        }

        ul.ExternalPhysicians li a {
            text-shadow: none;
            margin: 0px;
            color: #023c76;
            font-size: 0.7rem;
            line-height: 1.5625rem;
            font-weight: 700;
            padding-top: 0;
            padding-bottom: 0;
            padding-left: 0.5rem;
            padding-right: 0.5rem;
        }

        ul.ExternalPhysicians li.active a {
            background-color: #feca3f;
            border-radius: 1.2em;
            line-height: 1.4rem;
            font-size: 0.8rem;
            font-weight: 700;
            padding-top: 0;
            padding-bottom: 0;
            padding-left: 0.5rem;
            padding-right: 0.5rem;
        }

.fg-subHeading {
    color: #313131;
}

table.scrollTable {
    width: 100%;
}

    table.scrollTable > tbody {
        overflow: auto;
        display: inline-block;
        width: 100%;
        height: 5rem;
    }

    table.scrollTable tr {
        width: 100%;
    }

.sbold {
    font-weight: 600 !important;
}

.sbold500 {
    font-weight: 500 !important;
}

.reportLabel label {
    width: 4.5rem;
}

tr.transationPD td {
    color: #b74e4e !important;
}

tr.transationPP td {
    color: #008f32 !important;
}

tr.bill-transation-color td, tr.bill-transation-color td a {
    color: inherit !important;
}

.ethnicityUpdateLabel label {
    width: 11.4rem;
}

span.link {
    color: #000;
    text-decoration: underline;
    font-weight: normal;
    font-size: 0.875rem;
    cursor: pointer;
}

    span.link:hover {
        color: #005cb9;
    }

.informationnPopup {
    background-image: -ms-linear-gradient(left, #09C8FF 9rem, #FFFFFF 9rem);
    background-image: -moz-linear-gradient(left, #09C8FF 9rem, #FFFFFF 9rem);
    background-image: -o-linear-gradient(left, #09C8FF 9rem, #FFFFFF 9rem);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(25, #09C8FF), color-stop(25, #FFFFFF));
    background-image: -webkit-linear-gradient(left, #09C8FF 9rem, #FFFFFF 9rem);
    background-image: linear-gradient(to right, #09C8FF 9rem, #FFFFFF 9rem);
}

.successPopup {
    background-image: -ms-linear-gradient(left, #20da9b 9rem, #FFFFFF 9rem);
    background-image: -moz-linear-gradient(left, #20da9b 9rem, #FFFFFF 9rem);
    background-image: -o-linear-gradient(left, #20da9b 9rem, #FFFFFF 9rem);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(25, #20da9b), color-stop(25, #FFFFFF));
    background-image: -webkit-linear-gradient(left, #20da9b 9rem, #FFFFFF 9rem);
    background-image: linear-gradient(to right, #20da9b 9rem, #FFFFFF 9rem);
}

.warringPopup {
    background-image: -ms-linear-gradient(left, #fbd12a 9rem, #FFFFFF 9rem);
    background-image: -moz-linear-gradient(left, #fbd12a 9rem, #FFFFFF 9rem);
    background-image: -o-linear-gradient(left, #fbd12a 9rem, #FFFFFF 9rem);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(25, #fbd12a), color-stop(25, #FFFFFF));
    background-image: -webkit-linear-gradient(left, #fbd12a 9rem, #FFFFFF 9rem);
    background-image: linear-gradient(to right, #fbd12a 9rem, #FFFFFF 9rem);
}

.errorPopup {
    background-image: -ms-linear-gradient(left, #f16b50 9rem, #FFFFFF 9rem);
    background-image: -moz-linear-gradient(left, #f16b50 9rem, #FFFFFF 9rem);
    background-image: -o-linear-gradient(left, #f16b50 9rem, #FFFFFF 9rem);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(25, #f16b50), color-stop(25, #FFFFFF));
    background-image: -webkit-linear-gradient(left, #f16b50 9rem, #FFFFFF 9rem);
    background-image: linear-gradient(to right, #f16b50 9rem, #FFFFFF 9rem);
}

.deletePopup {
    background-image: -ms-linear-gradient(left, #f8737f 9rem, #FFFFFF 9rem);
    background-image: -moz-linear-gradient(left, #f8737f 9rem, #FFFFFF 9rem);
    background-image: -o-linear-gradient(left, #f8737f 9rem, #FFFFFF 9rem);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(25, #f8737f), color-stop(25, #FFFFFF));
    background-image: -webkit-linear-gradient(left, #f8737f 9rem, #FFFFFF 9rem);
    background-image: linear-gradient(to right, #f8737f 9rem, #FFFFFF 9rem);
}

.billingPolicyPopup label {
    width: 10rem;
}

.roundDiv {
    height: 1.3rem;
    width: 1.3rem;
    border: 0.0625rem solid #d1d8dc;
    border-radius: 50%;
    background-color: #d1d8dc;
    text-align: center;
    font-size: 0.95rem !important;
}

.MiscellaneousSettingsLabel label {
    width: 16rem;
}

.CostAndRevenuelabel label {
    width: 15rem;
}

.CostAndRevenuelabel2 label {
    width: 10rem;
}

#spnAppPopup_recallTest > a.active {
    background-color: #ffc600;
    color: #000;
    padding-left: 3px;
    padding-right: 3px;
}

.spnAppPopup_recallTest > a.active {
    background-color: #ffc600;
    color: #000;
    padding-left: 3px;
    padding-right: 3px;
}

.upcomingLinks > a.active {
    background-color: #ffc600;
    color: #000;
    padding-left: 3px;
    padding-right: 3px;
}

#tblAppointmentType_wrapper .dataTables_scrollBody {
    background-color: #eeeeee;
    border: 1px solid #d1d1d1;
}

.returnwizard {
    border: 1px solid #d1d1d1;
    background-color: #eeeeee;
}

#divOfficeAdminContent .marginTp25 .dataTables_filter {
    margin-top: -1.625rem;
}

#divOfficeAdminContent .marginTp25 .dataTables_length {
    margin-top: -1.625rem;
}

#divExternalPhysicians label {
    width: 5.2rem;
}

.scanLabel label {
    width: 10rem;
}

.scanLblAttr label {
    width: 8rem;
}

table#tblPhoneEmailPopup tbody,
table#tblPhoneEmailPopup thead {
    display: block;
}

table#tblPhoneEmailPopup tbody {
    overflow-y: auto;
    overflow-x: hidden;
    height: 10.70rem;
}

.phoneemail_tbody {
    display: block;
    overflow-y: scroll;
}

table#tblPhoneEmailPopup thead tr {
    padding: 0 !important;
}

table#tblPhoneEmailPopup.dataTable.bordered thead tr:first-child th,
.dataTable.bordered thead tr:first-child td {
    padding: 0.4rem 0.225rem 0.4rem 0.225rem;
}

table#tblInsPayQuicksearchResultGrid thead th {
    padding: 0.4rem 0.225rem 0.4rem 0.225rem;
}

#tblInsPayQuicksearchResultGrid_body td {
    min-width: 5rem;
}

.addNewPatientPhoneEmail .dataTable {
    border: 0;
}

    .addNewPatientPhoneEmail .dataTable.bordered tbody tr td:last-child {
        border-right: none;
    }

    .addNewPatientPhoneEmail .dataTable.bordered tbody tr:last-child {
        border-bottom: 1px solid #e5e4e4;
    }

.width100pct {
    width: 100%;
}

table.borderBottomLast tr:last-child > td {
    border-bottom: 1px solid #d1d1d1;
}

.box-padding.padB0 {
    padding: 0.5rem 0.5rem 0 0.5rem !important;
}

.small-button-pad {
    font-weight: 400 !important;
    font-family: "Segoe UI", "Open Sans", sans-serif, serif;
    font-size: 1.05rem !important;
    padding: 0.625rem !important;
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
    height: auto !important;
    vertical-align: text-bottom;
    letter-spacing: 0.005rem;
}

.color-blue-link {
    color: #42aaff;
}

.box_heading > h3 > label.required-field {
    color: #005cb9;
    margin: 0;
}

.insurancePayments.filterLabels label {
    width: 6.3rem;
}

.alltransaction.filterLabels label {
    width: 4.89rem;
}

.insurancePayments.filterLabels label.wid-auto {
    width: auto;
}

.transform-none {
    text-transform: none;
}

.box_heading ul.filterList li a.link-dark {
    color: #333;
    text-decoration: underline;
}

.CQMReports.filterLabels label {
    width: 4.9rem;
}

.QMReports.filterLabels label {
    width: 7.1rem;
}

#powerTip h3,
#powerTip p {
    color: black;
}

ul.filterList li a.link-normal {
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    text-decoration: underline;
}

    ul.filterList li a.link-normal:hover {
        color: #42aaff;
    }

a.link-normal {
    /*font-weight: 500;*/
    font-style: normal;
    text-transform: none;
    text-decoration: underline;
}

    a.link-normal:hover {
        color: #42aaff;
    }

.popupButton {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

table.column-border td {
    border-right: 1px solid #D3D6DC;
}

table.bordered.column-border tr:last-child td {
    border-bottom: 1px solid #D3D6DC;
}

.checkbox-style1.blue-1 input[type=checkbox].custom-checkbox:checked + .icons .icon-checked, .checkbox-style3.blue-1 input[type=checkbox].custom-checkbox:checked + .icons .icon-checked {
    color: #42aaff !important;
}

.checkbox-style1.blue-1 .icon-checked:before, .checkbox-style3.blue-1 .icon-checked:before {
    font-size: 1.1rem;
}

.checkbox-style1.blue-1 input[type=checkbox].custom-checkbox:checked + .icons .icon-checked:hover, .checkbox-style3.blue-1 input[type=checkbox].custom-checkbox:checked + .icons .icon-checked:hover {
    color: #005cb9 !important;
}

.gray-qs-head2 {
    color: #434343;
}

.gray-qs-text {
    color: #333333;
}

.contract-reminder-gray {
    color: #A1A1A1;
}

.fweight500 {
    font-weight: 500;
}

.fweight300 {
    font-weight: 300;
}

.fweight600 {
    font-weight: 600 !important;
}

.fweight700 {
    font-weight: 700 !important;
}

/*.tooltip_pt {
    cursor: default;
}*/

.info_hover {
    background-color: #D9EEFF;
    z-index: 99999;
    position: absolute;
    width: 60%;
}

.info_hover_conditions {
    background-color: #D9EEFF;
    z-index: 99999;
    position: absolute;
    bottom: 0;
    width: 20%;
}

.border-TopGray70 {
    border-top: 1px solid #A5A5A5;
}

.green-deep {
    color: #008F33;
}

.green2 {
    color: #0b4900 !important;
}

.info_hover h3,
.info_hover p {
    color: #000;
}

.rowcolor1 td {
    background-color: #FDDFDF;
}

.rowcolor2 td {
    background-color: #FDEBD5;
}

.rowcolor3 td {
    background-color: #F0E1F4;
}

.rowcolor-inprocess {
    background-color: #fdebd5;
}

.display-table-cell {
    display: table-cell;
}

.wid100p {
    width: 100%;
}

.padB5 {
    padding-bottom: 5px;
}

.padB6 {
    padding-bottom: 6px;
}

.padB7 {
    padding-bottom: 7px;
}

.padB8 {
    padding-bottom: 8px;
}

.padB9 {
    padding-bottom: 9px;
}

.padB10 {
    padding-bottom: 10px;
}

.padB2 {
    padding-bottom: 2.6rem !important;
}

.listHover {
    color: #42aaff;
}

.textIcon {
    text-transform: uppercase !important;
}

.lockCircle {
    height: 100px;
    width: 100px;
    border-radius: 50px;
    border: 2px solid white;
    background-color: #c64348;
}

.lockCircleIcon {
    padding-top: 1.4rem;
}

.lockFont {
    font-size: 3.5rem;
}

.rightArrow {
    padding-left: 3rem;
    color: #b9b7b8 !important;
}

input.input-info-warning {
    /*border: 1px solid #e80c4d;*/
    /*background: #fff url(../../Images/info-field-icon.png) no-repeat right center;*/
    border: 1px solid #fdff00;
}

.reportList {
    list-style: none;
    padding-left: 0.6rem;
}

    .reportList li {
        float: left;
        width: 100%;
    }

.border-right-blue {
    border-right: 2px solid rgb(1, 68, 136);
}

.border-bottom-blue {
    border-bottom: 2px solid rgb(1, 68, 136) !important;
}

.border-top-blue {
    border-top: 2px solid rgb(1, 68, 136) !important;
}

.border-top-blue-dark {
    border-top: 3px solid #175bb5 !important;
    /* Chrome, Safari, Opera */
    -webkit-animation-name: colorchange;
    -webkit-animation-duration: 4s;
    /* Standard syntax */
    animation-name: colorchange;
    animation-duration: 4s;
}

@-webkit-keyframes colorchange {
    0% {
        background: #e7ecf4;
    }

    100% {
        background: #fff;
    }
}

@keyframes colorchange {
    0% {
        background: #e7ecf4;
    }

    100% {
        background: #fff;
    }
}

.box_background {
    background-color: #eeeeee !important;
}

label.truncateWord {
    width: 100% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncateWord {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncateSelectDrpVal {
    width: 100% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncateAfter2lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.truncateAfter3lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.metro .grid.fluid.extraMargin10 .row {
    margin-bottom: 10px;
}
/*shashikant added below style*/

.contactlensRxLabel label {
    width: 1rem;
}

.capitalizelbl {
    text-transform: capitalize;
}

.lensSublabel label {
    width: 9rem;
}

.tbl-vsp-orders td label {
    width: 5rem;
}

.opticalOrderReasonLabel label {
    width: 5.4rem;
}

.lens-widthF {
    width: 15rem;
}

.tblbody-white tbody tr td:first-child {
    background-color: #d1d1d1;
    border: 1px solid #d1d1d1;
}

.tblbody-white tbody tr td:first-child {
    border-left: 1px solid black;
}

.bg-darkGray3 {
    background-color: #d1d1d1;
}

.div-border {
    border-left: 1px solid #aeaeae;
    border-bottom: 1px solid #aeaeae;
}

.dxgvTable_Metropolis {
    border: none;
}

.auditTrailMultiselect .dxgvHeader_Metropolis {
    background-color: #eeeeee;
}

.auditTrailMultiselect .dxgvTable_Metropolis tbody tr td:first-child {
    /*background-color: #eeeeee;*/
    width: 2rem;
}

.auditTrailMultiselect .dxgvTable_Metropolis tbody tr:nth-child(odd) {
    background-color: #eeeeee;
}

.auditTrailMultiselect .dxgvTable_Metropolis tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.auditTrailMultiselect .dxgvTable_Metropolis tbody tr:hover {
    background-color: #ffeeb2;
}

.dxgvTable_Metropolis .dxgvFocusedRow_Metropolis {
    color: #333333;
}

.auditTrailMultiselect .dxgvPagerBottomPanel_Metropolis .dxpLite_Metropolis .dxp-current {
    background-color: #ffffff;
    color: #333333;
    text-decoration: none;
}

.auditTrailMultiselect .dxgvTable_Metropolis tbody tr:nth-child(2) {
    background-color: #eeeeee;
}

    .auditTrailMultiselect .dxgvTable_Metropolis tbody tr:nth-child(2):hover {
        background-color: none;
    }

.dxgvTable_Metropolis .dxWeb_edtCheckBoxChecked_Metropolis {
    background-color: #ffffff !important;
}

.dxWeb_edtCheckBoxGrayed_Metropolis {
    background-color: #ffffff !important;
}

.auditTrailMultiselect .dxgvHeader_Metropolis {
    color: #005cb9;
}


    .auditTrailMultiselect .dxgvHeader_Metropolis table {
        width: 10% !important;
    }

    .auditTrailMultiselect .dxgvHeader_Metropolis tbody tr:hover {
        background-color: #eeeeee !important;
    }

.auditTrailMultiselect .dxWeb_edtCheckBoxUnchecked_Metropolis {
    background-color: transparent;
}

.auditTrailMultiselect .dxgvDataRow_Metropolis td.dxgv {
    border-bottom: 0px !important;
}

.auditTrailMultiselect img.dxGridView_gvHeaderSortUp_Metropolis {
    width: 14px;
    height: 14px;
    background-image: url('../../Images/filter.png') !important;
}

.auditTrailMultiselect img.dxGridView_gvHeaderSortDown_Metropolis {
    width: 14px;
    height: 14px;
    background-image: url('../../Images/filter.png') !important;
}

.padCreatAppt {
    padding: 5px !important;
}

.fggrayed {
    color: #8e8e8e !important;
}

.allTransColorblk {
    color: #000000;
}

.allTransClrpurple {
    color: #6361c5;
}

.allTransClrred {
    color: #b74e4e;
}

.allTransClrGreen {
    color: #008f32;
}

.subflowSheetmenu li a:hover {
    color: #ffffff;
}

#auditdetailTrail .dataTables_length label {
    width: 7.8rem !important;
}

.auditTrialWebInfo {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70% !important;
}

.alltransctionInfotruncate {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 42% !important;
}

.gridPaddingLR {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
}

.iconcolor {
    color: #d0d0d0 !important;
}

.cursorPointerDisable {
    cursor: default;
}

.packageDetails {
    padding-left: 10px;
    padding-right: 10px;
}

    .packageDetails label {
        width: 5.7rem;
    }

.warrantydetl-lbl label {
    width: 5.1rem;
}

.noIcon-hover {
    pointer-events: none;
}
/*end style*/

table tbody.appts td {
    border-left: none !important;
}
/*.bgColorGray {
    background-color: #d0d0d0 !important;
}*/
.truncateTableTxt {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.wordWrapText {
    word-break: break-word;
    display: block;
}

.truncateTableTxt span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.homeApptList .truncateTableTxt span {
    overflow: hidden;
}

.bgColorGray thead tr:first-child th,
.bgColorGray thead tr:first-child td {
    border-left: none !important;
}

.table.bgColorGray thead {
    background-color: #d0d0d0 !important;
    border-bottom: none;
}

.padB16 {
    padding-bottom: 1rem !important;
}

.marB05 {
    margin-bottom: 5px !important;
}

.marB03 {
    margin-bottom: 3px !important;
}

.imgHolder {
    display: table;
    vertical-align: middle;
    height: 100%;
    text-align: center;
    width: 100%;
}

    .imgHolder span {
        display: table-cell;
        font-size: 6.5rem;
        color: #fff;
        line-height: 10.2rem;
    }

.commondevTableHolder .dxgvHeader_Metropolis td, .inputControlTableHolder .dxgvHeader_Metropolis td {
    border-top: none !important;
    text-align: center;
}

.commondevTableHolder .dxgvDataRow_Metropolis td.dxgv {
    border-top: 1px solid #cdd1d7 !important;
    border-left: 1px solid #cdd1d7 !important;
    border-right: none !important;
    border-bottom: none !important;
    border-radius: 0 !important;
    height: 20px !important;
    line-height: 20px !important;
}

.commondevTableHolder td.dxgv_editable_cell {
    /*background-color: transparent;*/
    border: inherit;
}

.commondevTableHolder table tbody tr td.dxgvHeader_Metropolis, .inputControlTableHolder table tbody tr td.dxgvHeader_Metropolis {
    border-left: 1px solid #c0c0c0 !important;
}


.inputControlTableHolder .dxgvDataRow_Metropolis td.dxgv {
    overflow: hidden;
    border-bottom: 0px #cdd1d7 solid;
    border-right: 0px #cdd1d7 solid;
    border-top-width: 0;
    border-left-width: 0;
    /* padding: 0.188rem 0.375rem 0.188rem 0.375rem; */
    /* border-radius: 3px; */
    padding: 2px;
}

.inputControlTableHolder .dxgvDataRow_Metropolis td.dxgv_editable_cell > div:first-child {
    background-color: #ffffff;
    /*height: 24px;
    line-height: 24px;*/
    /* text-indent: 5px; */
    border: 1px solid #cdd1d7;
    padding: 2px;
    margin: 2px;
    border-radius: 3px;
    height: 22px;
    cursor: pointer;
}

.inputControlTableHolder .dxgvDataRow_Metropolis td.dxgv_editable_cell > div:nth-child(2) {
    padding: 0px;
    margin: 2px;
}

.inputControlTableHolder input[type="text"].dxeEditAreaSys {
    line-height: 13px;
    box-shadow: none !important;
    height: 16px;
}

.encountergridview .dxgvTable_Metropolis {
    border: 1px solid #c0c0c0 !important;
}

    .encountergridview .dxgvTable_Metropolis tbody .dxgvHeader_Metropolis {
        border-left: 1px solid #c0c0c0 !important;
    }

.metro .validInsurance label {
    margin-left: 0.3125rem;
}

.inlineCheck label.checkbox {
    margin-right: 0.93rem;
}

/*.checkbox #selectall + .icons {
    top: 1px !important;
}*/

.marL15 {
    margin-left: 0.9375rem;
}

.PatientDetailsConsent {
    margin-left: 6.75rem;
}

.metro .PatientDetailsbox input[type="file"] {
    display: none;
}

.metro .PatientDetailsbox .custom-file-upload {
    cursor: pointer;
    float: none;
    margin: 0;
}

#drpdnInsList {
    width: inherit;
}

.dxeListBoxItemSelected_Metropolis {
    color: #333;
}

.truncateNoWidth {
    position: relative;
}

    .truncateNoWidth span {
        position: absolute;
        left: 0;
        right: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        top: 7px;
    }

.pad5 {
    padding: 5px;
}
/*Need to remove below class */
/*.padLR {
    padding: 5px;
}*/

.logo {
    width: 147px;
}

.orderCostCenter {
    padding-top: 50px;
}

@media screen and (min-width: 1900px) and (max-width: 3860px) {
    /*.padLR {
        padding: 4rem;
        padding-top: 1.56rem;
        padding-bottom: 1.56rem;
    }*/

    .pad5 {
        padding: 10px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .orderCostCenter {
        padding-top: 85px;
    }

    /*.patientSearchAllTransactions > #autocompleteForPatientAppt_DDD_PW-1 {
        top: 1.45rem !important;
         width: 50rem !important;
    }*/

    .schedulerSearchPatient #autocompleteForPatientAppt_DDD_PW-1 {
        width: 50rem !important;
        top: 5.2rem !important;
    }

    .rxgrid_specifictoRGP span.link.smallbtnlinkfont {
        font-size: 0.800rem;
    }
}

@media screen and (min-width: 2560px) {
    .padEX {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .patientSearchAllTransactions #autocompleteForPatientAppt_DDD_PW-1 {
        top: 2rem !important;
        width: 50rem !important;
    }

    .schedulerSearchPatient #autocompleteForPatientAppt_DDD_PW-1 {
        width: 50rem !important;
        top: 5.6rem !important;
    }

    .inputControlTableHolder .dxgvDataRow_Metropolis td.dxgv_editable_cell > div:first-child {
        height: 30px;
    }

    .workQueuesQickSearchResult {
        overflow: auto;
        height: 38.5rem !important;
    }
}

@media screen and (min-width: 3860px) {
    .pad5 {
        padding: 10px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .padEX {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .EncGenElementWidth {
        width: 48.5%;
    }
}

.elm-title {
    color: #005CB9;
}
/*Hasmukh: added to make table header fixed*/
table.fixedTableHeader thead {
    display: block;
    width: 100%;
}

    table.fixedTableHeader thead tr {
        width: 100%;
        display: table;
    }

table.fixedTableHeader tbody {
    overflow: auto;
    display: block;
}

    table.fixedTableHeader tbody tr {
        width: 100%;
        display: table;
    }
/*End: Hasmukh*/
/*Added by Rohit as to suport red error for textarea on CDS Screen*/
.input-validation-error {
    background-color: #ffdcdd;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.smallTdLoader {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('images/smallLineLoader.gif');
}

#autocompleteForPatientAppt_DDD_L_LBT tbody tr td {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

    #autocompleteForPatientAppt_DDD_L_LBT tbody tr td:nth-child(3) {
        text-align: center !important;
    }

.scrollDiv {
    overflow: auto;
    height: calc(100% - 1.25rem);
}

input[type="time"] {
    font-family: "Segoe UI", "Open Sans", sans-serif, serif !important;
}

.truncateElementName {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 84% !important;
}

.clearable {
    /*font-family: metro, serif;
    content: "\e685";*/
    /*background: url('../images/cleartexticon.png');*/
    background-repeat: no-repeat;
    background-position: 98% 3px;
    border: 1px solid #999;
    /*padding: 3px 18px 3px 4px;*/ /* Use the same right padding (18) in jQ! */
    border-radius: 3px;
}

    .clearable.x {
        background-position: 98% 3px;
        /*cursor: pointer;*/
        background: url('../images/cleartexticon.png');
        background-repeat: no-repeat;
        background-position: 98% 3px;
        border: 1px solid #999;
        padding: 3px 18px 3px 4px; /*Use the same right padding (18) in jQ!*/
        border-radius: 3px;
    }

        .clearable.x.disabledClear {
            background: url('../images/cleartexticon_Disable.png');
            background-repeat: no-repeat;
            background-position: 98% 3px;
        }

    .clearable.onX {
        cursor: pointer;
    }
/*.toggleExpandPosition {
    text-align: right;
    cursor: pointer;
    /*padding-right: 38px;
}*/

.display-inlblock {
    display: inline-block !important;
}


.textLinethrough {
    text-decoration: line-through !important;
}

    .textLinethrough > td > span {
        text-decoration: line-through !important;
    }

div.defaultElemStyle > div[name*=AuxillaryLabTest] {
    overflow: auto !important;
}

.tblAuxilLabPanel tbody tr td {
    border: 1px solid #d0d0d0;
}

table.tblAuxilLabPanel thead tr th {
    border: 1px solid #c0c0c0 !important;
    background: #d0d0d0;
}

.customizedFont .checkbox .icons, .customizedFont .checkbox-style1 .icons, .customizedFont .radio .icons {
    font-size: 13px !important;
}

#contextMenubillingStmnPrint > ul > li:hover {
    background-color: #ffeeb2; /*lightgrey*/
}

.encountergridview .dxeListBoxItem_Metropolis:hover {
    /*background-color:rgb(66,160,222);*/
}

.scrollToElementSelection {
    -webkit-animation-name: scrollToElementSelection; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: scrollToElementSelection;
    animation-duration: 4s;
    background-color: transparent !important;
}

.elemhist-main .dxgvHeader_Metropolis .dxgvHCEC {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

.padTB5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.paddingTB15 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}

.defaultElemStyle button .glyphicon-gonioscopic:hover {
    cursor: default;
    color: #42aaff;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes scrollToElementSelection {
    from {
        background-color: #bee2ff;
    }

    to {
        background-color: rgb(238, 238, 238);
    }
}

/* Standard syntax */
@keyframes scrollToElementSelection {
    from {
        background-color: #bee2ff;
    }

    to {
        background-color: rgb(238, 238, 238);
    }
}

.duplicateControlAlias {
    border: 1px solid Red;
}

.stepwizard-step p {
    font-size: 1rem;
    font-weight: 700;
}

    .stepwizard-step p.primary {
        color: #000;
    }

    .stepwizard-step p.default {
        color: gray;
    }

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 80%;
    position: relative;
    margin: 0 auto;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 19px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 88%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
    left: 7%;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 17.33%;
}

.btnC {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
}

.btnC-primary {
    color: #000;
    background-color: #ffc600;
}

.btnC-default {
    background-color: #eeeeee;
    border-color: #ccc;
    color: grey;
}

.btnC-circle {
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    padding: 0px 0;
    font-size: 1.5rem;
    line-height: 1.428571429;
    border-radius: 2rem;
    font-weight: 700;
    cursor: default;
}

.btnC-primary:hover {
    pointer-events: none;
    color: #000;
}

.btnC-default:hover {
    pointer-events: none;
    color: grey;
}

.refundpopup-lbl label {
    width: 4rem;
}

.processRefund-lbl label {
    width: 91px;
}

.processRfDiv {
    padding-top: 3px;
}

.CreateNewBenefitPlan2 label {
    width: 7rem;
}

.allowableFeeSchedule label {
    width: 4.75rem;
}

.RoutineVisionExamLabel label {
    width: 11rem;
}

#bp_divRV_RoutineVisionExamFields .RoutineVisionExamLabel label {
    width: 11rem;
}

.RoutineVisionExamLabel2 label {
    width: 4rem;
}

#bp_divRV_RoutineVisionExamFields .RoutineVisionExamLabel2 label {
    width: 1.2rem;
}

.RefractionLabel label {
    width: 21.3rem;
}

.FixedCoverageAmountLabel label {
    width: 9.5rem;
}

.discountoneyewearLabel label {
    width: 6rem;
}

.progress {
    height: 22px;
    margin: 0;
    border-radius: 0px;
    background-color: transparent;
    border: 1px solid #d1d1d1;
    width: 80%;
}

    .progress .skill {
        line-height: 35px;
        padding: 0;
        margin: 0 0 0 20px;
        text-transform: uppercase;
    }

        .progress .skill .val {
            float: right;
            font-style: normal;
            margin: 0 20px 0 0;
        }

.progress-bar {
    text-align: left;
    transition-duration: 3s;
    margin: 0;
    width: 0%;
}

.aria-valuenow {
    transition: 3s;
    float: right;
    margin-top: -19px;
    font-weight: bold;
}

#divDiagnosisModifiers .dataTables_scrollBody {
    border: 1px solid #d1d1d1;
}

.divWarrantyAddEditlabel label {
    width: 6.4rem;
}

.createNewPoLabel label {
    width: 9rem;
}

.no-pointer {
    pointer-events: none !important;
    cursor: default !important;
}
/*table#bp_tblAllowableFeeSch_SelectedFees > tbody > tr{
    width: 100%;
    display: flex;
    justify-content: flex-start;
}*/
.grid .row.fixMargin {
    margin: 0 0 0.8rem 0 !important;
}
/*.noExtraPadding select{
    padding:0px !important;
}
.noExtraPadding input[type=text],
    .noExtraPadding input[type=url],
    .noExtraPadding input[type=mail],
    .noExtraPadding input[type=email],
    .noExtraPadding input[type=number],
    .noExtraPadding input[type=password],
    .noExtraPadding input[type=search],
    .noExtraPadding textarea {
         padding: 2px !important; 
}
.noExtraPadding label{
   margin: 0.160rem 0.313rem 0.140rem 0rem !important;
}
.noExtraPadding .checkbox,
 .noExtraPadding .radio {
        line-height: 1.4rem;
}
.noExtraPadding .checkbox .icons, .noExtraPadding .checkbox-style1 .icons, .noExtraPadding .radio .icons {
    font-size:14px !important;
}
.noExtraPadding  .input-control.checkbox label,
.noExtraPadding  .input-control.radio label {
   margin: 0px !important;    
}*/
.benifitPlanDetailLabel label {
    width: 8em;
}

.PREVENTIVESCREENINGSCOVERAGELabel label {
    width: 10em;
}

.metro .grid.fluid .row .span33 {
    width: 24% !important;
}

.metro .grid.fluid .row .span22 {
    width: 15.8% !important;
}

.divCopyPreviousBaselineButtons .mini-button {
    width: 6.8rem;
}

.OrderDetailsButtons .med-small-button {
    width: 11.4rem;
}

table.childTable {
    width: 100%;
}

    table.childTable > thead > tr > th {
        padding: 0.235rem 0.235rem;
    }

    table.childTable > tbody > tr > td {
        border-bottom: none !important;
    }
/*#divTransactionPartial .dxGridView_gvDetailExpandedButton_Metropolis {
    content: url('../images/3DDrawIcons/line-with-arrow.png');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 13px;
    height: 13px;
}*/
#divTransactionPartial .dxGridView_gvDetailExpandedButton_Metropolis, #divPtPaymentsGrid .dxGridView_gvDetailExpandedButton_Metropolis {
    background-position: 0px -183px;
    width: 24px;
    height: 24px;
}

#divTransactionPartial .dxGridView_gvDetailCollapsedButton_Metropolis, #divPtPaymentsGrid .dxGridView_gvDetailCollapsedButton_Metropolis {
    background-position: -27px -184px;
    width: 26px;
    height: 24px;
}

/*.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(4, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}*/
@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blink {
    -webkit-animation: flickerAnimation 4s infinite;
    -moz-animation: flickerAnimation 4s infinite;
    -o-animation: flickerAnimation 4s infinite;
    animation: flickerAnimation 4s infinite;
    animation-iteration-count: 3;
}

.blink2 {
    vertical-align: top;
    -webkit-animation: flickerAnimation 1s infinite;
    -moz-animation: flickerAnimation 1s infinite;
    -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
    animation-iteration-count: 35;
}

.bottomContainer {
    position: relative;
    width: 1%;
    height: 6rem;
    float: left;
}

.bottomContent {
    position: absolute;
    bottom: 0;
    float: left;
    left: 4px;
}

div[data-ec_ctrldispname="Final Contact Panel"] {
    overflow: auto;
    overflow-x: hidden;
}

div[data-ec_ctrldispname="CL Evaluation Panel"] {
    overflow-x: hidden !important;
}

.allOrderFiltertruncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 54% !important;
}

.fodAddDocumentLabel label {
    width: 6.2rem;
}

.width70 {
    width: 70% !important;
}

.width45 {
    width: 45% !important;
}

.width50 {
    width: 50% !important;
}

.width60 {
    width: 60% !important;
}
.width75 {
    width: 75% !important;
}

.confirmation-outerdiv .cell {
    margin-left: 0.7rem;
}

#MoveLineItemMasterDiv .dxGridView_gvDetailExpandedButton_Metropolis {
    background-position: 0px -183px;
    width: 24px;
    height: 24px;
}

#MoveLineItemMasterDiv .dxGridView_gvDetailCollapsedButton_Metropolis {
    background-position: -27px -184px;
    width: 26px;
    height: 24px;
}

.Datacontainer {
    margin-bottom: -5px;
}

    .Datacontainer .PanelHeader {
        padding: 2px;
        border: 1px solid #cdd1d7;
        padding-left: 5px;
        background-color: #eeeeee;
        font-weight: 600;
        color: #000;
    }

        .Datacontainer .PanelHeader span {
            color: #515151;
            font-size: 1.1rem;
            float: right;
            line-height: 1rem;
            margin-right: 5px;
        }
/*.toggleExpandPosition {
    text-align: right;
    cursor: pointer;
}*/
td.FlowsheetBorder {
    border: 1px solid #eeeeee;
}

.SaveDocumentTemplateLabel label {
    width: 6.3rem;
}

.custom-multi-select .dxeToken_Metropolis {
    background: #4296de;
}

.custom-multi-select .dxeTokenText_Metropolis {
    margin: 0px 2px 0px 2px;
    font-size: 14px;
}

.divDocTypeCategoriesLabel label {
    width: 5rem;
}

.selectDocumentLabel label {
    width: 6.5rem;
}

#divFinaProcedureSelection .ui-tabs .ui-tabs-nav .ui-tabs-anchor, .divFinaProcedureSelection .ui-tabs .ui-tabs-nav .ui-tabs-anchor, .bxHgtAddressesPrctLocation .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    max-width: 11.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.iconClickCss {
    background-color: #ffc600;
    padding: 3px;
    padding-bottom: 1px;
}

insuranceCompanyList {
}

table.insuranceCompanyList tr td {
    padding: 0 0 0.325rem 0;
}

.insuranceActive {
    color: white;
    background-color: #93b57d;
    padding: 1px;
    padding-left: 5px;
    display: inline-block;
    width: 80%;
}

.insuranceExpired {
    color: white;
    background-color: #d19292;
    padding: 1px;
    padding-left: 5px;
    display: inline-block;
    width: 80%;
}

.insuranceInActive {
    color: white;
    background-color: #919191;
    padding: 1px;
    padding-left: 5px;
    display: inline-block;
    width: 80%;
}

.InsuranceCName {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 99%;
    display: inline-block;
    padding-left: 5px;
}

#divMultiselectmenu .ui-multiselect-menu {
    width: 17% !important;
}

.gray-white-bg-50 {
    background-image: -ms-linear-gradient(bottom, #FFFFFF 60%, #D3D3D3 60%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 60%, #D3D3D3 60%);
    background-image: -o-linear-gradient(bottom, #FFFFFF 60%, #D3D3D3 60%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(60, #FFFFFF), color-stop(60, #D3D3D3));
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 60%, #D3D3D3 60%);
    background-image: linear-gradient(to top, #FFFFFF 60%, #D3D3D3 60%);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.51);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.51);
}

#template_toolTipBlock_selectionToolTipDiv_mainDiv .dxscToolTipSquaredCorners_Metropolis {
    background: transparent;
    border: solid 1px #eeeeee;
}

.thidLevelNav .subEncounterMenu {
    display: none;
}

.thidLevelNav span.thirdLevelIcon {
    z-index: 99;
    top: 0;
    position: absolute;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.thirdLevelIconPlus:before {
    content: "+";
}

.thirdLevelIconMinus:before {
    content: "-";
}

.thirdLevelMenu .sidebar2 > li a {
    padding: .0rem 0.60rem 0rem 1.1rem;
}

.thirdLevelMenu .sidebar2 .underline {
    left: 1.099rem;
}

.thirdLevelMenu .sidebar2 > li:focus {
    outline: none;
}

.thidLevelNav ul.subEncounterMenu > li a.active-toggle {
    color: #ffc600;
}
/*input[type="text" i]:disabled,textarea:disabled,select:disabled,input[type="password" i]:disabled{
        background-color: #eeeeee;
}*/
.DevExtremeSearchGrid {
    font-family: "Segoe UI", "Open Sans", sans-serif, serif !important;
}

.DevExtremeEncGrid {
    font-family: "Segoe UI", "Open Sans", sans-serif, serif !important;
    border: 1px solid #d0d0d0;
}

    .DevExtremeEncGrid .dx-datagrid {
        color: #000;
    }

    .DevExtremeEncGrid .dx-datagrid-headers {
        color: black;
        font-size: 0.8125rem;
        font-weight: 600;
        background-color: #d0d0d0 !important;
    }

    .DevExtremeEncGrid .dx-toolbar {
        background-color: #eeeeee !important;
        /*position:absolute;*/
    }

    .DevExtremeEncGrid .dx-row {
        border-top: 1px solid transparent;
        border-bottom: 1px solid #d0d0d0;
    }
/*.DevExtremeSearchGrid .dx-toolbar .dx-texteditor{   
    margin-top: -3.2rem;
    margin-right: 4rem;
}*/
.DevExtremeSearchGrid .dx-datagrid {
    color: #000;
}

.DevExtremeSearchGrid .dx-toolbar {
    background-color: #eeeeee !important;
    /*position:absolute;*/
}

.DevExtremeSearchGrid .dx-datagrid-header-panel .dx-toolbar {
    margin-bottom: 0px;
}

.DevExtremeSearchGrid .dx-datagrid-headers {
    color: black;
    font-size: 0.8125rem;
    font-weight: 600;
}

    .DevExtremeSearchGrid .dx-datagrid-headers .dx-datagrid-table .dx-row > td {
        background-color: #d0d0d0 !important;
        padding: 0.325rem 0.45rem;
    }

    .DevExtremeSearchGrid .dx-datagrid-headers .dx-datagrid-table .dx-row.dx-datagrid-filter-row > td {
        padding: 0.325rem 0rem;
    }

.DevExtremeSearchGrid .dx-datagrid .dx-row-lines > td {
    background-color: #fff;
}

.DevExtremeSearchGrid .dx-datagrid .dx-row-alt > td {
    background-color: #eeeeee;
}

.DevExtremeSearchGrid .dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none,
.DevExtremeSearchGrid .dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none,
.DevExtremeSearchGrid .dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none {
    border-left: 1px solid #cdd1d7;
    border-right: 1px solid #cdd1d7;
}

.DevExtremeSearchGrid .dx-datagrid .dx-row-lines > td {
    border-bottom: 1px solid #cdd1d7;
}

.DevExtremeSearchGrid .dx-datagrid .dx-column-lines > td {
    border-left: 1px solid #cdd1d7;
    border-right: 1px solid #cdd1d7;
}

.DevExtremeSearchGrid .dx-datagrid-rowsview .dx-selection.dx-row > td,
.DevExtremeSearchGrid .dx-datagrid-rowsview .dx-selection.dx-row:hover > td {
    background-color: #ffeeb2 !important;
    color: #333;
}

.DevExtremeSearchGrid .dx-datagrid-search-text {
    color: #000;
    /*font-weight: bold;*/
    background-color: transparent;
}

.DevExtremeSearchGrid .dx-widget {
    font-size: 0.8125rem !important;
}

.DevExtremeSearchGrid .dx-datagrid .dx-row > td {
    padding: 0.235rem 0.235rem;
}

.DevExtremeSearchGrid .dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > td:not(.dx-focused) {
    background-color: #ffeeb2;
}

.DevExtremeSearchGrid .dx-datagrid-content .dx-datagrid-table .dx-row > td {
    vertical-align: middle;
}

.DevExtremeSearchGrid .dx-datagrid-headers .dx-texteditor-input,
.DevExtremeSearchGrid .dx-datagrid-rowsview .dx-texteditor-input {
    padding: 2px;
    min-height: 20px;
}

.DevExtremeSearchGrid .dx-editor-with-menu .dx-filter-menu .dx-menu-item-content .dx-icon.dx-icon-filter-operation-default {
    margin-top: 0;
    font-size: 0.8rem;
    line-height: 0.8rem;
}

.DevExtremeSearchGrid .dx-datagrid .dx-menu .dx-menu-item .dx-menu-item-content {
    padding: 3px 1px 0px;
}

.DevExtremeSearchGrid .dx-dropdowneditor .dx-clear-button-area {
    width: 15px;
}

.DevExtremeSearchGrid .dx-show-clear-button .dx-icon-clear {
    margin-top: -11px;
    font-size: 0.7rem;
    line-height: 0.79rem;
    padding-right: 0;
    width: 17px;
}

.DevExtremeSearchGrid .dx-dropdowneditor-icon {
    width: 18px;
}

    .DevExtremeSearchGrid .dx-dropdowneditor-icon:before {
        margin-left: -4px;
    }

    .DevExtremeSearchGrid .dx-dropdowneditor-icon:before {
        margin-left: -6px;
    }

.DevExtremeSearchGrid .dx-dropdowneditor-icon {
    width: 18px;
    font-size: 0.8rem;
    line-height: 1rem;
}

.DevExtremeSearchGrid .dx-dropdowneditor-button {
    width: 18px;
}

.DevExtremeSearchGrid .dx-highlight-outline {
    padding: 3px;
}

.DevExtremeSearchGrid .dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-select {
    width: 20px;
    min-width: 20px;
}

.DevExtremeSearchGrid .dx-datagrid-headers .dx-dropdowneditor-button-visible.dx-show-clear-button .dx-texteditor-input,
.DevExtremeSearchGrid .dx-datagrid-rowsview .dx-dropdowneditor-button-visible.dx-show-clear-button .dx-texteditor-input {
    padding-right: 26px;
}

.DevExtremeSearchGrid .dx-dropdowneditor-button-visible.dx-show-clear-button .dx-texteditor-input {
    padding-right: 26px;
}

.DevExtremeSearchGrid .dx-datagrid-total-footer > .dx-datagrid-content {
    padding-top: 1px;
    padding-bottom: 3px;
}

.DevExtremeSearchGrid .dx-list-item {
    color: #000;
}

.DevExtremeSearchGrid .dx-datagrid-total-footer {
    height: 2rem;
    overflow: hidden;
    background-color: #e5f2f7;
}

.DevExtremeSearchGrid .dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor-input, .dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-placeholder:before {
    padding-left: 16px;
}

input.ui-autocomplete-input, textarea.ui-autocomplete-input {
    cursor: pointer;
}

.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item .dxrd-toolbar-item-image {
    cursor: pointer;
}
/*.DevExtremeSearchGrid .dx-pager .dx-pages{
    float:left;    
}
.DevExtremeSearchGrid .dx-pager .dx-pages .dx-info{
    float:right;
}*/
.DevExtremeSearchGrid .dx-pager .dx-pages .dx-page {
    padding: 0px 3px 0px;
    margin-left: 3px;
}

.DevExtremeSearchGrid .dx-pager .dx-pages .dx-selection {
    background-color: #42aaff;
    border-color: #59cde2;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.DevExtremeSearchGrid .dx-pager .dx-pages .dx-info {
    opacity: 1;
}

.DevExtremeSearchGrid .dx-pager .dx-pages .dx-navigate-button {
    width: 9px;
    height: 9px;
    padding: 5px 5px;
}

.DevExtremeSearchGrid .dx-pager .dx-page-sizes .dx-selection {
    background-color: #42aaff;
    border-color: #59cde2;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.DevExtremeSearchGrid .dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-datagrid-group-space {
    background-color: #eeeeee;
}

.DevExtremeSearchGrid .dx-datagrid-rowsview .dx-row > .dx-master-detail-cell {
    padding: 0rem 0rem;
}

.DevExtremeSearchGrid .dx-datagrid-rowsview .dx-master-detail-row .dx-row {
    background-color: #fff;
}

.DevExtremeSearchGrid .dx-datagrid-rowsview .dx-master-detail-row:not(.dx-datagrid-edit-form) .dx-master-detail-cell {
    background-color: #eeeeee;
}

#Pt_Paymentsgrid .dx-datagrid {
    background-color: #eeeeee;
}

#Pt_Paymentsgrid .dx-datagrid-group-closed:before {
    font-family: metro,serif;
    font-weight: normal;
    content: "\e829";
}

#Pt_Paymentsgrid .dx-datagrid-group-opened:before {
    font-family: metro,serif;
    font-weight: normal;
    content: "\e828";
}

#Pt_Paymentsgrid .dx-datagrid-group-closed, #Pt_Paymentsgrid .dx-datagrid-group-opened {
    font-size: 18px;
}

ul.ribbon-left-icons {
    list-style: none;
}

    ul.ribbon-left-icons > li {
        float: left;
        text-align: center;
        width: 33.33%;
        padding: 0.068rem;
    }

        ul.ribbon-left-icons > li span:first-child {
            line-height: 2rem;
        }

.validation-error {
    background-color: #ffdcdd !important;
}

.ptSearchResult label {
    width: 5.8rem;
}

.tooltip-table thead {
    background-color: #c1e3ff !important;
    border-bottom: 0 !important;
}

ul.ribbon-left-icons-encounterDetails {
    list-style: none;
}

    ul.ribbon-left-icons-encounterDetails > li {
        float: left;
        text-align: center;
        width: 23.33%;
        padding: 0.068rem;
    }

        ul.ribbon-left-icons-encounterDetails > li span:first-child {
            line-height: 3rem;
        }

.encounterDetailsHamburgerRow div.row {
    line-height: 1.5rem !important;
}

    .encounterDetailsHamburgerRow div.row a:hover {
        font-weight: 600;
    }

.geninfo2 label {
    width: 15rem;
}

.incentive_program label {
    width: 12rem;
}

.reportRecallsQuickSearchFilterLabels label {
    width: 7.1rem !important;
}

#RecallsQuickSearchResult .dataTables_scrollFootInner, #RecallsResult .dataTables_scrollFootInner {
    width: 100% !important;
}

.hamBurgerDropdownMenu {
    background-color: white;
    border: 1px solid #cfcfcf;
    z-index: 10;
}

.closeHamburgerMenu {
    padding: 5px;
}

.menuItems {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #005cb9;
}

    .menuItems div {
        color: black;
        padding: 0.375rem;
        padding-left: 0.8rem;
        cursor: pointer;
    }

        .menuItems div:hover {
            font-weight: 600;
        }

.align-leftBottom {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.align-adj-hotjar {
    bottom: 2rem !important;
}

ul.ribbon-left-icons-optical > li span .orderPricingNotifyCircle {
    line-height: 1rem;
}

#mouseposition-extension-element-full-container {
    display: none;
}

.patientribbon_manage_alert_box {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    z-index: 9999;
    -webkit-box-shadow: 0 4px 14px -1px rgba(0,0,0,.49);
    -moz-box-shadow: 0 4px 14px -1px rgba(0,0,0,.49);
    box-shadow: 0 4px 14px -1px rgba(0,0,0,.49);
    background-clip: padding-box;
    border-bottom: 5px solid #005cb9;
    cursor: auto;
    width: 28rem;
    height: 33rem;
    display: none;
}

.actionCenterDiv {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    z-index: 9999;
    -webkit-box-shadow: 0 4px 14px -1px rgba(0,0,0,.49);
    -moz-box-shadow: 0 4px 14px -1px rgba(0,0,0,.49);
    box-shadow: 0 4px 14px -1px rgba(0,0,0,.49);
    background-clip: padding-box;
    border-bottom: 5px solid #ff8a00;
    cursor: auto;
    width: 32rem;
    height: 33rem;
    display: none;
}

    .actionCenterDiv table.alert_box_table tbody td {
        padding: 1rem 0.6rem;
    }

table.alert_box_table {
    width: 100%;
}

    table.alert_box_table tbody tr {
        border-bottom: 1px solid #d5d5d5;
    }

        table.alert_box_table tbody tr:first-child {
            border-top: 1px solid #d5d5d5;
        }

    table.alert_box_table tbody td {
        padding: 0.5rem 0.1rem;
    }

        table.alert_box_table tbody td.alertR {
            background-color: red;
            color: #fff;
        }

.newAlertLabel label {
    width: 7rem;
}

.icon_list_box {
    padding: 0.5rem;
    height: 11rem;
    display: none;
    background-color: #fff;
    width: 13rem;
    padding-left: 0;
}

    .icon_list_box ul {
        list-style: none;
    }

        .icon_list_box ul > li {
            float: left;
            display: inline;
            margin-left: 0.5rem;
            border: 1px solid #e5e4e4;
            width: 2rem;
            text-align: center;
            margin-bottom: 0.5rem;
            height: 2rem;
        }

.insledger_superbillbox .dataTables_scrollFootInner {
    width: 100% !important;
}

.ins_ledger_label label {
    width: 6rem !important;
}

.truncateSubWordLeft {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 15px) !important;
}

.truncateSubWordRight {
    position: absolute;
    display: inline-block;
}

.encTabReviewLabel label {
    width: 3rem;
}

table.homeApptList {
    width: 100%;
    color: #808080;
}

    table.homeApptList tbody {
        display: block;
        overflow: auto;
        height: 69vh;
    }

        table.homeApptList tbody tr {
            border-bottom: 1px solid #e5e4e4;
        }

            table.homeApptList tbody tr:first-child {
                border-top: 1px solid #e5e4e4;
            }

        table.homeApptList tbody td {
            padding: 0.5rem 0.1rem;
        }

            table.homeApptList tbody td.appT1 {
                background-color: red;
                color: #fff;
            }

.homeApptList.hovered tbody tr:hover {
    background-color: #ffeeb2; /*rgba(28, 183, 236, 0.1);*/
}

.border-top-bottom-gray {
    border-top: 1px solid #cdd1d7;
    border-bottom: 1px solid #cdd1d7;
}

.daySheetReportTableRaw td {
    border-left: none !important;
    font-weight: 600;
}

.FileManagerDiv .dxWeb_fmMoveButton_Metropolis {
    background-position: 0px -421px;
}

.FileManagerDiv .dxWeb_fmMoveButtonDisabled_Metropolis {
    background-position: -19px -421px;
}

.FileManagerDiv .dxm-hovered .dxWeb_fmCopyButton_Metropolis {
    background-position: -65px -420px;
    width: 16px;
    height: 16px;
}

.FileManagerDiv .dxWeb_fmCopyButton_Metropolis {
    background-position: -65px -420px;
}

.FileManagerDiv .dxWeb_fmCopyButtonDisabled_Metropolis {
    background-position: -45px -419px;
}

.FileManagerDiv .dxmLite_Metropolis .dxm-main .dxm-hovered {
    background-color: transparent;
    color: #000;
}

.FileManagerDiv .dxm-hovered .dxWeb_fmMoveButton_Metropolis {
    background-position: 0px -421px;
}

.FileManagerDiv .dxWeb_fmDeleteButton_Metropolis {
    background-position: -106px -419px;
}

.FileManagerDiv .dxWeb_fmDeleteButtonDisabled_Metropolis {
    background-position: -85px -418px;
}

.FileManagerDiv .dxm-hovered .dxWeb_fmDeleteButton_Metropolis {
    background-position: -106px -419px;
}

.FileManagerDiv .dxWeb_fmRefreshButton_Metropolis {
    background-position: -151px -418px;
}

.FileManagerDiv .dxm-hovered .dxWeb_fmRefreshButton_Metropolis {
    background-position: -151px -418px;
}

.font15PX {
    font-size: 15px !important;
}

.line-height25PX {
    line-height: 26px !important;
}

.box.padding20 {
    padding: 1.25rem;
}

.homeRecenttabDiv {
    width: 19rem;
    min-height: 7rem;
    max-height: 26rem;
    overflow: auto;
    background-color: white;
    border: 1px solid #cfcfcf;
    z-index: 9999;
    -webkit-box-shadow: 0 4px 14px -1px rgba(0,0,0,.49);
    -moz-box-shadow: 0 4px 14px -1px rgba(0,0,0,.49);
    box-shadow: 0 4px 14px -1px rgba(0,0,0,.49);
    background-clip: padding-box;
    border-bottom: 5px solid #005cb9;
    cursor: auto;
    padding: 1.8rem 1rem 1.8rem 1rem;
}

    .homeRecenttabDiv div {
        font-weight: 400;
        line-height: 1.428571429;
        color: #000;
        font-size: 0.8125rem;
        cursor: pointer;
        line-height: 1.25rem;
        white-space: nowrap !important;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .homeRecenttabDiv div:hover {
            text-decoration: none;
            font-weight: 600;
        }

    .homeRecenttabDiv > h3 {
        font-size: 0.8125rem;
        line-height: 1.428571429;
        color: #023990;
        font-weight: 700;
        text-transform: uppercase;
    }

table.tooltiptable {
    border: 1px solid #a0d4ff;
}

    table.tooltiptable thead {
        background-color: #a0d4ff !important;
        border-bottom: 0px solid #d1d1d1;
    }

    table.tooltiptable th {
        padding: 0.6rem 0.4rem;
    }

    table.tooltiptable.bordered tbody tr:first-child td {
        border-top: none;
    }

    table.tooltiptable tbody td {
        border-left: 1px solid #a0d4ff;
    }

    table.tooltiptable tfoot tr > td {
        border-left: 1px solid #a0d4ff;
        color: #000;
        font-weight: 600;
    }

.checkbox-style3 .icon-checked:before {
    font-family: metro, "Segoe UI", "Open Sans", serif;
    content: "\e609";
    border: 0px solid #CCC;
    font-size: 1.25rem;
    content: "\e869";
}

.checkbox-style3 .icon-unchecked:before {
    font-family: metro, "Segoe UI", "Open Sans", serif;
    content: "";
    font-size: 1.25rem;
    border: 0px solid #CCC;
}

.checkbox-style3 .icon-unchecked {
    font-family: metro, "Segoe UI", "Open Sans", serif;
    content: "\e869";
    font-size: 1.25rem;
    border: 0px solid #CCC;
}

.cost_revenue_label1 label {
    width: 15rem;
}

.cost_revenue_label2 label {
    width: 9rem;
}

.MiscellaneousSettingsLabel1 label {
    width: 8rem;
}

.MiscellaneousSettingsLabel2 label {
    width: 13rem;
}

.addspecs:hover {
    background-color: lightgoldenrodyellow;
}
/*.addopticalorder
{
    position: absolute;
    left: 1717.27px;
    top: 65.2656px;
    display:none;    
}*/
/*.hamburger-optical-order-entry{
    width: 10rem;
    position: absolute;
    left: 1705.55px; 
    top: 64.7344px;
    display:none;
}*/
.fillterTab .frame, .fillterTab .frame .bg-grayed1, .fillterTab .bg-grayed1 {
    background-color: #f1f1f1 !important;
}

div#divRecentlyVisitedScreenList div {
    line-height: 1.7rem;
}

#dDBoxDataGrid .dx-datagrid-headers .dx-datagrid-table .dx-row > td {
    background-color: #d0d0d0 !important;
    padding: 0.325rem 0.45rem;
    color: black;
    font-weight: 600;
}

.parent-td table tbody tr:nth-child(odd), .parent-td table tbody tr:nth-child(even) {
    background: transparent !important;
}

.parent-td table tbody td {
    border: 0;
    word-break: break-word;
}

.toolTipMenu {
    cursor: default;
    background-color: #D9EEFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
    border: 0px solid #4b91d2;
    border-radius: 0px;
    color: #000000;
    display: none;
    padding: 10px;
    position: absolute;
    white-space: wrap;
    z-index: 9999;
    width: auto;
}

.borderBottomBlack {
    border-bottom: 1px solid black;
}

.bxHgtfaceSheetSectionInner .tooltip {
    background-color: #D9EEFF;
    color: black;
}

.textStrikeThrought {
    text-decoration: line-through;
}

#powerTip.errorValidationMsg {
    color: white;
    background-color: #c64348;
    border-radius: 8px;
    padding: 6px;
}

    #powerTip.errorValidationMsg.n:before {
        border-top: 10px solid #c64348;
    }

.lblWidthTodaysEncounter label {
    width: 4rem;
}

.labelWidthUpdateCommunications label {
    width: 4rem;
}

.lblWidthCommunications label {
    width: 8rem;
}

#FrameQuickSearch .pager span {
    /*margin: 0px 4px 0px 3px;*/
}

#ContactQuickSearch .pager span {
    /*margin: 0px 4px 0px 3px;*/
}

.bg-gray-acacac {
    background-color: #acacac;
}

.border-bottom-gray-dashed {
    border-bottom: 1px dashed grey;
}

@font-face {
    font-family: 'text-security-disc';
    src: url('../fonts/text-security-disc.eot');
    src: url('../fonts/text-security-disc.eot?#iefix') format('embedded-opentype'), url('../fonts/text-security-disc.woff2') format('woff2'), url('../fonts/text-security-disc.woff') format('woff'), url('../fonts/text-security-disc.ttf') format('truetype'), url('../fonts/text-security-disc.svg#text-security') format('svg');
    font-weight: normal;
    font-style: normal;
}

.disableautofill {
    /*-webkit-text-security:disc;*/
    font-family: 'text-security-disc' !important;
}

#loginForm ::placeholder, #changePasswordForUserPopup ::placeholder, #resetPasswordSection ::placeholder, #passwordupdated_section ::placeholder {
    font-family: "Segoe UI", "Open Sans", sans-serif, serif !important;
}

#loginForm :-ms-input-placeholder, #changePasswordForUserPopup :-ms-input-placeholder, #resetPasswordSection :-ms-input-placeholder, #passwordupdated_section :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: "Segoe UI", "Open Sans", sans-serif, serif !important;
}

#loginForm ::-webkit-input-placeholder, #changePasswordForUserPopup ::-webkit-input-placeholder, #resetPasswordSection ::-webkit-input-placeholder, #passwordupdated_section ::-webkit-input-placeholder { /* Microsoft Edge */
    font-family: "Segoe UI", "Open Sans", sans-serif, serif !important;
}

#divallBillsQuicksearchResultGrid #tblAllBillQuicksearchResultGrid_paginate, #divallBillsQuicksearchResultGrid #tblAllBillQuicksearchResultGrid_info {
    display: none;
}

.truncatepatientName {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 24px) !important;
    line-height: 1.3;
}

ul#recentplaces_Patient > li > a, ul#recentplaces_Encounters > li > a, ul#recentplaces_Billing > li > a, ul#recentplaces_Optical > li > a, ul#recentplaces_Claims > li > a, ul#recentplaces_Schedule > li > a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 84%;
    margin: 0;
    clear: both;
    min-width: 0;
}

@keyframes pound {
    /*to { transform: scale(1.2); box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.65), 2px 6px 12px 0 rgba(0, 0, 0, 0.5), 3px 8px 15px 0 rgba(0, 0, 0, 0.45) }*/
    to {
        transform: scale(0.7);
    }
}

ul.loader {
    display: block;
    position: relative;
    width: 5em;
    margin: 5rem auto;
}

.loader li {
    list-style: none;
    display: block;
    float: left;
    width: 0.4em;
    height: 3em;
    margin: 0 0.5em 0 0;
    background: #005cb9;
    background: -moz-linear-gradient(top, #005cb9 0%, #005cb9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005cb9), color-stop(100%,#005cb9));
    background: -webkit-linear-gradient(top, #005cb9 0%,#005cb9 100%);
    background: -o-linear-gradient(top, #005cb9 0%,#005cb9 100%);
    background: -ms-linear-gradient(top, #005cb9 0%,#005cb9 100%);
    background: linear-gradient(to bottom, #005cb9 0%,#005cb9 100%);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.0), 1px 1px 1px 0 rgba(0, 0, 0, 0.0), 1px 1px 1px 0 rgba(0, 0, 0, 0.0);
    animation: pound .7s ease-in-out infinite alternate;
    animation-delay: 0.05s;
    transform-origin: center;
}

    .loader li:nth-child(2) {
        animation-delay: 0.20s;
    }

    .loader li:nth-child(3) {
        animation-delay: 0.35s;
    }

    .loader li:nth-child(4) {
        animation-delay: 0.50s;
    }

    .loader li:nth-child(5) {
        animation-delay: 0.65s;
    }
/*@-webkit-keyframes slide-down {
      0% { opacity: 0; -webkit-transform: translateY(-100%); }   
    100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes slide-down {
      0% { opacity: 0; -moz-transform: translateY(-100%); }   
    100% { opacity: 1; -moz-transform: translateY(0); }
}
div#AlertBar {
    display: block;
    
    -webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out;
}*/
.confirmation-outerdiv > h4 {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently  supported by Chrome and Opera */
}
/* The container */
.containerChk, .containerChkDefault {
    display: block;
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 !important;
}

    /* Hide the browser's default checkbox */
    .containerChk input, .containerChkDefault input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containerChk:hover input ~ .checkmark {
}

/* When the checkbox is checked, add a blue background */
.containerChk input:checked ~ .checkmark, .containerChkDefault input:checked ~ .checkmark {
    background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerChk input:checked ~ .checkmark:after {
    font-family: metro, "Segoe UI", "Open Sans", serif;
    content: "\e609";
    color: #42aaff;
}

.containerChkDefault input:checked ~ .checkmark:after {
    font-family: Flat-UI-Icons;
    content: "\e60e";
    color: #67b835;
}

.containerChkDefault input:disabled ~ .checkmark:after {
    background: #a1a1a1;
    font-family: Flat-UI-Icons;
    color: #a1a1a1;
    content: "\e60d";
}

.containerChkDefault input:disabled:checked ~ .checkmark:after {
    color: #a1a1a1;
    font-family: Flat-UI-Icons;
    content: "\e60e";
}
/* Style the checkmark/indicator */
.containerChk .checkmark:after {
    left: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
    content: "\e609";
    background: transparent;
    border: 0px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    padding: 0px;
    margin-right: 0px;
    text-align: center;
    color: #CCC;
    font-family: metro, "Segoe UI", "Open Sans", serif;
    -webkit-transition: color .25s linear;
    transition: color .25s linear;
}

.containerChkDefault .checkmark:after {
    left: 0px;
    top: -4px;
    width: 0px;
    height: 0px;
    content: "\e60e";
    background: transparent;
    border: 1px solid #CCC;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.9rem;
    padding: 0px;
    margin-right: 0px;
    text-align: center;
    color: #fff;
    font-family: Flat-UI-Icons;
    -webkit-transition: color .25s linear;
    transition: color .25s linear;
    line-height: 0;
}

#tblFinalDiagnosisNProcedureHistoryData table.chlidDataTable tbody tr {
    background-color: transparent;
}

#tblFinalDiagnosisNProcedureHistoryData table.chlidDataTable tbody td {
    border: 0;
}

#powerTip table.chlidDataTable {
    width: 100%;
}

    #powerTip table.chlidDataTable tr td:first-child {
        width: 20%;
        border-left: 1px solid #cdd1d7;
    }

    #powerTip table.chlidDataTable tr td:last-child {
        width: 80%;
        border-left: 1px solid #cdd1d7;
        border-right: 1px solid #cdd1d7;
    }

    #powerTip table.chlidDataTable tr {
        border-bottom: 1px solid #cdd1d7;
    }

        #powerTip table.chlidDataTable tr:first-child {
            border-top: 1px solid #cdd1d7;
        }

:not(:root):-webkit-full-screen::backdrop {
    background-color: #fff;
}

:not(:root):-moz-full-screen {
    background-color: #fff;
}

table.tbl-diag-proc-data-trunc {
    display: table;
    table-layout: fixed;
    width: 100%;
}

    table.tbl-diag-proc-data-trunc > tbody > tr > td {
        overflow-x: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        border-bottom: none !important;
        border-right: none !important;
        padding: 0.115rem 0.235rem !important;
    }

.hrefStyle {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    font: inherit;
    cursor: pointer !important;
    color: #42aaff !important;
    height: 1rem !important;
    margin: 0 !important;
    vertical-align: middle;
}

.plangriditem #textareacontrolplans {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    font: inherit;
    cursor: pointer !important;
    /*color: #42aaff !important;*/
    height: 1rem !important;
    margin: 0 !important;
    vertical-align: middle;
}

.patientDetailsDashboardIcon {
    line-height: 2;
    vertical-align: top;
}

table tbody.patientNote td {
    padding: 0.75rem 0.325rem;
}

.box_heading .PolicyBox {
    height: 12rem;
}

.returnAssitantLbl label {
    width: 5.6rem;
}

.fg-seagreen {
    color: #28d299;
}

.tooltiptblHead th {
    color: #000000 !important;
}

.signOuterDiv {
    display: inline-block;
    height: 8rem;
    width: 13rem;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
    margin-right: 0px;
    padding: 2px;
}

.PatientPhoto .signOuterDiv {
    display: inline-block;
    height: 7rem !important;
    width: 7rem !important;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
    margin-right: 0px;
    padding: 2px;
}

input[type="text"]:disabled, textarea:disabled, select:disabled, input[type="password"]:disabled {
    background-color: #eeeeee;
}

.patientLabelPopup1 input[type="text"]:disabled, .patientLabelPopup1 textarea:disabled, .patientLabelPopup1 select:disabled, .patientLabelPopup1 input[type="password"]:disabled {
    background-color: #ffffff;
}

ul.ribbon-left-icons-four-icons {
    list-style: none;
}

    ul.ribbon-left-icons-four-icons > li {
        float: left;
        text-align: center;
        width: 25%;
        padding: 0.068rem;
    }

.ribbon-left-icons-four-icons div.row {
    line-height: 1.5rem !important;
}

    .ribbon-left-icons-four-icons div.row a:hover {
        font-weight: 600;
    }

.tooltipLabel label {
    width: 5rem;
}

.tooltipLabel > div {
    width: 100%;
}

.addMedicationPopupLabel label {
    width: 12rem;
}

.addMedicationPopupLabel1 label {
    width: 6rem;
}
/* width */
.samllScrollDiv ::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.samllScrollDiv ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.samllScrollDiv ::-webkit-scrollbar-thumb {
    background: #afaeae;
}

    /* Handle on hover */
    .samllScrollDiv ::-webkit-scrollbar-thumb:hover {
        background: #7d7d7d;
    }

.DevExtremeEncGrid {
    font-family: "Segoe UI", "Open Sans", sans-serif, serif !important;
    /* border: 1px solid #d0d0d0;*/
}

    .DevExtremeEncGrid .dx-datagrid {
        color: #000;
    }

    .DevExtremeEncGrid .dx-datagrid-headers {
        color: black;
        font-size: 0.8125rem;
        font-weight: 600;
        background-color: #d0d0d0 !important;
    }

    .DevExtremeEncGrid .dx-toolbar {
        background-color: #eeeeee !important;
        /*position:absolute;*/
    }

    .DevExtremeEncGrid .dx-row {
        /*border-top: 1px solid transparent;
    border-bottom: 1px solid #d0d0d0;*/
    }

    .DevExtremeEncGrid .dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > td:not(.dx-focused) {
        background-color: #ffeeb2;
    }

    .DevExtremeEncGrid .dx-popup-content {
        background-color: #eeeeee;
    }

    .DevExtremeEncGrid .dx-datagrid {
        background-color: #eeeeee;
    }

        .DevExtremeEncGrid .dx-datagrid .dx-row-alt > td {
            background-color: #fff;
        }

    .DevExtremeEncGrid .dx-datagrid-rowsview .dx-selection.dx-row > td,
    .DevExtremeEncGrid .dx-datagrid-rowsview .dx-selection.dx-row:hover > td {
        background-color: #ffeeb2;
    }

.verticleAlignUnset {
    vertical-align: unset;
}

#noDataDiv {
    height: 29vh;
}

.spanTextbox {
    width: auto !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 0 !important;
    padding: 0 !important;
    float: none !important;
    height: auto !important;
    vertical-align: top;
    cursor: default;
}

input[type=text].spanTextbox:focus {
    box-shadow: 0 0 0 #fff !important;
    outline: none;
}

.addEditSimpleValuesInputFields input[type=text], .addEditSimpleValuesInputFields textarea {
    border: none;
}

.addEditSimpleValuesInputFields input[type=text]:focus, .addEditSimpleValuesInputFields textarea:focus, .addEditSimpleValuesInputFields .textAreaRemoveFocus textarea:focus {
    box-shadow: 0 0 0 #fff !important;
    outline: none;
}

table.table.dataTable > thead > tr > th.tblHeaderBorderRB {
    border-right: 1px solid #bfbfbf !important;
    border-bottom: 1px solid #bfbfbf !important;
}

table.table.dataTable > thead > tr > th.tblHeaderBorederR {
    border-right: 1px solid #bfbfbf !important;
}

.dateIconImg {
    background: url(../../Images/CalendarIcon.png);
    background-repeat: no-repeat;
    background-position: 98% 1px;
    border: 1px solid #999;
    padding: 3px 18px 3px 4px;
    border-radius: 3px;
    /*background-size: 15%;*/
}

.dateIconImg.disabledDt {
    background: url(../../Images/CalendarIconDisabled.png);
    background-repeat: no-repeat;
    background-position: 98% 3px;
}

.clearable.x.disabledDt {
    background: url(../../Images/cleartexticon_Disable.png);
    background-repeat: no-repeat;
    background-position: 98% 3px;
}

#ParceUdiDiv label {
    width: 6rem;
}

#LookUpDiv label {
    width: 9rem;
}

.CellsEllipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

    .CellsEllipsis td {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .CellsEllipsis table {
        table-layout: fixed;
    }

.wordWrapforImpDv {
    word-break: break-all;
}

.declareEmergency label {
    width: 6rem;
}

.marTB24 {
    margin: 2rem 0;
}

.framesDetailsInfoLables label {
    width: 10rem;
}

.box_heading .framesDetailsInfoBox {
    height: 22rem;
}

.addBenefitPlan label {
    width: 11rem;
}

select#InsurancePlanDetails_PlanID {
    width: 93.5%;
}

/*.encounter-grid-icons {
    position: absolute; 
    right: 0px; 
    top: -21px;
}*/
.dataTable.tblTonometry tbody td, .dataTable.tblVisualAcuities tbody td {
    border-bottom: 1px solid #cdd1d7;
}

table.scrollTable thead {
    display: block;
    width: 100%;
}

table.scrollTable tr {
    width: 100%;
    display: table;
}

table.scrollTable tbody {
    overflow: auto;
    display: block;
}

.worldpayLogoBtn .small-button, .worldpayLogoBtn .small-button30 {
    font-size: 0.9rem !important;
}

.CLXText {
    font-size: 1rem;
    color: #005cb9;
    margin: 0.313rem 0rem;
    margin-top: 0px;
    font-weight: 600;
    height: 1.25rem;
    line-height: 1.5625rem;
    display: block;
    margin-top: 6rem;
}

#divClxConfigurationMain .dvframesData label {
    width: 25rem;
}

.POItem .dataTable tr td {
    border: 1px solid #d1d1d1 !important;
}

    .POItem .dataTable tr td:first-child {
        border: none !important;
    }

.disableClick {
    pointer-events: none;
    background-color: #eeeeee;
    opacity: 0.5;
}
.disableClickIOL {
    background-color: #eeeeee;
    opacity: 0.5;
}
.disableAuxClick {
    pointer-events: none;
}

.faxInboundOutbondDiv .marginTp25 .dataTables_filter {
    margin-top: -2.4rem;
    margin-right: 12.5rem;
}

.faxInboundOutbondDiv .marginTp25 .dataTables_length {
    margin-top: -2.6rem;
    margin-right: 4.5rem;
}

.fax-table-top-icon {
    float: right;
    text-align: center;
}

    .fax-table-top-icon li {
        padding-left: 0.5rem;
        list-style-type: none;
    }

.faxoutbondList {
    margin-top: 0.55rem;
    margin-right: 16.5rem;
}

.deductiblesLabels label {
    width: 6rem !important;
    text-align: right;
}

.sendSOCLabel label {
    width: 7rem;
}

.no-border {
    border: none !important;
}

.txtInput {
    text-align: center;
    width: 71% !important;
    float: right;
}

.txtBoxStyle {
    border-radius: 3px;
    border: 1px solid #cdd1d7;
    padding: 2px;
    height: 1.399rem;
    margin: 0px 10px;
    background-color: #fff;
    font-size: 0.8125rem;
    color: #000;
}

.filePreviewLabel label {
    width: 7rem;
}

.menuItems2 {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #d1d1d1;
}

.TblDoubleBorder {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
}

#optical_order_entry .date-icon, #optical_order_pricing .date-icon {
    position: relative;
    /*top: 4px;*/
}

.clinicReconcil .stepwizard {
    display: table;
    width: 30%;
    position: relative;
}

.clinicReconcil .stepwizard-row:before {
    top: 19px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 41% !important;
    height: 1px;
    background-color: #ccc;
    left: 30% !important;
}

.clinicReconcil .stepwizard-step {
    width: 50.33% !important;
}

.clinicReconcil .checkbox input[type=checkbox].custom-checkbox:disabled + .icons .icon-unchecked, .checkbox input[type=radio].custom-radio:disabled + .icons .icon-unchecked, .checkbox-style1 input[type=checkbox].custom-checkbox:disabled + .icons .icon-unchecked, .checkbox-style1 input[type=radio].custom-radio:disabled + .icons .icon-unchecked, .radio input[type=checkbox].custom-checkbox:disabled + .icons .icon-unchecked, .checkbox-style3 input[type=checkbox].custom-checkbox:disabled + .icons .icon-unchecked, .checkbox-style3 input[type=radio].custom-radio:disabled + .icons .icon-unchecked {
    color: #fcdfdf !important;
}

.disabledLink {
    opacity: 0.3;
    pointer-events: none;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

input[type=checkbox]:focus {
    -webkit-filter: grayscale(100%);
}

div[data-ec_cntrlid='ChkbListRxReasons'] {
    overflow: auto;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
}

input[type="time"] {
    border: 1px solid #cdd1d7;
}

#recallresutGrid {
    position: relative;
}

    #tblReportRecallsQuickSearch .dx-item-content, #recallresutGrid .dx-item-content {
        margin-top: -2.6rem;
        margin-right: 8.5rem;
    }

    #recallresutGrid .dx-texteditor-container, #tblReportRecallsQuickSearch .dx-texteditor-container {
        height: 1.399rem;
    }

    #recallresutGrid .dx-datagrid-toolbar-button.dx-datagrid-export-button, #tblReportRecallsQuickSearch .dx-datagrid-toolbar-button.dx-datagrid-export-button {
        position: absolute;
        top: 2.3rem;
        right: 21rem;
    }

#raceAndEthnicityTbl_length {
    margin-top: -2.5rem;
    margin-right: 1.2rem;
}

.WFDropdown select {
    width: 98% !important;
    padding-bottom: 3px;
}

.WFextendedinput input[type="text"].dxeEditArea_Metropolis {
    height: 1.45rem !important;
}

.WFextendedinput .dxeButtonEditSys td.dxic {
    padding: 0 !important;
}

.truncateFaxNo {
    overflow-wrap: break-word;
    width: 7em;
    display: inline-block;
}

.purple_tr {
    background: #dcd6f2 !important;
}

.Peach_tr {
    background: #fcdfdf !important;
}

.peachBox {
    background-color: #fcdfdf;
    width: 1.25rem;
    height: 1.25rem !important;
    border: 1px solid #5c5c5c;
    margin: -4px 0.30rem;
    display: inline-block;
}

.purpleBox {
    background-color: #dcd6f2;
    width: 1.25rem;
    height: 1.25rem !important;
    border: 1px solid #5c5c5c;
    margin: -4px 0.30rem;
    display: inline-block;
}

.OfficeAdminSearchLinks li {
    text-decoration: underline;
    list-style-type: none;
    color: #5c5c5c;
    line-height: 2.1rem;
    font-size: 18px;
}

    .OfficeAdminSearchLinks li:first-child {
        text-decoration: none;
        line-height: 3.5rem;
        font-weight: 600 !important;
        font-size: 1.875rem !important;
    }

select:focus {
    border: 1px solid #4296de;
}

.incentiveProg label {
    width: 19rem;
}

.performanceCircle {
    text-align: center;
    border: 5px solid #c7c7c7;
    border-radius: 100px;
    width: 110px;
    height: 110px;
    position: relative;
    margin: 10px;
}

.circleText {
    width: 200px;
    height: 200px;
    line-height: 100px;
}

.QualityTxt {
    font-weight: 600 !important;
    font-size: 1.125rem !important;
    float: right !important;
    padding-right: 8px;
}

.qualityDiv {
    display: inline-block;
    float: right;
    padding: 0.5rem;
}

#ClaimVSPEncounterId {
    width: 75%;
}

#ClaimVSPOrderId {
    width: 85%;
}

.claimCheckboxY {
    width: 2rem;
    background: none;
    padding-right: 0;
}

a:-webkit-any-link:focus {
    outline-offset: 0px !important;
    outline: none;
}

.bulkUpdate {
    color: black !important;
    font-size: 0.875rem !important;
    font-weight: normal !important;
    text-decoration: underline;
    cursor: pointer;
    text-transform: none;
}

    .bulkUpdate:hover {
        color: #42aaff !important;
    }

.allEnc {
    width: 3rem;
    position: relative;
    top: -6px;
    line-height: 0.55rem;
}

.dDMenuLink input[type="button"] {
    vertical-align: top !important;
}

.cursor_default {
    cursor: default !important;
}

.pretty input:disabled {
    cursor: default !important;
}

.mainLogin [class*=mif-] {
    cursor: default !important;
}

.PatientWF label {
    width: 9rem;
}

.no-background {
    background: transparent !important;
}

/*Tool tip for datalist table search box 
    -Parikshit 22102020*/
[data-tip] {
    position: relative;
}

    [data-tip]:before {
        content: '';
        /* hides the tooltip when not hovered */
        display: none;
        content: '';
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #1a1a1a;
        position: absolute;
        top: 30px;
        left: 35px;
        z-index: 8;
        font-size: 0;
        line-height: 0;
        width: 0;
        height: 0;
    }

    [data-tip]:after {
        display: none;
        content: attr(data-tip);
        position: absolute;
        top: 5px;
        right: 80px;
        padding: 5px 8px;
        background: #fff;
        color: #1a1a1a;
        z-index: 9;
        font-size: 1em;
        height: 18px;
        line-height: 18px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        white-space: nowrap;
        word-wrap: normal;
    }

    [data-tip]:hover:before,
    [data-tip]:hover:after {
        display: block;
    }
/* End of Tooltip */
.PayTMlbl {
    width: 9rem;
}

.faxBtn span:hover {
    color: #42aaff;
}

.Inventoryhamburger a > span:hover {
    color: #42aaff !important;
}

.facilityLbl input[type=text]:hover {
    color: #42aaff;
}

select.bdrnone:hover {
    color: #42aaff;
}

.prov_level a > span.fg-new-gray:hover {
    color: #42aaff;
}

#recallresutGrid .dx-datagrid-export-button .dx-icon-export-to:before {
    font-family: metro;
    content: "\e721" !important;
    padding-right: 5px;
    vertical-align: middle;
    font-size: 16px;
}

#recallresutGrid .dx-button {
    border-color: transparent !important;
}

    #recallresutGrid .dx-button:hover {
        background: none !important;
    }

#recallresutGrid i.dx-icon.dx-icon-export-to:hover {
    color: #42aaff !important;
}

#recallresutGrid .DevExtremeSearchGrid.searchboxWitOneIcon .dx-toolbar .dx-datagrid-export-button {
    margin-top: -4.9rem !important;
}

.FilemetadataDetailsDiv label {
    width: 7rem;
}

.MYCLXText {
    font-size: 1rem;
    color: #005cb9;
    margin: 0.313rem 0rem;
    margin-top: 0px;
    font-weight: 600;
    height: 1.25rem;
    line-height: 1.5625rem;
    display: block;
    margin-top: 1rem;
}

.footerVersion {
    height: 21px;
    display: inline-flex;
    position: relative;
    top: 6px;
}

.ECIPading {
    padding-top: 2.56rem;
}

.Emcodechecker {
    width: 7rem;
    display: inline-block;
}

.padTB8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.padLR8 {
    padding-left: 8px;
    padding-right: 8px;
}

div[data-ec_cntrlid="idPatientAboveThreeYear"] {
    text-align: center;
    color: #c3c3c3 !important;
}

.defaultElemStyle button[data-ec_cntrlid="vitalSignicon"] {
    color: #c3c3c3 !important;
}

button .mif-vitalSign {
    color: #c3c3c3 !important;
}

.filterWithCustomDefBtns table[id^="tblPurchaseOrderList"] .pager {
    float: left;
    bottom: auto;
    position: relative;
    left: auto;
    top: -1.6rem;
}

.table.bordered#tblVoidItems thead tr th, .table thead th, .table.bordered#tblVoidItems thead tr:first-child td {
    border-top: none;
    position: sticky;
    top: 0;
    background: #d0d0d0;
}

.vspOverflow {
    overflow: inherit !important;
}

.bxHgtOdrEntryContactOrderQuantity {
    overflow: inherit;
}

#innerTest {
    height: 65vh;
    overflow: auto;
}

.newWin #innerTest {
    height: auto;
}

#ClaimVSPBrand {
    width: 85%;
}

.tabMultiselectMenu div.ui-multiselect-menu {
    width: 260px !important;
}

#Carrier {
    width: 50%;
    float: left;
}

#careerDropdown {
    width: 47%;
    display: inline-block;
    float: left;
    margin-left: 10px;
}

.returnAssLbl {
    width: 9rem;
}

.ptschedulinglbl {
    width: 7rem;
}
.middleLbl {
    width: 11rem;
}
.DPTemplate label {
    width: 10rem;
}

.EligibilityPrefLbl {
    width: 24rem;
}

.InvNewFramePopup label {
    width: 6rem;
}

.EOBLbl label {
    width: 3rem;
}

.chatCount {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    background: orange;
    top: 1px;
    right: -11px;
    border-radius: 15px;
    line-height: 1.575rem;
    color: #000000;
}
.disabledSMSIcon {
    pointer-events: none;
    opacity: 0.6;
}

.SMSCount {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    background: orange;
    top: 1px;
    right: -11px;
    border-radius: 15px;
    line-height: 1.575rem;
    color: #000000;
}

.taskPending {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    background: orange;
    top: 1px;
    right: -11px;
    border-radius: 15px;
    line-height: 1.575rem;
    color: #000000;
}

.taskCritical {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    background: red;
    top: 1px;
    right: -11px;
    border-radius: 15px;
    line-height: 1.575rem;
    color: #000000;
}

.form-all {
    margin: 10px auto !important;
}

#PatientGridBody {
    height: 35rem;
}

    #PatientGridBody #fixedGridTable {
        height: 34rem;
    }

.EncCheckmark {
    position: relative;
    right: -1rem;
    top: -2rem;
}

.remakeLbl label {
    width: 11rem;
}

.ECIPortal {
    height: 25px !important;
}

#ptInfoReview label {
    width: 5rem;
}

.CostLbl label {
    width: 11rem;
}

.costInput {
    float: left;
    display: inline-block;
    width: 6rem !important;
}

.costInputLbl {
    float: left;
    display: inline-block;
}

.grayBg {
    background: #eeeeee !important;
}

.whiteBg {
    background: #ffffff !important;
}

#newConfirmationBarWithCustomButton .confirmation-content a {
    color: #42aaff !important;
}

.tooltip-inner-new th {
    background: #a0d4ff;
}

.drawtool-stampbox {
    display: inline-block;
    float: left;
    width: 25%;
    border: 1px solid #cdd1d7;
    text-align: center;
    line-height: 32px;
    height: 8.5rem;
}

/*.drawtoolSelected {
    border: 1px solid #005cb9 !important;
   background: #ffc600;
}*/
.drawtool-stampbox:hover{
    border: 1px solid #005cb9 !important;
}

.CodeSection {
    background: white;
    border: 1px solid #d1d1d1;
    min-height: 4rem;
}

.drawtool-stampbox-disabled {
    display: inline-block;
    float: left;
    width: 25%;
    border: 2px solid #cdd1d7;
    text-align: center;
    background-color: #EBEBE4;
}

.coveragetitle {
    padding: 5px 0;
    margin-top: 10px;
}

.PtEngageName {
    display: inline-block;
    float: left;
    width: 6rem;
}

.tooltip_hover_open_po_popup > table {
    border: 1px solid #a0d4ff;
}


    .tooltip_hover_open_po_popup > table td {
        border-right: 1px solid #a0d4ff;
    }

        .tooltip_hover_open_po_popup > table td:first-child {
            border-left: none;
        }

        .tooltip_hover_open_po_popup > table td:last-child {
            border-right: none;
        }

.tooltip_hover_open_po_popup th, .tooltip_hover_open_po_popup td {
    padding: 5px 10px;
    white-space: nowrap;
}

.insLbl {
    width: 14rem;
}

.surReqLbl {
    width: 5rem;
}

.chklistLbl {
    width: 10rem;
}

.stamp-list-view {
    width: 100%;
    height: 2.5rem;
}

    .stamp-list-view .stamp-image-container {
        float: left;
        width: 40px;
    }

        .stamp-list-view .stamp-image-container img {
            height: 20px !important;
            background-repeat: no-repeat;
            width: auto !important;
        }

    .stamp-list-view .stamp-text {
        text-align: left;
    }

        .stamp-list-view .stamp-text a {
            margin-left: 4px;
        }

    .stamp-list-view.drawtoolSelected {
        border: 0 !important;
        background: #ffeeb2 !important;           
    }

#drpdnAssociatedStamps {
    width: 6.5rem;
    margin-bottom: 5px;
}

.lblsidebar {
    width: 5rem;
}
.taskDetailsLbl {
    width:5rem;
}
.border-left-blu{
        border-left: 1px solid #a0d4ff !important;
    }
.border-bottom-blu {
    border-bottom: 1px solid #a0d4ff !important;
}

.RxConfigSetReorderPointGrid
{
    top: 0px !important;
}

.spanSeriesName {
        font-size: 1.2rem;
        color: #000;
        text-transform: none; 
        font-weight:500;
    }
.defaultTaskLbl {
    width:7rem;
}
.lblCheckAlignment{
    top:-8px !important;
}
table tbody.appts td.recall, table tbody.taskNotes td.nts,table tbody tr td.nts {
    background-color: #d5aa75;
    padding: 0.5rem 0.1rem;
    color: #fff;
}
.time-icon .enccontoltime {
    position: absolute;
    right: -2px;
    top: 5px;
}
.width-09 {
    width: 9rem;
    display: inline-block;
}
.clEvalNoteBox{
    height: 4rem !important;
    overflow: auto;
    /*border: 1px solid #cdd1d7;*/
    padding: 0px 5px;
    line-height: normal;
}
.PsBorder {
    border: 1px solid rgb(199, 199, 199);
    padding-top: 7px;
}
.DevExtremeSearchGrid.searchboxWitThreeIcon #PatientGridBody .dx-toolbar .dx-texteditor {
    margin-top: -4.5rem !important;
    margin-right: 9.5rem !important;
}
.minWidTab{
    width: 70%;
    display: inline-block;
    float: left;
}
.wsfilterLabels  label {
    width: 6.7rem !important;
    color: #3c3c3c;
}
.cstTxt {
    width: 18rem !important;
    line-height: 1.275rem !important;
    float: left !important;
}
.miscNotes {
     width: 10rem !important;
    float: right;
}
#SuregryReport{
    position: absolute;
    width: 100%;
    display: contents;
    top: 0;
    float:right;
}

.telehealthLBL{
    width: 6rem !important;
}
.marT3 {  
    margin-top: 3px !important;
}
.statusLine {
    border-radius: 5px;
    display: inline-block;
    float: left;
    padding-left: 10px;
}
.flowsheetContentHt::placeholder { 
  color: #000000 !important;
}
.Locdays label {
    width: 2rem;
}
.attachIconAlign {
    float: left;
    display: inline-block;
    padding-left: 10px;
    padding-top: 5px;
}
.textareaLbl {
    display: inline-block;
    float: left;
    width: 80%;
}
#divExternalPhysicians .Pttype {
    width: 16rem !important;
}
.fg-dividerGray {
    color: #d5d5d5 !important;
}
.statusGreen {
    color:#67b836;
}
.statusOrange {
    color:#ff7500;
}
.statusRed {
    color:#b64a4a;
}
.EncdropdownBorder {
    border-bottom: 1px solid black !important;
}
.attachIcon {
   margin-bottom: 14px;
   display: inline-block !important;
}
.txtCamelcase {
    text-transform: capitalize !important;
}
.GSLabel {
    width:9rem !important;
}
.colorBall {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50px;
}
.oceanBlue {
    background-color:#1885e2;
}
.celestialBlue{
    background-color:#02b5dd;
}
.jadeGreen{
    background-color:#3c9b7d;
}
.rainforest{
    background-color:#6b9d16;
}
.EncProvAlignment{
    position: relative;
    bottom: 3px;
}
/*.stamp-image-container {
    height:5rem;
}*/
.tsks, .nts {
    width: 15px !important;
}
#spPaintTools .input-control:not(.noHover3d), .drawtoolSelected{
    padding: 3px;
}

#spPaintTools .input-control:hover,.drawtoolSelected {
    background-color: #ffc600;
    border-radius:3px;
}
#spPaintTools .input-control.noHover3d:hover {
    background-color: transparent !important;
}
.AdvFindSetting {
    display: inline-block;
    position: relative;
    top: 4px;
}
.ClaimLbl {
    width: 10rem !important;
}
.stampBoxAlign {
    display: inline-block;
    margin-left: -4rem;
}
.lblColor {
    color: #5c5c5c !important;
}
.chatLblColor {
    color:#575757;
}
#divDTDiagCodes, #divDTProcCodes {
    padding:2px;
}
.verticalAlignSuper {
    vertical-align: super;
}
.taskDropdownWid {
    width:88%;
}
.securitySettings label {
    width:10rem;
}
.barCodeSquare {
    width:114px;
    height:114px;
    border:1px solid gray;
    display:inline-block;
    float:left;
}
.barTxt {
    height:114px;
    display:inline-block;
    float:left;
}
.barCodeSquare1 {
    width:214px;
    height:114px;
    border:1px solid #A7C999;
    display:inline-block;
    float:left;
    background-color:#E0EFD8;
    text-align:center;
    color:#A7C999;
}
.BarTxtAlign {
    position: relative;
    top: 47%;
}
.UpdatedInput {
    border-bottom: 1px solid #cdd1d7 !important;
    border-top: transparent !important;
    border-left: transparent !important;
    border-right: transparent !important;
}

.EncProvAlignment{
    position: relative;
    bottom: 3px;
}
.ipWid{
    width: 14rem;
    display: inline-block;
}
.IPMDateWid {
    display: inline-block;
    width: 15rem;
    padding-left: 5px;
}
.txtInnerIcon {
    position: absolute;
    right: 5px;
    top: 5px;
}
.verticalAlignTextTop {
    vertical-align: text-top;
}
#divClinicalTaskNotesTopBar {
    background-color: #eeeeee !important;
}
.authAlign {
    display:inline-block;
    float:left;
   margin-left:20px;
}
.marB40 {
   margin-bottom:2.5rem !important;
}
.marB60 {
   margin-bottom:3.75rem !important;
}
.verticalAlignBaseline{
    vertical-align: baseline;
}
.chatSearch {
    vertical-align: super;
    margin: 0 13px;
    color:#44aaff;
}
.encountergridview .dxgvSearchPanel_Metropolis_Right_new  ~ .dxgvCSD {
    height: 42px !important;
}
[data-elementname='Final_Diagnoses'] .dxgv > div {
    height:7.9rem;
}
.notificationType #dropdownNotificationType ~ button {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.encountergridview .dxgvSearchPanel_Metropolis_Right_new  ~ .dxgvCSD {
    height: 42px !important;
}

[data-elementname='Final_Diagnoses'] .dxgv > div {
    height:7.9rem;
}
.txtInnerIcon1 {
    position: absolute;
    left: 5px;
    top: 5px;
}
#tblInsuranceCompanies .dx-toolbar .dx-toolbar-items-container {
    height: 29px !important;
}
#tblInsuranceCompanies .dx-toolbar .dx-texteditor {
    margin-right: 10px;
}
    #tblHomeTasksListt_filter {
     margin-top: -2.6rem;
    margin-right: 11rem;
}
    #tblHomeTasksListt_length {
    margin-top: -2.9rem;
    margin-right: 2.8rem;
}
.CloseIconAlign {
    position: absolute;
    right: 6px;
    top: 5px;
}

.grayLabel{
    color:#5c5c5c;
}

/*#FrameToPrint ~ .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
    top: 18rem !important;
}*/
.widInline {
    display: inline-block;
    width: 50%;
    float: left;
}
.dividerAlignTask {
    display: inline-block;
    height: 1.7rem;
}
.DisplayFlexFeesManage {
    display: flex;
    float: left;
    margin-left: 3px;
}
.ReportTruncate {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    width:14rem;
}
.Quickpay .popup_data.content.padding20 {
    padding:10px !important;
}

.paddingbodyfhirBox {
    padding: 3.5rem !important;
}

.dataTables_scrollHeadInner > table {
    border-bottom: 0;
}

.fixedGridTableWidth {
    width: 100% !important;
}

.fixedGridTable {
    width: 100%;
    display: block;
}

.fixedGridTbody {
    width: 100%;
    display: block;
    overflow: auto;
}

.fixedGridTR {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.selectPTHt {
    height: 31rem !important;
}
.SelectPtTableHt {
    height: 25rem;
}

.consentHt {
    max-height: 23rem;
}

@media screen and (min-width: 1400px) {
    .selectPTHt {
        height: 36rem !important;
    }

    .SelectPtTableHt {
        height: 30rem;
    }

    .consentHt {
        max-height: 28rem;
    }
}
@media screen and (min-width: 1920px) {
    .selectPTHt {
        height: 50rem !important;
    }

    .SelectPtTableHt {
        height: 44rem;
    }

    .consentHt {
        max-height: 42rem;
    }
}

@media screen and (min-width: 2560px) {
    .selectPTHt {
        height: 74rem !important;
    }

    .SelectPtTableHt {
        height: 68rem;
    }

    .consentHt {
        max-height: 66rem;
    }
}
