﻿body {
    width: 100%;
}

.searchBoxLabel label{
    width:7.5rem;
}

@media screen and (max-width: 1365px) {
    body {
        width: auto;
        height: 768px;
        overflow: auto;
    }
}

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;
}

.paddingTB5 tr td {
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
}

.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/loader.gif) !important;
    background-repeat: no-repeat  !important;
    background-position: center  !important;
    z-index: 999 !important;
}

.summarydiv {
    overflow: auto;
    height: inherit;
    width: inherit;
    padding:5px;
}

.reloader {
    background-image: url(../../Images/reload.png) !important;
    width: 80px;
    height: 100px;
}
/* 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;
}

.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;
}

@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: 6.3rem !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;
    font-weight: normal;
}

.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],
textarea {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #cdd1d7;
    padding: 2px;
    padding-left: 4px;
}

    input[type=text]: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;
    }

.box_heading > h3,
.defaultElemStyle > h3 {
    font-size: 1rem;
    color: #005cb9;
    text-transform: uppercase;
    margin: 0.313rem 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.525rem;
}

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;
}

.box_heading {
    height: 100%;
}

.top1 {
    margin-bottom: 5px !important;
    margin-top: 0px !important;
    padding-bottom: 5px;
}

.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*/

.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: 0px;
    /*margin-bottom: -1px;*/
    border-bottom: 0px;
    z-index: 999;
    background-color: #556d99;
    position: relative;
    top: 0px;
}

.main-tab-2 {
    height: 1.8125rem;
    border-bottom: 0px !important;
    background-color: white;
}

ul.main-tab-2 li {
    background-color: #eeeeee !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 {
        font-weight: 600 !important;
        padding: 0.188rem 1.775rem !important;
    }

    ul.main-tab-2 li.ui-tabs-active a {
        background-color: #eeeeee !important;
        border: 1px solid #d1d1d1 !important;
        border-top: 2px #ffc600 solid !important;
        color: #023c76 !important;
        border-bottom: 0 !important;
    }

.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 {
    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;
}

select.bdrnone {
    border: none;
    -webkit-appearance: none;
    cursor: pointer;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: auto;
    border: 0;
    border-radius: 0;
    margin-top: -2px;
}

.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: #fff;
    float: left;
}

.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;
}

.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-menu {
    background-color: #005cb9;
}

.ui-multiselect-menu {
    display: none;
}

.textC {
    text-align: center !important;
}

.widthA {
    width: auto !important;
}

.main-tab {
    background-color: #005cb9;
    height: auto;
    /*display: inline-block;*/
    list-style: none;
    overflow: hidden;
    z-index: 1;
}

    .main-tab.ui-tabs-nav .ui-tabs-anchor,
    .main-tab.ui-tabs-nav li.ui-tabs-active a {
        padding: 0.563rem 0.688rem;
        font-weight: 400;
    }

    .main-tab.ui-tabs-nav li.ui-tabs-active a {
        color: #fff;
    }

    .main-tab.ui-tabs-nav .ui-tabs-anchor {
        color: #a5c2ee;
    }

    .main-tab.ui-tabs-nav li.ui-tabs-active {
        background-color: transparent;
        border: none;
    }

    .main-tab.ui-tabs-nav li {
        background-color: transparent;
    }
