﻿* {
    font-family: 'Open Sans';
}

.displayOnCollapse {
    display: none;
}

.trendWidth80px {
    max-width: 80px;
    min-width: 80px;
}

.trendWidth200px {
    max-width: 200px;
    min-width: 200px;
}

.trendWidth140px {
    min-width: 140px;
    max-width: 140px;
}

.headerIconInfo {
    float: right !important;
    margin-top: -50px;
    margin-bottom: 5px;
    margin-right: 34px;
}

.verticalAlignN1px {
    vertical-align: -1px;
}

.headerRow {
    font-size: 14px;
    font-weight: 600;
}

.iconLineHeight {
    line-height: 20px !important;
}

.resultGrid {
    background-color: #ecf0f1;
    width: 101%;
    border-collapse: collapse;
    min-width: 1200px;
}

.fixGrid {
    position: absolute;
    top: 130px;
}

.iconContainer {
    float: left;
    font-size: 12px;
}

    .iconContainer i {
        font-size: 16px;
        padding-top: 2px;
    }

        .iconContainer i:hover {
            cursor: pointer;
        }

    .iconContainer div {
        color: #000 !important;
    }

.headerRow {
    color: #1a1a1a;
    padding-bottom: 5px;
}

.fixHeaderRow {
    width: 101%;
    z-index: 3;
    background-color: #ecf0f1;
    min-width: 1200px;
}

.resultsColumnHeaderRow {
    width: 101%;
    z-index: 3;
    background-color: #ecf0f1;
    padding-top: 10px;
    min-width: 1200px;
    height:35px;
}

.filterRow {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.fixFilterRow {
    background-color: #ecf0f1;
    position: relative;
    width: 101%;
    z-index: 2;
    min-width: 1200px;
    height: 45px;
}

.absoluteFilterRow {
    background-color: #ecf0f1;
    position: absolute;
    width: 101%;
    z-index: 2;
    min-width: 1200px;
    top: 82px;
}

.filterRow input[type="text"] {
    padding: 5px 8px;
    border: 1px solid #ecf0f1;
    font-weight: 300;
    font-size: 12px;
    width: 100%;
    outline: none;
    position: relative;
    top: 2px;
}

.highlightedInputBox {
    border: 2px solid #3fa9f5 !important;
}

.statusDropdown {
    position: relative;
    top: 2px;
}

.dataRow, .dataRowNoPointer {
    border-bottom: 1px solid #fff;
    padding: 8px 0px;
    transition: .2s ease;
}

.accessionContainer {
    float: left;
    width: 80px;
}

.statusIcon {
    float: left;
    height: 12px;
    width: 12px;
    border: 0px;
    border-radius: 6px;
    margin: 3px 8px 3px 3px;
    background-color: #fff;
}

.statusIconStyle {
    float: left;
    height: 12px;
    width: 12px;
    margin: 3px 8px 3px 3px;
}


.errorIcon {
    position: initial;
    right: 12px;
    bottom: 13px;
}

.silverBorder {
    border: 1px solid silver;
}

.gridColumn {
    overflow: auto;
    float: left;
    min-width: 40px;
    min-height: 1px;
    width: 5%;
    padding-left: 20px;
}

.accessionDescription {
    float: left;
    min-width: 109px;
    width: 7%;
}

.testsOrderedResult {
    float: left;
    min-width: 100px;
    width: 10%;
}

.alertColumn {
    float: left;
    min-width: 65px;
    width: 5%;
    padding: 0px 8px;
    min-width: 100px;
}

.HealthTrackColumn {
    float: left;
    min-width: 80px !important;
    width: 12%;
    padding: 0px 8px;
    min-height: 18px !important;
}

.HealthTrackLikedColumn {
    float: left;
    width: 1%;
    padding: 0px 8px;
    min-width: 70px;
}


.statusColumn {
    float: left;
    min-width: 100px;
    min-height: 1px;
    padding: 0 10px;
    width: 8%;
}

.doctorColumn,
.ownerColumn,
.patientColumn {
    width: 14%;
    float: left;
    min-width: 90px;
    padding: 0 10px;
    min-height: 10px;
    /*So that it does not collapse if no data is avaialable for respective field*/
}

.patientColumn {
    min-width: 90px;
    min-height: 10px;
    width: 10%;
}

.ownerColumn {
    min-width: 50px !important;
    width: 12%;
}

.reportedColumn {
    padding: 0 -10px;
    float: left;
    min-width: 60px;
    min-height: 10px;
}

.infoIcon {
    color: #4776ad;
}

.filterInputWidth {
    width: 25% !important;
    min-width: 100px;
}

.alertCircleAlign {
    margin-left: 6px;
}

.alertColumnText {
    margin-top: 5.4px !important;
    margin-left: 0.5px;
}

.alertCircleText {
    font-size: 13px;
    color: white;
    font-weight: bold;
}

.smallC100 {
    position: relative;
    font-size: 1.4em;
    width: 1em;
    height: 1em;
    opacity: 0.8;
    border-radius: 50%;
    float: left;
    margin: 0.1em 0.1em 0.1em 0.4em;
    background-color: #AAAAAA;
}

    .smallC100 > span {
        position: absolute;
        width: 100%;
        z-index: 1;
        left: 0;
        top: 0;
        width: 5em;
        line-height: 5em;
        font-size: 0.2em;
        display: block;
        text-align: center;
    }

.alertBackUnread {
    background-color: #FF1B1B;
}

.labResultExpandRow {
    padding-bottom: 8px;
}

.noPad {
    padding: 0px !important;
}

.greenBackground {
    background-color: #1abc9c !important;
    color: white;
}

.orangeBackground {
    background-color: #ff931e !important;
    color: white;
}

.lightOrangeBackground {
    background-color: #FFEBCD;
}

.lightBlueBackground {
    background-color: rgb(160, 235, 230);
}

.DarkOrangeBackground {
    background-color: rgb(235, 160, 100);
}

.redBackground {
    background-color: rgb(235, 160, 100);
}

.yellowBackground {
    background-color: #f1c40f !important;
    color: white;
}

.blueBackground {
    background-color: #3fa9f5 !important;
    color: white;
}

.dataRow:hover {
    cursor: pointer;
    background-color: #FFEBCD;
}

.whiteBackground {
    background-color: #fff !important;
}

.paginate {
    margin-top: 20px;
}

.hover:hover {
    cursor: pointer;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
}

.accessionOptions {
    display: none;
    position: absolute;
    font-size: 12px;
    font-weight: 400;
    background-color: white;
    border: 1px solid silver;
}

    .accessionOptions > div {
        padding: 3px 5px;
        transition: .1s ease;
        cursor: pointer;
        border-bottom: 1px solid silver;
    }

        .accessionOptions > div:last-child {
            border: none;
        }

        .accessionOptions > div:hover {
            background-color: #3fa9f5;
            color: white;
        }

.visible {
    display: block !important;
}

.popoverInputTop {
    padding-top: 50px;
}

.popoverInput {
    opacity: 0;
    cursor: pointer !important;
    height: 18px;
    width: 20px;
    position: absolute;
    z-index: 1;
}

.resultFilters {
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 300;
    color: #1a1a1a;
}

.relativeResultFilters {
    padding: 8px 40px;
    position: relative;
    width: 100%;
    z-index: 3;
    background-color: #fff;
}

.resultDuration {
    float: left;
    padding: 0px 7px;
}

    .resultDuration:hover {
        cursor: pointer;
    }

.top186px {
    top: 186px !important;
}

.top222px {
    top: 222px !important;
}

.top182px {
    top: 182px !important;
}

.top127px {
    top: 127px !important;
}

.resultDuration > sup {
    font-size: 10px;
}

.activeDateFilter > span {
    border-bottom: 3px solid #ff931e;
    font-weight: 600;
}

.clear {
    clear: both;
}

.filterButtons {
    float: left;
    border-left: 1px solid #ecf0f1;
    padding-left: 10px;
}

.Button {
    background-color: #ecf0f1;
    padding: 4px 10px;
    position: relative;
    top: -4px;
    cursor: pointer;
    border: none;
}

.bigButton {
    padding: 5px 20px;
    margin-left: 10px;
}

.rangeHeader {
    float: left;
    padding-right: 10px;
    border-right: 1px solid #ecf0f1;
    height: 35px;
}

.modifyRangeHeader {
    background-color: #3fa9f5;
    padding-left: 10px;
    height: 30px !important;
}

    .modifyRangeHeader > span {
        color: white;
    }

.height49px {
    height: 49px !important;
}

.marginTopBottom6px {
    margin-top: 6px;
    margin-bottom: 6px;
}

.expandResults {
    min-height: 200px;
    background-color: white;
}

.expandResults {
    font-weight: 400;
    color: #333 !important;
}

.tab {
    float: left;
    padding: 5px 15px;
    height: 30px;
}

.expandedRow {
    padding: 10px 30px;
    position: relative;
    font-size: 14px;
}

.tabSpacer {
    float: left;
    width: 50px;
    height: 30px;
}

.horizontalLine {
    clear: both;
    border-top: 1px solid #b3b3b3;
}

.tab.currentTab {
    border: 1px solid #b3b3b3;
    border-bottom: 0;
    font-weight: 600;
    background-color: #eee;
}

.summaryTab {
    padding: 0px 67px;
}

.patientHistory {
    min-height: 200px;
}

.allTests {
    float: left;
    padding: 20px 0px;
    font-size: 14px;
}

.testNamePara {
    margin-left: 10px;
    margin-top: -3px;
}

.summaryTestIcon {
    clear: both;
    margin: 0px;
}

.petDetails {
    float: left;
    padding: 20px 0px;
}

.petDetailsWidth {
    width: 20%;
}

.petResultsWidth {
    width: 21%;
}

.tabDivHead {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    border-bottom: 1px solid black;
    display: inline;
}

.tabContentContainer {
    overflow: auto;
    margin-top: 15px;
}

.xmlDataContainer {
    height: 300px;
    overflow-y: scroll;
}

.tabContent {
    margin-right: 20px;
    float: left;
}

.attribute {
    font-size: 10px;
    position: relative;
    color: #b3b3b3;
}

.attrValue {
    font-size: 16px;
    font-weight: 600;
    min-height: 22px;
}

.donutCharts {
    float: left;
    height: 120px;
}

#resultSetRows {
    overflow: hidden;
    padding: 0px 13px;
}

