@font-face {
    font-family: calbiri;
    src: url(../fonts/calibri.ttf);
}

@font-face {
    font-family: roboto;
    src: url(../fonts/Roboto-Light.ttf);
}

@font-face {
    font-family: calbiril;
    src: url(../fonts/calibril.ttf);
}



.payment-grid-header {
    color: #000;
    font-weight: bold;
    cursor: pointer;
    font-size:14px;
    background-color:none;
    border-top: 1px solid #ddd;
}
.payment-grid-header th {
    padding-top:10px !important;
    padding-bottom:10px  !important;
}


.careplan-back-btn {
    position: fixed;
    top: 172px;
    width: 100%;
    z-index: 9;
}

.form-control-dropdown-container {
    width: 120px;
    float: left;
}

.form-control-dropdown {
    display: block;
    width: 100%;
    height: 25px;
    padding: 3px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



.legned-status {
    float: left;
    width: 100%;
    padding-right: 15px;
}

.active-legend-container {
    padding-right: 15px;
    float: left;
}

.active-legend-box {
    width: 12px;
    height: 12px;
    float: left;
    background-color: #007E00;
    margin-top: 4px;
}

.active-legend-text {
    float: left;
    color: #007E00;
    padding-left: 10px;
    font-size: 14px;
}

.active-color-status {
    color: #007E00 !important;
}

.pending-color-status {
    color: #F82FEC !important;
}

.pending-legend-container {
    padding-right: 15px;
    float: left;
}

.pending-legend-box {
    width: 12px;
    height: 12px;
    float: left;
    background-color: #F82FEC;
    margin-top: 4px;
}

.pending-legend-text {
    float: left;
    color: #F82FEC;
    padding-left: 10px;
    font-size: 14px;
}

.completed-color-status {
    color: #0668BC !important;
}

.completed-legend-container {
    padding-right: 15px;
    float: left;
}

.completed-legend-box {
    width: 12px;
    height: 12px;
    float: left;
    background-color: #0668BC;
    margin-top: 4px;
}

.completed-legend-text {
    float: left;
    color: #0668BC;
    padding-left: 10px;
    font-size: 14px;
}



.cancelled-color-status {
    color: #F36100 !important;
}

.cancelled-legend-container {
    padding-right: 15px;
    float: left;
}

.cancelled-legend-box {
    width: 12px;
    height: 12px;
    float: left;
    background-color: #F36100;
    margin-top: 4px;
}

.cancelled-legend-text {
    float: left;
    color: #F36100;
    padding-left: 10px;
    font-size: 14px;
}





.suspended-color-status {
    color: #F30000 !important;
}

.suspended-legend-container {
    padding-right: 15px;
    float: left;
}

.suspended-legend-box {
    width: 12px;
    height: 12px;
    float: left;
    background-color: #F30000;
    margin-top: 4px;
}

.suspended-legend-text {
    float: left;
    color: #F30000;
    padding-left: 10px;
    font-size: 14px;
}


.lab-test-heading-row {
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    width: 100%;
    float: left;
}


.lab-test-main-row {
    background-color: #fff;
    padding: 10px 0;
    width: 100%;
    float: left;
}

.lab-test-inner-column {
    width: 17%;
    float: left;
}

.lab-test-heading-inner-div {
    font-size: 14px;
    color: #222;
    padding-left: 0px;
    padding-top: 4px;
    float: left;
    font-weight: normal;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.lab-test-heading-inner-div-text {
    font-size: 14px;
    color: #222;
    padding-left: 0px;
    padding-top: 4px;
    float: left;
    font-weight: normal;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.labtest-more-column {
    width: 7%;
    float: left;
}

.lab-report-column-checkbox {
    width: 8%;
    float: left;
}


.NameCircle {
    float: left;
    pointer-events: none;
}

.purple-circle {
    background-color: #c39ecb;
    border-radius: 50%;
    float: left;
    padding: 5px 0 0 0;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}



.comment-icon-margin {
    margin-right: 10px;
}

.careplan-down-arrow-empty-div {
    border-radius: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    margin-right: 10px;
}

.green-text {
    color: green;
}

.careplan-gray-coordinate-column {
    font-weight: bold;
    color: #696969;
}



.careplan-down-arrow {
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 25px;
    height: 25px;
    text-align: center;
    margin-right: 10px;
}

.careplan-grid-main-heading-container {
    cursor: initial;
    margin-bottom: 5px;
    height: 41px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #ddd;
    line-height: 38px;
    width: 100%;
}

.careplan-grid-column-heading-name {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 23%;
    font-weight: bold;
    font-size: 14px;
    padding-left: 10px;
}

.careplan-grid-column-heading-coordinator {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 15%;
    font-weight: bold;
    font-size: 14px;
}

.careplan-grid-column-heading-status {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 12%;
    font-weight: bold;
    font-size: 14px;
}

.grid-container-inner-container {
    width: 100%;
    float: left;
    height: 51px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ededee;
    cursor: pointer;
    padding-top: 14px;
}

.careplan-grid-inner-row-name {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 23%;
    font-size: 14px;
    padding-left: 10px;
}

.careplan-grid-inner-row-coordinator {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 15%;
    font-size: 14px;
}

.careplan-grid-inner-row-status {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 12%;
    font-size: 14px;
}








.careplan-container {
    height: 60px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ededee;
    cursor: pointer;
    position: relative;
}


.careplan-textarea-container {
    min-height: 65px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ededee;
    cursor: pointer;
    position: relative;
}

.careplan-main-text {
    width: 98%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #124d9d;
    margin-bottom: 5px;
}


.care-plan-comment {
    float: left;
}

.careplan-btns-container {
    float: left;
}

.careplan-main-heading {
    background-color: #dddcdc;
    border-color: #dddcdc;
    position: relative;
}

.careplan-heading-txt {
    font-weight: bold;
    float: left;
    padding-right: 20px;
}

.careplan-arrow-container {
    position: absolute;
    right: 0px;
    top: 15px;
    font-size: 16px;
}

.careplan-heading-date {
    float: left;
    color: #5b5b5b;
    padding-right: 20px;
}

.care-plane-row {
    width: 100%;
    padding: 5px 10px;
    padding-left: 65px;
    position: absolute;
    top: 0;
    float: left;
}


.care-plane-row-right {
    width: 94%;
    padding: 5px 10px;
    padding-left: 65px;
    padding-right: 65px;
    position: absolute;
    top: 0;
    float: left;
}


.careplan-left-btns {
    width: 100%;
    float: left;
    padding-right: 280px;
}

.careplan-right-btns {
    width: 251px;
    float: left;
    text-align: right;
    position: absolute;
    right: 10px;
    top: 10px;
}

.progress-btn {
    width: 100px;
    background-color: #bc87a5;
    border: 1px solid #ccc;
    color: #fff;
    text-align: left;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.community-support-btn {
    width: 140px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333333;
    text-align: left;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.careplan-inner-txt {
    padding-left: 20px;
    float: left;
    color: #5b5b5b;
    padding-top: 3px;
}


.modal-careplan-inner-txt {
    padding-left: 20px;
    float: left;
    color: #5b5b5b;
    padding-top: 3px;
}

.planed-date-user-name-text {
    color: #014d8e;
    float: left;
    padding-top: 2px;
    margin-top: 9px;
    margin-left: 15px;
    width: 10%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.planed-comment-text-with-margin {
    color: #717171;
    float: left;
    margin-left: 15px;
    padding-top: 2px;
    margin-top: 9px;
    width: 50%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.planed-comment-text-with-margin-date {
    color: #717171;
    float: left;
    margin-left: 15px;
    padding-top: 2px;
    margin-top: 9px;
    width: 20%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.medication-paragraph-height {
    min-height: 20px;
    max-height: 200px;
    overflow: auto;
}

.collapse-table-div {
    display: none;
}

.collyear {
    font-size: 13px;
    position: relative;
    margin-left: 3px;
    top: -15px;
}

.careplan-collyear {
    font-size: 13px;
    position: relative;
    top: -10px;
}

@media screen and (max-height: 360px) {
    .medication-paragraph-height {
        min-height: 20px;
        max-height: 39px;
        overflow: auto;
    }

    .mobile-popup-modal-textarea {
        height: 40px !important;
    }
}

html {
    font-family: roboto !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 10pt;
    font-size: 16px;
    overflow-x: hidden;
}

body {
    font-family: Arial;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #222;
}


.registration-indici-logo {
    background-color: #0074b7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}


    .registration-indici-logo .indicilogologin {
        float: left;
    }

.registration-heading {
    background-color: #0074b7;
    padding: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.registration-body {
    background-color: #fff;
    border: 1px solid #0074b7;
    padding: 15px 0;
}

.tblfixposition {
    margin-top: 55px;
}

.mainContents {
    margin-bottom: 60px !important;
}

.dna-marin-small-dropdown {
    margin-top: -80px;
}

.test-report-tbl {
    width: 25%;
    float: left;
}

.test-report-tbl-new {
    width: 22.5%;
    float: left;
}

.test-report-tbl-view-column {
    width: 10%;
    float: left;
}

.test-report-date-tbl {
    width: 22.5%;
    float: left;
}

.test-report-tbl-heading {
    /*padding-top: 10px !important;*/
    color: #000;
    font-weight: bold;
}

.test-report-grid {
    /*background-color:#f6f6f6;*/
    cursor: pointer;
    width: 100%;
    float: left;
    padding: 10px;
}

.dna.report-header-cotainer {
    cursor: initial;
    height: 30px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    float: left;
}

@media (max-width: 768px) {
    .test-report-tbl {
        width: 70%;
        float: left;
    }

    .test-report-date-tbl {
        width: 30%;
        float: left;
        text-align: right;
        margin-top: -40px;
    }

    .test-report-tbl-new {
        width: 70%;
        float: left;
    }

    .test-report-date-tbl {
        width: 30%;
        float: left;
    }

    .test-report-tbl-new.datewidthdrname {
        width: 30%;
        float: right;
        text-align: right;
        margin-top: -19px;
    }
}

.fontawesome-dashobard {
    font-size: 32px !important;
    padding-top: 5px;
    padding-bottom: 3px;
    color: #0074b7;
}


.mesg-back-btn {
    margin-top: 8px !important;
    padding-left: 10px;
}

.hmecolldatetxtapptsmall .smfacetocface {
    font-weight: normal;
    float: left;
    padding-top: 12px;
    padding-left: 0px;
    color: #c40000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 37%;
    padding-left: 10px;
}

.message-counter-mobile-dashboad {
    width: 30px;
    height: 30px;
    background-color: #3DB66E;
    border: 1px solid #50D485;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    padding-top: 5px;
    right: 53px;
    z-index: 9999;
    border: 0px solid #fff;
    margin-top: 5px;
    font-weight: bold;
    top: 21px;
    z-index: 1;
}






.securtypin-txt {
    font-size: 32px !important;
    padding-top: 0px;
    padding-bottom: 3px;
    color: #0074b7;
}





.timeline-margin-top {
    margin-top: 155px;
}



.headercontainer {
    background-color: #fff;
    width: 100%;
    height: 46px;
    position: fixed;
    top: 0;
    z-index: 1002;
    border-bottom: 1px solid #ccc;
}

.topheaderlogo {
    background-image: url(../images/Indici.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    margin: 5px;
    margin-left: 17px;
    float: left;
}

.menuroundbutton {
    background-image: url(../images/menu-button.png);
    width: 79px;
    height: 79px;
    background-repeat: no-repeat;
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.topmenurightcontainer {
    float: right;
    margin-top: 0px;
}

.usericone {
    background-image: url(../images/user-icon-40.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    float: left;
}





.settingicone {
    background-image: url(../images/setting-icon.png);
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    float: left;
}

.logouticone {
    background-image: url(../images/logout-icon.png);
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    float: left;
    margin-top: 2px;
}

.usertxt {
    float: left;
    margin-right: 30px;
    padding-top: 14px;
    padding-left: 10px;
    color: #fff;
}
/*.menuiconbar
{
width:100%;
height:103px;
background-color:#62aee2;
position:absolute;
top:0;
margin-top:109px;
display:none;
}*/
.midsectioncontainer {
    width: 98%;
    /*min-height: 500px;*/
    float: left;
    margin-top: 134px;
    margin-left: 1%;
    margin-bottom: 25px;
}

.compose-container {
    width: 99%;
    /*min-height: 500px;*/
    float: left;
    margin-top: 38px !important;
    margin-left: 1%;
    margin-bottom: 0px;
}

.message-detail-container {
    width: 98%;
    /*min-height: 500px;*/
    float: left;
    margin-top: 2px !important;
    margin-left: -1%;
    margin-bottom: 25px;
    margin-top: 20px !important;
}



.midsectioncontainerappt {
    width: 98%;
    /*min-height: 500px;*/
    float: left;
    margin-top: 128px;
    margin-left: 1%;
    margin-bottom: 25px;
    padding-left: 2px;
}

.midsectioncontainermed {
    width: 100%;
    /*min-height: 500px;*/
    /* float: left; */
    margin-top: 60px;
    /* margin-left: 19px; */
    /* margin-bottom: 25px; */
    padding-left: 17px;
    padding-right: 17px;
}

.midsectioncontainerallrg {
    width: 100%;
    min-height: 500px;
    /* float: left; */
    margin-top: 135px;
    /* margin-left: 19px; */
    /* margin-bottom: 25px; */
    padding-left: 19px;
    padding-right: 23px;
}

.meddatamain {
    width: 87%;
    /*padding-left: 0px !important;*/
}

.nirbutton {
    width: 49px;
    height: 50px;
    padding-left: 0px !important;
}

.panel-green {
    border-color: #5cb85c !important;
    background-color: #5cb85c !important;
}

.panel-gray {
    border-color: #f58931 !important;
    background-color: #fff !important;
}

.panel-red {
    border-color: #d9534f !important;
    background-color: #d9534f !important;
}

.panel-blue {
    border-color: #3398dc !important;
    background-color: #3398dc !important;
}

.bluebgimage {
    background-image: url(../images/blue-bg-img.png);
    width: 332px;
    height: 85px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    margin-right: 24px;
}

.orangebgimage {
    background-image: url(../images/orange-bg-img.png);
    width: 283px;
    height: 85px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    margin-right: 24px;
}

.blue-panel-heading {
    height: 50px;
}

.paneldetailheading {
    font-size: 20px;
    text-align: left;
    font-weight: normal;
    color: #464646;
    padding-bottom: 9px;
    padding-top: 10px;
    float: left;
    padding-left: 2px;
}

.lab-icon-right {
    background-image: url(../images/lab-icon.png);
    width: 62px;
    height: 76px;
    background-repeat: no-repeat;
    float: right;
    margin-right: 20px;
    margin-top: 4px;
}

.appt-icon-right {
    background-image: url(../images/apppticontop.png);
    width: 80px;
    height: 72px;
    background-repeat: no-repeat;
    float: right;
    margin-right: 20px;
    margin-top: 6px;
}

.huge {
    font-size: 22px;
    text-align: left;
    font-weight: bold;
}

.detailmainiconboxorange {
    width: 30%;
    float: left;
    background-color: #fff;
    height: 196px;
}

.appticon {
    margin-left: 24px;
    margin-top: 33px;
    background-repeat: no-repeat;
}

.appticonpercent {
    /*width:86%;*/
}

.panel-footer {
    padding: 0px !important;
    border-top: 0px solid #ddd !important;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.appttxtcontainer {
    float: left;
    width: 100%;
}

.messappttxtcontainer {
    float: left;
    width: 100%;
    height: 208px;
    margin-left: -8px;
    /*		overflow-x: hidden;*/
    overflow-y: auto;
}

.labappttxtcontainer {
    float: left;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.apptcontent {
    float: left;
    color: #000;
    width: 65%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .apptcontent img {
        margin-right: 10px;
    }

.apptdate {
    float: right;
    padding-right: 36px;
    position: absolute;
    right: 0;
}


.apptxtrow {
    width: 100%;
    min-height: 20px;
    margin-bottom: 5px;
    float: left;
}

.style-scroll::-webkit-scrollbar {
    width: 10px;
    height: 6px;
}

.labdate {
    font-size: 14px;
    color: #1c76b3;
}

.orderby {
    color: #1c76b3;
    font-weight: bold;
}

.apptabs {
    cursor: pointer;
    background-color: #dedede;
    border: 1px solid #000;
    border-bottom-color: transparent;
    min-height: 36px;
    font-size: 14px;
    color: #555;
    border-right: 1px solid #fff !important;
}

    .apptabs:focus {
        text-decoration: none !important;
    }


.labbutwidth {
    width: 33%;
    text-align: center;
}

.labbutwidthdia {
    width: 50%;
    text-align: center;
}

.medbutwidth {
    width: 13%;
    text-align: center;
}




li.labbutwidth a {
    padding-top: 6px !important;
    font-size: 14px;
    /*box-shadow: inset -1px 0px 0px 0px #fff;*/
}

li.labbutwidthdia a {
    padding-top: 6px !important;
    font-size: 14px;
    /*box-shadow: inset -1px 0px 0px 0px #fff;*/
}

.labboxborder {
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
    border-bottom: 0px solid #ddd;
    background-color: #fff;
}

.rightFloat, .icons-corner, #signUp {
    float: right !important;
}

.icons-sm {
    width: 30px;
    height: 30px;
    margin: 5px 10px 5px 10px;
    border-radius: 3px !important;
}

.rightFloat, .icons-corner, #signUp {
    float: right !important;
}

.icons-sm {
    width: 30px;
    height: 30px;
    margin: 5px 10px 10px 10px;
    border-radius: 3px;
}

.hlink, .greenText {
    color: #0074b7 !important;
    font-size: 14px;
}

.apptbuttons {
    padding-right: 0px;
}

.mainbutton-disabled {
    float: right;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 12px;
    display: inline-block;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #fff;
    background-color: #46ade8;
    border-color: #46ade8;
    min-width: 70px;
}

.mainbutton {
    float: right;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 12px;
    display: inline-block;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #fff;
    background-color: #0074b7;
    border-color: #0074b7;
    min-width: 70px;
}

    .mainbutton:hover {
        background-color: ##0074b7;
    }

.mainbuttongray {
    background-color: #e8e8e8;
    float: right;
    margin-top: 5px;
    margin-left: 5px;
    float: right;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 12px;
    display: inline-block;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #000;
}

.labnewtopmargin {
    margin-top: 140px;
}

@media (max-width: 1024px) {

    .popupimgtop-popup {
        width: 25% !important;
        border: 1px solid #ccc;
        padding: 8px;
        margin-left: 15px;
    }

    .modal-maps {
        width: 100%;
        height: 300px !important;
    }

    .sendrotateicon {
        margin-left: 0px !important;
        margin-right: 5px !important;
        transform: rotate(50deg) !important;
    }




    .MenuIconsm {
        background-image: url(../images/Menu-Icon-40.png) !important;
        width: 40px !important;
        height: 40px !important;
        background-repeat: no-repeat;
        float: left;
        margin-left: 13px;
    }

    .usericone {
        background-image: url(../images/user-icon-40.png);
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        margin-left: 10px;
    }

    .settingicone {
        background-image: url(../images/setting-icon-40.png);
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        float: left;
    }

    .logouticone {
        background-image: url(../images/logout-icon-40.png);
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        float: left;
    }



    .forminnermain {
        width: 100% !important;
        float: left;
        padding-left: 28px;
    }

    .mainheading {
        color: #255da0;
        float: left;
        padding-top: 8px;
        font-weight: bold;
        font-size: 16px;
        margin-left: 0px !important;
        padding-bottom: 20px;
        width: 84% !important;
        padding-left: 12px;
    }

    .dissett {
        padding-left: 12px !important;
    }

    .mainbutton {
        float: right;
        margin-right: 5px;
        margin-top: 5px;
        margin-bottom: 9px;
        display: inline-block;
        padding: 6px 12px 5px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0px;
        color: #fff;
        background-color: #0074b7;
        border-color: #0074b7;
        margin-left: 0px;
    }

    .mainbuttongray {
        background-color: #e8e8e8;
        float: right;
        margin-top: 5px;
        margin-right: 10px;
        float: right;
        margin-left: 5px;
        margin-top: 5px;
        margin-bottom: 12px;
        display: inline-block;
        padding: 6px 12px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0px;
        color: #000;
    }


    ul.topmenurightcontainer {
        padding: 0 0px 0 0 !important;
        margin: 0;
    }

    .forminput {
        width: 100%;
        height: 42px !important;
        border: 1px soild #000;
        float: left;
        padding-left: 12px !important;
        margin-bottom: 15px;
        border-bottom: 1px solid #ccc;
        /*border-top: 0px !important;
        border-left: 0px !important;
        border-right: 0px !important;*/
        background-color: #fff;
    }

    .formtxtarea {
        width: 100%;
        height: 300px;
        border: 1px solid #000;
        float: left;
        padding-left: 12px !important;
        margin-bottom: 15px;
        resize: none;
        /*border-bottom: 0px solid #ccc;*/
        /*border-top: 0px;
        border-left: 0px;
        border-right: 0px;*/
        margin-top: 16px;
        font-size: 14px;
    }

    .formtxtareaheight {
        width: 100%;
        height: 200px;
        border: 1px solid #000;
        float: left;
        padding-left: 12px !important;
        margin-bottom: 15px;
        resize: none;
        border-bottom: 0px solid #ccc;
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
        margin-top: 16px;
        font-size: 14px;
    }
}

table#MedicationGridLongTerm tbody tr td:nth-child(n) {
    padding-left: 0 !important;
}

table#MedicationGridLongTerm thead tr th:nth-child(n) {
    padding-left: 0 !important;
}

@media (max-width: 991px) {
    .dropdownlistgap {
        padding-right: 20px !important;
    }

    .appticonpercent {
        width: 60%;
    }

    table#MedicationGridLongTerm tbody tr td:nth-child(n) {
        padding-left: 16px !important;
    }

    table#MedicationGridLongTerm thead tr th:nth-child(n) {
        padding-left: 16px !important;
    }
}

.menuiconbar {
    width: 100%;
    background-color: #0074b7;
    border-bottom: 1px solid #dddedf;
    top: 46px;
    z-index: 99;
    padding: 0px 50px;
    position: absolute;
    display: none;
    /* box-shadow: 0px 0px 8px #888; */
    border-top: 1px solid #dddedf;
}

@media only screen and (min-width: 992px) and (max-width: 1452px) {
    .menuiconbar {
        width: 100%;
        background-color: #0074b7;
        border-bottom: 1px solid #dddedf;
        top: 46px;
        z-index: 99;
        padding: 0px 0px;
        position: absolute;
        display: none;
        /* box-shadow: 0px 0px 8px #888; */
        border-top: 1px solid #dddedf;
    }

        .menuiconbar ul li {
            display: inline-block;
            list-style-type: none;
            text-align: center;
            padding-top: 0px;
            padding-bottom: 3px;
            padding-left: 0px !important;
            padding-right: 0px !important;
            border-radius: 5px;
            margin-bottom: 6px;
            margin-top: 6px;
        }
}

.menuiconbar ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

    .menuiconbar ul li {
        display: inline-block;
        list-style-type: none;
        text-align: center;
        padding-top: 0px;
        padding-bottom: 3px;
        padding-left: 8px;
        padding-right: 8px;
        border-radius: 5px;
        margin-bottom: 6px;
        margin-top: 6px;
        cursor: pointer;
    }

        .menuiconbar ul li img {
            margin-bottom: 10px;
            margin: 6px auto;
        }

        .menuiconbar ul li a {
            color: #fff;
            font-size: 12px;
            text-align: center;
        }


.panel-green {
    border-color: #67C78F !important;
    background-color: #67C78F !important;
}


.panel-blue {
    border-color: #3398DC !important;
    background-color: #3398DC !important;
}

.panel-sea-green {
    border-color: #00BCA4 !important;
    background-color: #00BCA4 !important;
}

.panel-light-Orange {
    border-color: #F5AE31 !important;
    background-color: #F5AE31 !important;
}


.panel-purple-light {
    background-color: #BCA1D8;
    border: 1px solid #BCA1D8;
}

.modal-header-primary {
    background-color: #0074b7;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.popupmodel-heading {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

    .popupmodel-heading img {
        margin-right: 10px;
    }

.popup-order-text {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-right: 3px;
    padding-left: 0px;
}

.popuptype-heading {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
    float: left;
    padding-right: 6px;
    padding-left: 0px;
    text-align: left;
}

.popup-order-text span {
    color: #124d9d;
}

@media only screen and (max-width: 1070px) {
    .menuiconbar ul li a {
        padding: 4px 2px;
    }
}

@media only screen and (max-width: 1007px) {
    .menuiconbar ul li a {
        padding: 4px 1px;
    }
}

@media only screen and (max-width: 1024px) {
    .topmenurightcontainer {
        padding-right: 15px;
    }

    .usericone {
        margin-left: 10px;
    }

    .settingicone {
        margin-left: 10px;
    }

    .logouticone {
        margin-left: 10px;
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .timeline-margin-top {
        margin-top: 157px;
    }
}

@media only screen and (max-width: 992px) {
    .timeline-margin-top {
        margin-top: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .menuiconbar {
        display: none !important;
    }
}

@media only screen and (max-width: 920px) {
    .timeline-margin-top {
        margin-top: 120px;
    }
}



@media only screen and (max-width: 824px) {
    .dna-marin-small-dropdown {
        margin-top: -80px !important;
    }

    .timeline-margin-top {
        margin-top: 70px;
    }

    .mainContents {
        margin-top: 53px !important;
    }
}

@media only screen and (max-width: 588px) {
    .timeline-margin-top {
        /*margin-top: 140px;*/
    }
}

@media only screen and (max-width: 500px) {

    .mainContents {
        margin-top: 50px !important;
    }

    .topmenurightcontainer {
        float: right;
        margin-top: 3px;
    }

    .bluebgimage {
        background-image: url(../images/blue-bg-img.png);
        width: 306px;
        height: 85px;
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        margin-right: 24px;
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 440px) {
    .timeline-margin-top {
        /*margin-top: 165px;*/
    }
}

.td-bg-radio {
    background-color: #ddd;
    padding-bottom: 5px !important;
}

#composeButton {
    width: 100%;
    height: 41px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0px;
    padding-top: 2px;
    text-align: left;
    padding-left: 14px;
}

.greenButton {
    border: none;
    border-radius: 2px;
    border-bottom: 3px solid #157cc1;
    /* width: 90px; */
    height: 20px;
    background: #157cc1;
    color: #ffffff;
    font-weight: bold;
    margin: 0px;
}

.inboxFolderNames {
    padding-left: 0px;
    list-style: none;
}

    .inboxFolderNames > li.active {
        background-color: #157cc1;
    }

    .inboxFolderNames > li {
        line-height: 2.2em;
        color: #7b96b1;
        font-size: 18px;
        font-weight: 200;
        text-decoration: none;
    }

        .inboxFolderNames > li > a {
            padding-left: 15px;
        }

.whlink, .skyText {
    color: #1c76b3;
    font-size: 86%;
    text-decoration: none;
    font-weight: bold;
}

.darkHR {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #1c2a38;
    margin: 0em 0;
    padding: 0px;
}

.rightFloat, .icons-corner, #signUp {
    float: right !important;
    /*padding-right: 15px;*/
}

.inboxBadge {
    /* position: absolute; */
    line-height: 1.4em;
    color: white;
    background-color: #3DB66E;
    border: 1px solid #50D485;
    width: 25px;
    height: 24px;
    text-align: center;
    font-size: 12px;
    margin-top: 8px;
    margin-right: 10px;
    border-radius: 50px;
    padding: 3px 0;
}

.heightpercent {
    padding: 0px;
    position: relative;
    height: 70%;
    min-height: 500px;
    width: 100%;
    margin: auto;
    text-align: center;
    border: #CCC 0px dashed;
    overflow-y: auto;
}

.yellow-icon-right {
    background-image: url(../images/yellowpanelicon.png);
    width: 73px;
    height: 76px;
    background-repeat: no-repeat;
    float: right;
    margin-right: 20px;
    margin-top: 4px;
}

.yellowbgimage {
    background-image: url(../images/yellowmainbar.png);
    width: 344px;
    height: 85px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    margin-right: 24px;
}

.NZF {
    background: url(../Images/nzf_logo_small.png) no-repeat 94.5% center;
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.graymedicationbar {
    width: 100%;
    height: 50px;
    background-color: #dddcdc;
    font-weight: bold;
    padding-top: 14px;
    padding-left: 15px;
    font-size: 16px;
}

.panel-green {
    border-color: #67c78f !important;
    background-color: #67c78f !important;
}

.greenbgimage {
    background-image: url(../images/Resources-Banner.png);
    width: 348px;
    height: 85px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    margin-right: 24px;
}

.hmegreenbgimage {
    background-image: url(../images/Recentvisit-barbar.png);
    width: 348px;
    height: 85px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    margin-right: 24px;
}

.hmemedication-icon-right {
    background-image: url(../images/Recentvisit-barbar-icon.png);
    width: 93px;
    height: 72px;
    background-repeat: no-repeat;
    float: right;
    margin-right: 0px;
    margin-top: 5px;
}

.medication-icon-right {
    background-image: url(../images/Resources-Big.png);
    width: 93px;
    height: 72px;
    background-repeat: no-repeat;
    float: right;
    margin-right: 20px;
    margin-top: 8px;
}

.panel-darkgreen {
    border-color: #00bca4 !important;
    background-color: #00bca4 !important;
}

.darkgreenbgimage {
    background-image: url(../images/allergybar.png);
    width: 335px;
    height: 85px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    margin-right: 24px;
}

.hmeallergy-icon-right {
    background-image: url(../images/Fee-structior-Baricon.png);
    width: 80px;
    height: 72px;
    background-repeat: no-repeat;
    float: right;
    margin-right: 20px;
    margin-top: 6px;
}

.allergy-icon-right {
    background-image: url(../images/allergyicon.png);
    width: 80px;
    height: 72px;
    background-repeat: no-repeat;
    float: right;
    margin-right: 20px;
    margin-top: 6px;
}

.panel-vital {
    border-color: #bca1d8 !important;
    background-color: #bca1d8 !important;
}

.vitalbgimage {
    background-image: url(../images/vitalbar.png);
    width: 371px;
    height: 85px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    margin-right: 24px;
}

.vital-icon-right {
    background-image: url(../images/vitalicon.png);
    width: 90px;
    height: 73px;
    background-repeat: no-repeat;
    float: right;
    margin-right: 20px;
    margin-top: 6px;
}

.ImmunisationMainHeading {
    background-color: #80c275;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
}


.NotesMainHeading {
    background-color: #c4c4c4;
    color: #000;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
}


.ImmunisationOverdueMainHeading {
    background-color: #e14c4c;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
}

.ImmunisationAdminstrationMainHeading {
    background-color: #62aee2;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
}



.teammembers {
    display: inline-block;
    vertical-align: top;
}

.icons-md {
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
}

.immubgimage {
    background-image: url(../images/immunisation-bar.png);
    width: 365px;
    height: 85px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    margin-right: 24px;
}

.immu-icon-right {
    background-image: url(../images/immu-icon.png);
    width: 76px;
    height: 76px;
    background-repeat: no-repeat;
    float: right;
    margin-right: 20px;
    margin-top: 4px;
}

.hplanbgimage {
    background-image: url(../images/hplanbar.png);
    width: 332px;
    height: 85px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    margin-right: 24px;
}

.hplan-icon-right {
    background-image: url(../images/hplan-icon.png);
    width: 76px;
    height: 76px;
    background-repeat: no-repeat;
    float: right;
    margin-right: 20px;
    margin-top: 4px;
}

.diagnobgimage {
    background-image: url(../images/DiagnsticsBanner.png);
    width: 424px;
    height: 85px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    margin-right: 24px;
}

.diagno-icon-right {
    background-image: url(../images/DiagnsticsBig.png);
    width: 84px;
    height: 76px;
    background-repeat: no-repeat;
    float: right;
    margin-right: 20px;
    margin-top: 4px;
}

.notebgimage {
    background-image: url(../images/notebar.png);
    width: 367px;
    height: 85px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    margin-right: 24px;
}

.note-icon-right {
    background-image: url(../images/noteicon.png);
    width: 76px;
    height: 76px;
    background-repeat: no-repeat;
    float: right;
    margin-right: 20px;
    margin-top: 4px;
}

.remindbgimage {
    background-image: url(../images/remindbar.png);
    width: 371px;
    height: 85px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    margin-right: 24px;
}

.hmeremind-icon-right {
    background-image: url(../images/PatientProvider-Bar-icon2.png);
    width: 78px;
    height: 78px;
    background-repeat: no-repeat;
    float: right;
    margin-right: 20px;
    margin-top: 6px;
}

.remind-icon-right {
    background-image: url(../images/reimndicon.png);
    width: 78px;
    height: 78px;
    background-repeat: no-repeat;
    float: right;
    margin-right: 20px;
    margin-top: 4px;
}

.devicebgimage {
    background-image: url(../images/devicebar.png);
    width: 424px;
    height: 85px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    margin-right: 24px;
}

.device-icon-right {
    background-image: url(../images/deviceicon.png);
    width: 58px;
    height: 76px;
    background-repeat: no-repeat;
    float: right;
    margin-right: 20px;
    margin-top: 4px;
}

.profilebgimage {
    background-image: url(../images/profilebar.png);
    width: 424px;
    height: 85px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    margin-right: 24px;
}

.profile-icon-right {
    background-image: url(../images/profileicon.png);
    width: 63px;
    height: 78px;
    background-repeat: no-repeat;
    float: right;
    margin-right: 20px;
    margin-top: 4px;
}

.col-padding-none {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.section-bg {
    background-color: #fff;
    padding: 30px 0 20px 0;
    border-radius: 5px;
    margin-bottom: 14px;
}

.section-bg-right {
    background-color: #f5f5f5;
    padding: 30px 0 20px 0;
    border-radius: 5px;
    margin-bottom: 20px;
    float: left;
}

.section-bg-today-section {
    background-color: #f5f5f5;
    padding: 30px 0 20px 0;
    border-radius: 5px;
    margin-bottom: 20px;
    height: auto;
    float: left;
    width: 100%;
}

.margin-bottom {
    margin-bottom: 20px;
}

.section-bg h2 {
    color: #8F8F8F;
    margin-bottom: 0 !important;
}

.section-bg p {
    font-size: 20px;
    color: #8F8F8F;
    font-weight: bold;
    margin-bottom: 0;
}


.appointmentslotBoxes {
    background-color: #f5f5f5;
    text-align: center;
    padding: 8px;
}

    .appointmentslotBoxes:hover {
        background-color: #81c5f4;
        color: #fff;
        text-align: center;
        padding: 8px;
    }

.bold-text {
    font-weight: bold;
}

.black-text {
    color: #000;
}

.footer {
    width: 100%;
    height: 50px;
    background-color: #333333;
    text-align: center;
    color: #fff;
    padding-top: 11px;
    position: fixed;
    bottom: 0;
    font-size: 12px;
    z-index: 99;
}

.medicationbottom {
    max-height: 600px;
    overflow: auto;
    width: 100%;
    background-color: #fff;
}

@media only screen and (max-width: 767px) {
    .medicationbottom {
        max-height: 600px;
        overflow: auto;
        width: 100%;
        margin-bottom: 22px;
        border: 1px solid #ccc;
    }
}

#dp {
    border-radius: 20px;
    margin-top: 12px;
    border: 2px solid #3db66e;
    padding: 5px;
}

.fieldwidth {
    width: 100%;
}

@media only screen and (max-width: 1400px) {
    .appticon {
        margin-left: 10px;
        margin-top: 33px;
        background-repeat: no-repeat;
    }
}

.boxwidth {
    width: 100%;
}

.panel {
    margin-bottom: -23px !important;
    border: 0px solid #ccc !important;
    border-radius: 0px !important;
    /*-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);*/
}

@media only screen and (max-width: 1290px) {
    .feemaintab {
        width: 100%;
        height: 36px;
        background-color: #00bca4;
        border-radius: 5px;
        margin-top: 5px;
        padding-top: 6px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        font-size: 18px;
        margin-left: 0px !important;
    }

    .boxwidth {
        width: 100%;
    }

    .apptdate {
        float: right;
        padding-right: 20px;
        position: static;
    }

    .apptcontent {
        float: left;
        color: #000;
        width: 95%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.datewidth {
    float: left;
    padding-top: 0px;
    padding-left: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 173px;
}

.smdatewidth {
    float: left;
    padding-top: 10px;
    padding-left: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
}

.smdatewidthsmall {
    float: left;
    padding-top: 10px;
    padding-left: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 66%;
}

.smdatewidthnewo {
    float: left;
    padding-top: 6px;
    padding-left: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 92px;
}

.messdatewidth {
    float: left;
    padding-top: 12px;
    padding-left: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 94%;
}

.messdatewidthllb {
    float: left;
    padding-top: 13px;
    padding-left: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;
}

.timewidth {
    float: left;
    padding-right: 10px;
    padding-left: 4px;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.timewidthlab {
    float: left;
    padding-right: 10px;
    padding-left: 6px;
    width: 100%;
}

.smtimewidth {
    float: left;
    padding-top: 10px;
    padding-left: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 48%;
}

.smtimewidthday {
    float: left;
    padding-top: 10px;
    padding-left: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 44%;
}

.inboxsmtimewidth {
    float: left;
    padding-top: 11px;
    padding-left: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #505050;
    font-weight: bold;
    width: 110px;
}

.tmeadmin {
    padding-top: 15px !important;
}

.facetocface {
    font-weight: normal;
    font-family: Arial;
    float: left;
    padding-top: 9px;
    padding-left: 15px;
}

.smfacetocface {
    font-weight: normal;
    float: left;
    padding-top: 12px;
    padding-left: 4px;
    color: #c40000;
}

.testtimeicon {
    font-family: arial;
    float: right;
    padding-top: 14px;
    padding-right: 0px;
    font-weight: normal;
    font-size: 141% !important;
}

.messtime {
    font-family: arial;
    float: right;
    padding-top: 15px;
    padding-right: 0px;
    font-weight: normal;
    font-size: 13px;
}

.messtimedetail {
    font-family: arial;
    float: left;
    padding-top: 0px;
    padding-right: 6px;
    font-weight: normal;
    font-size: 14px;
}

.inboxmesstime {
    font-weight: normal;
    /*font-family: calbiril;*/
    float: right;
    padding-top: 17px;
    padding-right: 0px;
    font-weight: bold;
}

.datewidthdrname {
    color: #124d9d;
}

.collapinnercontainer {
    height: 52px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ededee;
    cursor: pointer;
}



.messapinnercontainer:hover {
    background-color: #ececec;
}

.messapinnercontainer {
    height: 51px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ededee;
    cursor: pointer;
}

.messapinnercontainerdetail {
    height: 51px;
    margin-bottom: 0px;
    border-bottom: 0px solid #ededee;
}

.collimgheight {
    height: 38px;
    float: right;
    margin-right: 0px;
}

.collimgheight-img {
    height: 38px;
    float: right;
    margin-right: 0px;
}

.collimgheightsmall {
    width: 38px;
    height: 38px;
    float: right;
    margin-right: 0px;
}

.collimgheightsmall-img {
    height: 38px;
    float: right;
    margin-right: 0px;
}

.messimgheight {
    width: 43px;
    height: 43px;
    float: left;
    margin-right: 12px;
    margin-top: 3px;
    margin-left: 3px;
    background-color: #ffa358;
    border-radius: 50px;
    text-align: center;
    padding-top: 7px;
    padding-left: 0px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

.smmessimgheight {
    height: 47px;
    float: left;
    margin-right: 6px;
    margin-top: 7px;
    margin-left: 6px;
}

.messiconbox . {
    width: 63px;
    float: left;
    color: #FFFFFF;
    text-align: center;
    padding-top: 2px;
}

.statusblue {
    background-color: #309ccc;
    width: 52px;
    height: 51px;
    float: left;
    color: #FFFFFF;
    text-align: center;
    margin-left: 0px;
}

.statusred {
    background-color: #ed453d;
    width: 52px;
    height: 51px;
    float: left;
    color: #FFFFFF;
    text-align: center;
    margin-left: 0px;
}

.statusgreen {
    background-color: #9ebb42;
    width: 52px;
    height: 51px;
    float: left;
    color: #FFFFFF;
    text-align: center;
    margin-left: 0px;
}

.smstatusblue {
    background-color: #309ccc;
    width: 55px;
    height: 51px;
    float: left;
    color: #FFFFFF;
    text-align: center;
}


.careplan-date {
    background-color: #309ccc;
    width: 55px;
    height: 58px;
    float: left;
    color: #FFFFFF;
    text-align: center;
}

.careplan-plusicon {
    width: 55px;
    height: 58px;
    float: left;
    color: #FFFFFF;
    text-align: center;
}


.careplan-plusicon-right {
    width: 65px;
    height: 58px;
    float: right;
    color: #FFFFFF;
    text-align: center;
}

.plus-icon-container {
    background-color: #dddcdc;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    margin-top: 12px;
    padding-top: 6px;
}


.plus-icon-container-green {
    background-color: #007E00;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    margin-top: 12px;
    padding-top: 6px;
}

.smstatusred {
    background-color: #ed453d;
    width: 55px;
    height: 51px;
    float: left;
    color: #FFFFFF;
    text-align: center;
}

.smstatusgreen {
    background-color: #9ebb42;
    width: 55px;
    height: 51px;
    float: left;
    color: #FFFFFF;
    text-align: center;
    margin-left: 0px;
}

.colldate {
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 1px;
    text-align: center;
    /*margin-left: 5px;*/
    margin-top: 0px;
    /*font-family: "calbiril";*/
}

.careplan-colldate {
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 1px;
    margin-top: 0px;
}

.collmonth {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    margin-left: 2px;
    top: -9px;
}

.careplan-collmonth {
    font-size: 16px;
    /*font-weight: bold;*/
    position: relative;
    top: -7px;
}

.inboxsmmessimgheight {
    height: 38px;
    float: left;
    margin-right: 6px;
    margin-top: 7px;
    margin-left: 6px;
}

.testdetailtxtcomllb {
    float: left;
    padding-top: 19px;
    margin-left: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 14%;
    margin-top: -7px;
    position: absolute;
}

.marrig {
    /*margin-right: 0px;*/
}

.dropdenwidth {
    width: 100% !important;
    margin-left: 0%;
}

.apptchecktxt {
    font-size: 13px;
    margin-left: -10px;
    padding-left: 0px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    margin-left: 0px !important;
    width: 100%;
}

.inboxtopm {
    margin-top: 158px;
}

.apppostop {
    position: fixed;
    right: 0;
}

.apppostopleft {
    position: fixed;
    left: 0;
}

.timeline-gallery {
    margin-top: 90px !important;
    position: fixed;
    width: 99%;
    z-index: 999;
    background-color: #fff;
}

@media only screen and (max-width: 511px) {

    .btn-padding-small {
        padding: 3px 6px !important;
    }
}


.careplan-btns-bg {
    margin-top: -12px !important;
    position: fixed;
    width: 99%;
    z-index: 999;
    background-color: #fff;
}

.skyblueBackground {
    background-color: skyblue !important;
}

.btn-margin-left {
    margin-left: 3px;
}

@media only screen and (max-width: 5000px) {
    .messdetailwidthllb {
        float: left;
        padding-top: 19px;
        padding-left: 86px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 22%;
        margin-top: -7px;
        position: absolute;
    }
}


.large-font-size-appointment {
    font-size: 20px;
}

.month-fontsize-appointment {
    font-size: 13px;
    font-weight: normal;
}

@media only screen and (max-width: 992px) {


    .lab-mobile-div-left {
        float: left;
        width: 80%;
        padding-left: 15px;
    }

    .lab-mobile-div-right {
        float: right;
        width: 20%;
        text-align: right;
    }

    .lab-report-column-checkbox {
        width: 100%;
        float: left;
    }

    .lab-test-inner-column {
        width: 100%;
        float: left;
    }

    .padding-left-sub-row {
        padding-left: 48px;
    }

    .mobile-row-left {
        float: left;
        width: 60%;
        padding-left: 15px;
    }

    .mobile-row-right {
        float: right;
        width: 40%;
        text-align: right;
        padding-right: 15px;
    }

    .grid-container-inner-container {
        height: auto;
        padding-bottom: 14px;
    }

    .careplan-grid-inner-row-name {
        width: 100%;
    }

    .careplan-grid-inner-row-coordinator {
        width: 100%;
    }

    .careplan-grid-inner-row {
        float: left;
        width: 100%;
    }

    .careplan-grid-inner-row-status {
        float: left;
        width: 100%;
    }

    .timeline-gallery {
        margin-top: 60px !important;
        position: fixed;
        width: 100%;
        z-index: 999;
        background-color: #fff;
    }

    .labnewtopmargin {
        margin-top: 75px;
    }

    .main-top {
        margin-top: 0px !important;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .apppostop {
        position: relative;
    }

    .apppostopleft {
        position: relative;
    }

    .hidden-xs {
        display: none;
    }

    .compose-large-screen-hidden-icons {
        float: right;
        display: block !important;
    }

    .resouces-section {
        float: left;
        padding-left: 100px;
    }

    .rplymaildetailtop {
        position: absolute;
        right: 0;
        margin-right: 0px !important;
    }

    .dashboard-immunisation-div {
        color: #464646;
        font-size: 14px;
        width: 70%;
        float: left;
        text-align: left;
        font-weight: bold;
        padding-top: 13px;
        padding-left: 15px !important;
    }

    .dashboard-immunisation-time-div {
        color: #505050;
        font-size: 14px;
        width: 30%;
        float: right;
        font-weight: bold;
        padding-top: 13px;
        text-align: right;
        padding-right: 15px;
        cursor: initial;
    }

    .inboxtopm {
        margin-top: 47px !important;
    }

    .more-btn-sm {
        float: right;
        font-size: 14px;
        cursor: pointer;
        margin-right: 17px;
    }


    .alert-danger {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
        margin-left: 15px !important;
        width: 93%;
    }

    .apptchecktxt {
        font-size: 16px;
        margin-left: 0px;
        padding-left: 0px;
    }

    .dropdenwidth {
        width: 91% !important;
        margin-left: 9%;
    }

    .marrig {
        /*margin-right: 17px;*/
    }

    .testdetailtxtcomllb {
        float: left;
        padding-top: 19px;
        padding-left: 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 70%;
        margin-top: -7px;
        position: absolute;
    }

    .messdetailwidth {
        float: left;
        padding-top: 19px;
        padding-left: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 70% !important;
        margin-top: -7px;
        position: absolute;
    }

    .dteritaln {
        margin-right: 35px;
        position: absolute;
        right: 0;
        z-index: 9;
    }

    .inboxmargin {
        margin-left: 2px;
    }

    .attachimgcontainer {
        min-width: 150px;
        height: 36px;
        float: left;
        background-color: #fff;
        border: 1px solid #ccc;
        padding: 10px;
        color: #1c76b3;
        padding-top: 7px;
        margin-right: 10px;
        margin-left: 15px;
    }

    .file-upload-input {
        width: 64% !important;
        color: #ccc;
        font-size: 16px;
        padding: 6px 17px;
        border: 1px solid #ccc;
        background-color: $file-upload-color;
        margin-bottom: 15px;
        float: right;
        margin-top: 22px;
    }

    .file-upload-button {
        background-color: #0074b7;
        padding: 7px;
        margin-left: -5px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 13px !important;
        /*text-transform: uppercase;*/
        padding: 9px 20px;
        border: none;
        margin-left: 0px !important;
        float: left;
        width: 36% !important;
        margin-top: 22px;
    }

    .file-upload {
        position: relative;
        display: inline-block;
        width: 100%;
        margin-top: 10px !important;
    }

    .uploadfilebut {
        background-color: #0074b7;
        padding: 7px;
        margin-left: 0px !important;
        color: #fff;
    }

    .file-upload__label {
        display: block;
        padding: 6px;
        color: #868686;
        background: #fff;
        border-color: #ccc;
        border-bottom: 1px solid #ccc;
        border-top: 0px !important;
        transition: background .3s;
        margin-bottom: 14px;
        font-weight: normal;
        padding-left: 13px !important;
        cursor: pointer;
        &:hover;

{
    cursor: pointer;
    background: #000;
}

}

.selectpadding {
    padding-left: 9px !important;
    font-size: 17px;
    color: #868686;
    font-weight: normal;
}

.loadergif {
    position: fixed;
    top: 0;
    margin-bottom: 10px !important;
    right: 0;
    margin-right: 0px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    height: 40px;
    padding-top: 2px;
    z-index: 9999;
}

/*.yearnote {
    position: absolute;
    width: 67px;
    height: 39px;
    border: 2px solid #0074b7;
    background-color: #fff;
    border-radius: 12px;
    left: 28% !important;
    z-index: 99;
    text-align: center;
    padding-top: 6px;
    font-weight: bold;
    font-size: 18px;
}*/

.showmorebutton {
    position: fixed;
    bottom: 0;
    margin-bottom: 0px !important;
    right: 0;
    margin-right: 0px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    height: 40px;
    padding-top: 9px;
    background-color: #0074b7;
}

.btn-gray-medication {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #989898;
    color: #fff;
    font-weight: bold;
    border: 1px solid transparent;
    border-radius: 0px;
    margin-left: 16px !important;
}

.btn-bootappt .gpbutton:first-child {
    margin-left: 5px !important;
}

.gpbutton {
    width: 96%;
    float: left;
    margin-left: 5px !important;
    padding-top: 8px !important;
    padding-bottom: 5px !important;
}


.datetxt {
    padding-left: 15px !important;
    padding-top: 15px;
}

.datewidthne {
    margin-top: 15px;
    width: 42% !important;
    margin-left: 8% !important;
}

.ftofmargin {
    margin-left: 5px !important;
}
/*
ul.Recource-provider-main-container li {
    padding-right: 20px !important;
    padding-bottom: 15px !important;
    
    text-align: center !important;
}


ul.resources li a img {
    margin-right: 0 !important;
    width: 72px;
    height: 72px;
    margin-bottom: 10px;
}

ul.resources li a span {
   
}

ul.resources li {
    list-style-type: none;
    padding: 15px;
    display: inline-block;
    text-align: center;
    margin-top: -31px;
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
    margin-bottom: 8px;
}

ul.resources li.movie-image-active {
    list-style-type: none;
    padding: 50px 15px 15px 15px !important;
}



ul.resources li.Txt-File-active {
    list-style-type: none;
    padding: 50px 15px 15px 15px !important;
}


ul.resources li.pdf-image-active {
    list-style-type: none;
    padding: 50px 15px 15px 15px !important;
}


ul.resources li.image-pic {
    list-style-type: none;
    padding: 50px 15px 15px 1px !important;
}



ul.resources {
    border-right: none !important;
    border-bottom: 1px solid #E4E4E4;
}

    ul.resources li.active-image {
        margin-top: -31px;
        float: left;
        list-style-type: none;
        padding: 50px 15px 15px 15px !important;
    }

    ul.resources li.pdf-image {
        list-style-type: none;
        padding: 50px 15px 15px 15px !important;
    }

    ul.resources li.folder-image {
        background-image: url(../images/Folder-black.png);
        background-repeat: no-repeat;
        background-position: center 10px !important;
        list-style-type: none;
        padding: 50px 15px 15px 15px !important;
    }

    ul.resources li.movie-image {
        list-style-type: none;
        padding: 50px 15px 15px 15px !important;
    }

    ul.resources li.text-image {
        list-style-type: none;
        padding: 50px 15px 15px 15px !important;
    }*/

.inboxsmmessimgheight {
    height: 47px;
    float: left;
    margin-right: 6px;
    margin-top: 9px;
    margin-left: 23px;
}

.tmeadmin {
    padding-top: 4px !important;
    font-size: 14px;
    padding-bottom: 0px;
    padding-left: 0px !important;
}

.messimgmain {
    width: 28% !important;
    border-radius: 5px;
    margin-top: 7px !important;
    float: right;
    margin-right: 0px;
}

.messlabimgmain {
    width: 28% !important;
    border-radius: 5px;
    margin-top: -10px !important;
    float: right;
    margin-right: 15px !important;
}
/*.messrplimgmain
{
    width: 28% !important;
    border-radius: 5px;
margin-top: 7px !important;
	float:right;
    margin-right:0px;
}*/
.messinbimgmain {
    width: 38% !important;
    border-radius: 5px;
    margin-top: 3px !important;
    float: right;
    margin-right: 14px !important;
}

.messinbimgmainattch {
    border-radius: 5px;
    margin-top: 13px !important;
    float: right;
    margin-right: 17px !important;
}

.boxwidth {
    width: 100%;
}


.legendcontainer {
    width: 100%;
    height: 20px;
    float: right;
    /*margin-right: 10px !important;*/
}

.legendcontainernn {
    width: 100%;
    height: 20px;
    float: right;
    margin-right: 10px !important;
}

.midsectioncontainer {
    width: 100%;
    /*min-height: 500px;*/
    float: left;
    margin-top: 20px;
    margin-bottom: 42px;
    margin-left: 0px;
}

.margin-top-mobile-timeline {
    margin-top: 45px !important;
}

.compose-container {
    width: 98%;
    /*min-height: 500px;*/
    float: left;
    margin-top: 10px !important;
    margin-left: 1%;
    margin-bottom: 25px;
}



.message-detail-container {
    width: 98%;
    /*min-height: 500px;*/
    float: left;
    margin-top: 15px !important;
    margin-left: 1%;
    margin-bottom: 25px;
}

.midsectioncontainerappt {
    width: 100.8%;
    /*min-height: 500px;*/
    float: left;
    margin-top: -8px;
    margin-bottom: 25px;
    margin-left: -2px;
}

.midsectioncontainermed {
    width: 100%;
    /*min-height: 500px;*/
    float: left;
    margin-top: 60px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.midsectioncontainerallrg {
    width: 100%;
    /*min-height: 500px;*/
    /* float: left; */
    margin-top: 0px;
    /* margin-left: 19px; */
    /* margin-bottom: 25px; */
    padding-left: 4px;
    padding-right: 4px;
}

.meddatamain {
    width: 87%;
    padding-left: 16px !important;
}

.nirbutton {
    width: 49px;
    height: 50px;
    padding-left: 17px !important;
}

.panel {
    margin-bottom: 20px;
    border-bottom: 0px solid #ccc !important;
    border-radius: 0px !important;
    /*-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);*/
}

.paddingzero {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 30px !important;
}

.allerypaddingzero {
    padding-left: 0px !important;
    padding-right: 0px !important;
    /*margin-bottom: 30px !important;*/
}

.paddingzeroappt {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
}

.paddingzeroapptappt {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
}

.cardpaddingzero {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 0px;
}

.messcollmain {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.colldatetxt {
    font-size: 20px;
    color: #505050;
    padding-left: 5px;
    padding-top: 0px;
    float: left;
    font-weight: bold;
    width: 32% !important;
}

.hmecolldatetxt {
    font-size: 20px;
    color: #505050;
    padding-left: 5px;
    padding-top: 0px;
    float: left;
    font-weight: bold;
    width: 22% !important;
}

.hmecolldatetxtsmall {
    font-size: 20px;
    color: #505050;
    padding-left: 5px;
    padding-top: 0px;
    float: left;
    font-weight: bold;
    width: 22% !important;
}

.hmecolldatetxtappt {
    font-size: 20px;
    color: #505050;
    padding-left: 5px;
    padding-top: 0px;
    float: left;
    font-weight: bold;
    width: 19% !important;
}

.hmecolldatetxtapptsmall {
    font-size: 20px;
    color: #505050;
    padding-left: 5px;
    padding-top: 0px;
    float: left;
    font-weight: bold;
    width: 30% !important;
}

.hmecolldatetxt-two {
    font-size: 20px;
    color: #505050;
    padding-left: 5px;
    padding-top: 0px;
    float: left;
    font-weight: bold;
    width: 50% !important;
}

.hmecolldatetxtnewo {
    font-size: 20px;
    color: #505050;
    padding-left: 5px;
    padding-top: 0px;
    float: left;
    font-weight: bold;
    width: 25% !important;
}

.paddingzeroappt {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-bottom: 0px !important;
}

.paddingzeroapptappt {
    padding-left: 15px !important;
    padding-right: 17px !important;
    margin-bottom: 0px !important;
}

.collapinnercontainer {
    margin-bottom: 0px;
    height: 69px;
}

.careplan-container {
    margin-bottom: 0px;
    height: 69px;
}


.careplan-textarea-container {
    margin-bottom: 0px;
    height: 69px;
}

.messapinnercontainer {
    margin-bottom: 0px;
    height: 72px;
    padding-top: 3px;
}

.viewbutmds {
    padding-left: 0 !important;
    float: right;
    margin-right: 10px !important;
    margin-top: -2px;
}

.repeatmedic {
    background-image: url(../images/MedicationRepeat.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    margin: 5px;
    margin-left: 12px;
    float: right;
    margin-right: -8px !important;
}

.messdatetxtdetail {
    font-size: 90%;
    color: #222;
    padding-left: 0px;
    padding-top: 4px;
    float: left;
    font-weight: normal;
    padding-top: 2px;
    width: 56% !important;
}

.mainheadingmess {
    color: #255da0;
    float: left;
    padding-top: 0px;
    font-weight: bold;
    font-size: 16px;
    padding-left: 14px;
    padding-bottom: 20px;
    width: 100%;
}
/*.rplybutton
{
position: fixed !important;
    bottom: 0 !important;
    left: 0;
    margin-bottom: 15px !important;
    margin-left: 15px;
}*/
.clockbutton {
    margin-bottom: 15px !important;
    margin-right: 17px !important;
    margin-top: 7px !important;
}
/*.messapinnercontainerdetail {
    margin-bottom: 0px;
    height: 81px;
	padding-top: 5px;
}*/
.messtime {
    font-family: arial;
    float: right;
    padding-top: 5px;
    padding-right: 4px;
    font-weight: normal;
    margin-top: 0px;
    text-align: right;
}

/*.messtimedetail {
   font-family: arial;
    float: right;
    padding-top: 0px;
    padding-right: 0px;
    font-weight: normal;
    margin-top: 0px;
    text-align: right;
}*/
.inboxmesstime {
    font-weight: normal;
    /*font-family: calbiril;*/
    float: right;
    padding-top: 0px;
    padding-right: 0px;
    font-weight: bold;
    margin-top: -3px;
    text-align: right;
}

.collimgheight {
    height: 38px;
    float: right;
    margin-right: 0px;
}

.collimgheightsmall {
    height: 38px;
    float: right;
    margin-right: 0px;
}

.collimgheight-img {
    height: 38px;
    float: right;
    margin-right: 0px;
}

.collimgheightsmall-img {
    height: 38px;
    float: right;
    margin-right: 0px;
}

.statusred {
    background-color: #ed453d;
    width: 76px;
    height: 68px;
    float: left;
    color: #FFFFFF;
    text-align: center;
    margin-left: 13px;
}

.statusgreen {
    background-color: #9ebb42;
    width: 76px;
    height: 68px;
    float: left;
    color: #FFFFFF;
    text-align: center;
    margin-left: 13px;
}

.statusblue {
    background-color: #309ccc;
    width: 76px;
    height: 68px;
    float: left;
    color: #FFFFFF;
    text-align: center;
    margin-left: 13px;
}

.buttonapptcontainer {
    float: right;
    margin-right: 13px !important;
}

.xsPopup {
    width: 95% !important;
}

.smstatusred {
    background-color: #ed453d;
    width: 76px;
    height: 68px;
    float: left;
    color: #FFFFFF;
    text-align: center;
    margin-left: 17px;
}

.smstatusgreen {
    background-color: #9ebb42;
    width: 76px;
    height: 68px;
    float: left;
    color: #FFFFFF;
    text-align: center;
    margin-left: 17px;
}

.smstatusblue {
    background-color: #309ccc;
    width: 76px;
    height: 68px;
    float: left;
    color: #FFFFFF;
    text-align: center;
    margin-left: 17px;
}


.careplan-date {
    background-color: #309ccc;
    width: 76px;
    height: 68px;
    float: left;
    color: #FFFFFF;
    text-align: center;
    margin-left: 17px;
}

.care-plane-row {
    padding-left: 103px;
}

.care-plane-row-right {
    padding-left: 103px;
}

.careplan-plusicon {
    width: 103px;
}


.careplan-plusicon-right {
    width: 65px;
}

.collblue {
    padding-left: 4px;
}

.collred {
    padding-left: 4px;
}

.collapeheading {
    padding-left: 3px;
}

.colldate {
    font-size: 33px;
    font-weight: normal;
    padding-bottom: 1px;
    text-align: center;
    margin-left: 2px;
    margin-top: 0px;
    text-align: center;
}


.careplan-colldate {
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 1px;
    text-align: center;
    margin-left: 2px;
    margin-top: 0px;
    text-align: center;
}

.large-font-size-appointment {
    font-size: 28px;
}

.collmonth {
    font-size: 21px;
    font-weight: bold;
    position: relative;
    margin-left: 0px;
    top: -11px;
}

.careplan-collmonth {
    font-size: 16px;
    /*font-weight: bold;*/
    position: relative;
    margin-left: 0px;
    top: -8px;
}

.month-fontsize-appointment {
    font-size: 18px;
    font-weight: normal;
}

.collyear {
    top: -17px;
}

.careplan-collyear {
    top: -11px;
}

.timewidth {
    float: left;
    padding-top: 7px;
    padding-left: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.timewidthlab {
    float: left;
    padding-top: 7px;
    padding-left: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.timewidth-new {
    padding-top: 10px !important;
}


.smtimewidth {
    float: left;
    padding-top: 6px;
    padding-left: 7px;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    width: 110px;
}

.smtimewidthday {
    float: left;
    padding-top: 6px;
    padding-left: 7px;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    width: 110px;
}

.inboxsmtimewidth {
    float: left;
    padding-top: 7px;
    padding-left: 3px;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    margin-top: 4px;
    width: 110px;
}

.messdatewidth {
    float: left;
    padding-top: 0px !important;
    padding-left: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100% !important;
    padding-bottom: 6px;
}

.messdatewidthllb {
    float: left;
    padding-top: 4px !important;
    padding-left: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100% !important;
    padding-bottom: 6px;
}

.messimgheightdetail {
    width: 43px;
    height: 43px;
    float: left;
    margin-right: 12px;
    margin-top: 3px;
    margin-left: 0px !important;
    background-color: #ffa358;
    border-radius: 50px;
    text-align: center;
    padding-top: 7px;
    padding-left: 0px;
    color: #fff;
    font-size: 23px;
    font-weight: normal;
}
/*.mainheadingmess
{
color: #255da0;
    float: left;
padding-top: 0px !important;
    font-weight: bold;
    font-size: 16px;
    padding-left: 7px !important;
    padding-bottom: 20px;
	width:100%;
	}*/
.messimgheight {
    margin-top: 4px;
    width: 43px;
    height: 43px;
    float: left;
    margin-top: 4px;
    margin-top: 3px;
    margin-left: 12px;
    background-color: #ffa358;
    border-radius: 50px;
    text-align: center;
    padding-top: 9px;
    padding-left: 0px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
}

.testresultimgheight {
    width: 43px;
    height: 43px;
    float: left;
    margin-right: 12px;
    margin-top: 3px;
    margin-left: 17px !important;
    background-color: #ffa358;
    border-radius: 50px;
    text-align: center;
    padding-top: 7px;
    padding-left: 0px;
    color: #fff;
    font-size: 140%;
    font-weight: normal;
    /*margin-bottom: 15px;*/
}

.reportdetail {
    width: 95% !important;
    min-height: 50px;
    float: left;
    margin-top: 15px;
    margin-left: 3px;
    margin-bottom: 25px;
}

/*.testtimeicon {
    font-family: arial;
    float: right;
    padding-top: 0px;
    padding-right: 10px;
    font-weight: normal;
    font-size: 170% !important;
    margin-top: -6px;
}*/

.composebuttonmobile {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 12px;
    margin-top: 3px;
    margin-left: 16px;
    background-color: #0074b7;
    border-radius: 50px;
    text-align: center;
    padding-top: 17px;
    padding-left: 0px;
    color: #fff;
    font-size: 140%;
    font-weight: normal;
    margin-bottom: 60px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
}

.facetocface {
    font-weight: normal;
    font-family: Arial;
    float: left;
    padding-top: 9px;
    padding-left: 0px;
    width: 110px;
}

.smfacetocface {
    font-weight: normal;
    font-family: arial;
    float: left;
    padding-top: 5px;
    padding-left: 0px;
    width: 110px;
}



.smfacetocface-new {
    padding-top: 0px !important;
}

.messdatetxtnewone {
    font-size: 20px;
    color: #505050;
    padding-left: 5px;
    padding-top: 0px !important;
    float: left;
    font-weight: bold;
    width: 51% !important;
    padding-bottom: 2px;
}

.messdatetxt {
    font-size: 20px;
    color: #505050;
    padding-left: 5px;
    padding-top: 0px !important;
    float: left;
    font-weight: bold;
    width: 48% !important;
    padding-bottom: 2px;
}

.messdatetxtn {
    font-size: 20px;
    color: #505050;
    padding-left: 5px;
    padding-top: 2px !important;
    float: left;
    font-weight: bold;
    width: 45% !important;
}

.messdetailwidth {
    padding-top: 0px !important;
    padding-left: 0px !important;
}

.messdetailwidthllb {
    padding-top: 0px !important;
    padding-left: 0px !important;
    width: 31%;
}

.messdetailwidthllbnewone {
    padding-top: 0px !important;
    padding-left: 0px !important;
}

.testdetailwidth {
    padding-top: 0px !important;
    padding-left: 0px !important;
}

.testdetailwidthllb {
    padding-top: 0px !important;
    padding-left: 0px !important;
}

.smdatewidth {
    float: left;
    padding-top: 8px;
    padding-left: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.smdatewidthsmall {
    float: left;
    padding-top: 8px;
    padding-left: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.smdatewidthnewo {
    float: left;
    padding-top: 8px;
    padding-left: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}

.appttxtcontainer {
    float: left;
    width: 100%;
    min-height: 72px;
}

.messappttxtcontainer {
    float: left;
    width: 100%;
    min-height: 263px;
}



.alergyapinnercontainer {
    height: 88px !important;
    border-bottom: 1px solid #ccc;
}

}

.messdetailwidthllbnewone {
    float: left;
    padding-top: 19px;
    padding-left: 86px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 20%;
    margin-top: -7px;
    position: absolute;
}

.comment-grid-container {
    float: left;
    padding-top: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 32%;
    margin-top: -7px;
    position: absolute;
}

@media only screen and (max-width: 1480px) {
    .messdetailwidthllbnewone {
        float: left;
        padding-top: 19px;
        padding-left: 86px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 18%;
        margin-top: -7px;
        position: absolute;
    }
}

@media only screen and (max-width: 992px) {
    .collimgmainsmall {
        width: 70px !important;
        border-radius: 5px;
        margin-top: 6px;
        float: right;
    }

    .appnewicons {
        height: 0px;
        padding-top: 0px;
        float: left;
        position: relative;
        right: 0;
        margin-right: 60px;
    }

    .messdetailwidthllbnewone {
        float: left;
        padding-top: 19px;
        padding-left: 86px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 80%;
        margin-top: -7px;
        position: absolute;
    }
}


@media only screen and (max-width: 890px) {
    .form-control-dropdown-container {
        width: 100px;
        float: left;
    }
}


@media only screen and (max-width: 800px) {
    .form-control-dropdown-container {
        width: 90px;
        float: left;
    }
}

@media only screen and (max-width: 785px) {
    .community-support-btn {
        width: 130px;
    }
}


@media only screen and (min-width: 1600px) {
    .messdetailwidth {
        float: left;
        padding-top: 19px;
        padding-left: 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 42% !important;
        margin-top: -7px;
        position: absolute;
    }
}

@media only screen and (max-width: 5000px) {







    .testdetailwidth {
        float: left;
        padding-top: 19px;
        padding-left: 135px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 40%;
        margin-top: -7px;
        position: absolute;
    }

    .testdetailwidthllb {
        float: left;
        padding-top: 19px;
        padding-left: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 16%;
        margin-top: -7px;
        position: absolute;
    }

    .testdetailtxt {
        float: left;
        padding-top: 19px;
        padding-left: 150px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 47%;
        margin-top: -7px;
        position: absolute;
    }
}

@media screen and (max-width: 1300px) and (min-width: 993px) {

    .messdetailwidth {
        float: left;
        padding-top: 19px;
        padding-left: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 28% !important;
        margin-top: -7px;
        position: absolute;
    }

    .messdetailwidthllb {
        float: left;
        padding-top: 19px;
        padding-left: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 28%;
        margin-top: -7px;
        position: absolute;
    }

    .messdetailwidthllbnewone {
        float: left;
        padding-top: 19px;
        padding-left: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 14%;
        margin-top: -7px;
        position: absolute;
    }
}



@media screen and (max-width: 1479px) and (min-width: 993px) {
    .more-btn-sm {
        float: right;
        font-size: 14px;
        cursor: pointer;
        margin-right: 17px;
    }

    .appttxtcontainer {
        float: left;
        width: 100%;
        overflow-x: scroll;
        /* overflow-y: scroll; */
        height: 274px;
    }

    .messappttxtcontainer {
        float: left;
        width: 100%;
        /*	height:300px;*/
    }



    .colldatetxt {
        font-size: 20px;
        color: #505050;
        padding-left: 5px;
        padding-top: 0px;
        float: left;
        font-weight: bold;
        width: 25% !important;
    }

    .hmecolldatetxt {
        font-size: 20px;
        color: #505050;
        padding-left: 5px;
        padding-top: 15px !important;
        float: left;
        font-weight: bold;
        width: 25% !important;
    }

    .hmecolldatetxtsmall {
        font-size: 20px;
        color: #505050;
        padding-left: 5px;
        padding-top: 15px !important;
        float: left;
        font-weight: bold;
        width: 18% !important;
    }

    .hmecolldatetxtappt {
        font-size: 20px;
        color: #505050;
        padding-left: 5px;
        padding-top: 15px !important;
        float: left;
        font-weight: bold;
        /*width: 29% !important;*/
        width: 27% !important;
    }

    .hmecolldatetxtapptsmall {
        font-size: 20px;
        color: #505050;
        padding-left: 5px;
        padding-top: 15px !important;
        float: left;
        font-weight: bold;
        width: 32% !important;
    }

    .hmecolldatetxt-two {
        font-size: 20px;
        color: #505050;
        padding-left: 5px;
        padding-top: 15px !important;
        float: left;
        font-weight: bold;
        width: 40% !important;
    }

    .hmecolldatetxtnewo {
        font-size: 20px;
        color: #505050;
        padding-left: 5px;
        padding-top: 15px !important;
        float: left;
        font-weight: bold;
        width: 30% !important;
    }


    .collapinnercontainer {
        margin-bottom: 0px;
        height: 77px;
    }

    .careplan-container {
        margin-bottom: 0px;
        height: 62px;
    }


    .careplan-textarea-container {
        margin-bottom: 0px;
        height: 62px;
    }

    .collimgheight {
        height: 64px;
        float: right;
        margin-right: 0px;
    }

    .collimgheight-img {
        height: 38px;
        float: right;
        margin-right: 0px;
    }

    .collimgheightsmall {
        height: 38px;
        float: right;
        margin-right: 0px;
    }

    .collimgheightsmall-img {
        height: 38px;
        float: right;
        margin-right: 0px;
    }

    .colldate {
        font-size: 34px;
        font-weight: normal;
        padding-bottom: 1px;
        position: inherit;
        text-align: center;
        margin-left: 0px;
        margin-top: -4px;
        font-family: "arial";
    }


    .careplan-colldate {
        font-size: 24px;
        font-weight: normal;
        padding-bottom: 1px;
        margin-left: 0px;
        margin-top: -4px;
    }

    .large-font-size-appointment {
        font-size: 28px;
    }

    .collmonth {
        font-size: 20px;
        font-weight: bold;
        margin-top: -9px;
        position: inherit;
        margin-left: 21px;
        float: left;
    }

    .careplan-collmonth {
        font-size: 14px;
        /*font-weight: bold;*/
        top: -10px;
    }


    .careplan-collyear {
        top: -13px;
    }


    .month-fontsize-appointment {
        font-size: 16px;
        font-weight: normal;
        float: none;
        margin-left: 0;
        position: relative;
    }

    .timewidth {
        float: left;
        padding-top: 5px;
        padding-left: 9px;
        /* white-space: nowrap; */
        /* overflow: hidden; */
        /* text-overflow: ellipsis; */
        width: 90%;
    }

    .timewidthlab {
        float: left;
        padding-top: 5px;
        padding-left: 9px;
        /* white-space: nowrap; */
        /* overflow: hidden; */
        /* text-overflow: ellipsis; */
        width: 100%;
    }

    .timewidth-new {
        /*padding-left: 0px !important;*/
        padding-top: 0 !important;
        padding-bottom: 5px;
    }

    .smtimewidth {
        float: left;
        padding-top: 5px !important;
        padding-left: 9px;
        /* white-space: nowrap; */
        /* overflow: hidden; */
        /* text-overflow: ellipsis; */
        width: 110px;
    }

    .smtimewidthday {
        float: left;
        padding-top: 5px !important;
        padding-left: 9px;
        /* white-space: nowrap; */
        /* overflow: hidden; */
        /* text-overflow: ellipsis; */
        width: 110px;
    }

    .inboxsmtimewidth {
        float: left;
        padding-top: 5px;
        padding-left: 9px;
        /* white-space: nowrap; */
        /* overflow: hidden; */
        /* text-overflow: ellipsis; */
        width: 110px;
    }

    .datewidth {
        float: left;
        padding-top: 11px;
        padding-left: 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 185px;
    }

    .smdatewidth {
        float: left;
        padding-top: 6px !important;
        padding-left: 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }

    .smdatewidthsmall {
        float: left;
        padding-top: 6px !important;
        padding-left: 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }

    .hmecolldatetxtapptsmall .smfacetocface {
        font-weight: normal;
        float: left;
        padding-top: 12px;
        padding-left: 0px;
        color: #c40000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 53%;
        padding-left: 0px;
    }

    .smdatewidthnewo {
        float: left;
        padding-top: 0px !important;
        padding-left: 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }

    .messdatewidth {
        float: left;
        padding-top: 12px;
        padding-left: 9px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 94%;
    }

    .messdatewidthllb {
        float: left;
        padding-top: 12px;
        padding-left: 9px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 118px;
    }

    .facetocface {
        font-weight: normal;
        font-family: Arial;
        float: left;
        padding-top: 1px;
        padding-left: 0px;
        width: 110px;
    }

    .smfacetocface {
        font-weight: normal;
        font-family: arial;
        float: left;
        padding-top: 5px;
        padding-left: 0px;
        width: 110px;
    }

    .statusred {
        background-color: #ed453d;
        width: 76px;
        height: 87px;
        float: left;
        color: #FFFFFF;
        text-align: center;
    }

    .statusgreen {
        background-color: #9ebb42;
        width: 76px;
        height: 77px;
        float: left;
        color: #FFFFFF;
        text-align: center;
    }

    .statusblue {
        background-color: #309ccc;
        width: 76px;
        height: 87px;
        float: left;
        color: #FFFFFF;
        text-align: center;
    }

    .smstatusred {
        background-color: #ed453d;
        width: 76px;
        height: 77px;
        float: left;
        color: #FFFFFF;
        text-align: center;
        margin-left: 0px;
        padding-top: 5px;
    }

    .smstatusgreen {
        background-color: #9ebb42;
        width: 76px;
        height: 77px;
        float: left;
        color: #FFFFFF;
        text-align: center;
        padding-top: 5px;
    }

    .smstatusblue {
        background-color: #309ccc;
        width: 76px;
        height: 77px;
        float: left;
        color: #FFFFFF;
        text-align: center;
        padding-top: 5px;
    }

    .careplan-date {
        background-color: #309ccc;
        width: 76px;
        height: 60px;
        float: left;
        color: #FFFFFF;
        text-align: center;
        padding-top: 3px;
    }

    .care-plane-row {
        padding-left: 86px;
    }

    .care-plane-row-right {
        padding-left: 86px;
    }

    .careplan-plusicon {
        width: 86px;
    }

    .careplan-plusicon-right {
        width: 65px;
    }
}

/*.smtimewidth {
    float: left;
    padding-top: 12px;
    padding-left: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 55%;
}*/



@media (min-width:1601px) {
    .collimgmainsmall {
        width: 18% !important;
        border-radius: 5px;
        margin-top: 6px;
        float: right;
    }

    .hmecolldatetxtapptsmall {
        font-size: 13px;
        color: #505050;
        padding-left: 9px;
        padding-top: 8px;
        float: left;
        font-weight: bold;
        width: 40% !important;
    }

        .hmecolldatetxtapptsmall .smfacetocface {
            font-weight: normal;
            float: left;
            padding-top: 12px;
            padding-left: 0px;
            color: #c40000;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 35% !important;
            padding-left: 10px;
        }

    .smdatewidthsmall {
        float: left;
        padding-top: 10px;
        padding-left: 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 55%;
    }
}

@media screen and (max-width: 1750px) and (min-width: 1480px) {
    .smdatewidth {
        float: left;
        padding-top: 10px;
        padding-left: 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 74%;
        margin-right: 2%;
    }

    .smdatewidthsmall {
        float: left;
        padding-top: 12px;
        padding-left: 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 60%;
    }

    .smdatewidthnewo {
        float: left;
        padding-top: 6px;
        padding-left: 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 75%;
    }

    .smtimewidthday {
        float: left;
        padding-top: 11px;
        padding-left: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 49%;
    }

    .smfacetocface {
        font-weight: normal;
        float: left;
        padding-top: 12px;
        padding-left: 0px;
        color: #c40000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 24%;
        padding-left: 10px;
    }
}


@media (max-width:1490px) {
    .smtimewidth {
        width: 60%;
        padding-top: 0;
    }
}

@media (max-width:1490px) {
    .smtimewidth {
        width: 75%;
    }
}

@media (max-width:1280px) {
    .smtimewidth {
        width: 80%;
    }
}

@media only screen and (max-width: 486px) {
    .nav-tabs li a.lasttab: {
        margin-right: 0 !important;
    }


    li.labbutwidth a {
        padding-top: 8px !important;
        font-size: 87%;
        text-align: center;
        font-weight: bold;
        font-family: arial;
    }

    li.labbutwidthdia a {
        padding-top: 8px !important;
        font-size: 87%;
        text-align: center;
        font-weight: bold;
        font-family: arial;
    }

    .paneldetailheading {
        font-size: 22px;
        text-align: left;
        font-weight: normal;
        color: #464646;
        padding-left: 2px;
        padding-top: 9px;
        float: left;
    }
}

.collapeheading {
    font-size: 16px;
    font-weight: bold;
    padding-top: 6px !important;
}

.collblue {
    color: #255da0;
    float: left;
    padding-top: 3px;
}

.collgreen {
    color: #178d33;
    float: left;
    padding-top: 3px;
}

.collred {
    color: #8d1717;
    float: left;
    padding-top: 3px;
}



.colldatecontainer {
    width: 200px;
    height: 85px;
    float: left;
}

.colldrnamecontainer {
    width: 36%;
    height: 85px;
    float: left;
}

.collimgcontainer {
    width: 19%;
    height: 85px;
    float: right;
}



.messimgmain {
    border-radius: 0px;
    margin-top: 6px;
    background-color: #fff;
    right: 0;
    margin-right: 14px;
}

.messlabimgmain {
    border-radius: 0px;
    margin-top: 1px;
    position: absolute;
    right: 0;
    margin-right: 17px;
}

.messrplimgmain {
    border-radius: 0px;
    margin-top: 0px;
    background-color: #fff;
    padding-left: 5px;
}

.messinbimgmain {
    border-radius: 0px;
    margin-top: 4px;
    position: absolute;
    right: 0;
    margin-right: 7px;
}

.messinbimgmainattch {
    border-radius: 0px;
    margin-top: 3px;
    position: absolute;
    right: 0;
    margin-right: 137px;
}


.colldatetxt {
    font-size: 16px;
    color: #505050;
    padding-left: 10px;
    padding-top: 4px;
    float: left;
    font-weight: bold;
    width: 40%;
}

.hmecolldatetxt {
    font-size: 13px;
    color: #505050;
    padding-left: 2px;
    padding-top: 8px;
    float: left;
    font-weight: bold;
    width: 26%;
}

.hmecolldatetxtsmall {
    font-size: 13px;
    color: #505050;
    padding-left: 2px;
    padding-top: 8px;
    float: left;
    font-weight: bold;
    width: 27%;
}

.hmecolldatetxtappt {
    font-size: 13px;
    color: #505050;
    padding-left: 2px;
    padding-top: 8px;
    float: left;
    font-weight: bold;
    width: 49%;
}

.hmecolldatetxtapptsmall {
    font-size: 13px;
    color: #505050;
    padding-left: 9px;
    padding-top: 8px;
    float: left;
    font-weight: bold;
    width: 35%;
}

.hmecolldatetxt-two {
    font-size: 14px;
    color: #505050;
    padding-left: 10px;
    padding-top: 8px;
    float: left;
    font-weight: bold;
    width: 50%;
}

.hmecolldatetxtnewo {
    font-size: 14px;
    color: #505050;
    padding-left: 10px;
    padding-top: 5px;
    float: left;
    font-weight: bold;
    width: 28%;
}


.messdatetxtnewone {
    font-size: 14px;
    color: #222;
    padding-left: 0px;
    padding-top: 4px;
    float: left;
    font-weight: normal;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.messdatetxt {
    font-size: 14px;
    color: #222;
    padding-left: 0px;
    padding-top: 4px;
    float: left;
    font-weight: normal;
    width: 20%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 2%;
}

.comment-text-grid {
    font-size: 14px;
    color: #222;
    padding-left: 0px;
    padding-top: 4px;
    float: left;
    font-weight: normal;
    width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.messdatetxtn {
    font-size: 14px;
    color: #222;
    padding-left: 0px;
    padding-top: 2px;
    float: left;
    font-weight: normal;
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.colldrnmetxt {
    font-size: 24px;
    color: #505050;
    padding-left: 7px;
    padding-top: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.colldrname {
    color: #f58931;
    font-size: 24px;
    font-weight: bold;
}


.counter {
    width: 25px;
    height: 25px;
    text-align: center;
    color: #FFFFFF;
    float: left;
    font-size: 13px;
    background-color: #3DB66E;
    border: 1px solid #50D485;
    padding-top: 6px;
    border-radius: 20px;
    margin-left: 10px;
    margin-top: 2px;
    font-weight: bold;
}

.apptcontainer {
    height: 27px;
}

.formmaincont {
    padding-left: 0;
    margin-top: 15px;
    float: left;
    width: 100%;
}

.messtopheadinggray {
    font-size: 18px;
    padding-top: 10px;
    padding-left: 9px;
    margin-top: -6px;
    float: left;
}

.messtopheadorange {
    font-size: 18px;
    padding-top: 4px;
    padding-left: 60px;
    margin-top: -11px;
    float: left;
}

.messtopheaddate {
    font-size: 18px;
    padding-top: 2px;
    padding-left: 55px;
    margin-top: 6px;
    float: left;
    font-weight: bold;
}


/* jamil styles*/

.usericone {
    margin-left: 15px;
}

.settingicone {
    margin-left: 15px;
}

.logouticone {
    margin-left: 15px;
}



.topmenurightcontainer {
    padding-right: 15px;
}

.usertxt {
    margin-right: 0px !important;
}


.Colapse-heading-txt {
    font-size: 22px;
    color: #505050;
    font-weight: normal;
    padding-left: 15px !important;
    padding-right: 15px !important;
}


.Colapse-inner-txt {
    font-size: 15px;
    color: #1c76b3;
    float: left;
    font-weight: bold;
}

    .Colapse-inner-txt i {
        margin-right: 5px;
    }

.Colapse-inner-sub-txt {
    font-weight: normal;
    font-family: calbiril;
    float: left;
    padding-left: 10px;
    font-size: 17px;
}


.inbox-appointment-contaner {
    height: 40px;
    margin-bottom: 10px;
    box-shadow: 0px 2px 5px #ccc;
}




.appoint-body-container {
    font-size: 20px;
    color: #505050;
    padding-left: 5px;
    padding-top: 0px;
    float: left;
    font-weight: bold;
    width: 35%;
}

.appointment-timewidth {
    float: left;
    padding-top: 15px;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50%;
}

.blue-panel-heading-index {
    height: 65px;
}

.index-main-section-heading {
    font-size: 22px;
    text-align: left;
    font-weight: bold;
    color: #fff;
    padding: 15px;
    float: left;
}

.orangebgimage-index {
    background-image: url(../images/orange-bg-img.png);
    width: 283px;
    height: 65px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    margin-right: 24px;
}

.statusred-inbox {
    background-color: #ed453d;
    width: 15%;
    height: 40px;
    float: left;
    color: #FFFFFF;
    text-align: center;
    padding: 3px;
}

.appointmentDate-inbox {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    font-family: "calbiril";
    width: 100%;
    float: left;
    margin-top: -3px;
}

.appointmentmonth-inbnox {
    font-size: 16px;
    font-weight: bold;
    margin-top: -5px;
    width: 100%;
    float: left;
}


.appointment-datetime-inbox {
    font-size: 20px;
    color: #505050;
    padding-left: 5px;
    padding-top: 0px;
    float: left;
    font-weight: bold;
    width: 30%;
    padding: 5px;
}

.appointment-doc-sec-inbox {
    font-size: 20px;
    color: #505050;
    padding-left: 5px;
    padding-top: 0px;
    float: left;
    font-weight: bold;
    width: 45%;
    padding: 5px;
    padding-top: 8px;
}


.appointment-timewidth-inbox {
    padding-left: 5px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50%;
}

.appointment-img-inbox {
    width: 10%;
    border-radius: 5px;
    float: left;
    text-align: center;
}

.doctor-section-inbox {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #f58931;
    font-size: 18px;
    width: 50%;
}

.facetocface-inbox {
    font-weight: normal;
    font-family: Arial;
    float: left;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.appointment-img {
    height: 39px;
}

.no-margin {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.margin-bottom-five {
    margin-bottom: 5px;
}

.margin-bottom-fifteen {
    margin-bottom: 15px !important;
}

ul.resources {
    padding: 0;
    border-right: 1px solid #E4E4E4;
    margin: 0;
}

    ul.resources li.active-image {
        list-style-type: none;
        padding: 15px 0px;
    }


    ul.resources li.pdf-image {
        list-style-type: none;
        padding: 2px 0px;
        float: left;
        width: 100%;
    }

    ul.resources li.folder-image {
        list-style-type: none;
        padding: 15px 0px;
        float: left;
        width: 100%;
    }

    ul.resources li.movie-image {
        list-style-type: none;
        padding: 2px 0px;
        float: left;
        width: 100%;
    }

    ul.resources li.text-image {
        list-style-type: none;
        padding: 15px 0px;
        float: left;
        width: 100%;
    }


    ul.resources li a {
        color: #4C4C4C;
        text-decoration: none;
        font-size: 17px;
    }

    ul.resources li.active-image a {
        color: #124d9d;
    }

    ul.resources li a img {
        margin-right: 10px;
        float: left;
    }

.provider-resource-li-padding {
    padding-top: 4px;
}

ul.Recource-provider-main-container {
    padding: 15px;
}

    ul.Recource-provider-main-container li {
        padding-right: 20px;
        padding-bottom: 15px;
        display: inline-block;
        text-align: center;
    }

        ul.Recource-provider-main-container li img {
            margin-bottom: 6px;
            width: 65px;
        }

        ul.Recource-provider-main-container li a {
            color: #3398DC;
            text-align: center;
        }

.medcation-tbl-heading {
    cursor: pointer;
    font-weight: normal;
}

.alergyapinnercontainer {
    height: 60px;
    border-bottom: 1px solid #ccc;
}



table#AllergyUpdateIDNew tbody tr {
    border-bottom: 1px solid #ddd;
}

.grid-header-default {
    background-color: #f0f0f0;
}


.messchckbox {
    float: left;
    margin-top: 13px;
    margin-left: 3px;
}

.delmessicon {
    cursor: pointer;
    font-size: 26px !important;
    margin-top: 15px;
    float: left;
    margin-left: 0px;
}




.custom-checkbox {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 5px;
}

    /* Hide the browser's default checkbox */
    .custom-checkbox input {
        position: absolute;
        opacity: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -3px;
    left: -2px;
    background-color: #fff;
    border-radius: 0px;
    border: 0px solid #c1c1c1;
    margin-top: 3px;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
    background-color: #3398dc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.checkmark-disable {
    cursor: not-allowed;
    background-color: red;
    cursor: not-allowed;
    background-color: #d1cfcf;
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    margin-top: 0px;
    border: 1px solid #d1cfcf;
}

.print-disable {
    color: #d1cfcf;
    cursor: not-allowed;
}

table#TestResult tbody tr td {
    padding-left: 14px;
}

.table-td-gray-txt {
    font-size: 16px;
    color: #505050;
    font-weight: bold;
}

.bookapptbut {
    display: none;
}

@media only screen and (max-width: 991px) {
    .bookapptbut {
        display: block;
        width: 100%;
        height: 50px;
        background-color: #7a7a7a;
        color: #fff;
        font-weight: bold;
        padding-left: 13px;
        padding-top: 10px;
        font-size: 20px;
    }
}


.cardgreenmaincont {
    width: 100% !important;
    min-height: 120px;
    border: 1px solid #0074b7;
    margin-top: 15px;
    border-radius: 5px;
    background-color: #fff;
    margin-left: -2px !important;
}

#F2F {
    background: url(../images/icnF2FConsult3.svg);
    height: 110px;
    background-size: 80px 80px;
    background-repeat: no-repeat;
    background-position: center;
}

#VideoConsult {
    background: url(../images/icnVirtualConsult3.svg);
    height: 110px;
    background-size: 80px 80px;
    background-repeat: no-repeat;
    background-position: center;
}


@media (min-width: 993px) {
    #F2F {
        background: url(../images/icnF2FConsult3.svg);
        height: 150px;
        background-size: 120px 120px;
        background-repeat: no-repeat;
        background-position: center;
    }

    #VideoConsult {
        background: url(../images/icnVirtualConsult3.svg);
        height: 150px;
        background-size: 120px 120px;
        background-repeat: no-repeat;
        background-position: center;
    }
}

.consultTypeText {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.selected-ct {
    background-color: #d3d3d3;
    font-weight: bold;
    opacity: .7;
}

.consultType {
    cursor: pointer;
}

    .consultType:hover {
        background-color: #f5f5f5;
    }


a.medcation-tbl-heading {
    color: #222;
}

.Medication-bg {
    width: 100%;
    background-color: #f0f0f0;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .Medication-bg .custom-checkbox {
        font-size: 16px;
        padding-left: 25px;
    }

.apptrighttopbar {
    background-color: #fff;
    border-radius: 5px;
    min-height: 0px;
    margin-bottom: 0px;
    border: 0px solid #7a7a7a;
}

.otherGP:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

.mainheading {
    color: #255da0;
    float: left;
    padding-top: 8px;
    font-weight: bold;
    font-size: 114%;
    margin-left: 0px;
    padding-bottom: 20px;
    width: 100%;
}

.formtitle {
    width: 10%;
    float: left;
    padding-left: 15px;
    font-size: 14px;
    color: #333333;
    padding-top: 5px;
}

.forminnermain {
    width: 88.7%;
    float: left;
}

.forminput {
    width: 100%;
    height: 35px;
    border: 1px soild #000;
    float: left;
    padding-left: 5px;
    margin-bottom: 15px;
    border-color: #ccc;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.formtxtarea {
    width: 100%;
    /*height: 250px;*/
    border: 1px solid #000;
    float: left;
    padding-left: 5px;
    margin-bottom: 15px;
    resize: none;
    border-color: #ccc;
    padding: 6px;
}

.paddingzero {
    margin-bottom: 45px;
    padding-left: 15px;
}

.allerypaddingzero {
    /*margin-bottom: 45px;*/
}

.bookapptbutpad {
    padding-top: 7px !important;
    width: 33%;
    text-align: center;
    font-size: 16px;
}

.cardmaincont {
    width: 100%;
    min-height: 120px;
    border: 1px solid #bca1d8;
    margin-top: 15px;
    border-radius: 5px;
}

.cardgreenmaincont {
    width: 100%;
    min-height: 120px;
    border: 1px solid #0074b7;
    margin-top: 15px;
    /*border-radius: 5px;*/
    border-radius: 0;
    background-color: #fff;
    margin-left: 0%;
}

.cardtopbar {
    background-color: #bca1d8;
    width: 100%;
    height: 10px;
}

.cardgreentopbar {
    background-color: #0074b7;
    width: 100%;
    height: 40px;
}

.carddte {
    color: #fff;
    font-size: 16px;
    padding-top: 9px;
    padding-right: 14px;
    font-weight: normal;
    float: right;
}

.cardttl {
    color: #fff;
    font-size: 18px;
    padding-top: 8px;
    padding-left: 14px;
    font-weight: bold;
    float: left;
    width: 68%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.midcontain {
    width: 100%;
    margin-bottom: 10px;
    height: 85px;
    overflow-y: auto;
}

.allergies-mid-container {
    height: 123px;
    overflow-y: auto;
    margin-bottom: 0 !important;
    padding-bottom: 5px;
}

.cardtopmargin {
    margin-top: 7px;
    width: 94%;
    float: left;
    margin-left: 14px;
    text-align: left;
}

.cardpaddingzero {
    margin-bottom: 0px;
}

.feemaintab {
    width: 100%;
    height: 36px;
    background-color: #0074b7 !important;
    border-radius: 5px;
    margin-top: 5px;
    padding-top: 9px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    margin-left: 0px;
}

.pricetag {
    color: #464646;
    font-size: 14px;
    width: 50%;
    float: left;
    text-align: center;
    font-weight: bold;
    padding-top: 13px;
}

.pricetaglab {
    color: #464646;
    font-size: 14px;
    width: 50%;
    float: left;
    text-align: left;
    font-weight: bold;
    padding-top: 13px;
    padding-left: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.paidtag {
    color: #124d9d;
    font-size: 14px;
    width: 50%;
    float: left;
    text-align: center;
    font-weight: bold;
    padding-top: 13px;
}

.paidtaglab {
    color: #505050;
    font-size: 14px;
    width: 45%;
    float: left;
    text-align: right;
    font-weight: bold;
    padding-top: 13px;
}

.unpaidtag {
    color: #e10b1b;
    font-size: 14px;
    width: 50%;
    float: left;
    text-align: center;
    font-weight: bold;
    padding-top: 13px;
}

.feemargin {
    margin-top: 8px;
}

.feerighttxt {
    position: absolute;
    right: 0;
    padding-top: 13px;
    font-size: 14px;
    margin-right: -146px;
    color: #464646;
}

.smallmenucontainer {
    width: 100%;
    min-height: 50px;
    background-color: #fff;
    position: absolute;
    top: 46px;
    z-index: 99;
    box-shadow: 0px 3px 7px #888;
    display: none;
}

.smallmenuimg {
    float: left;
    margin-top: 4px;
    margin-left: 16px;
}

.smallmenutxt {
    padding-left: 10px;
    padding-top: 8px;
    float: left;
    font-size: 14px;
    color: #fff;
}

.dotsli {
    list-style: none;
    width: 100%;
    height: 37px;
    border-bottom: 1px solid #ececec;
    margin-top: 0px;
    background-color: #0074b7;
}

.marginul {
    margin-left: -40px;
    margin-bottom: 0px;
}

.MenuIcon {
    background-image: url(../images/Menu-Icon.png);
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    float: left;
    margin-top: 2px;
    margin-left: 15px;
}



ul.resources li.image-pic {
    list-style-type: none;
    padding: 15px 0px;
    float: left;
    width: 100%;
}

+ ul.resources li.pdf-image-active {
    list-style-type: none;
    padding: 15px 0px;
    float: left;
    width: 100%;
}


ul.resources li.Txt-File-active {
    list-style-type: none;
    padding: 15px 0px;
    float: left;
    width: 100%;
}

    ul.resources li.Txt-File-active a {
        color: #124d9d;
    }

ul.resources li.pdf-image-active a {
    color: #124d9d;
}


.txt-popup {
    min-height: 50px;
    max-height: 550px;
    overflow-y: auto;
}

    .txt-popup h4 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }


    .txt-popup p {
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .txt-popup ul {
        margin: 0 0 10px 0;
        padding: 0;
    }

    .txt-popup li {
        list-style-type: disc;
        margin-left: 20px;
    }

ul.resources li.movie-image-active {
    list-style-type: none;
    padding: 2px 0px;
    float: left;
    width: 100%;
}

    ul.resources li.movie-image-active a {
        color: #124d9d;
    }


.menuovernew {
    background-image: url(../images/user-icon.png);
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    float: left;
}


.modal-header-success {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #0074b7;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
}


.medication-bar-left {
    width: 100%;
    height: 50px;
    background-color: #d6e2af;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    font-size: 22px;
    color: #424344 !important;
}

.medication-bar-right {
    width: 100%;
    height: 50px;
    background-color: #c5e5fb;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    font-size: 22px;
    color: #424344 !important;
}

.viewmorebut {
    width: 140px;
    height: 28px;
    border-radius: 5px;
    margin-top: 6px;
    margin-bottom: 0px;
    float: right;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    padding-right: 0px;
}

ul.topmenurightcontainer {
    padding: 0 3px 0 0;
    margin: 0;
}


    ul.topmenurightcontainer li {
        list-style-type: none;
        display: inline-block;
        padding: 3px 3px;
    }

        ul.topmenurightcontainer li a {
            color: #0074b7;
            font-size: 30px;
            margin-left: 0px;
        }

.healthplantabcontainer {
    max-height: 600px;
    overflow: auto;
    width: 100%;
    background-color: #FFFFFF;
}

.fontawesome {
    font-size: 20px !important;
    padding-top: 5px;
    padding-bottom: 3px;
    color: #fff;
}

.mobicon {
    float: left;
    margin-left: 15px;
    width: 20px;
    margin-top: 2px;
}

.resources-font-awsome {
    font-size: 30px !important;
}

.large-fontawsome {
    font-size: 60px !important;
    margin-bottom: 10px;
}

.messtxtdetail {
    font-size: 80%;
    color: #222;
    padding-left: 30px;
    padding-top: 4px;
    float: left;
    font-weight: normal;
}

.composeicon {
    cursor: pointer;
    font-size: 19px !important;
    margin-top: -2px;
    margin-right: 11px;
    position: absolute;
    right: 0;
}

.composeiconmobile {
    cursor: pointer;
    font-size: 25px !important;
    margin-top: 1px;
    margin-right: 18px;
    position: absolute;
    right: 0;
    cursor: pointer;
}



.replybtn {
    padding-top: 15px;
}

    .replybtn .text-center {
        text-align: center;
    }

; .replybtn .text-center a {
    color: #676666;
    font-size: 20px;
}

.messdetailtxt {
    font-size: 13px;
    color: #222;
    font-weight: normal;
    word-break: break-word;
}

.mainheadingmess {
    color: #255da0;
    float: left;
    padding-top: 22px;
    font-weight: normal;
    font-size: 16px;
    margin-left: 51px;
    padding-bottom: 6px;
    width: 100%;
}




.messdatetxtdetail {
    font-size: 90%;
    color: #222;
    padding-left: 0px;
    padding-top: 4px;
    float: left;
    font-weight: normal;
    padding-top: 2px;
    width: 92%;
}

.tmeadmindetail {
    padding-top: 2px !important;
    font-size: 17px;
    padding-bottom: 3px;
    padding-left: 4px !important;
    font-weight: bold;
}

.messdatewidthdetail {
    float: left;
    padding-top: 0px;
    padding-left: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100% !important;
    padding-bottom: 3px;
    margin-top: -4px;
}

.rplybutton {
    position: absolute;
    right: 0;
    margin-top: -40px;
    margin-right: 0px;
}

.clockbutton {
    position: absolute;
    right: 0;
    margin-top: 0px;
    margin-right: 9px;
    font-size: 290%;
}

.topbar-messge {
    background-color: #0074b7;
    padding: 12px 0px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
    top: -500px;
}

.mobile-icons {
    font-size: 28px !important;
    color: #157cc1;
}

.messimgheightdetail {
    width: 43px;
    height: 43px;
    float: left;
    margin-right: 12px;
    margin-top: 3px;
    margin-left: 0px;
    background-color: #ffa358;
    border-radius: 50px;
    text-align: center;
    padding-top: 7px;
    padding-left: 0px;
    color: #fff;
    font-size: 23px;
    font-weight: normal;
}

.topbar-messgeDetail {
    background-color: #fff;
    padding: 8px 0px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #ccc;
    left: 0;
}

.sendrotateicon {
    margin-left: 25px;
    margin-right: 15px;
    transform: rotate(50deg);
}

.testresultimgheight {
    width: 43px;
    height: 43px;
    float: left;
    margin-right: 12px;
    margin-top: 3px;
    margin-left: 1px;
    background-color: #ffa358;
    border-radius: 50px;
    text-align: center;
    padding-top: 12px;
    padding-left: 0px;
    color: #fff;
    font-size: 97%;
    font-weight: normal;
}

.sendrotateicon {
    margin-left: 25px;
    margin-right: 15px;
    transform: rotate(50deg);
}

.tabsMobile {
    width: auto;
    text-align: center;
}

li.tabsMobile a {
    padding-top: 8px !important;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    font-family: arial;
}

.colldatetxt {
    font-size: 14px;
    color: #222;
    padding-left: 10px;
    padding-top: 16px;
    float: left;
    width: 40%;
}

.datewidth {
    float: left;
    padding-left: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 173px;
}

.facetocface {
    font-weight: normal;
    font-family: Arial;
    float: left;
    padding-left: 15px;
    font-size: 16px;
    margin-top: -9px;
    color: #222;
}

.font-bold {
    font-weight: bold;
}

.datewidthne {
    margin-top: 15px;
    width: 50%;
    margin-left: 0%;
}

.datetxt {
    padding-left: 0px;
    padding-top: 15px;
}

@media (max-width: 360px) {




    .colldatetxt {
        font-size: 14px;
        color: #505050;
        padding-left: 10px;
        padding-top: 4px;
        float: left;
        width: 40%;
        font-weight: normal !important;
    }

    .datewidth {
        float: left;
        padding-left: 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 130px;
        padding-top: 7px;
    }

    .facetocface {
        font-weight: normal;
        font-family: Arial;
        float: left;
        font-size: 16px;
        color: #222;
        padding-left: 0px;
        margin-top: -3px;
    }
}

.reportdetail {
    width: 100%;
    min-height: 50px;
    float: left;
    margin-top: 15px;
    margin-bottom: 25px;
}

.testresulttable {
    border: 1px solid #ccc;
    padding: 10px;
    font-family: arial;
    font-size: 115%;
}

.tabletop {
    background-color: #e8e8e8;
    font-weight: bold;
}

td, th {
    padding-left: 11px !important;
}

.ftofmargin {
    margin-left: -10px;
}

.timebox {
    float: left;
    margin-right: 2px;
}

.xsPopup {
    width: 33%;
}

.otherGPactive {
    background-color: #cecbcb;
    cursor: pointer;
}

.button-margin-appt {
    margin-bottom: 5px;
}

.marginSmallDeviceTab {
    margin-top: 0;
}

.GPText {
    width: 100%;
    height: 36px;
    background-color: #0074b7 !important;
    border-radius: 5px;
    margin-top: 5px;
    padding-top: 6px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.time-slot-selected {
    background-color: #0074b7 !important;
    color: #fff !important;
}

.appointmentslotBox {
    background-color: #C0C0C0;
    color: #000;
    text-align: center;
    padding: 5px;
    float: left;
    width: 25%;
    padding-top: 12px;
    padding-bottom: 11px;
    cursor: pointer;
    outline: 1px solid #fff;
}

@media only screen and (max-width: 600px) {
    .appointmentslotBox {
        background-color: #C0C0C0;
        color: #000;
        text-align: center;
        padding: 0px;
        float: left;
        width: 50%;
        padding-top: 12px;
        padding-bottom: 11px;
        cursor: pointer;
        outline: 1px solid #fff;
    }
}

.appointmentslotBoxeActive.time-slot-selected {
    background: gray;
    color: #fff;
}


@media only screen and (max-width: 650px) {
    .planed-comment-text-with-margin {
        width: 45%;
    }

    .planed-date-user-name-text {
        width: 18%;
    }
}

@media only screen and (max-width: 540px) {
    .planed-comment-text-with-margin {
        width: 40%;
    }
}


@media only screen and (max-width: 486px) {
    .planed-comment-text-with-margin {
        width: 35%;
    }

    .planed-comment-text-with-margin-date {
        width: 23%;
    }
}

@media only screen and (max-width: 403px) {
    .planed-comment-text-with-margin {
        width: 30%;
    }

    .planed-comment-text-with-margin-date {
        width: 23%;
    }
}

@media only screen and (max-width: 330px) {
    .planed-comment-text-with-margin {
        width: 28%;
    }

    .planed-comment-text-with-margin-date {
        width: 21%;
    }
}



@media (max-width: 480px) and (min-width: 360px) {

    .appointmentslotBoxeActive {
        background-color: #dddcdc;
        color: #000;
        text-align: center;
        padding: 5px;
        float: left;
        width: 87px;
        padding-top: 12px;
        padding-bottom: 11px;
        cursor: pointer;
    }

    .appointmentslotBoxes {
        background-color: #f5f5f5;
        text-align: center;
        padding: 8px;
        float: left;
        width: 100%;
    }

    .docapptText {
        text-align: center;
    }

    .timebox {
        float: left;
        margin-right: 2px;
        width: 100%;
    }

    .AppointmentTime {
        float: left;
    }

    .medicationTDOnewidth {
        width: 10% !important;
    }

    .medicationTDTWOwidth {
        width: 60% !important;
    }

    .medicationTDThreewidth {
        width: 30% !important;
    }

    .btn-right {
        float: left !important;
    }

    .medication-bar-left {
        width: 100%;
        height: auto;
        background-color: #d6e2af;
        font-weight: normal;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        font-size: 22px;
        color: #424344 !important;
    }
}


.btn-right {
    float: right;
}

.colpaddingZero {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.medicationTDOnewidth {
    width: 5%;
}

.medicationTDTWOwidth {
    width: 75%;
}

.medicationTDThreewidth {
    width: 20%;
}




.c-selected {
    background-color: #0074b7 !important;
}

.button-clicked {
    background-color: #229be0 !important;
}

.button-clicked1 {
    background-color: #229be0 !important;
}

.button-clicked2 {
    background-color: #229be0 !important;
}

.button-clicked3 {
    background-color: #229be0 !important;
}

.button-clicked4 {
    background-color: #229be0 !important;
}


.checkbut, .m-checkbut {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-top: 4px;
    margin-left: 9px;
}



@media (max-width: 480px) and (min-width: 360px) {

    .appointmentslotBoxeActive {
        background-color: #dddcdc;
        color: #000;
        text-align: center;
        padding: 8px;
        float: left;
        width: 100%;
        cursor: pointer;
    }

    .appointmentslotBoxes {
        background-color: #f5f5f5;
        text-align: center;
        padding: 8px;
        float: left;
        width: 100%;
    }

    .docapptText {
        /*float: left;
        padding-left: 12px;*/
    }

    .timebox {
        float: left;
        margin-right: 2px;
        width: 100%;
    }

    .AppointmentTime {
        float: left;
    }

    .medicationTDOnewidth {
        width: 10% !important;
    }

    .medicationTDTWOwidth {
        width: 60% !important;
    }

    .medicationTDThreewidth {
        width: 30% !important;
    }

    .btn-right {
        float: left !important;
    }

    .medication-bar-left {
        width: 100%;
        height: auto;
        background-color: #d6e2af;
        font-weight: normal;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        font-size: 22px;
        color: #424344 !important;
    }
}


.btn-right {
    float: right;
}

.colpaddingZero {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.medicationTDOnewidth {
    width: 5%;
}

.medicationTDTWOwidth {
    width: 75%;
}

.medicationTDThreewidth {
    width: 20%;
}

.fontawsomePrint {
    font-size: 24px !important;
    color: #222;
    cursor: pointer;
}

.printico {
    background-image: url(../images/PrinterSV.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    margin: 5px;
    margin-left: 12px;
    float: right;
    margin-top: 3px;
}

.repeatmedic {
    background-image: url(../images/MedicationRepeat.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    margin: 5px;
    margin-left: 12px;
    float: right;
    margin-right: 0px;
    margin-top: 3px;
}

.headingmedic {
    width: 165px;
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding-top: 4px;
}

.viewbutmds {
    padding-left: 0 !important;
    float: right;
    margin-right: 15px;
    margin-top: -2px;
}

.medtabtxt {
    padding-top: 8px !important;
    font-size: 14px;
}

.medthwidth {
    width: 49px;
    height: 50px;
}

.moreiconhme {
    float: right;
    margin-top: 12px;
}


.med-repeat-div {
    margin-bottom: 10px;
    padding-left: 11px;
}

.med-conf-heading {
    font-weight: bold;
    margin-bottom: 10px;
}

.med-conf-notes {
    background-color: #f5f5f5;
    padding: 15px;
}

.conf-notes-text {
    color: red;
    margin-bottom: 10px;
}

.immunisationstabGreen {
    color: #fff;
    cursor: pointer;
    background-color: #80c275;
    height: 35px;
    font-size: 16px;
    color: #fff;
    border: none !important;
}

.labbutwidth a.immunisationstabGreen:hover {
    background-color: #599C4E;
    border: none;
}

.labbutwidthdia a.immunisationstabGreen:hover {
    background-color: #599C4E;
    border: none;
}

.immunisationstabred {
    color: #fff;
    cursor: pointer;
    background-color: #e14c4c;
    height: 35px;
    font-size: 16px;
    color: #fff;
    border: none !important;
}

.labbutwidth a.immunisationstabred:hover {
    background-color: #BB2929;
    border: none;
}

.labbutwidthdia a.immunisationstabred:hover {
    background-color: #BB2929;
    border: none;
}


.immunisationstabblue {
    cursor: pointer;
    background-color: #62aee2;
    height: 35px;
    font-size: 16px;
    color: #fff;
    border: none !important;
}

.labbutwidth a.immunisationstabblue:hover {
    background-color: #5498C7;
    border: none;
}

.labbutwidthdia a.immunisationstabblue:hover {
    background-color: #5498C7;
    border: none;
}

.defaultCursor {
    cursor: auto !important;
}

.text-right {
    margin-left: -2px;
}

.notesTextDate {
    color: #0074b7;
    padding-left: 15px;
    position: absolute;
    right: 0;
    padding-right: 26px;
    top: 0;
    padding-top: 9px;
    font-weight: bold;
}


.notesTab {
    padding: 3px 0;
}

.notebox {
    width: 100%;
    min-height: 100px;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 4px 4px #ccc;
    margin-bottom: 20px;
}

.notelocation {
    color: #124d9d;
    width: 100%;
    float: left;
    padding-bottom: 10px;
}


.greenText-immu {
    color: #347f0d;
}

.redText-immu {
    color: #8a0607;
}

.blueText-immu {
    color: #124d9d !important;
}


#MedicationGridLongTerm thead tr th:last-child {
    text-align: left;
}

#MedicationGridLongTerm tbody tr td:last-child {
    text-align: left;
}

.btn-gray-medication {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #989898;
    color: #fff;
    font-weight: bold;
    border: 1px solid transparent;
    border-radius: 0px;
    margin-left: 0px;
}

.btn-gray-medication-mobile {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #989898;
    color: #fff;
    font-weight: bold;
    border: 1px solid transparent;
    border-radius: 0px;
    margin-left: 0px;
}

.gpbutton {
    width: 94%;
    float: left;
    margin-left: 5px;
    padding-top: 8px !important;
    padding-bottom: 5px !important;
}

.btn-bootappt {
    padding: 0 !important;
}

.buttonapptcontainer {
    float: right;
    margin-right: 0px;
}

.bookapptbutpad {
    padding-top: 3px !important;
    width: 121px;
    text-align: center;
    font-size: 16px;
}

.legendcontainer {
    width: 100%;
    height: 20px;
    float: right;
    /*margin-right: -6px;*/
    margin-top: 10px;
}

.legendcontainernn {
    width: 100%;
    height: 20px;
    float: right;
    margin-right: 9px;
}

.boxprioritygreen {
    width: 12px;
    height: 12px;
    float: left;
    background-color: #a8c775;
    margin-top: 4px;
}

.boxpriorityorange {
    width: 12px;
    height: 12px;
    float: left;
    background-color: #f4aa52;
    margin-top: 4px;
}

.boxpriorityred {
    width: 12px;
    height: 12px;
    float: left;
    background-color: #e75a4f;
    margin-top: 4px;
}

.prioritytxt {
    float: left;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 20px;
}



body * {
    box-sizing: border-box;
}

.timeline {
    background: #fff;
    padding: 25px 14px;
    position: absolute;
    left: 0;
    width: 100%;
}

    .timeline:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 181px;
        bottom: 0px;
        width: 4px;
        background: #ddd;
    }

    .timeline:after {
        content: "";
        display: table;
        clear: both;
    }

.entry {
    clear: both;
    text-align: left;
    position: relative;
}

    .entry .title {
        margin-bottom: .5em;
        float: left;
        width: 157px;
        padding-right: 9px;
        text-align: right;
        position: absolute;
        margin-top: 75px;
    }

        .entry .title:before {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            border: 4px solid #0074b7;
            background-color: #fff;
            border-radius: 100%;
            top: 0%;
            right: -22px;
            z-index: 99;
        }

        .entry .title h3 {
            margin: 0;
            font-size: 120%;
        }

        .entry .title p {
            margin: 0;
            font-size: 100%;
        }

    .entry .body {
        margin: 0 0 3em;
        float: right;
        width: 100%;
        padding-left: 188px;
        font-size: 14px;
        margin-top: 69px;
    }

        .entry .body p {
            line-height: 1.4em;
        }

            .entry .body p:first-child {
                margin-top: 0;
                font-weight: 400;
            }

        .entry .body ul {
            color: #242424;
            padding-left: 0;
            list-style-type: none;
        }

    .entry:before {
        position: absolute;
        width: 50px;
        height: 50px;
        border: 4px solid #fff;
        background-color: red;
        border-radius: 100%;
        top: 0%;
        left: 22px;
        z-index: 99;
    }

.notedate {
    font-size: 14px;
    padding-left: 10px;
    color: #0074b7;
}

.notedrname {
    font-size: 24px;
    color: #515151;
    padding-bottom: 5px;
}

.subobgheading {
    font-weight: bold;
    float: left;
}

.notelipad {
    padding-top: 5px;
}

    .notelipad li .subobgheading {
        padding-right: 5px;
    }

.notedaysmain {
    font-size: 14px;
    color: #fff;
    padding-top: 4px;
    font-weight: bold;
}

.notelocationtxt {
    font-size: 15px;
    color: #fff;
}

.dateboxcontainer {
    border-radius: 5px;
    background-color: #0074b7;
    padding: 8px;
    float: right;
}

.hide-date {
    display: none;
}

.showmorebutton {
    position: fixed;
    bottom: 0;
    margin-bottom: 37px;
    right: 0;
    margin-right: 0px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    height: 40px;
    padding-top: 9px;
    background-color: #0074b7;
    z-index: 99;
}

.loadergif {
    position: fixed;
    top: 0;
    margin-bottom: 10px !important;
    right: 0;
    margin-right: 0px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    height: 40px;
    padding-top: 2px;
    z-index: 9999;
}

.yearnote {
    position: absolute;
    width: 67px;
    height: 39px;
    border: 2px solid #0074b7;
    background-color: #fff;
    border-radius: 12px;
    left: 146px;
    z-index: 1;
    text-align: center;
    padding-top: 6px;
    font-weight: bold;
    font-size: 18px;
}

.redlabel {
    color: red !important;
    padding-left: 3px;
}

.selectpadding {
    padding-left: 0px;
    font-size: 14px;
    color: #868686;
    font-weight: normal;
    outline: none;
}


.file-upload {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 0px;
}

.file-upload__label {
    display: block;
    padding: 6px;
    color: #868686;
    background: #fff;
    border-color: #ccc;
    border: 1px solid #ccc;
    transition: background .3s;
    margin-bottom: 14px;
    font-weight: normal;
    cursor: pointer;
}

{
    cursor: pointer;
    background: #000;
}

}

.file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width: 0;
    height: 100%;
    opacity: 0;
}

.uploadfilebut {
    background-color: #0074b7;
    padding: 7px;
    margin-left: -5px;
    color: #fff;
}



.custom-file-upload-hidden {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.custom-file-upload {
    display: block;
    width: auto;
    font-size: 16px;
}

.file-upload-wrapper {
    position: relative;
}

.file-upload-input {
    width: 90%;
    color: #adadad;
    font-size: 16px;
    padding: 6px 17px;
    border: 1px solid #ccc;
    background-color: $file-upload-color;
    margin-bottom: 15px;
    float: right;
}

.file-upload-button {
    background-color: transparent;
    padding: 7px;
    margin-left: -5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    /*text-transform: uppercase;*/
    padding: 9px 20px;
    border: none;
    margin-left: -1px;
    float: left; /* IE 9 Fix */
    transition: all 0.2s ease-in;
    width: 10%;
}

.attachimgcontainer {
    min-width: 150px;
    height: 36px;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    color: #1c76b3;
    padding-top: 7px;
    margin-right: 10px;
    margin-bottom: 12px;
}

.crossattchimg {
    float: right;
    width: 25px;
    height: 25px;
    background-color: #0074b7;
    border-radius: 25px;
    margin-top: -3px;
    margin-right: -5px;
    text-align: center;
}

.closecrossicon {
    /*font-size: 20px;
    float: right;
    margin-top: 5px;
    color: #FFFFFF;
    margin-right: 7px;*/
    color: white;
    padding-top: 5px;
    font-weight: normal;
}

.dropdownlistgap {
    padding-right: 2px;
}

.messagedigit {
    width: 25px;
    height: 25px;
    background-color: #3DB66E;
    border-radius: 20px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    padding-top: 4px;
    margin-right: 11px;
    z-index: 9999;
    border: 0px solid #fff;
    text-align: center;
    font-weight: bold;
    float: left;
    margin-left: 8px;
    margin-top: 2px;
    position: absolute;
    right: 0;
}

.messagedigitappt {
    width: 25px;
    height: 25px;
    background-color: #3DB66E;
    border-radius: 20px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    padding-top: 4px;
    margin-right: 11px;
    z-index: 9999;
    border: 0px solid #fff;
    text-align: center;
    font-weight: bold;
    float: left;
    margin-left: 8px;
    margin-top: 2px;
    position: absolute;
    right: 0;
}

.messagedigitSmall {
    width: 25px;
    height: 24px;
    background-color: #3DB66E;
    border: 1px solid #50D485;
    border-radius: 20px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    padding-top: 4px;
    margin-right: 14px;
    z-index: 99;
    border: 0px solid #fff;
    text-align: center;
    font-weight: bold;
    float: left;
    margin-left: 8px;
    margin-top: 2px;
}

.dissett {
    padding-left: 0px;
}


.compose-top-heading {
    float: left;
    color: #0074b7;
    /*margin-left: 20px;*/
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px;
}

.inboxmargin {
    margin-left: 1px;
}

.inboxpgehide {
    display: none;
}


@media (max-width: 981px) {
    .inboxpgehide {
        display: block;
    }
}

.top-heading-title {
    float: left;
    color: #0074b7;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 14px;
}

.index-heading {
    background-color: #f0f4f8;
    border-bottom: 2px solid #d0dce8;
}

.medimenubig {
    width: 128px;
    text-align: center;
}

.appt-tabs {
    width: 162px;
    text-align: center;
}

.medimenubig-immunisation {
    width: 147px;
    text-align: center;
}


.medimenubigdia {
    width: 128px;
    text-align: center;
}

li.medimenubig a {
    padding-top: 8px !important;
    font-size: 14px;
}

li.medimenubig-immunisation a {
    padding-top: 9px !important;
    font-size: 14px;
}


li.medimenubigdia a {
    padding-top: 9px !important;
    font-size: 14px;
}


.medimenu {
    width: 128px;
    text-align: center;
}

.medimenu-immunisation {
    width: 147px;
    text-align: center;
}

.menufitbit {
    width: 128px;
    text-align: center;
}

li.medimenu a {
    padding-top: 7px !important;
    font-size: 14px;
}


li.medimenu-immunisation a {
    padding-top: 9px !important;
    font-size: 14px;
}



li.menufitbit a {
    padding-top: 9px !important;
    font-size: 14px;
}



@media (max-width: 992px) and (min-width: 360px) {


    .hmecolldatetxtapptsmall .smfacetocface {
        padding-left: 0px;
        width: 90%;
        padding-top: 5px;
    }


    .medimenubig {
        width: 34%;
        text-align: center;
    }

    .medimenubig-immunisation {
        width: 37%;
        text-align: center;
    }

    .medimenubigdia {
        width: 50%;
        text-align: center;
    }

    .medimenu {
        width: 33%;
        text-align: center;
    }

    .medimenu-immunisation {
        width: 21%;
        text-align: center;
    }

    .menufitbit {
        width: 20% !important;
        text-align: center;
    }
}

@media (max-width: 1320px) and (min-width: 1170px) {
    .messdetailwidth {
        float: left;
        padding-top: 19px;
        padding-left: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 34%;
        margin-top: -7px;
        position: absolute;
    }

    .messdetailwidthllb {
        float: left;
        padding-top: 19px;
        padding-left: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 37%;
        margin-top: -7px;
        position: absolute;
    }

    .messdetailwidthllbnewone {
        float: left;
        padding-top: 19px;
        padding-left: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 18%;
        margin-top: -7px;
        position: absolute;
    }
}


.compose-disclaimer {
    margin-top: 10px;
    width: 100%;
    background-color: #dddcdc;
    padding: 10px;
    bottom: 28px;
}

.dteritaln {
    margin-right: 45px;
    position: absolute;
    right: 0;
}




.menu-icon-header {
    color: #fff;
    font-size: 34px;
    float: left;
    padding-left: 17px;
}

    .menu-icon-header:hover {
        color: #fff;
    }


a.menu-icon-header:focus {
    color: #fff !important;
}

#MedicationGridLongTerm tbody tr:hover {
    cursor: pointer;
}


.form-control {
    border-radius: 0 !important;
}


.location-padding {
    padding-right: 2px;
}

@media screen and (max-width: 1331px) and (min-width: 993px) {
    .testdetailtxtcomllb {
        float: left;
        padding-top: 19px;
        margin-left: 45px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 19%;
        margin-top: -7px;
        position: absolute;
    }

    .dteritaln {
        margin-right: 45px;
        position: absolute;
        right: 0;
    }
}


.dashboard-mess-data {
    font-size: 14px;
    color: #222;
    padding-left: 0px;
    padding-top: 4px;
    float: left;
    font-weight: normal;
    width: 143px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.msg-time-container {
    font-size: 14px;
    color: #222;
    padding-left: 0px;
    padding-top: 4px;
    float: right;
    font-weight: normal;
    width: 163px;
    padding-right: 8px;
}

.dashboard-mess-inner-time {
    float: right;
    padding-top: 13px;
}



.dashboard-mess-inner-div {
    float: left;
    padding-top: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
}

.msg-gray-text {
    font-size: 14px;
    color: #505050;
}

.msg-blue-text {
    font-size: 14px;
    color: #124d9d;
}



.assetmenu {
    display: block;
}

.assetmenudropdown {
    display: none;
}

.assestmenttopmar {
    margin-top: 112px !important;
}

@media only screen and (max-width: 992px) {
    .timeline-padding-right-zero {
        padding-right: 0;
    }

    .messagedigitappt {
        width: 25px;
        height: 24px;
        background-color: #3DB66E;
        border: 1px solid #50D485;
        border-radius: 20px;
        color: #fff;
        font-weight: normal;
        font-size: 12px;
        padding-top: 4px;
        margin-right: 14px;
        z-index: 9999;
        border: 0px solid #fff;
        text-align: center;
        font-weight: bold;
        float: left;
        margin-left: 137px;
        margin-top: 2px;
        position: absolute;
        left: 0;
    }

    .assestmenttopmar {
        margin-top: 74px !important;
    }

    .assetmenu {
        display: none;
    }

    .assetmenudropdown {
        display: block;
    }

    .careplan-right-btns {
        display: none;
    }

    .allergies-mid-container {
        height: auto !important;
        overflow-y: auto;
        margin-bottom: 0 !important;
    }

    .more-btn-sm {
        float: right;
        font-size: 14px;
        cursor: pointer;
        margin-right: 15px;
    }


    .dashboard-mess-data {
        font-size: 14px;
        color: #222;
        padding-left: 0px;
        padding-top: 4px;
        float: left;
        font-weight: normal;
        width: 225px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}


@media only screen and (max-width: 707px) {
    .dashboard-mess-data {
        font-size: 14px;
        color: #222;
        padding-left: 0px;
        padding-top: 4px;
        float: left;
        font-weight: normal;
        width: 55%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .dashboard-mess-inner-div {
        float: left;
        padding-top: 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 93%;
    }

    .dashboard-mess-inner-time {
        float: right;
        padding-top: 0;
        margin-top: -24px;
    }
}



@media screen and (max-width: 1590px) and (min-width: 1200px) {
    .dashboard-mess-data {
        font-size: 14px;
        color: #222;
        padding-left: 0px;
        padding-top: 3px;
        float: left;
        font-weight: normal;
        width: 45%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .dashboard-mess-inner-div {
        float: left;
        padding-top: 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 93%;
    }

    .dashboard-mess-inner-time {
        float: right;
        padding-top: 0;
        margin-top: -24px;
    }

    .msg-time-container {
        font-size: 14px;
        color: #222;
        padding-left: 0px;
        padding-top: 4px;
        float: right;
        font-weight: normal;
        width: 163px;
        padding-right: 8px;
        margin-top: -77px;
    }
}


@media screen and (max-width: 1065px) and (min-width: 990px) {
    .dashboard-mess-data {
        font-size: 14px;
        color: #222;
        padding-left: 0px;
        padding-top: 3px;
        float: left;
        font-weight: normal;
        width: 45%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .dashboard-mess-inner-div {
        float: left;
        padding-top: 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 93%;
    }

    .dashboard-mess-inner-time {
        float: right;
        padding-top: 0;
        margin-top: -24px;
    }

    .msg-time-container {
        font-size: 14px;
        color: #222;
        padding-left: 0px;
        padding-top: 4px;
        float: right;
        font-weight: normal;
        width: 163px;
        padding-right: 8px;
    }
}

.close {
    color: #B9D1E9 !important;
}


.modal-profile-img {
    width: 100%;
    margin-bottom: 15px;
    float: left;
}

.modal-content-text {
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
    color: #505050;
    padding-left: 15px;
}

    .modal-content-text span {
        font-weight: bold;
    }


.modal-text {
    font-size: 14px;
    color: #333;
    text-align: left;
    margin-bottom: 5px;
    color: #505050;
    padding-left: 15px;
}

    .modal-text span {
        font-weight: bold;
    }


.modal-content-text-left {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
    color: #505050;
}


.blue-text-modal {
    color: #0087cb !important;
}

.bold-text {
    font-weight: bold !important;
}


.messappttxtcontainer-main {
    float: left;
    width: 100%;
    margin-left: -8px;
}

.message-container-main {
    height: 51px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ededee;
    cursor: pointer;
}

.inbox-img {
    height: 38px;
    float: left;
    margin-right: 6px;
    margin-top: 7px;
    margin-left: 1px;
}


.message-inner-text {
    font-size: 90%;
    color: #222;
    padding-left: 0px;
    padding-top: 4px;
    float: left;
    font-weight: normal;
}

.message-date-time {
    border-radius: 0px;
    margin-top: 19px;
    background-color: #fff;
    position: absolute;
    right: 0;
    padding-left: 10px;
}

.messg-padding {
    padding-top: 12px !important;
}

.inbox-column {
    float: left;
    padding-top: 12px;
    padding-left: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 143px;
    font-size: 14px;
    font-weight: bold;
    color: #505050;
}

.emergency-txt-columnDetails {
    float: left;
    padding-top: 12px;
    padding-left: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 187px;
    font-size: 14px;
    font-weight: bold;
    color: #505050;
}

.emergency-txt-columnRelation {
    float: left;
    padding-top: 12px;
    padding-left: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 127px;
    font-size: 14px;
    font-weight: bold;
    color: #505050;
}

.emergency-contact-img {
    float: left;
    padding-top: 12px;
    padding-left: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 60px;
    font-size: 14px;
    font-weight: bold;
    color: #505050;
}


.messg-inner-width {
    float: right;
    padding-top: 17px;
    padding-right: 15px;
    font-weight: bold;
    color: #505050;
}

@media only screen and (max-width: 5000px) {
    .messg-inner-width {
        font-weight: normal;
        float: right;
        padding-top: 0px;
        padding-right: 15px;
        font-weight: bold;
        margin-top: -3px;
        text-align: right;
    }
}


@media only screen and (max-width: 992px) {
    .messappttxtcontainer-main {
        float: left;
        width: 100%;
        min-height: 72px;
    }

    .message-container-main {
        margin-bottom: 0px;
        height: 72px;
        padding-top: 3px;
    }

    .inbox-img {
        height: 47px;
        float: left;
        margin-right: 6px;
        margin-top: 9px;
        margin-left: 23px;
    }

    .message-inner-text {
        font-size: 16px;
        color: #505050;
        padding-left: 5px;
        padding-top: 10px !important;
        float: left;
        font-weight: bold;
        width: 51% !important;
    }

    .message-date-time {
        width: 28% !important;
        border-radius: 5px;
        margin-top: 9px !important;
        float: right;
    }

    .inbox-column {
        float: left;
        padding-top: 2px !important;
        padding-left: 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100% !important;
        padding-bottom: 6px;
    }

    .emergency-txt-column {
        float: left;
        padding-top: 2px !important;
        padding-left: 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100% !important;
        padding-bottom: 6px;
    }

    .emergency-contact-img {
        float: left;
        padding-top: 2px !important;
        padding-left: 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100% !important;
        padding-bottom: 6px;
    }

    .inbox-column-blue-text {
        margin-top: -10px !important;
    }

    .messg-padding {
        padding-top: 0px !important;
        padding-bottom: 3px;
        padding-left: 0px !important;
    }
}



.lab-rad-date-time {
    font-size: 89%;
    color: #222;
    padding-left: 0px;
    padding-top: 4px;
    float: left;
    font-weight: normal;
    padding-top: 2px;
    width: 90%;
}

#dvAppointmentPortal .selected-p {
    background-color: #dddddd;
    padding: 8px;
    margin-top: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    cursor: pointer;
}

#dvAppointmentPortal .customcheckforSelect {
    padding: 8px;
    margin-top: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    cursor: pointer;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px !important;
}


table#labtestresultGrid tr tbody th {
}

.tblfixposition {
    position: fixed;
    width: 100%;
    z-index: 1;
}



.main-small-btn {
    margin-top: 14px;
    font-size: 12px;
    float: right;
}

.medtopbut {
    margin-top: 136px;
    /* margin-bottom: 5px; */
    width: 188px;
    margin-left: 16px !important;
    position: fixed;
    right: 0;
    margin-right: 18px;
    background-color: #85b55e;
    margin-right: 17px;
    z-index: 2;
    top: 0;
}

.tblmainmargint {
    margin-top: 76px;
}

.tblfixposition {
    position: fixed;
    width: 97.8%;
    z-index: 1;
    margin-top: 90px;
    background-color: #fff;
}

.medpagmaintop {
    margin-top: 45px;
}

.whiegapmed {
    width: 100%;
    height: 20px;
    background-color: #fff;
    position: fixed;
    top: 0;
    margin-top: 116px;
    z-index: 2;
    left: 0;
}

.whiegapmednew {
    width: 100%;
    height: 20px;
    background-color: #fff;
    position: fixed;
    top: 0;
    margin-top: 118px;
    z-index: 2;
    left: 0;
}

@media only screen and (max-width: 992px) {
    .medtopbut {
        margin-top: 55px;
        /* margin-bottom: 5px; */
        width: 100%;
        margin-left: 0px !important;
        position: fixed;
        margin-right: 0px;
        z-index: 1;
        top: 15px;
    }

    .tblmainmargint {
        margin-top: 114px;
    }

    .tblfixposition {
        position: fixed;
        width: 100%;
        z-index: 1;
        margin-top: 57px;
        top: 0;
    }

    .medpagmaintop {
        margin-top: 5px;
    }

    .whiegapmed {
        width: 100%;
        height: 25px;
        background-color: #fff;
        position: fixed;
        top: 0;
        margin-top: 46px;
        z-index: 99;
        left: 0;
    }

    .whiegapmednew {
        width: 100%;
        height: 11px;
        background-color: #fff;
        position: fixed;
        top: 0;
        margin-top: 88px;
        z-index: 9;
        left: 0;
    }
}








.more-btn-sm {
    float: right;
    font-size: 14px;
    cursor: pointer;
}


@media screen and (max-width: 1400px) and (min-width: 921px) {
    .messdatetxt {
        font-size: 14px;
        color: #222;
        padding-left: 0px;
        padding-top: 4px;
        float: left;
        font-weight: normal;
        width: 15%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.alternateRowsColourEven {
    background-color: #f6f6f6;
    border-bottom: 1px solid #ddd !important;
}

.alternateRowsColourOdd {
    background-color: #fff;
    border-bottom: 1px solid #ddd !important;
}

.fontawesomenewblue {
    font-size: 22px !important;
    color: #0074b7;
    padding-right: 16px;
}

.fontawesomenewbluesmall {
    font-size: 22px !important;
    color: #0087cb;
    padding-left: 0px;
    float: left;
    padding-top: 9px;
}

.appnewicons {
    height: 0px;
    padding-top: 0px;
    float: left;
    position: relative;
    right: 0;
    margin-right: 60px;
    width: 100%;
}

@media only screen and (min-width: 350px) and (max-width: 1429px) {
    .collimgmain {
        width: 120px;
        border-radius: 5px;
        margin-top: 6px;
        float: right;
    }

    .collimgmainsmall {
        width: 26% !important;
        border-radius: 5px;
        margin-top: 6px;
        float: right;
    }

    .hmecolldatetxtapptsmall {
        font-size: 13px;
        color: #505050;
        padding-left: 5px;
        padding-top: 8px;
        float: left;
        font-weight: bold;
        width: 26% !important;
    }
}

@media only screen and (min-width: 1330px) {
    .collimgmain {
        width: 125px;
        border-radius: 5px;
        margin-top: 6px;
        float: right;
    }

    .collimgmainsmall {
        width: 26%;
        border-radius: 5px;
        margin-top: 6px;
        float: right;
    }
}

.resourcebgmenu {
    width: 134px;
    float: left;
    margin-left: 17px;
    background-color: #dddcdc;
    padding-left: 20px;
    padding-bottom: 14px;
    height: 82vh;
    padding-top: 6px;
}

.checkboxmess {
    width: 18px;
    height: 18px;
    float: left;
    margin-top: 15px;
    margin-right: 22px;
    padding-left: 7px;
    display: block;
}

.fitbittop2but {
    width: 256px;
}

.resourpopwidth {
    width: 70% !important;
}

@media only screen and (max-width: 992px) {
    .fitbittop2but {
        width: 100%;
    }

    .myhiddenxs {
        display: none !important;
    }

    .resourpopwidth {
        width: auto !important;
    }

    .resourcebgmenu {
        width: 55px;
        float: left;
        margin-left: 17px;
        background-color: #dddcdc;
        padding-left: 13px;
        padding-bottom: 14px;
        /*height: 90vh;*/
        position: absolute;
        height: 100%;
    }

    .checkboxmess {
        width: 18px;
        height: 18px;
        float: left;
        margin-top: 15px;
        margin-right: 22px;
        padding-left: 7px;
        display: none;
    }
}

.printricon {
    position: absolute;
    right: 0;
    margin-right: 210px;
    z-index: 9;
    margin-top: 15px;
    background-color: #0074b7;
    width: 59px;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 4px;
    color: #fff;
    cursor: pointer;
}

.nzflogonew {
    position: absolute;
    right: 10px;
    margin-top: -18px;
}

.formlbl {
    font-size: 14px;
    font-weight: bold;
    color: #0074b7;
    /*width: 134px;*/
    float: left;
}

.formlblmainheading {
    font-size: 20px;
    font-weight: normal;
    color: #464646;
}

.titledetail {
    font-size: 13px;
    font-weight: normal;
    color: #555;
}

.roundform {
    width: 22px;
    height: 22px;
    background-color: #124d9d;
    border-radius: 20px;
    padding-top: 3px;
    padding-left: 5px;
    margin-left: 0px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -12px;
}

.updateprofile {
    text-align: center;
    top: 122px;
    background-color: #fff;
    margin-left: -156px;
    width: 119px;
    height: 23px;
    padding-top: 0px;
    color: #fff;
    /* border-radius: 2px; */
    opacity: .8;
}

.updateprofileicon {
    width: 42px;
    padding: 6px;
}

.updprofcontainer {
    background-color: #0074b7;
    border-radius: 83px;
    padding: 4px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 8px;
    margin-top: 0px;
}

.fitbitmaincontent {
    margin-left: 15px;
    margin-top: 20px;
}

@media only screen and (max-width: 1100px) {
    .labappttxtcontainer {
        float: left;
        width: 100%;
        /*min-height: 204px;*/
        height: 330px;
    }
}


.rightFloat, .icons-corner {
    float: right !important;
}


.prompt-number {
    width: 20px;
    height: 20px;
    color: white;
    line-height: 1.7em;
    border-radius: 2px;
    padding-left: 6px;
    margin-right: 5px;
    margin-left: 10px;
    font-weight: 300;
}

#red {
    background: #f5714d;
}

#orange {
    background: #feba3b;
}

#green {
    background: #88dc7a;
}

.form-control-3 {
    width: 30%;
    margin-bottom: 0;
}

.mobile-screen-view {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 24px;
}

@media only screen and (max-width: 500px) {
    .mainheadingmess {
        width: 100%;
    }

    #myModal .fa-print {
        display: none;
    }
}


.appftoficon {
    background-image: url(../images/FaceToFace.svg);
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
}

.appftoficon-paperwork {
    background-image: url(../images/paperwork.svg);
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
}

.connecticon {
    background-image: url(../images/connect.png);
    width: 55px;
    height: 23px;
    background-repeat: no-repeat;
    margin-left: -16px;
    float: right;
    margin-top: 3px;
}

.disconnecticon {
    background-image: url(../images/disconnect.png);
    width: 60px;
    height: 23px;
    background-repeat: no-repeat;
    margin-left: -16px;
    float: right;
    margin-top: 3px;
}

.showicon {
    background-image: url(../images/show.png);
    width: 55px;
    height: 23px;
    background-repeat: no-repeat;
    margin-left: -16px;
    float: right;
    margin-top: 3px;
}


@media only screen and (max-width: 992px) {
    .connecticon {
        background-image: url(../images/connect.png);
        width: 55px;
        height: 23px;
        background-repeat: no-repeat;
        margin-left: 10px;
        float: right;
        margin-top: 3px;
    }

    .showicon {
        background-image: url(../images/show.png);
        width: 55px;
        height: 23px;
        background-repeat: no-repeat;
        margin-left: 10px;
        float: right;
        margin-top: 3px;
    }
}

.appcameraicon {
    background-image: url(../images/camerascale.svg);
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    margin-top: 1px;
}

.appvideoicon-connect {
    background-image: url(../images/video-connect.png);
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    margin-top: 3px;
    cursor: pointer !important;
}

.appvideoicon-disable {
    background-image: url(../images/video-disable.png);
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    margin-top: 3px;
    cursor: default !important;
}

.appvideoicon-enable {
    background-image: url(../images/video-enable.png);
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    margin-top: 3px;
    cursor: pointer !important;
}

.appbookappticon {
    background-image: url(../images/Book-AppointmentNew.svg);
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    float: left;
}

.appmoreicon {
    background-image: url(../images/ViewMore.svg);
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    float: left;
    margin-left: 11px;
}

.appechoicon {
    background-image: url(../images/Video/echo-test.png);
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    float: left;
    margin-left: 11px;
}

.appcanceloficon {
    background-image: url(../images/Cancel.svg);
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    float: left;
    margin-left: 2px;
    margin-top: 9px;
}


.videoconsult-icon {
    background-image: url(../images/videoconsult.png);
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    float: left;
    margin-left: 2px;
    margin-top: 2px;
    margin-right: 3px;
}



@media screen and (max-width: 1479px) and (min-width: 993px) {
    .appnewicons {
        height: 0px;
        padding-top: 0px;
        float: left;
        position: relative;
        right: 0;
        margin-left: -24px;
        width: 100%;
    }
}

.messdetailwidth {
    float: left;
    padding-top: 19px;
    padding-left: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 37%;
    margin-top: -7px;
    position: absolute;
}


.login-pinacle-logo {
    float: left;
    height: 30px;
}

.login-valentia-logo {
    float: right;
    height: 30px;
}


.account-balannce-text {
    font-size: 16px;
    color: #124d9d;
    font-weight: bold;
}

.margin-top-three {
    margin-top: 3px;
}

.smfacetocface-new img {
    margin-top: -6px;
}

table#labtestresultGrid tr td {
    padding: 5px;
}


.detail-info-top-heading {
    float: left;
    color: white;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}


.dashboard-immunisation-div {
    color: #464646;
    font-size: 14px;
    width: 70%;
    float: left;
    text-align: left;
    font-weight: bold;
    padding-top: 13px;
    padding-left: 0px;
    cursor: initial;
}

.dashboard-immunisation-time-div {
    color: #505050;
    font-size: 14px;
    width: 30%;
    float: right;
    font-weight: bold;
    padding-top: 13px;
    text-align: right;
    cursor: initial;
}

.immunisation-div-container {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: initial;
}


.emergency-contact-pic {
    height: 38px;
    float: right;
    margin-right: 0px;
    margin-top: -10px;
}

.message-inner-text inbox-column-blue-text {
    cursor: initial;
}

.g-recaptcha {
    transform: scale(1.3) !important;
    -webkit-transform: scale(1.015) !important;
    transform-origin: 0 0 !important;
    -webkit-transform-origin: 0 0 !important;
    margin-left: -14px;
}

.g-recaptcha {
    -webkit-transform: initial;
    transform-origin: initial;
    -webkit-transform-origin: 0 0;
}


/*@media (max-width: 360px) {

            .g-recaptcha {
              transform: scale(1.2) !important;
            -webkit-transform: scale(0.5) !important;
            transform-origin: 0 0 !important;
            -webkit-transform-origin: 0 0 !important;
            margin-left: -14px;
        }
}
@media (min-width: 360px) and (max-width: 768px) {

    .g-recaptcha {
              transform: scale(1.2) !important;
            -webkit-transform: scale(0.7) !important;
            transform-origin: 0 0 !important;
            -webkit-transform-origin: 0 0 !important;
            margin-left: -14px;
        }
}
@media (min-width: 768px) and (max-width: 1024px) {

   .g-recaptcha {
              transform: scale(1.2) !important;
            -webkit-transform: scale(1.2) !important;
            transform-origin: 0 0 !important;
            -webkit-transform-origin: 0 0 !important;
            margin-left: -14px;
        }
}*/



/*@media(max-width: $screen-xs-max){
  .g-recaptcha iframe {
    max-width: 100%;
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin: center center;
    -webkit-transform-origin: center center;
  }
  #rc-imageselect {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }
}


@media(min-width: $screen-ms-min){
  #rc-imageselect {
    transform: none;
    -webkit-transform: none;
  }

  .g-recaptcha iframe {
    max-width: none;
    transform: none;
    -webkit-transform: none;
  }
}

.g-recaptcha > div > div{
  margin: 4px auto !important;
  text-align: center;
  width: auto !important;
  height: auto !important;
}*/

@media (max-width: 471px) {
    .messinbimgmainattch {
        border-radius: 5px;
        margin-top: 13px !important;
        float: right;
        margin-right: 17px !important;
    }
}

@media only screen and (max-width: 550px) {
    .fivehiddenxs {
        display: none !important;
    }
}

.allegyiconsvg {
    background-image: url(../images/allergy.svg);
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    margin-left: 20px;
}

.DNAicon {
    background-image: url(../images/DNA.svg);
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.ACPicon {
    background-image: url(../images/ACP.svg);
    width: 22px;
    height: 23px;
    background-repeat: no-repeat;
    margin: 0 auto;
}


.mobileiconsvg {
    background-image: url(../images/mobileico.svg);
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    margin-left: 14px;
    margin-top: 8px;
}

.allegysmiconsvg {
    background-image: url(../images/allergy.svg);
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    margin-left: 15px;
    margin-top: 6px;
}

.bookappvid {
    padding-top: 0px !important;
}

@media only screen and (max-width: 767px) {
    .message-detail-container {
        width: 98%;
        /*min-height: 500px;*/
        float: left;
        margin-top: 0px !important;
        margin-left: 0%;
        margin-bottom: 25px;
    }
}

.selectedMessagebackground {
    background-color: #d1d1d1;
}

.selectedMessagebackgroundIcon {
    background-color: #808080 !important;
}

@media only screen and (max-width: 1126px) {
    .grid-for-mobile {
        height: 450px !important;
        overflow-y: auto !important;
    }
}

.heightApp {
    max-height: 380px;
    overflow-y: auto;
    overflow-x: hidden;
}

@media only screen and (max-width: 991px) {
    .appcanceloficon {
        background-image: url(../images/Cancel.svg);
        width: 26px;
        height: 26px;
        background-repeat: no-repeat;
        float: left;
        margin-left: 3px;
        margin-top: 9px;
    }

    .heightApp {
        max-height: 400px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

.animcompose {
    animation: animateleft 2s;
}

@keyframes animateleft {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@media (min-width: 425px) and (max-width: 768px) {

    #ForgotPasswordMessagePopup {
        margin-left: 17% !important;
        width: 67%;
    }
}

@media (max-width: 768px) {

	.lab-mobile-div-left {
        width: 73%;
    }

    .lab-mobile-div-right {
        width: 26%;
    }
    .careplan-container {
        height: 90px;
    }

    .careplan-textarea-container {
        height: 85px;
    }


    .care-plan-comment {
        width: 100%;
        float: left;
    }

    .careplan-btns-container {
        width: 100%;
        float: left;
    }

    .careplan-inner-txt {
        padding-left: 0;
        padding-right: 20px;
    }

    .careplan-date {
        height: 88px;
        padding-top: 12px;
    }
}

@media (max-width: 553px) {
    .careplan-container {
        height: 120px;
    }


    .careplan-textarea-container {
        height: 58px;
    }

    .careplan-date {
        height: 118px;
        padding-top: 22px;
    }

    .progress-btn {
        float: none;
        width: 100%;
    }

    .community-support-btn {
        float: none;
        width: 100%;
    }

    .careplan-btns-container {
        width: 50%;
        float: left;
        padding-right: 5px;
    }

    .form-control-dropdown-container {
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }

    .careplan-inner-txt {
        text-align: right;
        float: right;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .care-plan-comment {
        width: 50%;
        float: left;
        padding-left: 5px;
    }
}


@media (max-width: 432px) {
    .progress-btn {
        width: 100%;
        float: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .community-support-btn {
        width: 100%;
        float: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .careplan-btns-container {
        width: 40%;
    }

    .care-plan-comment {
        width: 60%;
        float: left;
    }
}

@media (max-width: 425px) {

    #ForgotPasswordMessagePopup {
        margin-left: 3% !important;
        width: 94%;
    }

        #ForgotPasswordMessagePopup .modal-content {
            height: 217px !important;
        }
}

.wrapper-dropdown-2 {
    position: relative;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 11px 15px;
    background: #0074b7;
    border-left: 0px solid grey;
    cursor: pointer;
    outline: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

    .wrapper-dropdown-2:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 16px;
        top: 50%;
        margin-top: -3px;
        border-width: 6px 6px 0 6px;
        border-style: solid;
        border-color: #fff transparent;
    }

    .wrapper-dropdown-2 .dropdown {
        position: absolute;
        top: 100%;
        left: -40px;
        right: 0px;
        background: white;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        list-style: none;
        opacity: 0;
        pointer-events: none;
        /* background-color: #fff; */
        z-index: 1;
        /* Hiding */
        opacity: 0;
        pointer-events: none;
    }

        .wrapper-dropdown-2 .dropdown li a {
            display: block;
            text-decoration: none;
            color: #333;
            border-left: 0px solid;
            padding: 10px;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            padding-left: 18px;
        }

        .wrapper-dropdown-2 .dropdown li:nth-child(1) a {
            border-left-color: #00ACED;
        }

        .wrapper-dropdown-2 .dropdown li:nth-child(2) a {
            border-left-color: #4183C4;
        }

        .wrapper-dropdown-2 .dropdown li:nth-child(3) a {
            border-left-color: #3B5998;
        }

        .wrapper-dropdown-2 .dropdown li i {
            margin-right: 5px;
            color: inherit;
            vertical-align: middle;
        }

        /* Hover state */

        .wrapper-dropdown-2 .dropdown li:hover a {
            color: grey;
        }

    /* Active state */

    .wrapper-dropdown-2.active:after {
        border-width: 0 6px 6px 6px;
    }

    .wrapper-dropdown-2.active .dropdown {
        opacity: 1;
        pointer-events: auto;
    }

/* No CSS3 support */

.no-opacity .wrapper-dropdown-2 .dropdown,
.no-pointerevents .wrapper-dropdown-2 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity .wrapper-dropdown-2.active .dropdown,
.no-pointerevents .wrapper-dropdown-2.active .dropdown {
    display: block;
}

.main {
    margin-top: 60px;
    position: absolute;
    top: 0;
    width: 100%;
}

.main-top {
    margin-top: 60px;
    position: absolute;
    top: 0;
    width: 100%;
}

.loaderloginmenu {
    font-size: 38px;
    color: #fff;
    margin-right: 0px;
    margin-top: 75px;
    position: absolute;
}

.assdropdown {
    line-height: 1.2em !important;
}

.elipnew {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.messpagingtopnew {
    height: 41px;
    margin-bottom: 0px;
    background-color: #dddcdc;
    position: fixed;
    width: 80.2%;
    top: 0;
    margin-top: 136px;
    z-index: 9;
    right: 0;
    margin-right: 1%;
}

.DNAcontainer {
    height: 41px;
    margin-bottom: 0px;
    position: fixed;
    width: 80.2%;
    top: 0;
    margin-top: 136px !important;
    z-index: 9;
    right: 0;
    margin-right: 1%;
}

@media only screen and (max-width: 1280px) {
    .messpagingtopnew {
        height: 41px;
        margin-bottom: 0px;
        position: fixed;
        width: 79.7%;
        top: 0;
        margin-top: 136px;
        z-index: 10;
        right: 0;
        margin-right: 1%;
    }

    .DNAcontainer {
        height: 41px;
        margin-bottom: 0px;
        position: fixed;
        width: 79.7%;
        top: 0;
        margin-top: 136px !important;
        z-index: 10;
        right: 0;
        margin-right: 1%;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 979px) {

    .DNAcontainer {
        height: 41px;
        margin-bottom: 0px;
        position: fixed;
        width: 100%;
        top: 0;
        margin-top: 136px !important;
        z-index: 10;
        right: 0;
        margin-right: 1%;
        padding-left: 15px;
    }
}

.paggingbuttoncontainer {
    margin: 0 auto;
    width: 180px;
    height: 25px;
    margin-top: 10px;
}

.paggingbox {
    width: 34px;
    height: 34px;
    border: 1px solid #c6c6c6;
    background-color: #fff;
    float: left;
    text-align: center;
    color: #c6c6c6;
    cursor: pointer;
    vertical-align: middle;
    padding-top: 4px;
    margin-top: -6px;
    margin-right: 5px;
}

.paggingtxt {
    font-size: 13px;
    padding-top: 3px;
    float: left;
    padding-right: 4px;
    font-weight: bold;
    width: 102px;
    /*margin-left: -11px;*/
    text-align: center;
}

.messboxleftmain {
    margin-top: 137px;
    position: fixed;
    width: 16.66666667%;
}

.rplymaildetailtop {
    position: absolute;
    right: 0;
    margin-right: -40px;
}

@media only screen and (max-width: 1200px) {
    .rplymaildetailtop {
        position: absolute;
        right: 0;
        margin-right: -25px;
    }
}

.grayboxcontainer {
    width: 100%;
    float: left;
    overflow-y: hidden;
    overflow-y: scroll;
    height: 269px;
}

.wrapper-dropdown-2 {
    /* Size and position */
    position: relative; /* Enable absolute positionning for children and pseudo elements */
    width: 58px;
    padding: 10px 15px;
    /* Styles */
    background: #fff;
    border-left: 0px solid grey;
    cursor: pointer;
    outline: none;
}

    .wrapper-dropdown-2:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 16px;
        top: 50%;
        margin-top: -3px;
        border-width: 6px 6px 0 6px;
        border-style: solid;
        border-color: gray transparent;
    }

    .wrapper-dropdown-2 .dropdown {
        width: 130px;
        position: absolute;
        margin-left: -4px;
        left: 0px;
        background: white;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        list-style: none;
        opacity: 0;
        pointer-events: none;
        border: 1px solid #ccc;
        margin-top: 3px;
        padding-left: 0px;
    }

        .wrapper-dropdown-2 .dropdown li a {
            display: block;
            text-decoration: none;
            color: #333;
            border-left: 0px solid;
            padding: 10px;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            padding-top: 5px;
            padding-bottom: 5px;
            font-weight: normal;
            font-size: 14px;
            border-bottom: 1px solid #e8e8e8;
            background-color: #fff;
        }

.dropdown li a:hover {
    background-color: #0074B7;
    color: #fff !important;
}


.wrapper-dropdown-2 .dropdown li:nth-child(1) a {
    border-left-color: #00ACED;
}

.wrapper-dropdown-2 .dropdown li:nth-child(2) a {
    border-left-color: #4183C4;
}

.wrapper-dropdown-2 .dropdown li:nth-child(3) a {
    border-left-color: #3B5998;
}

.wrapper-dropdown-2 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown-2 .dropdown li:hover a {
    color: grey;
}



.wrapper-dropdown-2.active:after {
    border-width: 0 6px 6px 6px;
}

.wrapper-dropdown-2.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

.checkboxgmaildropbox {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 23px !important;
    margin-top: 13px !important;
    z-index: 10;
}

.maindropbox {
    width: 63px;
    border: 1px solid #ccc;
    padding: 3px;
    float: left;
    background-color: #fff;
    margin-top: 6px;
    margin-left: 9px;
    margin-right: 14px;
}

.nextbackonmobile {
    display: block;
    width: 100%;
    height: 44px;
    position: fixed;
    bottom: 00px;
    z-index: 10;
    background-color: #dddcdc;
}

@media only screen and (min-width: 992px) {


    .nextbackonmobile {
        display: none;
        width: 100%;
        height: 44px;
        background-color: #dddcdc;
        position: fixed;
        bottom: 0;
        z-index: 10;
    }

    .paggingbuttoncontainer {
        /* margin: 0 auto; */
        width: 185px;
        height: 25px;
        margin-top: 10px;
        float: right;
        margin-right: 8px;
    }
}

.bluedropdownass {
    background-color: #0074b7;
    width: 100%;
}

.assmaindropdown {
    width: 100% !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
}






.resouces-section {
}

ul.inboxFolderNames li a.active {
    background-color: #0074B7 !important;
    color: #fff !important;
}

ul.inboxFolderNames li:hover {
    background-color: #0074B7 !important;
    color: #fff !important;
}

    ul.inboxFolderNames li:hover a {
        color: #fff !important;
    }


ul.inboxFolderNames li.active a {
    color: #fff !important;
    background-color: #0074b7;
}

.timelinepgeelipses {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    float: left;
}



.compose-large-screen-hidden-icons {
    float: right;
    display: none;
}

.mapimg {
    width: 89%;
    margin-left: 17px;
    margin-top: 10px;
}

.popupimgtop {
    width: 50%;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 8px;
}

.popupimgtop-popup {
    width: 50%;
    border: 1px solid #ccc;
    padding: 8px;
    margin-left: 15px;
}


.modal-maps {
    width: 100%;
    height: 360px;
}




@media (min-width: 992px) and (max-width: 1024px) {
    /*.md-margin {
        margin-top:20px;
    }*/
}



@media (min-width: 993px) and (max-width: 1479px) {
    .md-margin-right-appointment {
        margin-left: 0 !important;
    }
}

.composebutmobdel {
    display: block !important;
}

@media only screen and (max-width: 992px) {
    .composebutmobdel {
        display: none !important;
    }
}



@media (min-width: 993px) and (max-width: 1105px) {
    .md-margin-right-appointment {
        margin-left: 0 !important;
    }
}



.margin-bottom-ten {
    margin-bottom: 10px;
}

.resurcetxt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 138px;
    text-align: center;
}

.ellipsisFilename {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 65%;
    float: left;
}

@media (max-width: 1024px) {
    .menuiconbar ul li a {
        font-size: 12px;
    }

    .modal-maps {
        width: 100%;
        height: 100%;
    }
}



.immunisation-elipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}




.time-line-main-heading {
    background-color: #F5F5F5;
    border-bottom: 1px solid #4ebdd1;
    float: left;
    width: 100%;
    padding-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.total-consultations-timeline {
    width: 13%;
    float: left;
    padding-top: 5px;
}

.event-filters-timeline {
    /*width: 50%;
    float: left;*/
}

.timeline-filter-btns {
    width: 50%;
    float: left;
}

.filter-right-btn {
    float: right !important;
}

@media (max-width:1400px) {
    .total-consultations-timeline {
        width: 17%;
        float: left;
        padding-top: 5px;
    }

    .timeline-filter-btns {
        width: 50%;
        float: left;
    }
}


@media (max-width:1060px) {
    .total-consultations-timeline {
        width: 19%;
        float: left;
        padding-top: 5px;
    }

    .timeline-filter-btns {
        width: 50%;
        float: left;
    }
}


@media (max-width:1032px) {
    .event-filters-timeline {
        width: 100%;
        float: left;
    }

    .timeline-filter-btns {
        width: 45%;
        float: left;
    }
}


@media (max-width:920px) {
    .total-consultations-timeline {
        width: 100%;
        float: left;
        padding-top: 5px;
        margin-bottom: 10px;
    }

    .event-filters-timeline {
        width: 60%;
        float: left;
    }

    .timeline-filter-btns {
        width: 40%;
        float: left;
    }
}


@media (max-width:840px) {
    .event-filters-timeline {
        width: 71%;
        float: left;
    }

    .timeline-filter-btns {
        width: 29%;
        float: left;
    }
}




@media (max-width:824px) {

    .timeline-gallery {
        margin-top: 0px !important;
        position: fixed;
        width: 100%;
        z-index: 999;
        background-color: #fff;
    }

    .wrapper {
        position: relative;
        margin: 0;
        overflow: hidden;
        width: 100% !important;
    }

    .event-filters-timeline {
        width: 61%;
        float: left;
        margin-bottom: 5px;
    }

    .timeline-filter-btns {
        width: 39%;
        float: left;
    }

    .filter-right-btn {
        float: right !important;
        margin-left: 5px;
    }
}

@media (max-width:810px) {
    .event-filters-timeline {
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }

    .timeline-filter-btns {
        width: 30%;
        float: right;
    }

    .filter-right-btn {
        float: right !important;
        /*margin-top: 5px;*/
    }
}

@media (max-width:588px) {
    .event-filters-timeline {
        width: 100% !important;
        float: left;
        margin-bottom: 5px;
    }

    .timeline-filter-btns {
        width: 100% !important;
        float: left !important;
    }

    .filter-right-btn {
        float: left !important;
        margin-left: 0 !important;
    }
}

@media (max-width:713px) {
    .event-filters-timeline {
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }

    .timeline-filter-btns {
        width: 11%;
        float: left;
    }
}

.table-header-div {
    background-color: #E7E5E5;
    padding: 10px;
    border-top: 2px solid #fff;
}


.modal-pdf-icon {
    color: #0074B7;
    float: right;
    font-size: 18px;
    position: absolute;
    top: 1px;
    right: 14px;
}


.modal-date-class {
    color: #0074B7;
    float: right;
    font-size: 14px;
    position: absolute;
    top: 1px;
    right: 14px;
}

.modal-title-timeline {
    color: #0074B7;
    font-weight: bold;
}


.table-heading-model {
    position: relative;
    font-size: 14px;
}

.model-date-padding {
    padding-right: 100px !important;
}



.tab-inner-container {
    padding: 15px;
}


.gallery-time {
    text-align: center;
    font-size: 16px;
    background-color: #0074b7;
    color: #fff;
}

    .gallery-time.date-slot-selected {
        background-color: #46ade8;
    }

    .gallery-time:hover {
        background-color: #46ade8;
    }

    .gallery-time.date-slot-disabled {
        background-color: #C0C0C0;
        cursor: not-allowed !important;
    }

li.gallery-time a {
    color: #fff;
}

    li.gallery-time a span {
        font-size: 20px;
        font-weight: bold;
    }



/**/



@media (max-width:370px) {


    .headercontainer {
        height: auto;
    }

    .midsectioncontainer {
        margin-top: 37px !important;
    }

    .midsectioncontainerappt {
        margin-top: 0px !important;
    }
}


@media (max-width:359px) {
    .medimenubig {
        width: 34%;
        text-align: center;
    }

    .medimenu {
        width: 33%;
        text-align: center;
    }
}

@media (max-width:320px) {   
    .medimenu {
        width: 128px;
    }
}

@media (max-width:358px) {
    .medtopbut {
        top: 50px;
    }
}



ul#mnuGeneral li a:hover {
    background-color: #46ade8;
}




@media (min-width:1280px) {
    .appointment-timeline-lg {
        padding-left: 20% !important;
        padding-right: 20% !important;
    }
}


.timeheading-bg {
    background-color: #0074b7;
    color: #fff;
    padding: 5px 0;
}




/*Dashboard mobile css*/
.midsectioncontainerappt-mob {
    margin-top: 128px !important;
}

ul#mob-dashboard-ul {
    padding: 0;
    margin: 0;
}




    ul#mob-dashboard-ul li {
        list-style-type: none;
        display: inline-block;
        position: relative;
    }






.icon-box-dashboard {
    width: 182px;
    height: 182px;
    float: left;
    background-color: #fff;
    border: 1px solid #ececec;
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.34);
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
}


.dashboard-mob-active {
    width: 182px;
    height: 182px;
    float: left;
    background-color: #f1f1f1;
    border: 0px solid #cecece;
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.34);
    margin-right: 10px;
    margin-bottom: 10px;
}

.icon-box-dashboard:hover {
    background-color: #f1f1f1;
    border: 0px solid #cecece;
}


.box-round-img {
    width: 78px;
    height: 78px;
    border-radius: 50px;
    margin: auto;
    margin-left: 1px;
}

.box-round-border {
    width: 92px;
    height: 92px;
    border: 1px solid #0074b7;
    border-radius: 50px;
    margin: auto;
    margin-top: 25px;
}

.icon-text-dashboard {
    text-align: center;
    padding-top: 20px;
    font-size: 18px;
    /*color: #343a40;*/
    color: #0074b7;
}


.box-icon-container {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    margin: auto;
    margin-top: 25px;
    text-align: center;
}



.mob-dashboard-allergy {
    background-image: url(../images/allergy-blue.svg);
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    margin-left: 26px;
    margin-top: 6px;
}






/* svg icon ends*/

@media (max-width:992px) {
    .midsectioncontainerappt-mob {
        margin-top: 50px !important;
    }




    .icon-box-dashboard {
        width: 170px;
        height: 182px;
        float: left;
        background-color: #fff;
        border: 0px solid #cecece;
        box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.34);
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 10px;
    }

    .dotsli {
        height: 45px;
        padding-top: 5px;
    }

    .mobicon {
        margin-top: 3px;
    }

    .mobileiconsvg {
        background-position: 2px 5px;
        height: 24px;
    }

    .allegysmiconsvg {
        background-position: 0px 3px;
        height: 25px;
    }
}


@media only screen and (max-width: 824px) {
    .tblmainmargint {
        margin-top: 73px !important;
    }
}

@media (max-width:384px) {
    .smtimewidth {
        width: 85%;
    }
}

@media (max-width:390px) {
    .time-scroll ul li {
        width: 38px;
        height: 45px;
    }
}

@media (max-width:410px) {

    .icon-box-dashboard {
        width: 145px;
        height: 175px;
        float: left;
        background-color: #fff;
        border: 0px solid #cecece;
        box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.34);
        margin-left: 7px;
        margin-bottom: 10px;
        margin-right: 7px;
    }

    .message-counter-mobile-dashboad {
        margin-right: -12px;
    }
}

@media (max-width:385px) {

    .icon-box-dashboard {
        width: 145px;
        height: 150px;
        float: left;
        background-color: #fff;
        border: 0px solid #cecece;
        box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.34);
        margin-left: 7px;
        margin-bottom: 10px;
        margin-right: 7px;
    }

    .box-round-border {
        width: 80px;
        height: 81px;
        border: 1px solid #ccc;
        border-radius: 50px;
        margin: auto;
        margin-top: 15px;
    }

    .box-icon-container {
        width: 80px;
        height: 80px;
        border-radius: 50px;
        margin: auto;
        margin-top: 20px;
        text-align: center;
    }

    .icon-text-dashboard {
        text-align: center;
        padding-top: 16px;
        font-size: 17px;
        /* color: #343a40; */
    }

    .message-counter-mobile-dashboad {
        right: 25px;
        top: 13px;
    }
}

@media (max-width:368px) {
    .icon-box-dashboard {
        width: 125px;
    }
}

@media (max-width:360px) {
    .hmecolldatetxtapptsmall .smfacetocface {
        padding-left: 0px;
        width: 90%;
        padding-top: 6px;
    }

    .smdatewidthsmall {
        padding-top: 6px;
    }

    .fontawesomenewbluesmall {
        padding-top: 5px;
    }

    .smtimewidth {
        width: 85%;
    }
}

@media (max-width:414px) {
    .hmecolldatetxt {
        width: 22% !important;
    }

    .smtimewidth {
        width: 78%;
    }
}

@media (max-width:411px) {
    .hmecolldatetxt {
        width: 22% !important;
    }

    .smtimewidth {
        width: 80%;
    }

    .messg-inner-width {
        margin-top: 1px;
    }
}

@media (max-width:363px) {
    .hmecolldatetxt {
        width: 24% !important;
    }

    .smtimewidth {
        width: 79%;
    }

    .collimgmain {
        width: 55px;
        border-radius: 5px;
        margin-top: 6px;
        float: right;
    }

    .hmecolldatetxtappt {
        width: 28% !important;
    }
}

.dnagreen-container {
    width: 100%;
    background-color: #fff;
    margin-top: 4px;
}

.greentop-botder {
    width: 100%;
    height: 4px;
    background-color: green;
}

.round-links-container {
    width: 100%;
    padding: 10px;
    padding-left: 0px;
    height: 118px;
    padding-top: 24px;
    border-bottom: 1px solid #f0f0f0;
}

.round-button {
    width: 50px;
    height: 50px;
    border: 1px;
    text-align: center;
    background-color: #eee;
    color: #000;
    border-radius: 50px;
    font-weight: normal;
    font-size: 22px;
    padding-top: 10px;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}

    .round-button:hover {
        background-color: #0074b7;
        color: #fff;
    }

.round-active {
    background-color: #0074b7;
    color: #fff;
}

.round-but-title {
    font-size: 14px;
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 8px;
}

.round-main-tab {
    width: 70px;
    height: 50px;
    float: left;
    margin-left: 20px;
    cursor: pointer;
}

@media (max-width: 600px) {
    .round-links-container {
        width: 100%;
        padding: 10px;
        padding-left: 0px;
        height: 85px !important;
        padding-top: 17px;
        border-bottom: 1px solid #f0f0f0;
    }

    .round-main-tab {
        width: 58px;
        height: 50px;
        float: left;
        margin-left: -2px;
        cursor: pointer;
    }

    .round-button {
        width: 36px;
        height: 36px;
        border: 1px;
        text-align: center;
        background-color: #eee;
        color: #000;
        border-radius: 50px;
        font-weight: normal;
        font-size: 18px;
        padding-top: 6px;
        float: left;
        margin-left: 12px;
    }

    .round-links-container {
        width: 100%;
        padding: 10px;
        padding-left: 0px;
        height: 60px;
        border-bottom: 1px solid #f0f0f0;
        padding-top: 13px;
    }

    .round-active {
        background-color: #0074b7;
        color: #fff;
    }

    .round-but-title {
        font-size: 12px;
        float: left;
        width: 100%;
        text-align: center;
        padding-top: 8px;
    }
}

.dna-main-content {
    width: 100%;
    min-height: 200px;
    float: left;
}

.dna-heading {
    color: #0074b7;
    font-size: 18px;
    padding-top: 20px;
    padding-left: 15px;
}

.dna-txt {
    color: #000;
    font-size: 16px;
    padding-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
    padding-bottom: 15px;
}

.dna-txt-blue {
    color: #0074b7;
    font-size: 16px;
    padding-top: 12px;
    padding-left: 15px;
    float: left;
    padding-right: 40px;
}

.dna-field-container {
    width: 100%;
    min-height: 50px;
    margin-top: 50px;
    float: left;
}

.inputdna {
    width: 215px;
    height: 41px;
    font-size: 20px;
    padding-left: 8px;
    padding-top: 5px;
    margin-top: 4px;
    margin-left: 15px;
}

.dnamainwidth {
    width: 80%;
}

.dna-main-container {
    margin-top: -2px !important;
    margin-right: 2%;
    margin-left: 2%;
}

.dna-top-container {
    color: black;
    margin-top: 136px;
    margin-left: 18px;
}

@media (max-width: 824px) {
    .dna-top-container {
        color: black;
        margin-top: 0px;
        margin-left: 0px;
    }
}

.colflo {
    float: left;
}


.input-fields {
    color: #0d9dd8;
    padding: 8px 16px;
    border: 1px solid;
    border-color: #0d9dd8;
    user-select: none;
    width: 100%;
}

.col-form-label {
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.select-items {
    position: absolute;
    background-color: #fff;
    top: 41px;
    left: 0;
    right: 0;
    z-index: 99;
}

.custom-select {
    position: relative;
    font-family: Arial;
}

    .custom-select select {
        display: none;
        /*hide original SELECT element:*/
    }

.select-selected {
    background-color: #fff;
}

    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: "";
        top: 19px;
        right: 16px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #0d9dd8 transparent transparent transparent;
    }

.select-items div, .select-selected {
    color: #0d9dd8;
    padding: 8px 16px;
    border: 1px solid;
    border-color: #0d9dd8;
    cursor: pointer;
    user-select: none;
    border-top: 0px;
}

.select-items {
    position: absolute;
    background-color: #fff;
    top: 38px;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: #e8f8ff;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0px;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-size: 8px 10px;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-top: 1px solid #0d9dd8;
}

.select-items div, .select-selected {
    color: #0d9dd8;
    padding: 8px 16px;
    border: 1px solid;
    border-color: #0d9dd8;
    cursor: pointer;
    user-select: none;
    border-top: 0px;
}


.textarea-custom {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #0d9dd8;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #0d9dd8;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.inner-content {
    color: #989898;
    font-size: 14px;
}

.inner-heading {
    color: #343a40;
}

.col-padding-left {
    padding-left: 15px !important;
}


.has-search .form-control-feedback {
    left: initial;
    right: 0;
    color: #ccc;
    top: 10px;
}



[type="radio"]:checked,
[type="radio"]:not(:checked) {
    /*position: absolute;
    left: -9999px;*/
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #0074b7;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }







/* custom checkbox */

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

    .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
    }

        .styled-checkbox + label:before {
            content: '';
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 20px;
            height: 20px;
            background: #eee;
            margin-top: -2px;
        }

    .styled-checkbox:hover + label:before {
        background: #0074b7;
    }

    .styled-checkbox:focus + label:before {
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    }

    .styled-checkbox:checked + label:before {
        background: #0074b7;
    }

    .styled-checkbox:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        .styled-checkbox:disabled + label:before {
            box-shadow: none;
            background: #ddd;
        }

    .styled-checkbox:checked + label:after {
        content: '';
        position: absolute;
        left: 5px;
        top: 9px;
        background: white;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }


.esam-validation-success {
    font-size: 12px;
    color: green;
    margin-left: 10px;
}

.esam-validation-error {
    font-size: 12px;
    color: red;
    margin-left: 10px;
}






.dashboard-mobile-down-arrow {
    width: 40px;
    height: 40px;
    background-color: #0074b7;
    border-radius: 50px;
    padding-top: 9px;
    color: #fff;
    position: fixed;
    bottom: 60px;
    right: 12px;
    z-index: 99;
    text-align: center;
}


.dashboard-down-arrow {
    cursor: pointer;
    font-size: 25px !important;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
}


.report-detail-header-bg {
    height: 41px;
    margin-bottom: 0px;
    background-color: #dddcdc;
    width: 100%;
    top: 0;
    z-index: 9;
    right: 0;
    margin-bottom: 15px;
}

.wrapper-dropdown-2:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent;
}

#MobileDesignSend .file-upload-button {
    margin-top: 5px !important;
}

#MobileDesignSend button.file-upload-button {
    margin-top: 0px !important;
    display: none !important;
}

@media only screen and (max-width: 340px) {
    .tblfixposition {
        margin-top: 55px;
    }
}

.message-no-record {
    padding: 10px;
    width: 100.7%;
    float: left;
    margin-top: 25px;
    text-align: center;
    margin-left: 2px !important;
}



.text-danger {
    color: #dc3545 !important;
}

.radio-custom {
    margin-left: -20px;
}





.lab-result-heading {
    background-color: #0074b7;
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.newdashboard-home {
    width: 1175px;
    margin: auto;
}

@media only screen and (max-width: 1220px) {
    .newdashboard-home {
        width: 990px;
        margin: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .newdashboard-home {
        width: 790px;
        margin: auto;
    }

    .ava-but-pad {
        padding-left: 15px;
    }

    .cnl-cofm-but {
        padding-right: 12px !important;
    }
}

@media only screen and (max-width: 800px) {
    .newdashboard-home {
        width: 555px;
        margin: auto;
    }
}

@media only screen and (max-width: 615px) {
    .newdashboard-home {
        width: 384px;
        margin: auto;
    }
}

@media only screen and (max-width: 385px) {
    .newdashboard-home {
        width: 363px;
        margin: auto;
        margin-left: -4px;
    }
}

.ava-but-pad {
    padding-left: 7px;
}

{
    padding-right: 0px;
}

.login-pin-header-popup {
    background-color: #0074b7;
    text-align: left !important;
}


.disabledClass {
    background: #46ade8 !important;
    border-color: #46ade8 !important;
}




/* The container */
.chkbxcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    /*.chkbxcontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }*/
    .chkbxcontainer input {
        /* position: absolute; */
        opacity: 0;
        cursor: pointer;
        margin-left: -33px;
        margin-top: 10px;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    margin-top: 0px;
    border: 1px solid #d1cfcf;
}

/* On mouse-over, add a grey background color */
.chkbxcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chkbxcontainer input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chkbxcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chkbxcontainer .checkmark:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.prof-address {
    float: left;
    width: 100%;
}



.alert {
    padding: 10px !important;
    font-size: 14px;
}

@media only screen and (max-width: 1145px) {
    .prof-address {
        float: left;
        width: 43%;
    }
}

@media only screen and (max-width: 900px) {
    .prof-address {
        float: left;
        width: 43%;
    }
}

.prof-enthnicity {
    width: 60%;
}

.payment-form-but {
    float: right;
    margin-right: 16px;
}

@media only screen and (max-width: 1024px) {
    .payment-form-but {
        float: right;
        margin-right: 0px;
    }
}


@media only screen and (max-width: 1140px) {
    #buttons-event-filters span {
        /* display: none; */
    }
}



.payment-black-Text {
    color: #000 !important;
    font-size: 14px;
    font-weight: bold;
}

.printriconmed {
    z-index: 9;
    text-align: center;
    padding-bottom: 4px;
    color: #0074b7;
    cursor: pointer;
    font-size: 20px;
}

.adrs-heading {
    font-weight: bold;
    color: #000;
    font-size: 24px;
}

.esam-img {
    float: left;
    margin-top: 2px;
}


.page-container {
    width: 80%;
    background-color: #fff;
    border: 0px solid #cecece;
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.34);
    margin-right: 10px;
    margin-bottom: 10px;
    margin: 0 auto;
    display: inline-block;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
}


.selectedMessageDropdown {
    color: white !important;
    background-color: #0074b7 !important;
}

.compose-but-fntawe {
    margin-left: 5px !important;
    color: #fff;
    margin-top: -3px;
    float: left !important;
}

.grid-collapse-payment {
    background-color: #ddd;
    padding: 10px;
    cursor: pointer;
    float: left;
    width: 100%;
    border-bottom: 1px solid #fff;
    height:44px;
}

.payment-grid-colapse {
    padding: 10px;
    border: 1px solid #ddd;
}

.table-small-grid-date {
    width: 50%;
    float: left;
    font-weight: bold;
}

.table-small-grid-amount {
    width: 50%;
    float: left;
    font-weight: bold;
}

.NoPaddingLeftRight {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


@media only screen and (max-width: 800px) {

    #hideDiv {
        display: none !important;
    }

    .collapse-table-div {
        display: block;
        padding: 0;
        margin-top: 10px;
    }

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
        white-space: normal;
        text-align: left;
        
    }

        #no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
            padding-left:5px;
        }

        /*
	Label the data
	*/
        #no-more-tables td:before {
            content: attr(data-title);
        }
}




.cmpse-but-input {
    width: 100px;
    position: absolute;
    left: 0;
    height: 36px;
    top: 0;
    background: transparent;
    border: 0px;
}

.handling-but-cmpse {
    float: right;
    width: 306px;
    position: fixed;
    top: 0;
    right: 0;
    margin-top: 137px;
    z-index: 1016;
    margin-right: 13px;
    background-color: #fff;
}

@media screen and (max-device-width: 600px) {
    .control-label {
        color: #000;
    }
}


@media screen and (min-device-width: 700px) {
    .control-label {
        /*color: #fff;*/
    }
}


#QRCode h3 {
    text-align: center;
}


.prnt-icn-payment {
    display: block;
}

@media only screen and (max-width: 800px) {
    .prnt-icn-payment {
        display: none !important;
    }
}


.paynowpopup-new {
    width: 56%;
    top:7%; 
    min-height:550px; 
    z-index: 9999999999999;
    margin:auto;
}
@media only screen and (max-width: 1200px) {
    .paynowpopup-new {
        width: 70%;
    }
}
@media only screen and (max-width: 650px) {
    .paynowpopup-new {
        width: 100%;
    }
}

.popupbig-2
    {
        position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    }
     .popupbig-10
    {
        position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    }
    @media (min-width: 992px) {
        .popupbig-2 {
            width: 16.66666667% !important;
            float:left;
        }
        .popupbig-10 {
            width: 83.33333333% !important;
            float:left;
        }
    }