/*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%;
}

.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;
}

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;
    }

        ul.smallTabs li.ui-tabs-active {
            background-color: #e1e1e1 !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: 1.2em !important;
            border-top-right-radius: 1.2em !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: #a5c2ee !important;
            font-size: 0.9rem !important;
            line-height: 1.5625rem !important;
            font-weight: 400 !important;
            border-bottom: none !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;
}

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.6rem 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;
        }

.tabs-content .tab-panel .tab-content-segment {
    display: block;
    float: left;
    position: relative;
}

.encounterRowPad {
    padding-top: 0.6rem;
}

@media screen and (min-width: 1280px) and (max-width: 1599px) {
    ul.smallTabs li {
        margin: 0 5px !important;
    }

        ul.smallTabs li.ui-tabs-active {
            padding: 0px 5px 0px 5px !important;
        }

    .padR03 {
        padding-right: 0.1875rem;
    }

    .OrderCostSummaryLabel {
        padding-top: 0.7rem;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1800px) {
    ul.smallTabs li {
        margin: 0 8px !important;
    }

        ul.smallTabs li.ui-tabs-active {
            padding: 0px 8px 0px 8px !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: 1.1rem;
    }
}

.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;
}

.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;
}

.padT05 {
    padding-top: 5px !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;
}

@media screen and (min-width: 1366px) 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: 21rem !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;
    }

    #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: 3.5rem !important;
    }

    select.drpProvWidth {
        width: 5rem !important;
    }

    .sideEnctSidebarLeft {
        margin-left: -17.1em !important;
    }

    .encounterContentHt {
        height: 465px !important;
    }

    .enconterSidebarHt {
        height: 537.08px;
    }

    .enctselectdrpwidth {
        width: 19rem !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;
    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;
}

.encountupdtRow {
    height: 2.7rem !important;
}

@media screen and (min-width: 2000px) {
    .date-icon i {
        margin-top: 5px;
        margin-right: 2px;
    }
}

@media screen and (min-width: 1912px) and (max-width: 3840px) {
    .radio .icons {
        /*top: 0.5rem;*/
    }

    .checkbox .icons {
        /*top: 0.5rem;*/
    }

    .box-padding {
        padding: 0.5rem !important;
    }

    .bxHeight25 {
        height: 25rem !important;
        overflow: auto !important;
    }

    .marR25 {
        margin-right: -30px !important;
    }

    .warningPopupbtn {
        padding-top: 0rem;
    }
}

.label-margin {
    margin: 0.160rem 0.313rem 0.250rem 0rem !important;
}

.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;
    }

.metro.popup-30 .window.flat .content {
    /*height:400px;*/
    overflow: hidden;
    min-height: 100px;
    max-height: 700px;
    overflow: auto;
    overflow-x: hidden;
}

.select-wrapper, .select-wrapper select {
    text-align: left;
}

.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;
}

@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: 3.5rem !important;
    }

    select.drpProvWidth {
        width: 5rem !important;
    }

    .encounterContentHt {
        height: 568px !important;
    }

    .enctselectdrpwidth {
        width: 19rem !important;
    }
}

@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: 7.8rem !important;
    }

    select.drpProvWidth {
        width: 7rem !important;
    }

    .sideEnctSidebarLeft {
        margin-left: -15.6em !important;
    }

    .encounterContentHt {
        height: 750px !important;
    }

    .enconterSidebarHt {
        height: 829.22px;
    }
}

@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 !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;
    }

    select {
        padding: 4px !important;
    }

    .encformbasePage select {
        padding: 0px !important;
    }

    .metro label {
        margin: 0.3rem 0.513rem 0.7rem 0rem;
    }

    .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;
        }

    .label-margin {
        margin: 0.3rem 0.513rem 0.7rem 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.37rem;
        height: 1.5rem;
    }

        .encformbasePage .select-wrapper, .encformbasePage .select-wrapper select {
            height: 1.399rem;
            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: -18em !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;
    }
}

.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;
}

    #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;
}
/* 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;
}

.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;
    }

.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;
    }

.glyphicon-circelplus:before {
    font-family: 'metro';
    content: "\e661";
}

#divOfficeAdminContent button,
#divWaitListMgr button {
    background: transparent;
    border: 0;
}

.popup-100 {
    width: 99%;
    margin-left: 1% !important;
    margin-right: 1% !important;
}

.popup-90 {
    width: 90%;
}

.popup-60 {
    width: 60%;
}

.popup-85 {
    width: 75%;
}

.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;
}

@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;
    }

    #autocompleteForPatientAppt_DDD_PW-1 {
        width: 50rem !important;
        top: 5.25rem !important;
    }

    .sideEnctSidebarLeft {
        margin-left: -16.3em !important;
    }
}

.metro.popup-30 .window.flat .content .scroll {
    height: 200px;
    /*max-height:462px;*/
    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: 50%;
}

.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;
    }

.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: "\e696";
    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;
}

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: 15px;
    height: 1.299rem;
    -moz-appearance: button;
    -moz-appearance: none;
    -moz-binding: none;
    font-size: 1rem;
    margin-top: -4px;
    outline: none;
}

    .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;
}