.scroller {
    height: 390px;
    overflow: hidden;
    position: relative;
}

.circleText {
    margin-top: 50px;
}

.circleBigText {
    line-height: 0.50em;
    display: block;
    text-align: center;
    padding: 0px 2px 0px 0px;
}

.circleSmallText {
    line-height: 0.50em;
    display: block;
    margin-left: 5px;
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
}

.bottomDiv {
    clear: both;
    width: 100%;
}

.closingBox {
    margin: 0px auto;
    background-color: #ecf0f1;
    top: 10px;
    position: relative;
    width: 80px;
    height: 10px;
    text-align: center;
}

    .closingBox > img {
        position: relative;
        height: 70%;
        top: -4px;
    }

.closeIcon {
    background-image: url('../img/flatIcons/close_icon.png');
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.patientGrid {
    background-color: #fff !important;
}

.patientBody {
    font-size: 14px;
    padding: 5px 0px;
}
/** Issue FIx coz of other CSS Files*/

#mainContent {
    padding: 0 0px 0px 0px;
}

html {
    background: none;
}

.datepicker {
    z-index: 1000 !important;
}
/**Lab Details Style*/

.detailsContainer {
    padding: 1px 25px;
    font-weight: 400;
    clear: both;
}

.modal-dialog {
    width: 700px;
}


.active.tab-pane {
    font-weight: 400;
    border: 0px !important;
}

.detailTopLinks {
    padding: 0 5px;
    font-size: 18px;
    color: #b3b3b3;
    float: right;
}

.DetailsPadding {
    padding-top: .75em;
    padding-bottom: .75em;
}

.detailTopLinks:first-child {
    padding-right: 0px;
}

.detailTopLinks i:hover,
.detailTopLinks img:hover {
    cursor: pointer;
}

.detailTopLinks i:active,
.detailTopLinks img:active {
    transform: scale(1.1);
}

.detailTopLinks img {
    height: 23px;
    width: 25;
    top: -2px;
    position: relative;
}

    .detailTopLinks img:first-child {
        margin-right: 4px;
        height: 23px;
    }

.panel {
    border: 0px;
}