.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;
}

    .defaultElemStyle .select-wrapper {
        margin: 0px !important;
    }

    .defaultElemStyle label.input-control.checkbox {
        text-align: left;
    }

.copy-to-enc {
    background-image: url('../images/copy-to-enc.PNG');
    width: 22px;
    height: 17px;
    cursor: pointer;
    display: block;
}

.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;
}

.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;
    }

    .normal-elm-btn {
        top: -24px !important;
        position: relative;
    }

    .elem-hist-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;*/
}

.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;
}

.controlHiddenFields {
    padding-left: 40px;
    background: url('../images/hf-icon.png') no-repeat 9px;
    width: 15px;
    height: 14px;
    margin-left: -18px;
    display: block;
}

.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;
}

    .lock-icon:before {
        content: "\1f512";
        font-family: 'Glyphicons Halflings';
        font-size: 10px;
        color: #ff6000;
    }

.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;
}

.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: 7px;
    }

    .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: "\e699";
}

.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";
}

.setalltono:before {
    font-family: metro, serif;
    content: "\e645";
}

.setblktono:before {
    font-family: metro, serif;
    content: "\e646";
}

.enccontoltime:before {
    font-family: metro, serif;
    content: "\e652";
    padding-right: 5px;
    font-size: 16px;
}

.tonometry .horizontal-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: 16px;
}

.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 li {
        margin: 0 5px 2px 0px;
        padding: 1px;
        font-size: 0.8rem;
        padding-left: 5px;
    }

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: 4.9rem;
}
/*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;
}

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;*/
}

.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%;
    background-color: transparent;
}

    .pager div {
        display: inline-block;
        float: left;
    }

    .pager input[type=text] {
        width: 35px;
        line-height: 11px;
    }

    .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);
    }

    .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: 16px;
        padding-top: 0px;
    }

.layerClass .radio .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;
}

.marL5 {
    margin-left: 0.3125rem;
}

.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;
}

select {
    width: 100%;
    border-radius: 2px;
    border: 1px solid #cdd1d7;
    padding: 2px;
    font-size: 0.8125rem;
    font-family: "Segoe UI", "Open Sans", sans-serif, serif;
}

.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;
}

.paddingB10 {
    padding-bottom: 0.625rem !important;
}

.wid20p {
    width: 20%;
}

.borderTop {
    border-top: 1px solid #d1d1d1;
}

.red {
    color: red;
    margin-left: 0px;
    font-size: 1.2em;
    line-height: 90%;
    font-weight: 500;
}

.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;
    /* black */
    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: #c64348;
    /*margin-top: -25px;*/
    z-index: 99999;
    /*top: 0 !important;*/
    padding: 3px;
    padding-left: 5PX;
    padding-right: 5PX;
    border-radius: 5px;
}

.tooltip-inner {
    color: white;
}

.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;
}

.paddingbody30 {
    padding: 30px;
}

.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;
}

@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;
    }*/

    .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: 1.3rem !important;
    }

    .padL88 {
        padding-left: 4.4rem !important;
    }

    .lockFont {
        font-size: 3.4rem !important;
    }

    #EM_CodeTextbox {
        width: 50px;
    }

    .warningPopUpalign {
        margin-top: 2rem;
        margin-left: -0.2rem;
    }

    .apptSavebtnpadR {
        padding-right: 1.2rem;
    }
}

.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: 8.9rem;
}

.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 {
        border: 1px solid #d0d0d0;
    }

table tbody.appts {
    background-color: #fff;
    overflow: auto;
    display: inline-block;
    width: 100%;
    overflow-x: hidden;
}

table tbody.linkAppt-tbl {
    background-color: #eeeeee;
}

table tbody.appts td {
    padding: 0.3rem 0.325rem;
}

table.insu tr td:last-child {
    width: 1.563rem;
}

table tbody.appts td:first-child {
    width: 0.2rem;
    vertical-align: middle;
    text-align: center;
}

table tbody.appts td:last-child {
    width: 2.5rem;
}

table tbody.appts td.app {
    background-color: #e296fa;
    width: 0.2rem;
    padding: 0.5rem 0.1rem;
    color: #fff;
}

table tbody.appts td.recall {
    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 {
    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 {
        margin: 1.063rem;
    }

    #autocompleteForPatientAppt_DDD_PW-1 .hovered tbody tr:hover,
    #autocompleteForPatientAppt_DDD_PW-1 .hovered tbody td:hover {
        background-color: #ffeeb2;
    }
/*#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: -25px;
}

.flnone {
    float: none !important;
}

.fontnormal {
    font-style: normal;
}

.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: 7rem;
}

.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-white3 > .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;
}
/*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;
}

.marB30 {
    margin-bottom: 1.875rem;
}
/*.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;
}

.vAlignN {
    vertical-align: inherit !important;
}

.divTransferLocation label {
    width: 5.2rem;
}

.border-right-gray {
    border-right: 1px solid #a4a4a4;
}

.border-left-gray {
    border-left: 1px solid #a4a4a4;
}

.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: 120px;
    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;
}
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: 3.8rem;
    color: #3c3c3c;
}

.alFilterLabels label {
    width: 5.4rem;
    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;
}

.sideEnctSidebarRight {
    margin-left: -11.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;
}

.sideRight {
    margin-left: 0rem !important;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}

.contactQuickSearchLabel label {
    width: 4.5rem;
}

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;
}

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;
}

ul.ExternalPhysicians {
    list-style: none;
    display: inline-block;
    vertical-align: bottom;
    z-index: 2;
    position: relative;
    padding: 0px;
    margin: 0px;
    /*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: 10.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 25%, #FFFFFF 25%);
    background-image: -moz-linear-gradient(left, #09C8FF 25%, #FFFFFF 25%);
    background-image: -o-linear-gradient(left, #09C8FF 25%, #FFFFFF 25%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(25, #09C8FF), color-stop(25, #FFFFFF));
    background-image: -webkit-linear-gradient(left, #09C8FF 25%, #FFFFFF 25%);
    background-image: linear-gradient(to right, #09C8FF 25%, #FFFFFF 25%);
}

.successPopup {
    background-image: -ms-linear-gradient(left, #20da9b 25%, #FFFFFF 25%);
    background-image: -moz-linear-gradient(left, #20da9b 25%, #FFFFFF 25%);
    background-image: -o-linear-gradient(left, #20da9b 25%, #FFFFFF 25%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(25, #20da9b), color-stop(25, #FFFFFF));
    background-image: -webkit-linear-gradient(left, #20da9b 25%, #FFFFFF 25%);
    background-image: linear-gradient(to right, #20da9b 25%, #FFFFFF 25%);
}

.warringPopup {
    background-image: -ms-linear-gradient(left, #fbd12a 25%, #FFFFFF 25%);
    background-image: -moz-linear-gradient(left, #fbd12a 25%, #FFFFFF 25%);
    background-image: -o-linear-gradient(left, #fbd12a 25%, #FFFFFF 25%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(25, #fbd12a), color-stop(25, #FFFFFF));
    background-image: -webkit-linear-gradient(left, #fbd12a 25%, #FFFFFF 25%);
    background-image: linear-gradient(to right, #fbd12a 25%, #FFFFFF 25%);
}

.errorPopup {
    background-image: -ms-linear-gradient(left, #f16b50 25%, #FFFFFF 25%);
    background-image: -moz-linear-gradient(left, #f16b50 25%, #FFFFFF 25%);
    background-image: -o-linear-gradient(left, #f16b50 25%, #FFFFFF 25%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(25, #f16b50), color-stop(25, #FFFFFF));
    background-image: -webkit-linear-gradient(left, #f16b50 25%, #FFFFFF 25%);
    background-image: linear-gradient(to right, #f16b50 25%, #FFFFFF 25%);
}

.deletePopup {
    background-image: -ms-linear-gradient(left, #f8737f 25%, #FFFFFF 25%);
    background-image: -moz-linear-gradient(left, #f8737f 25%, #FFFFFF 25%);
    background-image: -o-linear-gradient(left, #f8737f 25%, #FFFFFF 25%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(25, #f8737f), color-stop(25, #FFFFFF));
    background-image: -webkit-linear-gradient(left, #f8737f 25%, #FFFFFF 25%);
    background-image: linear-gradient(to right, #f8737f 25%, #FFFFFF 25%);
}

.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: 16rem;
}

#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;
}

#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;
}

.InsComLbl label {
    width: 10rem;
    margin-top: 0px;
}

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: 5.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;
}

#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;
}

.date-icon {
    position: relative;
}

    .date-icon input {
        padding-right: 20px;
    }

    .date-icon i {
        position: absolute;
        right: 5px;
        top: 2px;
    }

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 {
    color: #42aaff !important;
}

.checkbox-style1.blue-1 .icon-checked:before {
    font-size: 1.1rem;
}

.checkbox-style1.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;
}

.border-right-blue {
    border-right: 2px solid rgb(1, 68, 136);
}

.border-bottom-blue {
    border-bottom: 2px solid rgb(1, 68, 136) !important;
}

.box_background {
    background-color: #eeeeee;
}

label.truncateWord {
    width: 100% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncateWord {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.metro .grid.fluid.extraMargin10 .row {
    margin-bottom: 10px;
}
/*shashikant added below style*/

.contactlensRxLabel label {
    width: 1rem;
}

.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;
}
    /*.dxgvTable_Metropolis tbody tr td:first-child {
    background-color: #eeeeee;
    width: 2rem;
}*/
    /*.dxgvTable_Metropolis tbody tr:nth-child(odd) {
    background-color: #eeeeee;
}
.dxgvTable_Metropolis tbody tr:nth-child(even) {
    background-color: #ffffff;
}
.dxgvTable_Metropolis tbody tr:hover {
    background-color: #ffeeb2;
}*/
    .dxgvTable_Metropolis .dxgvFocusedRow_Metropolis {
        color: #333333;
    }