.panel-heading {
    background-color: #fff !important;
    border: 1px solid silver;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-left: 0 !important;
    border-right: 0 !important;
    background-color: #ecf0f1;
}

.headerContainer {
    background-color: #3fa9f5;
    display: inline-block;
    margin: 13px 25px;
    width: 95%;
}

.petImage {
    float: left;
    max-width: 60px;
}

.detailsHeader {
    float: right;
    background-color: #3fa9f5;
    color: #fff;
    font-size: 14px;
    margin: 13px 0px 13px 0px;
}

.headerText {
    float: left;
    width: 196px;
    overflow: hidden;
    height: 20px;
}

.marginTop10px {
    margin-top: 10px !important;
}
/*Overriding SmartAdmin CSS*/

.smart-accordion-default .panel-title > a > :first-child {
    display: inline-block;
}

dir-pagination-controls > ul {
    min-width: initial;
}

.popover {
    z-index: 99999 !important;
    /* A value higher than 1010 that solves the problem */
}
/* Trend History*/

.trendDataWrapper {
    padding: 0px 30px;
}

.trendButtonContainer {
    float: left;
    overflow: auto;
    min-width: 505px;
}

.transparent {
    opacity: 0;
}

.marginTop120px {
    margin-top: 120px;
}

.trendCount {
    display: inline-block !important;
}

.textAlignLeft {
    text-align: left;
}
/*on expand*/

.onExpandPatientHistory {
    background-color: rgba(254, 146, 30, 1);
    color: #fff;
}

.alertInner {
    width: 400px;
}

.zindex0 {
    z-index: 0;
}

.c100:hover {
    cursor: pointer;
}

.collapsedFilters {
    display: none;
}

.collapsedRange {
    display: none;
}

.testFilters {
    display: none;
}
/*Responsive Design*/

.primaryList {
    z-index: 3;
}

.activeDropdownFilter {
    background-color: #3E90D4;
    color: white !important;
}

.marginTop_30px {
    margin-top: -30px !important;
}

.marginRight1p {
    margin-right: 1% !important;
}

.marginLeft13px {
    margin-left: 13px;
}

.displayLabOrderFilterDropDown {
    display: none;
}

.displayFlex {
    display: flex;
}

.width88p {
    width: 88%;
}

.width48p {
    width: 48%;
}

.resultsStatusColumn {
    width: 12%;
}

.email-lab-support-stmt {
    background-color: aqua;
    font-weight: bold;
    border: 2px solid black;
    padding: 6px 12px;
}



/* Media Screen Querys for Multiple Devices */

@media screen and (max-width: 1200px) {
    .consultationFontSize {
        font-size: 13px;
    }

    .consultationWidth100p {
        width: 100%;
    }

    .consultationWidth50p {
        width: 50%;
    }

    .alertIconWidth {
        width: 300px;
    }
}

@media screen and (max-width: 1305px) {
    .labOrderGridSection {
        max-width: 980px;
        min-width: 980px !important;
        overflow-x: auto;
    }

    .accountDropdown {
        margin-right: 35px;
    }

    .displayLabOrderFilterDropDown {
        display: block;
        width: 200px;
        float: left;
        top: -8px;
    }

    .displayLabOrderFilter {
        display: none;
    }

    .headerIcon {
        float: right;
        margin: 21px 0px 0 10px;
    }

    .consultationFontSize {
        font-size: 12px;
    }

    .onCollapseActiveDateFilter {
        background-color: #FF931E;
    }

    .gridColumn {
        width: 6%;
    }

    .fixHeaderRow {
        position: fixed;
        top: 188px;
        width: 101%;
        z-index: 3;
        background-color: #ecf0f1;
        padding-top: 10px;
        min-width: 1006px;
    }

    .fixFilterRow {
        min-width: 1006px;
    }

    .resultGrid {
        background-color: #ecf0f1;
        width: 101%;
        border-collapse: collapse;
        min-width: 1006px;
    }

    .reportedColumn {
        padding-right: 0px;
        max-width: 140px;
        min-width: 60px !important;
        text-wrap: normal;
        flex-wrap: wrap;
    }

    .reportedDate {
        width: 10%;
    }

    .left0 {
        left: 0 !important;
    }

    .labResultDropDown > li > a {
        padding-top: 10px !important;
    }

        .labResultDropDown > li > a:hover {
            cursor: pointer;
            background-color: #FFEBCD !important;
            color: black;
        }

    .blueSubMenu {
        background: #3fa9f5 !important;
        float: left;
        width: 100%;
        height: 40px;
    }

    .resetLocalData {
        right: 8%;
    }

    .topContent {
        float: right !important;
        padding-top: 0px;
        padding-right: 0px;
    }

    .displayOnCollapse {
        display: block;
        margin-top: -12px;
        margin-right: 24px;
    }

    .rowDisplayOnCollapse {
        margin-bottom: 16px;
    }

    .headerIconInfo {
        display: none;
    }

    .modifyRangeHeader {
        background-color: #3fa9f5;
        padding-left: 10px;
        height: 32px !important;
    }

    .topFilters {
        display: none;
    }

    .collapsedFilters {
        display: block;
        margin-left: 245px;
    }

    .collapsedRange {
        display: block;
        float: left;
    }

    .showrange {
        display: none;
    }

    #leftPanel {
        width: 109%;
    }

    .marginTop21px {
        margin-top: 10px;
    }

    .marginLeft-50px {
        margin-left: -50px;
    }

    .paddingTop1px {
        padding-top: 1px;
    }

    .accessionDescription {
        width: 7%;
        min-width: 109px;
    }

    .progressBar {
        min-width: 70px;
        margin-left: 0px;
    }

    .statusDropdown {
        width: 120%;
    }

    .progressContainer {
        margin-left: 1px;
        float: right;
    }

    .filterButtons,
    .collapsedFilters {
        display: inline-block;
    }

    .rangeDropdownButton {
        width: 140px !important;
    }

    .statusColumn {
        width: 10%;
    }

    .range li {
        display: inline-block;
        padding-right: 25px;
        font-family: 'Open Sans';
    }

        .range li a,
        .filter li a {
            color: #333333 !important;
            display: inline-block;
            position: relative;
            text-decoration: none !important;
            cursor: pointer;
        }

    .paddingLeft18per {
        padding-left: 11% !important;
        margin-right: -4px;
    }

    .marginRight-50px {
        margin-right: -50px;
    }

    .disID {
        display: none;
    }

    .testFilters {
        display: block;
        margin-left: 400px;
    }

    .categoryShow {
        display: none;
    }

    .componentShow {
        display: none;
    }

    .marginRight-60Media {
        margin-right: -60px;
    }

    .priceMedia {
        margin-left: 65px;
        margin-right: -100px;
    }

    .marginLeft80Media {
        margin-left: 80px;
    }

    .marginRight-60Media {
        margin-right: -60px;
    }

    .actionPos {
        position: relative;
        left: 130px;
    }

    .labOrderGrid > div {
        background: #ecf0f1;
        min-width: 650px;
    }


    .marginLeft60media {
        margin-left: 60px;
    }

    #paddingLeft28px {
        padding-left: 0px;
    }

    .cartPos {
        position: relative;
        left: 190px;
        top: -20px;
    }

    #padRight15px {
        padding-right: 15px !important;
        margin-left: 10px;
    }

    .marLeft-10px {
        margin-left: -10px;
    }

    .wordWrap {
        word-wrap: break-word;
    }

    .zIndex100 {
        z-index: 100;
    }

    .filterDropdown {
        width: 140px !important;
        padding-right: 35px;
    }

    .marginMedia {
        margin-top: 46px;
        margin-right: 237px;
    }

    .borderRight1px {
        border-right: 1px solid #F5F5F5;
    }

    .requestSectionRight {
        padding: 0px;
        margin-bottom: 20px;
        width: 60%;
    }

    .descSize {
        min-width: 120%;
    }

    .marTop20px {
        margin-top: 20px;
    }

    .marTop96px {
        margin-top: 96px;
    }

    .marRight-15 {
        margin-right: -15px;
        width: 26%;
    }

    .marTop50px {
        margin-top: 50px;
    }

    .submitPos {
        margin-top: 57px;
        margin-bottom: -32px;
        margin-right: 137px;
    }

    .marRight295px {
        margin-right: 295px;
    }

    .formPos {
        margin-top: 108px;
        margin-right: -3px;
    }

    .primaryPos {
        margin-top: -13px;
        min-width: 142%;
    }

    .primaryName {
        margin-top: 35px;
        margin-left: -229px;
        width: 141%;
    }

    .primaryEmail {
        margin-top: 38px;
        margin-left: -230px;
        width: 142%;
    }

    .secondaryPos {
        margin-top: -6px;
        min-width: 142%;
    }

    .secondaryName {
        margin-top: 38px;
        margin-left: -229px;
        width: 143%;
    }

    .numPosition {
        width: 143%;
        margin-top: -6px;
    }

    .secondaryEmail {
        margin-top: 38px;
        margin-left: -229px;
        width: 143%;
    }

    .timeZonePos {
        margin-left: -229px;
        margin-top: 42px;
    }

    .width67Percent {
        min-width: 67%;
    }

    .width60Percent {
        min-width: 60%;
        margin-right: -85px;
        margin-top: 33px;
    }

    .timePos {
        margin-left: 85px;
        margin-top: -33px;
    }

    .marginRight140px {
        margin-right: 140px;
    }

    .marTop-510px {
        margin-top: -510px;
        width: 95%;
        border-right: 1px solid #F5F5F5;
    }

    .width143 {
        width: 143%;
    }

    .petOwnerPos {
        margin-top: 349px;
        margin-left: -229px;
        width: 143%;
    }

    .breedPos {
        margin-top: 7px;
        margin-left: -140px;
    }

    .marTop296px {
        margin-top: 296px;
    }

    .marTop-277px {
        margin-top: -277px;
    }

    .crossPos {
        margin-top: -277px;
        margin-left: 134px;
    }

    .uploadPos {
        margin-top: -278px;
        margin-left: 178px;
    }

    .fileAddPos {
        display: none;
    }

    .addFileMessageDis {
        margin-top: -270px;
        float: left;
    }

    .doctorColumn {
        min-width: 90px !important;
    }

    .patientHistory {
        width: 10%;
    }

    .impersonationClinicName {
        margin-top: 36px !important;
    }
}