.dxgvPagerBottomPanel_Metropolis .dxpLite_Metropolis .dxp-current {
    background-color: #ffffff;
    color: #333333;
    text-decoration: none;
}
/*.dxgvTable_Metropolis tbody tr:nth-child(2) {
    background-color: #eeeeee;
}
.dxgvTable_Metropolis tbody tr:nth-child(2):hover {
    background-color: none;
}*/
.dxgvTable_Metropolis .dxWeb_edtCheckBoxChecked_Metropolis {
    background-color: #67b835 !important;
}

.gridPaddingLR {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
}

.iconcolor {
    color: #d0d0d0 !important;
}

.cursorPointerDisable {
    cursor: default;
}
/*end style*/

table tbody.appts td {
    border-left: none !important;
}
/*.bgColorGray {
    background-color: #d0d0d0 !important;
}*/
.truncateTableTxt {
    display: table;
    table-layout: fixed;
    width: 100%;
}

    .truncateTableTxt span {
        overflow-x: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }

.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;
}

.imgHolder {
    display: table;
    vertical-align: middle;
    height: 100%;
    text-align: center;
    width: 100%;
}

    .imgHolder span {
        display: table-cell;
        font-size: 6.5rem;
        color: #fff;
    }

.commondevTableHolder .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 {
    border-left: 1px solid #c0c0c0 !important;
}

.commondevTableHolder .dxgvDataRow_Metropolis td.dxgv_editable_cell div {
    background-color: #ffffff;
    /*height: 24px;
    line-height: 24px;*/
    /*text-indent: 5px;*/
    /*border: 1px solid #e5e4e4;*/
}

.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;
}

.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 !important;
}

.truncateNoWidth {
    position: relative;
}

    .truncateNoWidth span {
        position: absolute;
        left: 0;
        right: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        top: 7px;
    }

.pad5 {
    padding: 5px;
}

.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;
    }

    #autocompleteForPatientAppt_DDD_PW-1 {
        width: 50rem !important;
        top: 5.2rem !important;
    }
}

@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;
    }

    #autocompleteForPatientAppt_DDD_PW-1 {
        width: 50rem !important;
        top: 5.6rem !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;
    }
}
/*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: 75% !important;
}


footer {
    border-top: 1px solid #cdd1d7;
    background-color: #f5f5f5;
    color: #000;
    font-size: .8125rem;
    padding: 0;
    position: fixed;
    height: 2.562rem;
    width: 100%;
    bottom: 0;
    z-index: 3
}