@media screen and (max-width: 1130px) {
    .width95p {
        width: 95% !important;
    }

    .collapsedFilters {
        display: block;
        width: 40%;
        margin-left: 20px !important;
    }

    .reportedDate {
        float: left;
        width: 9% !important;
    }

    .fixHeaderRow {
        position: fixed;
        top: 188px;
        width: 101%;
        z-index: 3;
        background-color: #ecf0f1;
        padding-top: 10px;
        min-width: 1000px;
    }

    .fixFilterRow {
        min-width: 1000px;
    }

    .resultGrid {
        background-color: #ecf0f1;
        width: 101%;
        border-collapse: collapse;
        min-width: 1000px;
    }

    .gridColumn {
        overflow: auto;
        float: left;
        min-width: 65px;
        min-height: 1px;
        width: 5%;
        padding-left: 20px;
    }

    .accessionDescription {
        width: 9%;
        min-width: 113px;
    }

    .progressBar {
        min-width: 70px;
        margin-left: 0px;
    }

    .statusDropdown {
        width: 120%;
    }

    .progressContainer {
        margin-left: 1px;
    }

    .reportedColumn {
        max-width: 140px;
        min-width: 60px !important;
        text-wrap: normal;
        flex-wrap: wrap;
    }

    .filterButtons,
    .collapsedFilters {
        display: inline-block;
    }

    .filterDropdownButton {
        width: 155px !important;
        padding-right: 35px;
        margin-right: -35px;
    }

    .rangeDropdownButton {
        width: 140px !important;
    }

    .doctorColumn,
    .ownerColumn,
    .patientColumn {
        float: left;
        min-width: 90px !important;
        padding: 0 10px;
        min-height: 10px;
        /*So that It does not collpase if no data is avaialable for respective field*/
    }

    .range li {
        display: inline-block;
        padding-right: 25px;
        font-family: 'Open Sans';
    }

        .range li a,
        .filter li a {
            color: #333333 !important;
            display: inline-block;
            position: relative;
            text-decoration: none !important;
            cursor: pointer;
        }

    .paddingLeft18per {
        padding-left: 11% !important;
        margin-right: -4px;
    }

    .marginRight-50px {
        margin-right: -50px;
    }

    .disID {
        display: none;
    }

    .testFilters {
        display: block;
        margin-left: 400px;
    }

    .categoryShow {
        display: none;
    }

    .componentShow {
        display: none;
    }

    .marginRight-60Media {
        margin-right: -60px;
    }

    .priceMedia {
        margin-left: 65px;
        margin-right: -100px;
    }

    .marginLeft80Media {
        margin-left: 80px;
    }

    .marginRight-60Media {
        margin-right: -60px;
    }

    .actionPos {
        position: relative;
        left: 130px;
    }

    .labOrderGrid > div {
        background: #ecf0f1;
        min-width: 650px;
    }

    .marginLeft60media {
        margin-left: 60px;
    }

    #paddingLeft28px {
        padding-left: 0px;
    }

    .cartPos {
        position: relative;
        left: 190px;
        top: -20px;
    }

    #padRight15px {
        padding-right: 15px !important;
        margin-left: 10px;
    }

    .marLeft-10px {
        margin-left: -10px;
    }

    .wordWrap {
        word-wrap: break-word;
    }

    .zIndex100 {
        z-index: 100;
    }

    .filterDropdown {
        width: 140px !important;
        padding-right: 35px;
    }

    .marginMedia {
        margin-top: 46px;
        margin-right: 237px;
    }

    .borderRight1px {
        border-right: 1px solid #F5F5F5;
    }

    .requestSectionRight {
        padding: 0px;
        margin-bottom: 20px;
        width: 60%;
    }

    .descSize {
        min-width: 120%;
    }

    .marTop20px {
        margin-top: 20px;
    }

    .marTop96px {
        margin-top: 96px;
    }

    .marRight-15 {
        margin-right: -15px;
        width: 26%;
    }

    .marTop50px {
        margin-top: 50px;
    }

    .submitPos {
        margin-top: 57px;
        margin-bottom: -32px;
        margin-right: 137px;
    }

    .marRight295px {
        margin-right: 295px;
    }

    .formPos {
        margin-top: 108px;
        margin-right: -3px;
    }

    .primaryPos {
        margin-top: -13px;
        min-width: 142%;
    }

    .primaryName {
        margin-top: 35px;
        margin-left: -229px;
        width: 141%;
    }

    .primaryEmail {
        margin-top: 38px;
        margin-left: -230px;
        width: 142%;
    }

    .secondaryPos {
        margin-top: -6px;
        min-width: 142%;
    }

    .secondaryName {
        margin-top: 38px;
        margin-left: -229px;
        width: 143%;
    }

    .numPosition {
        width: 143%;
        margin-top: -6px;
    }

    .secondaryEmail {
        margin-top: 38px;
        margin-left: -229px;
        width: 143%;
    }

    .timeZonePos {
        margin-left: -229px;
        margin-top: 42px;
    }

    .width67Percent {
        min-width: 67%;
    }

    .width60Percent {
        min-width: 60%;
        margin-right: -85px;
        margin-top: 33px;
    }

    .timePos {
        margin-left: 85px;
        margin-top: -33px;
    }

    .marginRight140px {
        margin-right: 140px;
    }

    .marTop-510px {
        margin-top: -510px;
        width: 95%;
        border-right: 1px solid #F5F5F5;
    }

    .width143 {
        width: 143%;
    }

    .petOwnerPos {
        margin-top: 349px;
        margin-left: -229px;
        width: 143%;
    }

    .breedPos {
        margin-top: 7px;
        margin-left: -140px;
    }

    .marTop296px {
        margin-top: 296px;
    }

    .marTop-277px {
        margin-top: -277px;
    }

    .crossPos {
        margin-top: -277px;
        margin-left: 134px;
    }

    .uploadPos {
        margin-top: -278px;
        margin-left: 178px;
    }

    .fileAddPos {
        display: none;
    }

    .addFileMessageDis {
        margin-top: -270px;
        float: left;
    }

    .statusColumn {
        width: 10%;
    }

    .progressContainer {
        float: right;
    }
}

@media screen and (max-width: 1024px) {
    .accessionDescription {
        width: 7%;
        padding: 0 10px;
        min-height: 10px;
    }

    .patientColumn {
        width: 9%;
        float: left;
        min-width: 70px;
        padding: 0 10px;
        min-height: 10px;
    }

    ownerColumn {
        min-width: 70px;
        width: 8%;
        padding: 0 10px;
    }


    .doctorColumn {
        width: 8%;
        float: left;
        min-width: 70px;
        padding: 0 10px;
        min-height: 10px;
    }

    .statusColumn {
        width: 10%;
        min-width: 70px;
        padding: 0 10px;
        min-height: 10px;
    }
}

/*@media screen and (min-width: 1320px) {
    .accessionDescription {
        min-width: 109px;
    }

    .progressContainer {
        float: right;
    }
}*/

#leftPanel {
    height: 125px;
    min-width: 1050px;
}

#mainContent {
    position: relative;
    width: 100%;
}

.paddingLeft150 {
    padding-left: 150px !important;
}

.redColor {
    color: #e74c3c;
}

.visibilityHidden {
    visibility: hidden;
}

.alertMessage {
    font-size: 14px;
    padding-top: 9px;
    color: #333;
    margin-left: 4px;
}

.marginTop18 {
    margin-top: 18px !important;
}

.minWidth0 {
    min-width: 0px !important;
}

.fontSize50 {
    font-size: 50px !important;
}

.alertIcon {
    padding-top: 11px !important;
    font-size: 20px;
}

.marginLeft0 {
    margin-left: 0px !important;
}

.marginLeft40px {
    margin-left: 40px !important;
}

.marginTop21px {
    margin-top: 21px;
}

.marginBottom-4px {
    margin-bottom: -4px;
}
/* Trend History Styles */

.patientTrendLink,
.patientTrendLink:hover,
.patientTrendLink:visited {
    color: #fff !important;
    background-color: rgb(64, 64, 64) !important;
    padding-top: 10px;
    padding-right: 15px;
    float: right;
    text-decoration: none;
}

#horizontal-tabs ul.tabs {
    border-left: 1px solid #ddd;
    overflow: hidden;
    border-radius: 2px;
    list-style: none;
    margin: 0;
    padding: 0;
}

    #horizontal-tabs ul.tabs li.current {
        border-bottom: 1px solid #fff;
        background: none;
        cursor: default;
    }

    #horizontal-tabs ul.tabs li {
        background: #fafafa;
        border-right: 1px solid #ddd;
        border-top: 2px solid #283043;
        cursor: pointer;
        float: left;
        font-size: 15px;
        padding: 12px;
    }

#horizontal-tabs .tabscontent {
    display: none;
}

.tabs ul.posts li {
    margin-bottom: 15px;
    padding-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #f8f8f8;
}

    .tabs ul.posts li img {
        height: 68px;
        width: 68px;
        -webkit-transition: all .4s ease-in 0;
        -moz-transition: all .4s ease-in 0;
        -o-transition: all .4s ease-in 0;
        -ms-transition: all .4s ease-in 0;
        transition: all .4s ease-in 0;
        float: left;
    }

.tab-content {
    margin-left: 0px !important;
}

.testCodeCheckbox {
    float: left;
}

.patientTrendButtons {
    border-top: 1px solid #ddd;
    margin: 20px;
}

.patientTrendButton,
.requestConsultation {
    float: right;
    background: rgb(233, 133, 36);
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 10px;
}

.requestConsultation {
    margin-top: 5px;
}

.allDetailsContainer table.table-bordered td:last-child,
table.table-bordered th:last-child {
    border-right: 1px solid #ddd;
}

#chartLDiv {
    min-height: 100px;
    margin-left: 30%;
}

.trendTitle {
    padding-left: 15px;
}

.trendReport {
    padding-bottom: 30px;
}

.modal-footer {
    margin-top: 0px;
}

#patientTrendHistory {
    max-height: 600px;
    overflow: auto;
}

.requestConsultationLabel {
    margin-left: 3%;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    color: #333;
}

.trendPatientLeftNavList {
    padding: 0px !important;
}

.customDateRange {
    margin-right: 1.2em !important;
    padding-bottom: 0.2em !important;
}

@media (min-width: 900px) {
    .modal-dialog {
        width: 950px;
    }
}
/*@media only screen and (device-width:768px) and (orientation:landscape) {
      .modal-dialog {
        width: 700px;
    }

}*/
.trendHistoryTabContent tr td {
    max-width: 250px;
    width: 200px;
}

    .trendHistoryTabContent tr td:first-child {
        width: 50px;
    }

.trendHistoryNoData {
    height: 100px;
    vertical-align: middle;
    padding-top: 30px;
    font-size: 20px;
}

#trendPatientHistoryGraph .jarviswidget {
    margin-bottom: 0px;
}

.unitCodeType li {
    list-style-type: none;
    cursor: pointer;
    padding: 5px;
}

    .unitCodeType li:hover {
        background-color: #3276b1;
        color: #fff;
    }

.trendHistoryTabContent {
    display: none;
}

.unitCodeType {
    padding: 5% 10%;
}

.trendHistoryTabContent.active {
    display: block;
}

.trendHistoryLaftHandle {
    overflow: hidden;
    color: #333;
}

    .trendHistoryLaftHandle ul {
        display: block !important;
        background-color: transparent;
    }

        .trendHistoryLaftHandle ul li,
        .trendHistoryLaftHandle ul li > a:hover {
            background-color: transparent;
            color: #333;
        }

    .trendHistoryLaftHandle nav ul ul li > a:hover {
        background-color: transparent !important;
        color: #333 !important;
    }

    .trendHistoryLaftHandle nav ul li a,
    .trendHistoryLaftHandle nav ul li a:hover {
        color: #333;
    }

.labdetailsEmbed .nav-tabs > li a {
    background-color: #fff;
}

.trendHistoryContainer:first-child {
    border-right: 1px solid #333;
}

.categoryAccordian .panel-body {
    padding: 0px;
}

.categoryAccordian .accordion-toggle {
    text-decoration: none;
}

.trendHistoryContainer .pull-right h2 {
    margin: 0px;
}

#customTrendRange {
    top: 55%;
}

.trendHistoryContainer table {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
}

    .trendHistoryContainer table th,
    .trendHistoryContainer table td {
        overflow: hidden;
    }

.trendHistoryTabHeader {
    background-color: #999;
}

    .trendHistoryTabHeader.active {
        background-color: #739e73 !important;
        color: #fff;
    }

.trendHistorySparkline {
    min-width: 200px;
    width: 150px;
}

.trendHistoryTabHeader.reset {
    margin-left: 30px;
    background-color: #739e73;
}

.trendHistoryContent .trendHistoryTabHeader:first-child {
    margin-left: 16px;
}

.trendHistoryIcons {
    float: right;
    padding-right: 15px;
    margin-bottom: 20px;
}

    .trendHistoryIcons #multiSelectIcons i {
        margin: 5px;
    }

#chartContainer {
    padding-bottom: 20px;
    margin: 0px 30px 15px 30px;
}

.chartContainerParent {
    width: 700px;
}

.trendHistoryGrid.table th:hover {
    cursor: default;
}

.trendChartButtons {
    margin-right: 20px;
}

    .trendChartButtons .btn {
        margin-right: 10px;
    }

#chartHolder {
    max-width: 830px;
    max-height: 700px;
}

.selectStartDateButton {
    float: right;
    margin-top: 3px;
}

    .selectStartDateButton .dropdown {
        width: 150px;
    }

        .selectStartDateButton .dropdown .btn {
            width: 150px;
            text-align: left;
        }

        .selectStartDateButton .dropdown .caret {
            float: right;
            vertical-align: middle;
            margin-top: 7px;
        }

.labHistoryGrid {
    padding: 13px 13px 0px 0px;
}

.paddingTop3px {
    padding-top: 3px;
}

.marginLeft2px {
    margin-left: 2px;
}

.faxIcon {
    font-size: 16px;
}

.accessionRow {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.fontSize12px {
    font-size: 12px !important;
}

.paddingLeft4px {
    padding-left: 4px;
}

.marginLeft260px {
    margin-left: 260px !important;
}

.pop:hover {
    background-color: #FFEBCD;
}

.marginRight-39px {
    margin-right: -39px;
}

.zindex5 {
    z-index: 5 !important;
}

.showImpersonated {
    padding-top: 29px;
    min-width: 280px;
}

.fontSize16px {
    font-size: 16px;
}

.marginTop7px {
    margin-top: 7px;
}

.width200px {
    width: 200px;
}

.height300px {
    height: 300px;
}

.width22p {
    width: 22% !important;
}

.width53p {
    width: 53% !important;
}

.marginLeftNegative63px {
    margin-left: -63px;
}

.addFlask {
    padding-left: 5px;
    margin-right: 24px;
    margin-left: 18px;
}

.flaskLabOrder {
    padding-left: 2px;
    margin-right: 20px;
    margin-left: 17px;
}

.paddiningTop8px {
    padding-top: 8px !important;
}

.marginLeft9px {
    margin-left: 9px;
}

.width88px {
    width: 88px !important;
}

.width158px {
    width: 158px;
}

.width4p {
    width: 4%;
}

.width290px {
    width: 290px;
}

.marginLeftNegative43px {
    margin-left: -43px;
}

.marginRightNegative4px {
    margin-right: -4px;
}

.marginRight2px {
    margin-right: 2px;
}

.marginRight25px {
    margin-right: 25px;
}

.marginLeftRight15px {
    margin-right: 15px;
    margin-left: 15px;
}

.width14p {
    width: 14%;
}

.marginLeftNegative2px {
    margin-left: -2px;
}

.width240px {
    width: 240px;
}

.marginLeftNegative74px {
    margin-left: -74px !important;
}

.verticalAlignN2px {
    vertical-align: -2px;
}

.zIndex1 {
    z-index: 1;
}

.testGuideFilterMinWidth {
    min-width: 750px;
}

    .testGuideFilterMinWidth > li {
        padding-right: 10px !important;
    }

.paddingLeft22p {
    padding-left: 22%;
}

.minWidth69px {
    min-width: 66px;
}

.minWidth77px {
    min-width: 77px;
}

.marginLeft6p {
    margin-left: 6%;
}

.minWidth167px {
    min-width: 167px;
}

.width18p {
    width: 18%;
}

.marginLeft6px {
    margin-left: 6px;
}

.marginLeft78px {
    margin-left: 78px;
}

.marginLeft15p {
    margin-left: 15%;
}

.paddingLeft60p {
    padding-left: 60%;
}

.testGuideHeader {
    padding-bottom: 9px;
    padding-top: 21px;
    width: 102%;
}

.paddingLeft7px {
    padding-left: 7px;
}

.testGuideExpandedRowSupplies {
    padding-top: 5px;
    padding-bottom: 5px;
}

paddingLeft16px {
    padding-left: 16px;
}

.paddingLeft11px {
    padding-left: 11px;
}

.testGuideExpandResults {
    background-color: white;
    font-weight: 400;
}

.paddingLeft15px {
    padding-left: 15px;
}

.width27p {
    width: 27%;
}

.height2px {
    height: 2px;
}

.height24px {
    height: 24px;
}

.height33px {
    height: 33px !important;
}

/********Multiple Alerts popup */
.alert-modal-window .modal-dialog {
    width: 625px;
}

.width20px {
    width: 20px;
}

.fontWeightBold {
    font-weight: bold !important;
}

.alertMessageBorder {
    border: 1px solid #ddd;
}

.paddingLeft79px {
    padding-left: 79px;
}

.paddingRight38px {
    padding-right: 38px !important;
}

.paddingRight155px {
    padding-right: 155px !important;
}

.readAlerts {
    color: #FF1B1B !important;
    opacity: 0.5;
}

.top0_3em {
    top: 0.3em;
}

#table_wrapper {
}

#tbody {
    height: 388px;
    overflow-y: auto;
}

    #tbody table {
        border-collapse: collapse;
        width: 100%;
    }

/* optional */
#theader {
    /*width:500px;*/
    display: block;
    border-spacing: 0;
    border-collapse: separate;
    vertical-align: middle;
    border-color: inherit;
    border-color: grey;
}

.scrollHead {
    background-image: -webkit-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-color: #eee;
    font-size: 12px;
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.scrollHeadColumn {
    border-top: 0;
    color: #333;
    border-left: 0 !important;
    border-right: 0 !important;
    background-color: #ecf0f1;
    white-space: nowrap;
    border-width: 1px;
    padding: 8px 10px;
    border: 1px solid #ddd;
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    line-height: 1.42857143;
    text-align: left;
    font-weight: bold;
    display: table-cell;
}

.zIndex3 {
    z-index: 3 !important;
}

.marginTop20px {
    margin-top: 20px;
}

.paddingTop6px {
    padding-top: 6px;
}

.histoFormat1 {
    font-size: 14px;
    font-weight: bold;
}

.histoFormat2 {
    text-decoration: underline;
}

.marginTop-2 {
    margin-top: -2px !important;
}

.paddingTopBottom5LeftRight8 {
    padding: 5px 8px !important;
}

.fontWeight300 {
    font-weight: 300 !important;
}

.paddinRight0pxImp {
    padding-right: 0px !important;
}

.selectDateDropDown {
    margin-left: 18px !important;
    min-width: 150px !important;
}

.borderBottomNone {
    border-bottom: none !important;
}

.alertPopupIcon {
    width: 20px;
    float: right;
}

.alertUserDetailsStyle {
    font-size: 12px;
    padding: 0px 0px 10px 0px;
    font-weight: bold;
    color: #b3b3b3;
}

.unselectable {
    user-select: none;
}

.minHeight1px {
    min-height: 1px;
}

.histoCytoWordWrap {
    word-break: normal !important;
    text-align: justify !important;
}

.arrow-div {
    position: absolute;
    background: #fff;
    z-index: 1000;
    width: 280px;
    border: 1px solid #DDDDDD;
    left: 300px;
    padding: 10px 10px 0px 10px;
    border-radius: 5px;
}

    .arrow-div:after, .arrow-div:before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow-div:after {
        border-color: rgba(241, 241, 241, 0);
        border-right-color: #fff;
        border-width: 6px;
        margin-top: -6px;
    }

    .arrow-div:before {
        border-color: rgba(221, 221, 221, 0);
        border-right-color: #DDDDDD;
        border-width: 7px;
        margin-top: -7px;
    }

.testHeaderHover {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    width: 250px;
    padding: 4px 0px !important;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    display: inline-block;
}

.patientName {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    width: 350px;
    padding-bottom: 3px;
}

.testName {
    margin-left: 10px;
    font-size: 13px !important;
    font-weight: 400;
}

.testNameDiv {
    margin-top: 3px;
    width: 100%;
}

.marginTop2px {
    margin-top: 2px !important;
}

.greyColor93 {
    color: #939393 !important;
}

.width85p {
    width: 85% !important;
}

.marginBottom6px {
    margin-bottom: 6px !important;
}

/* Color Palette */
#palette > table {
    border-spacing: 2px !important;
    border-collapse: separate;
}

#palette {
    vertical-align: middle;
}

.k-state-selected {
    z-index: 100;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #5F5858 !important;
}

    .k-state-selected:after {
        content: ' ';
        height: 0;
        width: 0;
        border: 7px solid transparent;
        border-top-color: #B3B3B3;
        top: -4px;
        position: relative;
    }

.k-colorpalette {
    position: relative;
    line-height: 0;
    border-width: 0;
    display: inline-block;
    margin-top: 10px;
}

.k-gridCell {
    width: 20px;
    height: 20px;
}

.pslBanner {
    position: absolute;
    width: 530px;
    height: 280px;
    background: white;
    z-index: 9999;
    top: 0px;
    left: 184px;
    box-shadow: 5px 5px 25px #888888;
    text-align: justify;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
}

    .pslBanner:after, .pslBanner:before {
        right: 100%;
        top: 61%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .pslBanner:after {
        border-color: rgba(241, 241, 241, 0);
        border-right-color: #fff;
        border-width: 6px;
        margin-top: -6px;
    }

    .pslBanner:before {
        border-color: rgba(221, 221, 221, 0);
        border-right-color: #DDDDDD;
        border-width: 7px;
        margin-top: -7px;
    }

.pslHeader {
    font-weight: bold;
    text-decoration: underline;
    font-style: italic;
}

.top5px {
    top: 5px !important;
}

.pslDataCell {
    position: relative;
}

.verticalAlignTop {
    vertical-align: top;
}

.trendHistoryDownload-dialog {
    width: 100%;
    overflow: hidden;
}

.paddingTopBottom5px {
    padding-bottom: 5px;
    padding-top: 5px;
}

.errorText {
    color: red;
}

.trendHistoryHeading {
    font-size: 30px;
    padding-bottom: 20px !important;
}

.loadingData {
    float: left;
    font-style: italic;
    color: #739e73;
}

.trendHistoryBottomUnderline {
    border-bottom: 1px solid #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px !important;
}

.trendHistoryFooterPadding {
    padding: 20px 13px 10px 13px;
}

.trendPopupHeader {
    padding-left: 13px;
    padding-right: 13px;
}

.trendHistoryTestTooltip {
    position: absolute;
    background: white;
    z-index: 1000;
    width: 170px;
    border: 1px solid #DDDDDD;
    left: 70px;
    padding: 10px;
    border-radius: 6px;
    top: -4px;
    display: none;
}

    .trendHistoryTestTooltip:after, .trendHistoryTestTooltip:before {
        right: 100%;
        top: 50%;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .trendHistoryTestTooltip:after {
        border-color: rgba(241, 241, 241, 0);
        border-right-color: #fff;
        border-width: 6px;
        margin-top: -6px;
    }

    .trendHistoryTestTooltip:before {
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-right: 7px solid white;
        background: transparent;
        margin-top: -10px;
    }

.trendCheckbox {
    margin-top: 1px !important;
}

.formatComments {
    background-color: white;
    border: none;
    font-family: 'Open Sans';
    font-size: 14px;
    padding: 0;
    word-break: normal;
    margin: 0px;
}

.trendTable {
    width: 80px;
    position: relative;
}

.trendEmailNotification {
    float: left;
    font-style: italic;
    color: #739e73;
    margin-top: 7px;
    margin-left: 177px;
}

.checkBoxTrend {
    margin-top: 3px !important;
}

.faxLabel {
    margin-top: -1px !important;
    margin-left: 6px !important;
}

.striket1 {
    cursor: not-allowed !important;
    display: none;
}

.healthtrack-dialog .modal-content {
    height: 300px !important;
    width: 600px !important;
}


.AnnoucementModalWindow .modal-dialog {
    padding: 0px !important;
    height: 500px !important;
    width: 750px !important;
    top: 20%;
}

.sub, sup {
    font-size: 50%;
    line-height: normal;
}


.btn {
    padding-top: 4px;
    padding-right: 12px;
    padding-bottom: 4px;
    padding-left: 12px;
}

.AnnoucementModalcontent .modal-content {
    padding: 0px !important;
    margin-right: 0px !important;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 10px;
    height: 25px;
}

.masterSnipContainer {
    display: flex;
}

.snipContainer {
    float: left;
    width: 50%;
    padding: 5px;
}

.snipSubContainer {
    width: 400px;
}

.snipClickImageLabel {
    color: #3fa9f5;
    padding: 5px;
}

.snipClickImagePlaceholder {
    color: #3fa9f5;
    padding: 5px;
}

.snipImage {
    height: 273px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.AnoucementTitles {
    color: white;
    background-color: #6AC0BA;
    font-size: smaller;
    vertical-align: middle !important;
}

.width1200px {
    width: 1200px;
}
.visibleTestHead {
    font-size: 80%;
    height: 20px;
    width: 45px;
    
}
.has-error {
    color: red;
    /*background-color: yellow;*/
}

.inputTextGroup {
    width: 115px !important;
    margin-top: 10px;
    margin-right: 2px;
}

.inputTextGroupEmail {
    width: 200px !important;
    margin-top: 10px;
    margin-right: 2px;
}
.MarginTop-Doctor {
    margin-top: 15px!important;
}

.spanHeaderInter {
    font-size: 80%;
    padding-right: 25px;    
}

.spanInterValue {
    font-size: 80%;
    padding-right: 30px;
    width: 50px;
}

.spanInterNoValue {
    font-size: 80%;
    padding-right: 40px
}

.spanFontSize {
    font-size: 80%;
    width: 50px;
}

.prdCode {
    background-color: #D9D9D9;
}

.ctnCode {
    background-color: #FFFF75;
}

.avdCode {
    background-color: #F4B084;
}

.rstCode {
    background-color: #FFC000;
}

.border0px {
    border-width:0px;
}



