﻿/* special css for chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .modal-form-columns.webkit-three-columns {
        width: 103% !important;
    }

    .modal-form-columns .modal-form-item .modal-form-input.webkit-shorter {
        width: 80% !important;
    }
}

/* bootstrap compatibility*/
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}

.col-sm-12 {
    width: 100%;
}

.col-sm-11 {
    width: 91.66666667%;
}

.col-sm-10 {
    width: 83.33333333%;
}

.col-sm-9 {
    width: 75%;
}

.col-sm-8 {
    width: 66.66666667%;
}

.col-sm-7 {
    width: 58.33333333%;
}

.col-sm-6 {
    width: 50%;
}

.col-sm-5 {
    width: 41.66666667%;
}

.col-sm-4 {
    width: 33.33333333%;
}

.col-sm-3 {
    width: 25%;
}

.col-sm-2 {
    width: 16.66666667%;
}

.col-sm-1 {
    width: 8.33333333%;
}

.col-sm-pull-12 {
    right: 100%;
}

.col-sm-pull-11 {
    right: 91.66666667%;
}

.col-sm-pull-10 {
    right: 83.33333333%;
}

.col-sm-pull-9 {
    right: 75%;
}

.col-sm-pull-8 {
    right: 66.66666667%;
}

.col-sm-pull-7 {
    right: 58.33333333%;
}

.col-sm-pull-6 {
    right: 50%;
}

.col-sm-pull-5 {
    right: 41.66666667%;
}

.col-sm-pull-4 {
    right: 33.33333333%;
}

.col-sm-pull-3 {
    right: 25%;
}

.col-sm-pull-2 {
    right: 16.66666667%;
}

.col-sm-pull-1 {
    right: 8.33333333%;
}

.col-sm-pull-0 {
    right: auto;
}

.col-sm-push-12 {
    left: 100%;
}

.col-sm-push-11 {
    left: 91.66666667%;
}

.col-sm-push-10 {
    left: 83.33333333%;
}

.col-sm-push-9 {
    left: 75%;
}

.col-sm-push-8 {
    left: 66.66666667%;
}

.col-sm-push-7 {
    left: 58.33333333%;
}

.col-sm-push-6 {
    left: 50%;
}

.col-sm-push-5 {
    left: 41.66666667%;
}

.col-sm-push-4 {
    left: 33.33333333%;
}

.col-sm-push-3 {
    left: 25%;
}

.col-sm-push-2 {
    left: 16.66666667%;
}

.col-sm-push-1 {
    left: 8.33333333%;
}

.col-sm-push-0 {
    left: auto;
}

.col-sm-offset-12 {
    margin-left: 100%;
}

.col-sm-offset-11 {
    margin-left: 91.66666667%;
}

.col-sm-offset-10 {
    margin-left: 83.33333333%;
}

.col-sm-offset-9 {
    margin-left: 75%;
}

.col-sm-offset-8 {
    margin-left: 66.66666667%;
}

.col-sm-offset-7 {
    margin-left: 58.33333333%;
}

.col-sm-offset-6 {
    margin-left: 50%;
}

.col-sm-offset-5 {
    margin-left: 41.66666667%;
}

.col-sm-offset-4 {
    margin-left: 33.33333333%;
}

.col-sm-offset-3 {
    margin-left: 25%;
}

.col-sm-offset-2 {
    margin-left: 16.66666667%;
}

.col-sm-offset-1 {
    margin-left: 8.33333333%;
}

.col-sm-offset-0 {
    margin-left: 0;
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}


/* end bootstrap compatibility*/


body {
    /* Disables pull-to-refresh but allows overscroll glow effects. */
    overscroll-behavior-y: contain;
}

.loginpage .modelerror, .loginpage .modelerrormsg {
    display: none;
}

a:hover {
    text-decoration: underline;
}

a.btn:hover {
    cursor: pointer;
}

a.queuePtName:hover, a#find-av-timeslot:hover {
    text-decoration: underline !important;
}

.queueWidget a, .shortcuts-dropdown a, .userinfodrop a, .vernav2 a, .headermenu a, .customtoplist a, .toplist a, table#letter-list-table td a:hover, table#letter-template-list-table td a:hover {
    text-decoration: none !important;
}

    .todaysoverview.dischargedPts table.dischargeTable a.queuePtName:hover,
    .todaysoverview.bills table.billTable .ptName:hover,
    .todaysoverview.payments table.paymentTable td span.ptName:hover,
    .todaysoverview.payments table.paymentTable td.actions div a:hover,
    .todaysoverview.changedBillsPayments table.changedBillTable .ptName:hover,
    .todaysoverview.changedBillsPayments table.changedPaymentTable td span.ptName:hover,
    .todaysoverview.changedBillsPayments table.changedPaymentTable td.actions div a:hover,
    .todaysoverview.calendarEvents table.calendarEventTable td span.ptName:hover,
    .txRoomWidget .shortcuts a:hover,
    .topheader .notification a:hover,
    .reminder-content .reminderlist li a:hover,
    a#find-av-timeslot,
    #headerpatientkeywordsearchresult a, a.radius2, .shortcuts-dropdown a:hover, .userinfodrop a:hover, .vernav2 a:hover, .headermenu a:hover, .customtoplist a:hover, .toplist a:hover {
        text-decoration: none;
    }

.todaysoverview.widgetbox a.refresh {
    text-decoration: none;
}

    .todaysoverview.widgetbox a.refresh:hover {
        cursor: pointer;
    }

.widgetoptions a, .calendar-event-action.delete:hover {
    text-decoration: none;
}

.reminder-content .reminderlist li .dismiss a.dismissLink:hover {
    text-decoration: underline;
}

.billCreateDetail .billDetailActions #btnAddDetail:hover,
.billEditDetail .billDetailActions #btnAddDetail:hover {
    text-decoration: none;
    background-color: #efefef;
}

input[readonly='true']:not(.pickadate), input[readonly='']:not(.pickadate) {
    background: none repeat scroll 0 0 #d4d4d4 !important;
    box-shadow: none !important;
    cursor: not-allowed;
}

/****** amanda theme slider ******/
/*********************************/
.bodywrapper .ui-slider {
    background: none repeat scroll 0 0 #ccc;
    border: 1px solid #bbb;
    margin: 10px 0;
    position: relative;
    border-radius: 5px;
}

    .bodywrapper .ui-slider a {
        display: inline-block;
        z-index: 2;
    }

.bodywrapper .ui-slider-range {
    border-radius: 4px;
}

.bodywrapper .ui-slider-horizontal {
    display: block;
    height: 2px;
}

    .bodywrapper .ui-slider-horizontal a {
        background: url("https://cdn1.clinic1st.com/Content/template/images/sliderhor.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
        border-radius: 2px;
        height: 14px;
        position: absolute;
        top: -5px;
        width: 17px;
        border: none;
    }

        .bodywrapper .ui-slider-horizontal a.ui-slider-handle {
            margin-left: -8px;
        }

        .bodywrapper .ui-slider-horizontal a:hover, .ui-slider-horizontal a.ui-state-active {
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        }

    .bodywrapper .ui-slider-horizontal .ui-slider-range {
        background: none repeat scroll 0 0 #fb9337;
        height: 3px;
        position: absolute;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    }

    .bodywrapper .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.bodywrapper .ui-slider-vertical {
    margin: 10px 0 2px;
    padding-top: 10px;
    width: 2px;
}

    .bodywrapper .ui-slider-vertical a {
        background: url("https://cdn1.clinic1st.com/Content/template/images/sliderver.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
        border-radius: 2px;
        height: 17px;
        left: -6px;
        position: absolute;
        width: 14px;
    }

        .bodywrapper .ui-slider-vertical a:hover, .ui-slider-vertical a.ui-state-active {
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        }

    .bodywrapper .ui-slider-vertical .ui-slider-range {
        background: none repeat scroll 0 0 #fb9337;
        box-shadow: 1px 0 1px rgba(0, 0, 0, 0.3) inset;
        left: -1px;
        position: absolute;
        width: 4px;
    }

    .bodywrapper .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .bodywrapper .ui-slider-vertical .ui-slider-range-max {
        right: 0;
    }

/***** CUSTOM ON/OFF SWITCH *****/
/*  https://proto.io/freebies/onoff/ */
/*********************************/
.onoffswitch {
    position: relative;
    width: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 20px;
    padding: 0;
    line-height: 20px;
    border: 2px solid #999999;
    border-radius: 20px;
    background-color: #EEEEEE;
    transition: background-color 0.3s ease-in;
}

    .onoffswitch-label:before {
        content: "";
        display: block;
        width: 20px;
        margin: 0px;
        background: #FFFFFF;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 28px;
        border: 2px solid #999999;
        border-radius: 20px;
        transition: all 0.3s ease-in 0s;
    }

.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #F0882C;
}

    .onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
        border-color: #F0882C;
    }

        .onoffswitch-checkbox:checked + .onoffswitch-label:before {
            right: 0;
        }

/***** CUSTOM BREADCRUMBS STYLE *****/
/*********************************/

.breadcrumbs-mod {
    display: block;
    list-style: none;
    background: url("https://cdn1.clinic1st.com/Content/template/images/default/noise.white.png") repeat scroll 0 0 transparent;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

    .breadcrumbs-mod li {
        display: inline-block;
        background: url(https://cdn1.clinic1st.com/Content/template/images/separator.png) no-repeat right center;
        margin-right: 5px;
        font-size: 11px;
    }

        .breadcrumbs-mod li:last-child {
            background: none;
            color: #333;
        }

        .breadcrumbs-mod li a {
            display: block;
            padding: 5px 20px 5px 5px;
        }

        .breadcrumbs-mod li:first-child a {
            padding-left: 10px;
        }

.smalldesc {
    font-size: 11px;
    color: #999;
    font-style: italic;
    display: block;
    position: relative;
}

.margintop20 {
    margin-top: 20px;
}

.toplist li .left {
    padding: 10px 1px 10px 10px !important;
}

    .toplist li .left .action {
        display: block;
        float: right;
    }

        .toplist li .left .action a {
            display: inline;
        }

.customtoplist {
    list-style: none;
}

    .customtoplist li {
        display: block;
        margin-bottom: 10px;
        border: 1px solid #ddd;
        overflow: hidden;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        line-height: 21.5px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    }

        .customtoplist li a {
            overflow: hidden;
            display: block;
        }

            .customtoplist li a:hover {
                color: #68768d;
            }

        .customtoplist li .left {
            display: block;
            padding: 20px 20px 0;
        }

        .customtoplist li .right {
            background: #fcfcfc;
            display: block;
            border-left: 1px solid #ddd;
            padding: 20px 10px;
            text-align: center;
        }

        .customtoplist li .title {
            font-family: 'RobotoBoldCondensed', Arial, Helvetica, sans-serif;
            font-size: 16px;
            color: #32415A;
            display: block;
        }

        .customtoplist li .desc {
            color: #FB9337;
            display: block;
            font-weight: bold;
            font-size: 11px;
        }

        .customtoplist li .key {
            font-family: "RobotoBoldCondensed",Arial,Helvetica,sans-serif;
            color: #FB9337;
            display: block;
            font-size: 15px;
            float: left;
            padding-right: 15px;
        }

        .customtoplist li .value {
            display: block;
            font-size: 13px;
            float: left;
        }

        .customtoplist li div.section {
            display: block;
            height: 25px;
        }

.vernav ul ul {
    display: block !important;
}

/* -----------------------*/
/* jQuery UI custom css */
/* -----------------------*/

/* autocomplete */

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    z-index: 1100 !important;
    height: 200px;
}

/* autocomplete end*/

.ui-datepicker {
    z-index: 9999 !important;
    box-shadow: none !important;
}

.ui-widget-overlay {
    opacity: 0.75 !important;
    background: none repeat scroll 0 0 #000000 !important;
}

.ui-widget-header {
    background: url("https://cdn1.clinic1st.com/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;
    border: 1px solid #AAAAAA;
    color: #222222;
    font-weight: bold;
}

.ui-dialog-titlebar {
    background: none !important;
    border: none !important;
}

.ui-dialog .ui-dialog-title {
    color: #666;
    font: 28px/40px "RobotoBoldCondensed",Arial,Helvetica,sans-serif;
    margin: 10px 20px !important;
}

.ui-dialog .ui-dialog-content {
    overflow: hidden !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    margin: -25px 5px !important
}

/* ----------------------------*/
/*  jQuery UI custom css End */
/* ----------------------------*/

.customtoplist .close {
    position: absolute;
    opacity: 0;
    right: 7px;
    margin-top: 5px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border: 0;
    background-color: #efefef;
    z-index: 5;
    -webkit-transition: opacity 150ms;
    background: url("https://cdn1.clinic1st.com/Content/images/assets/close.png");
    text-align: right;
}

    .customtoplist .close:hover, .close:focus {
        opacity: 1;
        background-image: url("https://cdn1.clinic1st.com/Content/images/assets/close-focus.png");
    }

.close-button:active {
    background-image: url("https://cdn1.clinic1st.com/Content/images/assets/close-active.png");
}

.content.clossable .loading-spinner {
    position: absolute;
    margin: 25px 0 0 50%;
}

/* modal form*/

.modal-form .modal-form-item {
    margin: 5px 0 5px 0;
}

.modal-form-item {
    margin-top: 0;
}

    .modal-form-item label {
        display: block;
        /*font-size: 11px;*/
        margin-bottom: 5px;
        text-transform: uppercase;
    }

        .modal-form-item label:lang(en) {
            font-size: 11px;
        }

        .modal-form-item label:lang(es) {
            font-size: 11px;
        }

        .modal-form-item label:lang(zh) {
            font-size: 12px;
        }

.modal-form-input {
    width: 95% !important;
}

.modal-form-item select {
    background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #CCCCCC;
    font-size: 13px;
    margin-bottom: 8px;
    width: 90%;
    padding: 6px;
    height: 33px;
}

.modal-form-suffix {
    font-size: 13px;
    position: absolute;
    text-align: right;
    width: 315px;
}

.modal-form-item.item-left {
    float: left;
}

.modal-form-item.item-right {
    float: right;
}

.modal-form-item input[type='checkbox'] {
    float: left;
    margin: 2px 5px 0 0;
}

.modal-form-item.desc {
    color: #999;
    float: right;
    font-size: 10px;
    margin: -21px 20px 0 0;
    position: relative;
}

.modal-form-columns {
    overflow: hidden;
}

.modal-form-one-half-columns {
    min-width: 50% !important;
    max-width: 200px;
}

    .modal-form-one-half-columns input[type="text"]:not(.datepicker):not(.withUnit) {
        width: 200px !important;
    }

    .modal-form-one-half-columns input[type="text"].withUnit {
        width: 130px !important;
    }

    .modal-form-one-half-columns .datepicker {
        width: 173px !important
    }

.modal-form-one-third-columns {
    min-width: 30% !important;
    max-width: 130px;
    margin-right: 10px !important;
}

.modal-form-one-third-columns-last {
    min-width: 30% !important;
    margin-right: 0;
}

.modal-form-two-third-columns {
    min-width: 66% !important;
    max-width: 260px;
    margin-right: 10px !important;
}

    .modal-form-two-third-columns.last {
        margin-right: 0 !important;
    }

.bigdialog.twocolumn .one_half.left-column {
    width: 45%;
}

.bigdialog.twocolumn .one_half.last {
    width: 51.5%;
}

.bigdialog.twocolumn .modal-form-columns {
    padding-right: 2px;
}

.bigdialog.twocolumn .modal-form-input {
    width: 98% !important;
}

.modal-form-one-third-columns input.hasDatepicker {
    width: 78% !important;
}

.bigdialog.twocolumn .modal-form-one-half-columns {
    min-width: 48% !important;
}

    .bigdialog.twocolumn .modal-form-one-half-columns input[type="text"]:not(.datepicker) {
        width: 95.5% !important;
    }

.modal-form-session {
    padding: 0 20px 10px 20px;
    margin-top: -10px;
}

.modal-form-dialog-footer {
    margin-top: 30px;
    min-height: 40px;
}

    .modal-form-dialog-footer a {
        position: absolute;
        right: 35px;
    }

.bigdialog.twocolumn .modal-form-dialog-footer {
    bottom: 0;
    right: -30px;
    position: absolute;
}

.bigdialog.twocolumn .extrapadding {
    padding: 10px 10px 2px 2px;
}


.modal-form-session .bigdialog.twocolumn .one_half.last {
    height: 800px;
    position: relative;
}

.stdform2 input[type="checkbox"], .stdform2 input[type="radio"] {
    margin: 0 !important;
}

.ui-dialog-content .attachment-additional-info {
    margin-top: 20px;
}

    .ui-dialog-content .attachment-additional-info .modal-form-readonly-item span {
        font-weight: bold;
        margin-left: 5px;
    }

.attachment-additional-info label {
    font-size: 11px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

/*  Validation  */

.input-validation-error {
    background-image: url("https://cdn1.clinic1st.com/Content/images/assets/icon-validation-invalid.gif") !important;
}

select.input-validation-error {
    border: 2px solid red;
}

.input-validation-valid, .input-validation-error {
    background-position: right center !important;
    background-repeat: no-repeat !important;
}

textarea.input-validation-valid, textarea.input-validation-error {
    background-position: right top 5px !important;
    background-repeat: no-repeat !important;
}

.validation-summary-errors {
    background-color: #FAD5CF;
    border: 1px solid #E18B7C;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(250, 250, 250, 0.8) inset;
    margin-top: 4px;
    min-height: 30px;
    overflow: auto;
}

    .validation-summary-errors .erroricon {
        color: #ff2525;
        display: inline-block;
        font-size: 18px;
        padding: 7px 0 0 10px;
    }

    .validation-summary-errors .errmsg .bullet {
        padding-right: 10px;
    }

    .validation-summary-errors .errmsg .errtext {
        margin: -10px;
    }

    .validation-summary-errors ul {
        list-style: none outside none;
        padding: 5px 0;
    }

    .validation-summary-errors.notibar {
        overflow: auto;
        height: auto;
        padding: 0 0 10px;
    }

    .validation-summary-errors a.close:hover {
        background-position: 0 -14px;
    }

/*  Patient keyword search*/
.patient-keyword-search {
    position: relative;
    width: 300px;
    float: left;
}

    .patient-keyword-search input[type=text] {
        width: 300px;
    }

#patientkeywordsearchsubmit {
    margin-left: 14px;
}

.patient-keyword-search #patientKeywordSearchLoader {
    display: none;
    position: absolute;
    right: 5px;
    top: 17px;
}
/*  Patient keyword search -ends- */

/*  Calendar event search*/
.calendar-event-search {
    position: relative;
    width: 300px;
    float: left;
}

    .calendar-event-search input[type=text] {
        width: 300px;
    }

#calendareventsearchsubmit {
    margin-left: 14px;
}

.calendar-event-search #calendarEventSearchLoader {
    display: none;
    position: absolute;
    right: 5px;
    top: 17px;
}
/*  Calendar event search -ends- */

/* qtip validation error */

.qtip-error {
    font-family: "Segoe UI";
    font-size: 12px;
    padding: 5px 0 5px 0;
}

.field-validation-error {
    display: none
}
/* validation message is hidden because we use qtip to display it */

/* Patient Attachment Manager */

.attachment-mgr {
    min-height: 400px;
    position: relative;
}

    .attachment-mgr .attachment-mgr-right {
        position: absolute;
        right: 0;
        top: 62px;
        width: 250px;
    }

.attachment-mgr-head {
    background: none repeat scroll 0 0 #FCFCFC;
    border-bottom: 1px solid #DDDDDD;
    box-shadow: 0 1px 0 #FFFFFF inset;
    padding: 15px 20px;
    margin: -20px -20px 20px;
}

    .attachment-mgr-head .btn {
        margin-left: 10px;
    }

.attachment-mgr-content {
    margin-right: 250px;
    padding: 20px;
}

.attachment-mgr .attachment-mgr-rightinner {
    border-left: 1px dashed #DDDDDD;
    margin: 20px 0;
    padding: 0 20px;
}


.attachment-mgr a.btnaddnewfile {
    background: none repeat scroll 0 0 #FB9337;
    border: 1px solid #F0882C;
    box-shadow: 0 1px 0 rgba(250, 250, 250, 0.3) inset;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px 5px;
    text-align: center;
    float: left;
    margin-left: 10px;
}

.attachment-mgr .attachment-gallery-item a.name {
    max-width: 145px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.attachment-mgr img {
    cursor: default;
    cursor: pointer;
}

.attachment-mgr-head #loading-attachments {
    display: block;
    float: left;
    margin-left: 25px;
    padding: 15px 10px 0 5px;
    position: relative;
}

    .attachment-mgr-head #loading-attachments #spinner {
        position: relative;
        float: left;
        margin-left: 20px;
    }

    .attachment-mgr-head #loading-attachments span {
        position: relative;
        float: left;
        margin: -10px 0 0 20px;
    }

.imagelist li span a.view {
    display: none;
}

.imagelist li span.action-bar .actions {
    display: none;
}

.imagelist li span.action-bar {
    padding: 0 5px;
}

    .imagelist li span.action-bar .actions.visible {
        display: block;
    }

.imagelist li span a.download {
    background: url("https://cdn1.clinic1st.com/Content/template/images/icons/download.png") repeat scroll 0 0 transparent;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    opacity: 0.5;
    vertical-align: middle;
    width: 16px;
}

/* Patient Attachment Manager - end */

/* jGrowl */

div.jGrowl {
    margin-top: 70px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: none !important;
    background-color: #333 !important;
    border: none !important;
    color: #fff !important;
    min-height: 0 !important;
}

/*.ui-widget-content {
    color: inherit;
}*/
/* jGrowl end */

form input[type=password] {
    padding: 8px 5px;
    border: 1px solid #ccc;
    width: 85%;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fcfcfc;
    vertical-align: middle;
    -moz-box-shadow: inset 0 1px 3px #ddd;
    -webkit-box-shadow: inset 0 1px 3px #ddd;
    box-shadow: inset 0 1px 3px #ddd;
    color: #666;
}

/*  Form 2  */
/*.stdform2 p:nth-child(2), .stdform2 div.par:nth-child(2) { border-top: 1px solid #DDDDDD; }*/
/*.stdform2 div + p { border-top: 1px solid #DDDDDD; }*/
.stdform2 p:first-of-type, .stdform2 div + p {
    border-top: 1px solid #DDDDDD;
}

.stdform2 span.field-two-column input {
    max-width: 200px;
    margin-right: 10px;
}

/*  Form 2  end*/


/*  pickadate  */
.picker__footer button {
    color: #000000 !important;
}

.picker__day--today {
    color: #999 !important;
}

    .picker__day--today:before {
        border-top: 0.5em solid #999999 !important;
    }

.picker__day--highlighted:hover, .picker--focused .picker__day--highlighted {
    background: none repeat scroll 0 0 #FB9337 !important;
}

.picker__day--highlighted {
    background: none repeat scroll 0 0 #faa55a !important;
}

.picker__day--selected, .picker__day--selected:hover {
    border-color: #EEEEEE !important;
}

.picker__day--infocus:hover, .picker__day--outfocus:hover {
    background: none repeat scroll 0 0 #faa55a !important;
}

.picker__button--today:before {
    border-top: 0.66em solid #999999 !important;
}

.picker__button--today:hover, .picker__button--clear:hover {
    background: none repeat scroll 0 0 #faa55a !important;
    border-bottom-color: #faa55a !important;
}

.picker__button--today:focus, .picker__button--clear:focus {
    background: none repeat scroll 0 0 #faa55a !important;
    border-color: #FB9337 !important;
}

.picker__select--month:focus, .picker__select--year:focus {
    border-color: #FB9337 !important;
}

.picker__select--month, .picker__select--year {
    font-size: 0.8em;
    height: 2.5em !important;
}

.ui-datepicker-prev, .ui-datepicker-next {
    background: none !important;
}


/* fullCalendar */
.fc-event {
    font-size: 1.0em !important;
}


.fc-event-vert .fc-event-time {
    font-size: 1.4em !important;
    margin-bottom: 5px;
}

.fc-agenda-axis .spinner {
    position: relative;
    min-height: 43px;
    display: block;
}

.fc-agenda-axis .year {
    display: inline-table;
    min-height: 43px;
    min-width: 43px;
    text-align: center;
    vertical-align: middle;
}

.fc-event.arrived {
    -ms-opacity: 0.5;
    opacity: 0.5;
}

.fc-header-title {
    padding: 2px 10px !important;
}

.fc-view-agendaDay .fc-event-title .title {
    margin-left: 15px;
}

.fc-view-agendaWeek .fc-event-title .title:before {
    content: ' - ';
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}


.fc-view-agendaDay .fc-event-title {
    font-size: 14px;
}

.fc-event-title .clinicCode {
    font-weight: bold;
    padding: 0 0 0 5px;
}

.fc-event-title .doctorName {
    font-weight: bold;
}

.fc-event-title .txType {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    padding: 0 5px 0 7px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}

.queueitem .txType {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    margin-right: 5px;
    margin: 0 5px 0 -10px;
    padding: 1px 10px 1px 5px;
}

.fc-event-title .time {
    font-size: 10px;
    margin-left: 10px;
}

.search input[type="text"] {
    color: #6a778d;
}


/* Table */
.stdtable.pointerrow tbody:not(.nohover) tr:hover {
    background-color: #FCFCFC;
    cursor: pointer;
}



.stdtable tbody td.pointerrow:hover {
    /*background-color: #FCFCFC;*/
    cursor: pointer;
}

.stdtable tbody td.col-action-verysmall {
    width: 5%;
}

.stdtable tbody td.col-action-small {
    width: 10%;
}

.stdtable tbody td.col-action {
    width: 20%;
}

.stdtable tbody td.col-action-long {
    width: 30%;
}

.stdtable.altrow tr:nth-child(odd) {
    background-color: #fcfcfc;
}

.stdtable.altrow tr:nth-child(even) {
    background-color: #fff;
}

.toplist > li {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    overflow: visible;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    line-height: 21.5px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

    .toplist > li a {
        overflow: hidden;
        display: block;
        color: #666;
    }

        .toplist > li a:hover {
            color: #68768d;
        }

    .toplist > li .left {
        display: block;
        padding: 10px;
    }

    .toplist > li .right {
        background: #fcfcfc;
        display: block;
        border-left: 1px solid #ddd;
        padding: 23px 10px;
        text-align: center;
    }

    .toplist > li .title {
        text-transform: uppercase;
        font-family: 'RobotoBoldCondensed', Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #32415A;
        display: block;
        padding: 0;
        margin: 0;
        border-bottom: none;
    }

    .toplist > li .desc {
        color: #FB9337;
        font-weight: bold;
        font-size: 11px;
    }


.emptyQueue {
    height: 50px;
}

.queueWalkIn {
    background: url(https://cdn1.clinic1st.com/Content/images/assets/walkin-16.png) left top;
    width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    margin: 2px 0 0 5px;
}

.queueStatusIcon {
    cursor: default;
}

.queuePetName {
    display: inline-block !important;
    vertical-align: 25px;
    float: left;
}

.queuePetInfo {
    text-transform: none;
    font-size: 11px;
}

    .queuePetInfo .queuePetOwner {
        font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
        font-size: 14px;
        padding-left: 5px;
    }

.queuePtName {
    display: inline-block !important;
    margin-right: 10px;
    vertical-align: 25px;
    float: left;
}

.queueitem .queuePtNumber,
.queueitem .queuePtClinic {
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    color: #666;
}

.queueitem .sticker {
    display: block;
    position: relative;
    float: left;
    margin-top: 2px;
    font-size: 17px;
    cursor: default;
}

.queueDoctor {
    display: inline-block;
    float: right;
}

.queueAction {
    display: inline-block;
    float: right;
}

.queueitem .info {
    float: left;
    color: #999;
    font-size: 17px;
    margin-right: 0.2em;
}

.queueTitle {
    height: 25px;
}

.queueDoctor_menu li a {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 0 #FFFFFF inset;
    display: block;
    font-weight: bold;
    padding: 1px 20px 1px 5px !important;
}

.queueDoctor_menu li {
    display: inline-block;
    float: left;
    height: 20px;
}

    .queueDoctor_menu li ul {
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    }

.queueDoctor_menu {
    list-style: none outside none;
    position: relative;
}

    .queueDoctor_menu .dropdown span.arrow {
        background: url("https://cdn1.clinic1st.com/Content/template/images/default/menuarrow.png") no-repeat scroll 0 0 transparent;
        display: block;
        height: 5px;
        position: absolute;
        right: 5px;
        top: 8px;
        width: 11px;
    }

    .queueDoctor_menu > li > ul > li {
        display: block;
        line-height: 21.5px;
        margin-bottom: 5px;
    }

.queueAction_menu ul.listtype li a {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 0 #FFFFFF inset;
    display: block;
    font-weight: bold;
    padding: 4px 20px 5px 15px !important
}

.queueAction_menu li a.dropdown_label {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 1px 0 #ffffff inset;
    display: block;
    font-weight: bold;
    padding: 4px 20px 5px 15px !important;
}

.queueAction_menu li {
    display: inline-block;
    float: left;
    height: 32px;
}

.queueAction_menu .dropdown ul.listtype li {
    display: block;
    float: none;
}

.queueAction_menu li ul.listtype {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    margin-top: -10px;
}

.queueAction_menu {
    list-style: none outside none;
    position: relative;
}

    .queueAction_menu .dropdown span.arrow {
        background: url("https://cdn1.clinic1st.com/Content/template/images/default/menuarrow.png") no-repeat scroll 0 0 transparent;
        display: block;
        height: 5px;
        position: absolute;
        right: 1px;
        top: 11px;
        width: 11px;
    }

    .queueAction_menu > li > ul.liststyle > li {
        display: block;
        line-height: 24.5px;
        margin-bottom: 0;
    }

    .queueAction_menu .dropdown ul.listtype li:first-child {
        height: 30px;
    }

        .queueAction_menu .dropdown ul.listtype li:first-child a {
            height: 22px;
        }

#eventsearchresult {
    margin-bottom: 100px;
}

.todays-patients-counter h2 {
    margin-right: 10px;
    text-align: right;
}


.profilepic-intxroom {
    margin-top: -10px;
}

.intx-pageheader {
    height: 45px;
}

.intx-patientname {
    float: left;
    margin-left: 15px;
}

.petHeader .intx-patientinfo {
    float: left;
    margin: 3px 10px 0 20px;
}

.intx-patientinfo {
    float: left;
    margin: 3px 10px 0 50px;
}

.intx-widget ul {
    margin: 5px 10px;
    font-size: 1.25em;
    color: #666666;
    padding: 0 0 0 10px;
}

.widgetbox.intx-widget.shortcuts ul {
    margin: 0;
    padding: 0 !important;
}

.widgetcontent.no-scroll.txRoomWidget {
    padding: 0 !important;
}

.intx-widget .intx-widget-frame .fieldname {
    color: #666666;
    display: inline;
    font-size: 1.25em;
    font-family: 'RobotoBoldCondensed', Arial, Helvetica, sans-serif;
}

.intx-widget .intx-widget-frame .fieldvalue {
    color: #666666;
    margin-left: 10px;
    font-size: 1.25em;
}

.intx-widget .intx-widget-frame .underline {
    border-bottom: 1px dotted #FB9337;
}

.intx-widget .slimScrollDiv .consultationwidget,
.intx-widget .slimScrollDiv .prescriptionwidget,
.intx-widget .slimScrollDiv .txplanwidget,
.reminder-content .slimScrollDiv {
    border: none;
}

.intx-widget-frame {
    min-width: 200px;
    min-height: 200px;
}

    .intx-widget-frame.large {
        min-height: 400px !important;
    }

    .intx-widget-frame .spin-div {
        bottom: 50%;
        left: 0;
        position: absolute;
        right: 0;
        top: 10%;
    }

.widgetbox.intx-widget.shortcuts .widgetcontent.txRoomWidget {
    border: none !important;
}

.consultationwidget ul, .txplanwidget ul {
    margin: 0;
    padding: 0;
}

    .consultationwidget ul li, .txplanwidget ul li {
        font-size: 1em;
        min-height: 50px;
    }

        .consultationwidget ul li .info, .txplanwidget ul li .info {
            margin-left: 100px;
            padding-top: 5px;
            position: relative;
        }

        .consultationwidget ul li .date, .txplanwidget ul li .date {
            background-color: #F6E4A5;
            border: 1px solid #EEEEEE;
            float: left;
            margin-right: 10px;
            min-height: 30px;
            padding: 5px;
        }

            .consultationwidget ul li .date span.txdate, .txplanwidget ul li .date span.txplandate {
                vertical-align: middle;
                font-weight: bold;
            }

            .consultationwidget ul li .date div.doctorName, .txplanwidget ul li .date div.doctorName {
                font-size: 12px;
                text-align: center;
                margin-top: 5px;
            }

        .consultationwidget ul li .info div.action-edit {
            background-color: #fff;
            top: 5px;
            display: none;
            position: absolute;
            right: -10px;
            color: #fb9337;
            padding: 0 10px;
        }

.prescriptionwidget ul li .info div.action-edit {
    background-color: #fff;
    display: none;
    position: absolute;
    right: 15px;
    color: #fb9337;
    padding: 0 20px;
}

    .consultationwidget ul li .info div.action-edit a,
    .prescriptionwidget ul li .info div.action-edit a {
        font-weight: bold;
        color: #fb9337;
    }

.prescriptionwidget ul {
    margin: 0;
    padding: 0;
}

    .prescriptionwidget ul li {
        font-size: 1em;
        min-height: 50px;
    }

        .prescriptionwidget ul li .info {
            margin-left: 100px;
            padding-top: 5px;
        }

        .prescriptionwidget ul li .date {
            background-color: #F6E4A5;
            border: 1px solid #EEEEEE;
            float: left;
            margin-right: 10px;
            min-height: 30px;
            padding: 5px;
        }

            .prescriptionwidget ul li .date span.txdate {
                vertical-align: middle;
                font-weight: bold;
            }

            .prescriptionwidget ul li .date div.doctorName {
                font-size: 12px;
                text-align: center;
                margin-top: 5px;
            }

.pageheader {
    overflow: auto;
}

.pageheader #tabheader {
    display: list-item;
}

.pageheader a {
    text-decoration: underline;
}

.pageheader .hornav a {
    text-decoration: none;
}

.noborder {
    border: none;
}

/* table highlight*/
.highlight-table tbody tr.success td {
    background-color: #dff0d8;
}

.highlight-table tbody tr.error td {
    background-color: #f2dede;
}

.highlight-table tbody tr.warning td {
    background-color: #fcf8e3;
}

.highlight-table tbody tr.selected td {
    color: #FFF;
    background: none repeat scroll 0 0 #FB9337;
}

.pt-search-result-list {
    list-style: none outside none;
}

    .pt-search-result-list li {
        display: block;
        margin-bottom: 20px;
    }

.pt-search {
    border: 1px solid #DDDDDD;
    border-radius: 2px 2px 2px 2px;
    overflow: hidden;
    padding: 10px;
}

    .pt-search .th {
        float: left;
    }

    .pt-search .cn {
        height: 84px;
        margin-left: 40px;
    }


        .pt-search .cn a {
            display: block;
        }


        .pt-search .cn small {
            color: #999999;
        }

.pt-search-result-list .slimScrollDiv {
    border: none;
}

.pt-search .ptName {
    display: block;
    float: left;
}

.pt-search .sticker {
    float: left;
    font-size: 17px;
    margin: 3px 0 0 5px;
}

form select.smallinput {
    width: 40% !important;
}

form input.verysmallinput, form textarea.verysmallinput, form select.verysmallinput {
    width: 15%;
    min-width: 65px;
}

form span.field.combined-top {
    padding-bottom: 5px;
}

form span.field.combined-middle {
    padding: 5px 0;
}

form span.field.combined-bottom {
    padding-top: 5px;
}

form .field > span.footnote {
    display: block;
}

.external-event {
    background: none repeat scroll 0 0 #3A87AD !important;
}

.colorpicker {
    z-index: 9999 !important;
}


.modal-form-session #form .contenttitle2 {
    margin-top: 40px;
    margin-bottom: 0;
}

.stdtable.billDetailTable thead th,
.stdtable.billPayment thead th {
    padding: 2px 10px;
}

table.billDetailTable tr.billDetailReadOnly div.remarks {
    padding-left: 10px;
}

table.billDetailTable tr.billDetailReadOnly td,
table.billPayment tr td {
    padding: 3px 10px;
}

table.billDetailTable .billcreate-th-particular {
    width: 47%;
}

table.billDetailTable .billcreate-th-amount {
    width: 15%;
}

table.billDetailTable .billcreate-th-qty {
    width: 7%;
}

table.billDetailTable .billcreate-th-discountpercentage {
    width: 10%;
}

table.billDetailTable .billcreate-th-discountamount {
    display: none;
}

table.billDetailTable .billcreate-th-linetotal {
    width: 15%;
}

table.billDetailTable .billcreate-th-action {
    width: 8%;
}

tr#DynamicRowHtml,
tr#DynamicEditRowHtml {
    background: none repeat scroll 0 0 #d4d4d4;
}

    tr#DynamicRowHtml td.align_right input[type="text"],
    tr#DynamicEditRowHtml td.align_right input[type="text"] {
        text-align: right;
    }

    tr#DynamicRowHtml td.valign_top,
    tr#DynamicEditRowHtml td.valign_top {
        vertical-align: top;
    }

    tr#DynamicRowHtml input[name="Remarks"],
    tr#DynamicEditRowHtml input[name="Remarks"] {
        margin-top: 5px;
    }

    tr#DynamicRowHtml td span.remarks-info,
    tr#DynamicEditRowHtml td span.remarks-info {
        font-size: 14px;
        vertical-align: middle;
        padding: 4px;
    }

table.billDetailTable td.billcreate-tr-particular.input {
    padding: 1px 6px 1px 2px;
}

table.billDetailTable td.input {
    padding: 1px 13px 1px 3px;
}

table.billDetailTable .billcreate-tr-discountamount {
    display: none;
}

table.billDetailTable .billDetail-discountamount {
    display: none;
}

.slimScrollDiv {
    border: solid 1px #ddd;
}

.billWrapper .slimScrollDiv {
    border: none;
}

.billWrapper .paymentdiv {
    height: 207px;
}

.billWrapper .amountsummary {
    padding: 20px 0;
}

.billWrapper .modal-form-one-half-columns .datepicker {
    width: 86.9% !important;
}

#DynamicRowHtml td:nth-child(2) {
    border-left: 1px solid #DDDDDD;
}

.stdtable tbody tr#DynamicRowHtml td.billcreate-tr-particular,
.stdtable tbody tr#DynamicEditRowHtml td.billcreate-tr-particular {
    border-left: 1px solid #DDDDDD;
}

form#billCreateForm .modal-form-item select {
    margin-bottom: 0;
}

form#billCreateForm.modal-form #btnAddDetail {
    vertical-align: middle;
}

form#billCreateForm.modal-form #divDetail {
    margin-top: 0;
}

form.modal-form #divDetail {
    margin-top: -15px;
}

.billpayment .infobox {
    font-size: large;
}

.billpayment .info-line.ptName {
    padding: 4px 10px;
}

.billpayment .info-line {
    padding: 2px 10px;
}

.billpayment .billInfo .infoLabel {
    font-size: small;
}

#ptInfoContainer, #medAlertContainer {
    margin: 5px 0;
}

#ptInfoContainer {
    background-color: lightgoldenrodyellow;
}

    #ptInfoContainer div#ptInfo {
        border: 1px solid #CCCCCC;
        padding: 5px 10px;
        color: #666;
        box-shadow: 0 1px 3px #DDDDDD inset;
        margin-top: 5px;
        /* font-size: large; */
    }

    #ptInfoContainer .divPtInfo-line.ptName {
        font-size: medium;
    }

#medAlertContainer div.alertInfo {
    border: 1px solid #e18b7c;
    padding: 5px 10px;
    /*background-color: #fad5cf;*/
    background-color: #ff3838;
    box-shadow: inset 0 1px 0 rgba(250, 250, 250, 0.8);
    margin-top: 5px;
    font-size: small;
    color: #fcfcfc;
    font-weight: bold;
}

#ptInfoContainer #ptInfo span.infoLabel {
    margin: 0 5px 0 0;
    color: #444;
    font-size: small;
}

#ptInfoContainer #ptInfo span.infoData {
    margin: 0 10px 0 0;
}

#ptInfoContainer .divPtInfo-line {
    padding: 3px 5px;
}

#ptInfoContainer #ptInfo span.gender {
    margin: 0 10px 0 10px;
}

th.billdelete {
    width: 20px;
}

th.billpaymentdelete {
    width: 20px;
}

.billVoided td {
    text-decoration: line-through;
}

    .billVoided td span {
        text-decoration: line-through;
    }

tr.bill td a.billEdit, tr.bill td a.billPay {
    text-decoration: underline;
}

tr.bill td.billEdit {
    width: 85px;
}

.billTable td.billdelete:hover {
    cursor: pointer;
}

.billpaymentTable td.billpaymentdelete:hover {
    cursor: pointer;
}

.nounderline {
    text-decoration: none;
}

.greentext {
    color: green;
}

a.btn3.glyphicon {
    color: #666666;
    font-size: 18px;
    font-weight: normal;
    background-image: none;
}

    a.btn3.glyphicon:before {
        margin-left: 8px;
        margin-top: 7px;
        position: absolute;
    }

.billCreateDetail .billDetailActions #btnAddDetail,
.billEditDetail .billDetailActions #btnAddDetail {
    border: 1px solid #ddd;
    border-top: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #fb9337;
    display: block;
    font-size: 25px;
    padding: 10px;
    text-align: center;
}

    .billCreateDetail .billDetailActions #btnAddDetail:hover,
    .billEditDetail .billDetailActions #btnAddDetail {
        border: 1px solid #bbb;
        border-top: 0;
    }

.billCreateDetail .billDetailActions.create,
.billEditDetail .billDetailActions {
    padding: 0 0 30px;
}

.billWrapper .total {
    margin: 15px 10px 0 0;
    text-align: right;
}

    .billWrapper .total h4 span {
        font-size: 18px;
    }

.billWrapper .contenttitle2 {
    margin: 10px 0;
}

.paymethod_menu {
    list-style: none outside none;
    position: relative;
}

    .paymethod_menu .dropdown_label {
        height: 20px;
        text-decoration: underline;
    }

    .paymethod_menu li {
        display: inline-block;
        float: left;
        height: 20px;
    }

    .paymethod_menu .dropdown span.arrow {
        background: url("https://cdn1.clinic1st.com/Content/template/images/default/menuarrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        display: block;
        height: 5px;
        position: absolute;
        top: 9px;
        width: 17px;
    }

.paymethod_dropdown {
    float: right;
}

.billEdit .edit {
    float: left;
}

.billEdit .separator {
    float: left;
}

div.pay.paid {
    float: left;
    margin-left: 8px;
}

div.shortcuts-dropdown {
    background: url("https://cdn1.clinic1st.com/Content/images/assets/shortcutbutton.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: inherit;
    width: 32px;
    height: 32px;
    float: left;
    margin: 0 10px 0 0;
    width: 32px !important;
    z-index: 999;
}

    div.shortcuts-dropdown a.link {
        cursor: pointer;
        display: inline-block;
        font-family: 'RobotoCondensed',Arial,Helvetica,sans-serif;
        font-size: 14px;
        padding: 5px 14px;
    }

.shortcuts-content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 10px;
    top: 48px;
    width: 300px;
    z-index: 200;
}


.shortcutstab {
    border-bottom: 1px solid #FB9337;
    list-style: none outside none;
    margin-bottom: 1px;
    overflow: hidden;
    padding: 5px 5px 0;
}


    .shortcutstab li {
        display: inline-block;
        float: left;
        width: 50%;
    }


        .shortcutstab li a {
            border-radius: 2px 2px 0 0;
            display: block;
            font-weight: bold;
            padding: 10px 20px;
            text-align: center;
        }


        .shortcutstab li.current a {
            background: none repeat scroll 0 0 #FB9337;
            color: #FFFFFF;
        }

.shortcutlist {
    list-style: none outside none;
}

    .shortcutlist li:first-child {
        padding-top: 0;
    }

    .shortcutlist li {
        border-bottom: 1px solid #EEEEEE;
        line-height: 16px;
        height: 42px;
    }


        .shortcutlist li a {
            display: block;
            padding: 12px;
        }

            .shortcutlist li a:hover {
                background: #f7f7f7;
            }

        .shortcutlist li .thumb {
            border: 1px solid #FFFFFF;
            display: inline-block;
            float: left;
            margin-right: 20px;
            font-size: 18pt;
        }

        .shortcutlist li img {
            vertical-align: middle;
        }

.shortcutdetails {
    line-height: 18px;
}


    .shortcutdetails .name {
        color: #485B79;
        font-weight: bold;
    }

    .shortcutdetails span {
        display: block;
    }

.shortcutbutton {
    overflow: hidden;
    padding: 10px;
    text-align: right;
}


    .shortcutbutton a:first-child {
        float: left;
    }

    .shortcutbutton a {
        background: none repeat scroll 0 0 #EEEEEE;
        border-radius: 2px;
        display: inline-block;
        font-size: 11px;
        font-weight: bold;
        padding: 5px 10px;
    }

        .shortcutbutton a:hover {
            background: #FB9337;
            color: #fff;
        }

.userlist td.action {
    cursor: auto;
}

.userlist a.changePwd {
    text-decoration: underline;
}

.userSuspended td.edit-user {
    text-decoration: line-through;
    text-decoration-color: red;
}

.userlist a.suspend-user, .userlist a.enable-user {
    text-decoration: underline;
}

.actionSeparator {
    color: #FB9337;
}

.ishyperlink {
    text-decoration: underline;
}

label span.required:after {
    content: " *";
    font-weight: bold;
    color: red;
}


.stdform2 input[type="checkbox"] {
    margin: 0 !important;
}

.customtoplist.pt-card-details li .desc.title,
.customtoplist.pt-drawing-list li .desc.title {
    color: #FB9337;
    font-size: 15px !important;
}


.line-break {
    white-space: pre-line;
}

.customtoplist.pt-card-details li .desc,
.customtoplist.pt-drawing-list li .desc {
    font-size: 12px;
    color: #666;
}

.customtoplist.pt-card-details li label,
.customtoplist.pt-drawing-list li label,
#promotionList .customtoplist li label {
    color: #FB9337;
    font-size: 15px !important;
    font-family: 'RobotoBoldCondensed', Arial, Helvetica, sans-serif;
}

.customtoplist.pt-card-details li .field-value,
.customtoplist.pt-drawing-list li .field-value,
.customtoplist li .field-value {
    font-weight: bold;
    white-space: nowrap;
}

form textarea.onerow {
    height: 15px;
}

form textarea.taller {
    height: 150px;
}

form textarea.eventaller {
    height: 300px;
}

.select2-results .select2-highlighted {
    background: none repeat scroll 0 0 #F7F7F7 !important;
    color: #666 !important;
}

.select2-drop.select2-display-none.doctor .select2-results li {
    border: none;
}

.select2-results li {
    border-bottom: 1px solid #EEEEEE;
}

.select2-drop {
    color: #666 !important;
}

.select2-container .select2-choice {
    height: 28px;
    padding: 3px 0 0 8px !important;
}

.select2-container.smallinput {
    width: 40%;
}

.select2-container.meiduminput {
    width: 60%;
}

form.stdform span.field.smallinput {
    width: 40%;
}

form.stdform span.field.meiduminput {
    width: 60%;
}

.loginpage .lang {
    color: #CCCCCC;
    font-size: 11px;
    font-weight: bold;
}

.loginpage div.lang span {
    margin-right: 10px;
}

div.selector select {
    background: #fff !important;
}

.loginboxlang {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    margin: 6% auto 0;
    padding: 5px;
    width: 350px;
}

.loginboxlanginner {
    background: none repeat scroll 0 0 #FCFCFC;
    border-radius: 0 0 2px 2px;
    padding: 5px;
}

.loginboxlang .langlabel {
    float: left;
    padding: 5px 10px 5px 20px;
}

.loginpage .legal {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    margin: 1% auto 0;
    padding: 5px;
    width: 350px;
    overflow: auto;
    font-size: 10px;
}

    .loginpage .legal p {
        display: block;
        float: left;
        padding-left: 10px;
    }

#uniform-langselect span {
    width: 90px !important;
}

.userinfo .usericon {
    width: 23px;
    border: 1px solid #B9C1CE;
    vertical-align: middle;
    float: left;
    text-align: center;
    font-size: 17px;
}

.userinfodrop .useravator {
    background-color: #666666;
    border: 0 none;
    color: #F0F0F0;
    font-size: 87px;
    height: 98px;
    line-height: 98px;
    text-align: center;
    width: 98px;
}

.msgdetails .name {
    float: left;
    margin-right: 5px;
}

.msgdetails .sticker {
    float: left;
    font-size: 15px;
}

.widgetbox.todaysoverview .title {
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
}

.widgetbox.todaysoverview .widget-top {
    display: flex;
}

    .widgetbox.todaysoverview .widget-top div.refresh {
        flex: 1;
        font-size: 20px;
        padding: 0 0 0 10px;
    }

.widgetbox .title.insideWidget {
    margin: 5px;
    border-bottom: 1px solid #FB9337;
    padding: 0 2px 1px 0;
}

    .widgetbox .title.insideWidget h3 {
        font-size: 15px;
    }

.shortcuts li a.icon {
    font-size: 60px;
    text-align: center;
    color: #666;
}

    .shortcuts li a.icon span {
        padding-top: 5px;
        font-size: 0.25em;
        color: #222;
    }

.colorselector span {
    width: 40px !important;
    height: 40px !important;
    margin: -23px 0 0 10px;
}

.atwho-view {
    color: #666 !important;
    z-index: 2000 !important;
}

    .atwho-view .cur {
        background: #f7f7f7 !important;
        color: #485B79 !important;
        font-weight: bold;
    }

    .atwho-view strong {
        color: #FB9337 !important;
    }

.mce-listbox button {
    height: 24px !important;
}

.mce-menubtn span {
    line-height: 16px !important;
}

.calendar-event-action {
    cursor: pointer;
    text-decoration: none;
}

    .calendar-event-action:hover {
        text-decoration: underline;
    }

.color-selector {
    /*margin: -34px 0 0 0 !important;*/
    padding: 9px !important;
    border: 1px solid #ededed !important;
}

.modal-form-item .color-selector {
    margin: 0 !important;
    padding: 9px !important;
    border: 1px solid #ededed !important;
}

.color-selector .sp-preview {
    color: #aaa;
}

.color-selector-container .sp-palette {
    max-width: 200px;
}

.patientbillswidget li {
    font-size: 13px;
}

    .patientbillswidget li span.selected {
        color: #008000;
        float: right;
        font-size: 20px;
        padding: 5px;
    }

    .patientbillswidget li.selectedbill {
        background-color: #f7f7f7;
        border: 2px solid green;
    }

.patientbills_widgetbox {
    margin-top: 0;
}

.patientbills-widget-frame {
    min-width: 200px;
    min-height: 170px;
}

    .patientbills-widget-frame.large {
        min-height: 400px !important;
    }

.prev-bill-list {
    list-style: none outside none;
}

    .prev-bill-list li:first-child {
        padding-top: 0;
    }

    .prev-bill-list li {
        border-bottom: 1px solid #EEEEEE;
        line-height: 16px;
        padding: 5px;
    }

        .prev-bill-list li:hover {
            background: none repeat scroll 0 0 #F7F7F7;
            cursor: pointer;
        }

    .prev-bill-list .patientbills_content {
        line-height: 18px;
        font-size: 12px;
        color: #666;
        padding: 5px 10px;
    }

        .prev-bill-list .patientbills_content span {
            display: block;
        }

        .prev-bill-list .patientbills_content .invoice-number {
            color: #485B79;
            font-weight: bold;
        }

        .prev-bill-list .patientbills_content span.label {
            display: inline;
            font-size: 12px;
            margin: 0 10px;
            font-weight: bold;
        }

        .prev-bill-list .patientbills_content span.newline {
            margin-left: 0;
        }


        .prev-bill-list .patientbills_content span.data {
            display: inline;
            font-size: 12px;
        }

        .prev-bill-list .patientbills_content span.bill-balance,
        .billInfo .infoData.balance {
            color: red;
        }

.about {
    padding-bottom: 20px;
}

    .about p {
        padding: 5px 20px;
    }

        .about p.copyright {
            padding: 40px 20px 5px;
        }

    .about span.appname {
        display: block;
        font-size: 22px;
        color: #FB9337;
    }

    .about span.version {
        display: block;
        color: #666;
        float: left;
    }

    .about span.instance-id {
        display: block;
        color: #666;
        float: right;
    }

    .about .visitwebsite {
        margin-top: 20px;
    }

    .about .feedback {
        margin-top: -10px;
    }

    .about .social {
        padding: 15px;
    }

        .about .social a {
            text-decoration: none;
            font-size: 30px;
        }

            .about .social a.fb {
                color: #3b5998;
            }

            .about .social a.twitter {
                color: #55acee;
            }

    .about a {
        text-decoration: underline;
    }

#scroll-img-widget .folder {
    color: #666666;
    font-family: 'RobotoBoldCondensed',Arial,Helvetica,sans-serif;
    font-size: 16px;
    padding: 20px;
    text-transform: uppercase;
}

#scroll-img-widget .row {
    margin-top: 20px;
}

.headermenu .headerbutton {
    font-size: 22px;
}

.table-icon {
    font-size: 18px;
    padding: 2px;
}

.patient-info-qtip .upcomingAppointments .appointment .appointmentTime a,
table.relativeTable .ptName,
.calendarEvent-qtip .patientName,
#attachmentGallery .attachment-folder .attachment-folder-name,
.icon.clickable,
.tooltip.info {
    cursor: pointer;
}

.pt-search-result-list .pt-avatar {
    font-size: 20px;
}

.dischargedQueue-visibility {
    float: right;
    padding: 10px;
    margin-top: 20px;
    font-size: 18px;
    cursor: pointer;
}

.dischargedWidget.open {
    display: block;
}

.dischargedWidget.closed {
    display: none;
}

.profilepic span.icon {
    font-size: 26px;
}

.billInfo {
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 3px #DDDDDD inset;
    color: #666666;
    padding: 10px;
    margin-top: 5px;
}

    .billInfo span.infoLabel {
        margin: 0 5px 0 0;
        color: #444
    }

    .billInfo span.infoData {
        margin: 10px;
    }

.topheader .impersonation {
    background: #CC170E;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 5px #DDDDDD;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    float: left;
    margin: 2px 0;
    padding: 2px 5px 7px;
    height: 16px;
}

    .topheader .impersonation span {
        color: white;
        font-weight: bold;
        font-size: 11px;
    }

.calendarEvent-qtip .patientName, .patient-info-qtip .label.patientName {
    color: #FB9337;
    font-weight: bold;
}

.pageheader .pagedesc {
    margin-right: 20px;
}

.patient-info-qtip div.upcomingAppointments {
    margin-top: 20px;
}

    .patient-info-qtip div.upcomingAppointments hr {
        width: 95%;
    }

.patient-info-qtip p.upcomingAppointments .title {
    text-transform: uppercase;
}

.patient-info-qtip p.upcomingAppointments {
    margin-bottom: 15px;
}

.patient-info-qtip p.appointmentTime {
    margin-top: 5px;
    font-size: 12px;
}

.patient-info-qtip .appointmentTitle {
    color: #FB9337;
    font-size: 11px;
    font-weight: bold;
}

.patient-info-qtip, .calendarEvent-qtip {
    color: #666;
}

    .patient-info-qtip .label {
        font-weight: bold;
    }

    .patient-info-qtip .alert, #headerpatientkeywordsearchresult .resultlist .alert {
        color: red;
        font-weight: bold;
    }

    .patient-info-qtip a {
        font-size: 12px;
    }

.searchResult td .ptName:hover,
.stdtable.drug-dispensing td .ptName:hover {
    text-decoration: underline;
    cursor: pointer;
}

.namelessPatient {
    color: red;
}

.ladda-button .ladda-spinner {
    margin-top: 0 !important;
    margin-left: auto !important;
}

.summarytable {
    padding-bottom: 20px;
}

.align_right {
    text-align: right !important;
}

.align_center {
    text-align: center !important;
}

.hdrpatientsearchresult {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 262px;
    top: 48px;
    width: 300px;
    z-index: 200;
}

#headerpatientkeywordsearchresult .resultlist li {
    height: 133px;
}

#headerpatientkeywordsearchresult .resultlist span {
    display: block;
}

    #headerpatientkeywordsearchresult .resultlist span.ptName {
        font-weight: bold;
        font-size: small;
        float: left;
    }

    #headerpatientkeywordsearchresult .resultlist span.sticker {
        float: left;
        font-size: small;
    }

    #headerpatientkeywordsearchresult .resultlist span.ptNumber {
        float: left;
    }

    #headerpatientkeywordsearchresult .resultlist span.label.status {
        padding-left: 15px;
    }

    #headerpatientkeywordsearchresult .resultlist span.dob, #headerpatientkeywordsearchresult .resultlist span.age, #headerpatientkeywordsearchresult .resultlist span.gender {
        float: left;
        margin-right: 10px;
    }

#headerpatientkeywordsearchresult .resultlist li:first-child {
    padding-bottom: 0;
}

#headerpatientkeywordsearchresult .resultlist li div {
    clear: both;
    display: block;
}

#headerpatientkeywordsearchresult .resultlist span.label {
    float: left;
    font-weight: bold;
    margin-right: 10px;
}

#headerpatientkeywordsearchresult .resultlist span.idNo, #headerpatientkeywordsearchresult .resultlist span.doc {
    float: left;
}

#headerpatientkeywordsearchresult .resultlist li:hover {
    background: none repeat scroll 0 0 #F7F7F7;
}

#headerpatientkeywordsearchresult .resultlist span.icon, #headerpatientkeywordsearchresult .resultlist span.ospayment {
    float: left;
    margin-right: 5px;
}

#headerpatientkeywordsearchresult .resultlist .alert {
    padding: 3px;
}

#headerpatientkeywordsearchresult .resultlist li.selected {
    background: none repeat scroll 0 0 #F7F7F7;
}

.hdrpatientsearchresult.norecord {
    height: 100px;
}

#headerpatientkeywordsearchresult.norecord div {
    padding: 20px;
    text-align: center;
    margin-top: 20px;
}

.appointmentSearch.searchResult td span.smsSent {
    display: inherit;
}

.appointmentSearch.searchResult td span.smsNotSent {
    display: none;
}

.queueitem {
    box-shadow: none !important;
}

.queueInfoQtip {
    max-width: 350px !important;
}

.queue-info-qtip .onTime, .queueitem .onTime {
    color: darkgreen;
}

.queue-info-qtip .notOnTime, .queueitem .notOnTime {
    color: crimson;
}

.overview-widget-frame {
    min-width: 200px;
    min-height: 200px;
    overflow: hidden;
    position: relative;
}

.todaysoverview.dischargedPts tr.queueitem span.doctorName {
    display: block;
    float: left;
}

.todaysoverview.dischargedPts tr.queueitem td.actions {
    text-align: left;
}

    .todaysoverview.dischargedPts tr.queueitem td.actions a {
        border: none;
        margin-left: 10px;
        float: left;
        display: block;
    }

.todaysoverview.dischargedPts tr.queueitem .queueAddPayment {
    clear: both;
}

.todaysoverview.dischargedPts tr.queueitem .queueAddPrescription,
.todaysoverview.dischargedPts tr.queueitem .queueAddBill,
.todaysoverview.dischargedPts tr.queueitem .queueAddPayment,
.todaysoverview.dischargedPts tr.queueitem .queueAddReminder,
.todaysoverview.dischargedPts tr.queueitem .queueNewAppointment,
.todaysoverview.dischargedPts tr.queueitem .queuePrintRecentTxRx,
.todaysoverview.dischargedPts tr.queueitem .queuePrintRecentRxLabel,
.todaysoverview.dischargedPts tr.queueitem .queuePrintRecentReceipt {
    border-left: 1px solid #CCCCCC !important;
}

.todaysoverview.dischargedPts tr.queueitem span.txTitle {
    color: #FB9337;
    font-weight: bold;
    font-size: 11px;
    display: block;
    float: left;
    margin-left: 10px;
}

.todaysoverview.dischargedPts tr.dischargeQueue td span.ptName {
    display: block;
}

    .todaysoverview.dischargedPts tr.dischargeQueue td span.ptName .ptNumber {
        display: block;
        float: left;
    }

.todaysoverview.dischargedPts div.queueStat span:first-child {
    margin-left: 0;
}

.todaysoverview.dischargedPts tr.dischargeQueue td span.ptNumber, .todaysoverview.dischargedPts tr.dischargeQueue td span.queueInfo {
    display: block;
    clear: both;
}

.todaysoverview.dischargedPts tr.queueitem {
    height: 101px;
}

    .todaysoverview.dischargedPts tr.queueitem span.clinicCode {
        float: left;
        padding-right: 10px;
    }

    .todaysoverview.dischargedPts tr.queueitem span.txDuration {
        display: block;
        float: left;
        margin-left: 10px;
    }

.todaysoverview.dischargedPts table.dischargeTable tbody tr td {
    border-width: 0 0 1px 0;
    vertical-align: top;
}

.todaysoverview.dischargedPts table.dischargeTable tbody tr:last-child td {
    border-bottom: none;
}

.todaysoverview.bills table.billTable tbody tr td {
    border-width: 0 0 1px 0;
}

.todaysoverview.dischargedPts table.dischargeTable tbody tr td.actions {
    width: 33%;
}

    .todaysoverview.dischargedPts table.dischargeTable tbody tr td.actions.selected {
        display: block;
        width: 33%;
    }

.todaysoverview.bills table.billTable tbody tr:last-child td {
    border-bottom: none;
}

.todaysoverview.bills table.billTable tbody tr:first-child td {
    border-top: 1px solid #ddd;
}

.todaysoverview.bills table.billTable {
    margin-top: 20px;
}

    .todaysoverview.bills table.billTable tbody tr td span.billNumber, .todaysoverview.bills table.billTable tbody tr td span.billVoucherNo {
        display: block;
    }

    .todaysoverview.bills table.billTable tbody tr td span.ptName, .todaysoverview.bills table.billTable tbody tr td span.ptNumber {
        display: block;
        float: left;
    }

    .todaysoverview.bills table.billTable tbody tr td span.ptNumber {
        margin-left: 10px;
    }

.todaysoverview table tbody tr td.align_top {
    vertical-align: top;
}

.todaysoverview.bills table.billTable tbody tr td.osAmount {
    padding-right: 30px;
}

.todaysoverview.bills table.billTable tbody tr td.billAction .edit {
    display: block;
    float: left;
    margin-right: 10px;
}

.todaysoverview.bills table.billTable tbody tr td.billAction .pay {
    display: block;
    float: left;
}

.todaysoverview.payments table.paymentTable tbody tr td {
    border-width: 0 0 1px 0;
}

.todaysoverview.payments table.paymentTable tbody tr:last-child td {
    border-bottom: none;
}

.todaysoverview.payments table.paymentTable tbody tr:first-child td {
    border-top: 1px solid #ddd;
}

.todaysoverview.bills table.paymentTable {
    margin-top: 20px;
}

.todaysoverview.payments table.paymentTable td.paymentamount {
    padding-right: 30px;
}

.todaysoverview.payments table.paymentTable td span.payMethod {
    margin-right: 10px;
}

.todaysoverview.payments table.paymentTable td span.billNumber, .todaysoverview.payments table.paymentTable td span.billDate {
    display: block;
    float: left;
}

.todaysoverview.payments table.paymentTable td span.billDate {
    margin-left: 15px;
}

.todaysoverview.payments table.paymentTable td span.billDoctor {
    display: block;
    clear: both;
}

.todaysoverview.payments table.paymentTable td.actions div {
    display: block;
    float: left;
}

.todaysoverview.payments table.paymentTable td span.ptNumber {
    margin-left: 10px;
}

.todaysoverview.changedBillsPayments table.changedBillTable tbody tr td {
    border-width: 0 0 1px 0;
}

.todaysoverview.changedBillsPayments table.changedBillTable tbody tr:last-child td {
    border-bottom: none;
}

.todaysoverview.changedBillsPayments table.changedBillTable tbody tr:first-child td {
    border-top: 1px solid #ddd;
}

.todaysoverview.changedBillsPayments table.changedBillTable {
    margin-top: 20px;
}

    .todaysoverview.changedBillsPayments table.changedBillTable tbody tr td span.billNumber, .todaysoverview.changedBillsPayments table.changedBillTable tbody tr td span.billVoucherNo {
        display: block;
    }

    .todaysoverview.changedBillsPayments table.changedBillTable tbody tr td span.ptName, .todaysoverview.changedBillsPayments table.changedBillTable tbody tr td span.ptNumber {
        display: block;
        float: left;
    }

    .todaysoverview.changedBillsPayments table.changedBillTable tbody tr td span.ptNumber {
        margin-left: 10px;
    }

    .todaysoverview.changedBillsPayments table.changedBillTable tbody tr td.osAmount {
        padding-right: 30px;
    }

    .todaysoverview.changedBillsPayments table.changedBillTable tbody tr td.billAction .edit {
        display: block;
        float: left;
        margin-right: 10px;
    }

    .todaysoverview.changedBillsPayments table.changedBillTable tbody tr td.billAction .pay {
        display: block;
        float: left;
    }

.todaysoverview.changedBillsPayments table.changedPaymentTable tbody tr td {
    border-width: 0 0 1px 0;
}

.todaysoverview.changedBillsPayments table.changedPaymentTable tbody tr:last-child td {
    border-bottom: none;
}

.todaysoverview.changedBillsPayments table.changedPaymentTable tbody tr:first-child td {
    border-top: 1px solid #ddd;
}

.todaysoverview.changedBillsPayments table.changedPaymentTable {
    margin-top: 20px;
}

    .todaysoverview.changedBillsPayments table.changedPaymentTable td.paymentamount {
        padding-right: 30px;
    }

    .todaysoverview.changedBillsPayments table.changedPaymentTable td span.payDate {
        margin-right: 10px;
    }

    .todaysoverview.changedBillsPayments table.changedPaymentTable td span.payMethod {
        margin-right: 10px;
    }

    .todaysoverview.changedBillsPayments table.changedPaymentTable td span.billNumber, .todaysoverview.changedBillsPayments table.changedPaymentTable td span.billDate {
        display: block;
        float: left;
    }

    .todaysoverview.changedBillsPayments table.changedPaymentTable td span.billDate {
        margin-left: 15px;
    }

    .todaysoverview.changedBillsPayments table.changedPaymentTable td span.billDoctor {
        display: block;
        clear: both;
    }

    .todaysoverview.changedBillsPayments table.changedPaymentTable td.actions div {
        display: block;
        float: left;
    }

    .todaysoverview.changedBillsPayments table.changedPaymentTable td span.ptNumber {
        margin-left: 10px;
    }

.todaysoverview.calendarEvents table.calendarEventTable tbody tr td {
    border-width: 0 0 1px 0;
}

.todaysoverview.calendarEvents table.calendarEventTable tbody tr:last-child td {
    border-bottom: none;
}

.todaysoverview.calendarEvents table.calendarEventTable tbody tr:first-child td {
    border-top: 1px solid #ddd;
}

.todaysoverview.calendarEvents table.calendarEventTable {
    margin-top: 20px;
}

    .todaysoverview.calendarEvents table.calendarEventTable tbody tr td span.ptName, .todaysoverview.changedBillsPayments table.changedBillTable tbody tr td span.ptNumber {
        margin-right: 10px;
        display: block;
        float: left;
    }

    .todaysoverview.calendarEvents table.calendarEventTable tbody tr td span.eventTitle {
        clear: both;
        display: block;
        float: left;
        color: #fb9337;
        font-size: 11px;
        font-weight: bold;
    }

    .todaysoverview.calendarEvents table.calendarEventTable tbody tr td span.eventStartDate {
        display: block;
        float: left;
    }

    .todaysoverview.calendarEvents table.calendarEventTable tbody tr td span.eventDoctor {
        clear: both;
        display: block;
        float: left;
    }


    .todaysoverview.dischargedPts table.dischargeTable td span.patientName a.queuePtName,
    .todaysoverview.bills table.billTable tbody tr td span.ptName,
    .todaysoverview.changedBillsPayments table.changedBillTable tbody tr td span.ptName,
    .todaysoverview.payments table.paymentTable td span.ptName,
    .todaysoverview.changedBillsPayments table.changedPaymentTable td span.ptName,
    .todaysoverview.calendarEvents table.calendarEventTable td span.ptName {
        color: #666666;
        font-family: 'RobotoBoldCondensed',Arial,Helvetica,sans-serif;
        font-size: 14px;
        text-transform: uppercase;
    }

.pageheader.notab {
    padding-bottom: 5px;
}

.widgetbox.relatives .widgetcontent table td,
.widgetbox.promotions .widgetcontent table td {
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #ddd !important;
}

.patient-misc-widget-frame {
    min-height: 200px;
    min-width: 200px;
    padding: 10px !important;
}

.todaysoverview.dischargedPts div.queueStat {
    display: block;
    clear: both;
}

    .todaysoverview.dischargedPts div.queueStat .onTime, .todaysoverview.dischargedPts div.queueStat .notOnTime {
        display: block;
    }

    .todaysoverview.dischargedPts div.queueStat .onTime {
        color: green;
    }

    .todaysoverview.dischargedPts div.queueStat .notOnTime {
        color: red;
    }

    .todaysoverview.dischargedPts div.queueStat .arrTimeLabel, .todaysoverview.dischargedPts div.queueStat .dischargeTimeLabel {
        margin-left: 5px;
    }

.relativeList-div .notFound {
    font-weight: bold;
}

.patientDetailCard .spin-div {
    min-width: 100px;
    min-height: 200px;
}

.patientDetailCard .subcontent {
    min-height: 100px;
    min-width: 160px;
    display: block;
}

hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

hr.style-three {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

.topheader .notification {
    line-height: 9px;
    margin-right: 10px;
}

    .topheader .notification a.count {
        width: 8px;
        padding: 5px 12px;
        font-size: 12px;
    }

        .topheader .notification a.count.norecord {
            background: #445775;
            box-shadow: 0 0 19px #0C1A32 inset;
        }

        .topheader .notification a.count span.two_digit {
            margin: -22px 0 0 4px;
            position: absolute;
        }

        .topheader .notification a.count span.one_digit {
            margin: -22px 0 0 8px;
            position: absolute;
        }

.reminder-content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 10px;
    top: 48px;
    width: 300px;
    z-index: 200;
}


    .reminder-content .remindertab {
        border-bottom: 1px solid #FB9337;
        list-style: none outside none;
        margin-bottom: 1px;
        overflow: hidden;
        padding: 5px 5px 0;
    }


        .reminder-content .remindertab li {
            display: inline-block;
            float: left;
            width: 50%;
        }


            .reminder-content .remindertab li a {
                border-radius: 2px 2px 0 0;
                display: block;
                font-weight: bold;
                padding: 10px 20px;
                text-align: center;
            }


            .reminder-content .remindertab li.current a {
                background: none repeat scroll 0 0 #FB9337;
                color: #FFFFFF;
            }

    .reminder-content .reminderlist {
        list-style: none outside none;
    }

        .reminder-content .reminderlist li:first-child {
            padding-top: 0;
        }

        .reminder-content .reminderlist li {
            border-bottom: 1px solid #EEEEEE;
            line-height: 16px;
            height: 1%;
            overflow: hidden;
        }

            .reminder-content .reminderlist li:hover {
                background: #f7f7f7;
            }

            .reminder-content .reminderlist li .thumb {
                border: 1px solid #FFFFFF;
                display: inline-block;
                float: left;
                margin-right: 20px;
                font-size: 18pt;
            }

            .reminder-content .reminderlist li img {
                vertical-align: middle;
            }

            .reminder-content .reminderlist li .dismiss {
                display: none;
                font-size: 12px;
                padding: 0 10px;
                text-align: right;
                float: right;
            }

    .reminder-content .reminderdetails {
        padding: 12px;
        line-height: 18px;
    }

        .reminder-content .reminderdetails .note {
            white-space: pre-line;
            clear: left;
            font-size: 11px;
            color: #666;
            font-weight: normal;
            clear: both;
        }

        .reminder-content .reminderdetails .date {
            color: #999999;
            font-size: 10px;
            font-weight: normal;
        }

        .reminder-content .reminderdetails span {
            color: #485B79;
            font-weight: bold;
            display: block;
        }

        .reminder-content .reminderdetails .ptName {
            cursor: pointer;
            float: left;
        }

.queueList-div.inTxRoom {
    clear: both;
    margin-top: 120px;
}

.intx-widget .shortcuts li {
    width: 75px;
    height: 75px;
    margin: 0 10px 10px 0;
}

    .intx-widget .shortcuts li a {
        height: 71px;
        width: 75px;
    }

        .intx-widget .shortcuts li a.icon {
            font-size: 46px;
            padding-top: 4px;
        }

#remindersList span.dismissed {
    text-decoration: line-through;
}

.notification a.count {
    background: url("https://cdn1.clinic1st.com/Content/template/images/default/notibg.png") repeat-x scroll left top #DC143C;
}

tr.expense td a.expenseEdit {
    text-decoration: underline;
}

.expenseVoided td {
    text-decoration: line-through;
}

    .expenseVoided td span {
        text-decoration: line-through;
    }

a.btn_orange {
    color: #fff !important;
}

span.badge {
    border-radius: 10px;
    font-weight: 700;
    color: white;
    height: 14px;
    margin: 3px 3px 0 0;
    min-width: 10px;
    padding: 2px 9px;
}

    span.badge.newRecord,
    span.badge.not-yet-dispensed,
    span.badge.calendar-event-deleted {
        background-color: crimson;
    }

    span.badge.modifiedRecord,
    span.badge.dispensed {
        background-color: royalblue;
    }

div.autosave-enabled span.badge {
    background-color: #008000;
}

span.badge.voided {
    background-color: grey;
}

td.badge {
    width: 50px;
}

.topheader--clone {
    /* Required styles */
    position: fixed;
    z-index: 101;
    width: 99%;
    top: 0;
    left: 0;
    /* Translate -100% to move off screen */
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    /* Animations */
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.topheader--stick {
    box-shadow: 0 1px 0 #50627f inset;
    border-bottom: 5px solid #fb9337;
    /* Translate back to 0%; */
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

    .topheader--stick:after {
        content: "";
        display: block;
        height: 5px;
        margin-left: -8px;
        margin-top: 8px;
        position: absolute;
        width: 100%;
        z-index: -1;
        -webkit-box-shadow: -2px 4px 3px -2px #000;
        -moz-box-shadow: -2px 4px 3px -2px #000;
        box-shadow: -2px 4px 3px -2px #000;
    }

.topheader--unstick {
    border-bottom: none;
}

.nodatayet {
    font-size: 24px;
    color: #666;
    font-family: 'RobotoBoldCondensed', Arial, Helvetica, sans-serif;
    padding: 0 10px;
}


.icon.smaller {
    font-size: 10px;
}

.icon.bigger {
    font-size: 20px;
}

.patient-info-qtip .upcomingAppointments {
    min-width: 250px;
}

    .patient-info-qtip .upcomingAppointments span.start {
        padding: 0 0 0 15px;
    }

    .patient-info-qtip .upcomingAppointments span.doctorName {
        padding: 0 10px 0 0;
        float: right;
    }

    .patient-info-qtip .upcomingAppointments div.appointment {
        border-top: 1px solid #cfcfcf;
        padding: 2px 2px 2px 12px;
        position: relative;
    }

    .patient-info-qtip .upcomingAppointments .label.title {
        text-align: center;
        padding: 5px 0;
    }

.headerPtSearchForm button .spinner {
    margin-left: 7px;
}

.headerPtSearchForm .submitbutton.spinning {
    background: url("https://cdn1.clinic1st.com/Content/template/images/default/searchbutton-empty.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.nav-datepicker {
    padding: 7px 7px 10px;
    display: none;
}

    .nav-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
        background: none repeat scroll 0 0 #fb9337 !important;
        color: #fff !important;
        text-shadow: none !important;
    }

    .nav-datepicker .ui-datepicker-header {
        position: relative !important;
        text-align: center !important;
        background: #ccc !important;
        padding: 5px !important;
        color: #333 !important;
        font-weight: bold !important;
        border-bottom: 1px solid #ccc !important;
    }

    .nav-datepicker .ui-corner-all {
        border-radius: inherit !important;
    }

.vernav2 .nav-datepicker .ui-datepicker.collapsed {
    width: 170px;
}

.nav-datepicker .ui-datepicker {
    border: 1px solid #ccc !important;
    padding: 5px !important;
    overflow: auto;
}

.nav-datepicker .ui-icon {
    background-image: none !important;
}

.nav-datepicker .ui-datepicker-prev {
    background: url("https://cdn1.clinic1st.com/Content/template/images/calarrow.png") no-repeat scroll 3px -39px rgba(0, 0, 0, 0) !important;
    left: 5px !important;
    position: absolute !important;
    top: 7px !important;
}

.nav-datepicker .ui-datepicker-next {
    background: url("https://cdn1.clinic1st.com/Content/template/images/calarrow.png") no-repeat scroll 3px 1px rgba(0, 0, 0, 0) !important;
    right: 5px !important;
    position: absolute !important;
    top: 7px !important;
    margin-right: -10px !important;
}

.nav-datepicker .ui-datepicker-calendar td.cookie-date {
    background: none repeat scroll 0 0 #ccc;
    color: #333;
}

.nav-datepicker .ui-datepicker-calendar td a {
    border: medium none !important;
    color: #666 !important;
    display: block !important;
    padding: 2px 7px !important;
    text-shadow: 1px 1px #f7f7f7 !important;
}

.nav-datepicker .ui-state-default {
    background: none !important;
    font-weight: inherit !important;
}

.nav-datepicker .ui-datepicker-inline .ui-datepicker-calendar {
    border: inherit !important;
}

.nav-datepicker .ui-datepicker-calendar td a:hover {
    background: none repeat scroll 0 0 #ccc !important;
    color: #333 !important;
    text-decoration: none !important;
}

.nav-datepicker .ui-datepicker-current-day {
    background: none repeat scroll 0 0 #ccc !important;
    color: #333 !important;
}

.nav-datepicker.active {
    display: block;
}

#attachmentGallery .attachment-folder .attachment-folder-name h3 {
    float: left;
}


#attachmentGallery .attachment-folder .attachment-folder-name span.icon {
    float: left;
    margin: 0 0 0 10px;
}

input.uppercase {
    text-transform: uppercase;
}

.plupload-div #filelist {
    border: 1px solid #ddd;
    border-radius: 2px;
    margin: 0 8px 0 0;
    color: #666;
}

    .plupload-div #filelist .filerow.complete {
        background-color: #ebffd9;
    }

    .plupload-div #filelist .filerow {
        height: 25px;
        padding: 5px 10px;
        border-bottom: 1px solid #ccc;
    }

    .plupload-div #filelist .filename {
        width: 250px;
        white-space: nowrap;
        float: left;
        padding: 2px 0;
    }

    .plupload-div #filelist .filesize {
        color: #cccccc;
        padding: 2px 0;
    }

    .plupload-div #filelist .folder {
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 125px;
        padding: 2px 0;
    }

    .plupload-div #filelist .progress {
        float: right;
        width: 13px;
        margin: 2px 0 0;
        padding: 0 15px 0 0;
    }

        .plupload-div #filelist .progress.fontello {
            color: green;
            font-size: 15px;
            padding: 2px 15px 0 0;
        }

.fc-agenda-slots .slotCurrentTime .fc-agenda-axis {
    background-color: #FCF8E3;
}

.fc-agenda-slots .slotCurrentTime .currentTimeIcon {
    margin-left: -5px;
}

td .colorblock {
    border: 1px solid #ccc;
}

body.withvernav.guests {
    background: none;
}

body.guests .centercontent {
    margin-left: 0;
}

.nav-calendardoctor {
    padding: 10px;
    display: none;
}

    .nav-calendardoctor.active {
        display: block;
    }

    .nav-calendardoctor ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .nav-calendardoctor ul li {
            border-bottom: 0;
            padding-bottom: 10px;
            display: block;
            position: relative;
            font-family: 'RobotoBoldCondensed',Arial,Helvetica,sans-serif;
        }

.nav-choose-doctor-title {
    background-color: #f7f7f7;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    color: #999;
    font-family: 'RobotoBoldCondensed',Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0 -10px 10px;
    padding: 10px 0 10px 5px;
    text-transform: uppercase;
}

.nav-choose-doctor-content {
    color: #999;
}

.nav-choose-doctor-title .icon {
    color: #ccc;
    display: block;
    float: left;
    font-size: 18px;
    margin-right: 10px;
}

.guestpage a {
    font-size: 18px;
}

.guestpage .guest-action {
    padding: 20px 0;
}

.topheader .slogan.clinicname {
    font-size: 26px;
}

.topheader .right .slogan.clinicname {
    color: #b9c2cf;
    float: left;
    font-size: 18px;
    margin: 6px 30px 0 0;
    position: relative;
    text-align: right;
}

.nav-calendar-multiday-control {
    padding: 0 10px 10px 20px;
    min-height: 50px;
    display: none;
    overflow: auto;
}

.dashboard_left .contentwrapper {
    padding-top: 0;
}

#dashboard-calendar-multiday-control .left {
    display: block;
    float: left;
    margin-right: 30px;
}

#dashboard-calendar-multiday-control .right {
    display: block;
    float: left;
}

#dashboard-calendar-multiday-control .slider-container .slider-daystoshow {
    margin-top: 27px;
}

#dashboard-calendar-multiday-control .slider-container .slider-label {
    text-align: center;
    display: block;
}

    #dashboard-calendar-multiday-control .slider-container .slider-label .label-daystoshow {
        display: none;
    }

#dashboard-calendar-multiday-control .goToToday {
    display: block;
    margin-bottom: 5px;
    text-align: center;
}

#dashboard-calendar-multiday-control .slider-container {
    display: block;
    float: left;
    width: 115px;
}

#dashboard-calendar-multiday-control .prevnext {
    display: block;
    clear: both;
}

.ui-slider-tick-mark {
    background: none repeat scroll 0 0 #ccc;
    color: #ccc;
    display: inline-block;
    height: 7px;
    position: absolute;
    top: -8px;
    width: 2px;
}

    .ui-slider-tick-mark .label {
        color: #ccc;
        display: inline-block;
        left: -3px;
        position: absolute;
        top: -17px;
    }

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.canvas-wrapper {
    display: block;
    height: 350px;
    position: relative;
}

.canvas-tools {
    display: block;
    position: relative;
    height: 100px;
}

    .canvas-tools .color-selector {
        display: flex;
        clear: both;
        padding: 0 !important;
        margin: 0 !important;
        position: relative;
    }

    .canvas-tools .options {
        display: block;
        float: left;
        padding: 20px;
    }

    .canvas-tools #drawing-tool-options button {
        display: block;
    }

    .canvas-tools #drawing-tool-options a {
        color: #ccc;
    }

        .canvas-tools #drawing-tool-options a.active {
            color: #666;
        }

    .canvas-tools #drawing-color-options .color-chooser {
        display: block;
        position: relative;
    }

    .canvas-tools #drawing-color-options .color-selector .color {
        background: none repeat scroll 0 0 blue;
        height: 20px;
        left: 46%;
        top: 15%;
        width: 20px;
        cursor: pointer;
    }

    .canvas-tools #drawing-color-options .color-chooser label, .canvas-tools #drawing-color-options .color-chooser .current-color {
        float: left;
    }

    .canvas-tools #drawing-color-options .color-chooser input {
        border: medium none;
        display: block;
        height: 20px;
        -ms-opacity: 0;
        opacity: 0;
        width: 20px;
    }

    .canvas-tools #drawing-mode-options {
        border-left: 1px solid #ccc;
        display: block;
        float: left;
        height: 45px;
    }

    .canvas-tools #drawing-tool-options .icon.btn, .canvas-tools #drawing-stencils .icon.btn {
        border: 1px solid #ccc;
        font-size: 18px;
        padding: 3px;
    }

.clear {
    clear: both;
}

#drawing-color-options {
    border-left: 1px solid #ccc;
    height: 75px;
    padding: 10px 20px 0;
}

#drawing-stencils {
    border-left: 1px solid #ccc;
    height: 75px;
    padding: 10px 20px 0;
    width: 40px;
}

#drawing-tool-options .spacer {
    padding: 0 0 9px 0;
}


#drawing-color-options .current-color {
    margin-left: 10px;
}

#drawing-color-options #drawing-brush-width {
    width: 58px;
    margin: 2px 0 0 10px;
}

#drawing-brush-width-wrapper {
    padding: 5px 5px 5px 0;
}

    #drawing-brush-width-wrapper input[type="range"] {
        cursor: pointer;
    }

    #drawing-brush-width-wrapper .left {
        float: left;
    }

    #drawing-brush-width-wrapper .right {
        float: left;
    }

#drawing-stencils .title {
    display: block;
    margin-bottom: 10px;
}

.iconmenu .non-ul.collapsed {
    display: none;
}

.timeSlotList-div table.timeSlotTable tbody tr td {
    border-width: 0 0 1px 0;
}

td.selectionColumn {
    min-width: 21px;
    padding: 3px 0 3px 3px !important;
}

    td.selectionColumn span.selected {
        color: #008000;
        float: right;
        font-size: 15px;
    }

label.selectedTimeSlot {
    font-weight: bold;
    color: blue;
}

label.selectDoctorIds, label.selectDayOfWeeks {
    width: 50%;
    float: left;
}

a.selectAllDoctorIds, a.selectAllDayOfWeeks {
    margin-left: 10px;
    float: left;
}

a.clearAllDoctorIds, a.clearAllDayOfWeeks {
    margin-left: 10px;
    float: left;
    border-left: 1px solid #CCCCCC !important;
    padding-left: 5px;
}

    a.selectAllDoctorIds:hover, a.selectAllDayOfWeeks:hover, a.clearAllDoctorIds:hover, a.clearAllDayOfWeeks:hover {
        color: #FB9337;
    }

a#find-av-timeslot {
    white-space: nowrap;
}

#form-searchtimeslot .selectall-clear {
    float: right;
    font-size: 11px;
    margin-right: 15px;
}

.select2-search-choice {
    background-color: #ccc !important;
    border: 1px solid #ccc !important;
    background-image: none !important;
    box-shadow: none !important;
    color: #555 !important;
}

.modal-form-item .select2-container {
    width: 98%;
}

#scroll-searchtimeslot-widget {
    border: 1px solid #eee;
    width: auto;
    height: 199px;
}

.timeSlotRow:hover {
    cursor: pointer;
    background-color: #ececec !important;
}

.timeSlotList-div, .timeSlotTable {
    height: 200px;
}

.ui-timepicker-wrapper {
    width: 10.5em !important;
}

.selected-av-date {
    color: #FB9337;
    margin-left: 5px;
}

.upcomingAppointments .appointment:hover {
    cursor: pointer;
    background-color: #ececec;
}

.appointment a.fill-div {
    position: absolute;
    /*display: block;*/
    height: 100%;
    width: 100%;
    text-decoration: none;
    top: 0;
    left: 0;
    text-decoration: none; /* Makes sure the link   doesn't get underlined */
    z-index: 10; /* raises anchor tag above everything else in div */
    background-color: white; /*workaround to make clickable in IE */
    opacity: 0; /*workaround to make clickable in IE */
    filter: alpha(opacity=1); /*workaround to make clickable in IE */
}

.timeslot-result .nodatayet {
    padding: 20px 10px 0;
}

#rosterForm #DurationHour, #rosterForm #DurationMinute {
    width: 25%;
    min-width: 20%;
}

#rosterForm .field.duration span.textlabel {
    padding: 0 10px 0 2px;
}

span.unavailable-reason {
    font-weight: bold;
    color: red;
}

.roster-content #external-events p {
    margin: 0;
}

#uniform-FilterEmployeeId span {
    width: 100px;
}

#div-leave-time-duration .colorselector {
    margin: 20px 0 0;
}


/* Fullcalendar */
.fc-border-separate th {
    background: url("https://cdn1.clinic1st.com/Content/template/images/thead.png") repeat-x scroll left top rgba(0, 0, 0, 0);
    font-weight: normal;
    text-transform: uppercase;
}

.all-appointment-calendar-header .fc-border-separate th, .all-appointment-calendar-header .fc-border-separate td {
    border-width: 1px 0 0 1px;
}


.calendar.single-doctor .fc-border-separate th,
.calendar.single-doctor .fc-border-separate td,
#calendar-roster .fc-border-separate th,
#calendar-roster .fc-border-separate td {
    padding: 7px 5px;
}

.all-appointment-calendar .all-appointment-calendar-header-doctor-col,
.all-appointment-calendar .all-appointment-calendar-header-margin-col,
.all-appointment-calendar .all-appointment-calendar-header-date-col,
.all-appointment-calendar th.fc-widget-header {
    padding: 0;
}

.fc-widget-header {
    background: url("https://cdn1.clinic1st.com/Content/template/images/titlebg2.png") repeat-x scroll left top #f7f7f7 !important;
    font-size: 11px;
    font-weight: bold !important;
}

.all-appointment-calendar-header-doctor-col.left-border {
    border-left: 1px solid rgb(221, 221, 221);
}

.all-appointment-calendar-header-date-col {
    border-bottom: 1px solid #ddd;
}

.all-appointment-calendar-header {
    width: 100%;
    border-collapse: collapse;
}

.paymentdiv .title .contenttitle2 {
    float: left;
}

.paymentdiv .title .paybillnow {
    display: block;
    float: left;
    margin: 22px 0 0 15px;
}

.paymentdiv .title {
    float: left;
}

.paidBillDetail {
    clear: both;
}

.paymentdiv .paybillnow #PayBillNow {
    vertical-align: middle;
}

.paymentdiv .paybillnow label {
    padding: 0 5px;
}

ul.allergies .field-value label {
    margin-right: 10px;
}

ul.customtoplist.vital-sign .field-value label {
    margin-right: 10px;
}

ul.customtoplist.vital-sign .field-value .measurement-unit {
    padding-left: 5px;
}

.loginbox .code {
    /*background: url("../images/icons/password.png") no-repeat scroll 13px center #eee;*/
    background-color: #eee;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    margin: 20px 0;
    overflow: hidden;
}

    .loginbox .code span.icon {
        display: block;
        font-size: 18px;
        padding: 15px 10px;
        position: fixed;
    }

.loginbox .codeinner {
    background: none repeat scroll 0 0 #fff;
    border-left: 1px solid #ddd;
    margin-left: 45px;
}


.loginbox .code input {
    border: 0 none;
    box-shadow: none;
    color: #666;
    font-family: "RobotoCondensed",Arial,Helvetica,sans-serif;
    font-size: 14px;
    padding: 15px 10px;
    width: 330px;
}

.loginbox h4 {
    color: #cccccc;
    text-align: center;
}

.loginbox .trust {
    color: #ccc;
    font-weight: bold;
    padding: 0 0 20px 0;
}

    .loginbox .trust .desc {
        font-size: 11px;
        font-weight: normal;
        padding: 0 0 0 28px;
    }

.widgetcontent .slimScrollDiv {
    padding: 15px;
}

.widgetcontent div.spinner {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.intx-widget-frame #scroll-img-widget {
    margin-left: -20px;
}

    .intx-widget-frame #scroll-img-widget .morephotolist li {
        margin: 0 5px 5px 0;
    }

.widgetbox .widgetcontent.no-scroll {
    border: 1px solid #dddddd;
    padding: 15px 0;
}

.widgetcontent .patientbills-widget-frame .slimScrollDiv {
    padding: 0 !important;
}

.widgetbox.doctorperformancechart .widgetcontent {
    padding: 20px;
}

.tooltip.info {
    color: #666;
}

.no-block {
    display: inline !important;
}

.centercontent.restricted-mode {
    margin-left: 0 !important;
}

.withvernav.restricted-mode {
    background: none !important;
}

.headermenu li a:hover {
    opacity: 1;
}

.headermenu li a span.icon {
    float: left;
}

.headermenu li.current a {
    opacity: 1;
}

.headermenu li a {
    padding: 12px 10px;
    min-width: 110px;
    opacity: 0.6;
}

.header {
    height: 45px;
    min-height: 45px;
}

.vernav2 {
    top: auto;
}

.headerwidget .earnings h2 {
    font-size: 26px;
    margin-right: 22px;
}

.headerwidget .earnings h4 {
    float: left;
}

.headerwidget .earnings {
    height: 18px;
    min-width: 277px;
    padding: 8px 0 8px 10px;
}

.headerwidget {
    top: 6px;
}

    .headerwidget.collapsed,
    .clinicname.collapsed {
        display: none;
    }

.topheader .recall.notification .count .icon {
    display: block;
    font-size: 20px;
    line-height: 16px;
    margin: 2px 0 0 -11px;
}

.stdform2 label.two-lines {
    padding: 9px 20px;
}

span.not-willing-rec-sms {
    font-size: 18px;
}

span.sms-counter {
    display: block;
}

table#letter-list-table td.clickable, table#letter-template-list-table td.clickable {
    cursor: pointer;
}

table#letter-list-table tr:hover, table#letter-template-list-table tr:hover {
    background-color: #f7f7f7;
}

.prescriptiondruglist .PrescriptionDrugInputs .input-row,
.drugpurchaselist .purchaseDrugInputs .input-row {
    padding: 4px 0 0;
}

    .prescriptiondruglist .PrescriptionDrugInputs .input-row input[type="text"] {
        width: 93%;
    }

.PrescriptionDrugInputs .input-row #drug-route-of-admin {
    min-width: 0;
    width: 28% !important;
}

.PrescriptionDrugInputs .input-row #drug-freq {
    min-width: 0;
    width: 30% !important;
}

.PrescriptionDrugInputs .input-row #dosage {
    min-width: 0;
    width: 10% !important;
}

.PrescriptionDrugInputs .input-row #dose-unit {
    min-width: 0;
    width: 23% !important;
}

.PrescriptionDrugInputs .input-row .DrugAdvisories {
    width: 96%;
}

.PrescriptionDrugInputs .input-row #drug-treat {
    min-width: 0;
    width: 35% !important;
}

.PrescriptionDrugInputs .input-row #drug-treat {
    min-width: 0;
    width: 30% !important;
}

.PrescriptionDrugInputs .input-row #dispense-qty {
    min-width: 0;
    width: 5% !important;
}

.PrescriptionDrugInputs .input-row #days {
    min-width: 0;
    width: 4% !important;
}

.PrescriptionDrugInputs .input-row #dispense-unit {
    min-width: 0;
    width: 16% !important;
}

.PrescriptionDrugInputs .input-row input[type=text] {
    height: 14px;
    margin-top: -2px;
    padding: 7px 5px 6px 5px;
}

ul.prescriptiondruglist li.drug-li .add-drug {
    display: block;
}

    ul.prescriptiondruglist li.drug-li .add-drug a.addbtn,
    ul.drugpurchaselist li.drug-li .add-drug a.addbtn {
        color: #fb9337;
        display: block;
        font-size: 25px;
        padding: 10px;
        text-align: center;
    }

.prescriptiondruglist .deletePrescriptionDrug,
.drugpurchaselist .deletePrescriptionDrug {
    margin-right: 30px;
}

ul.prescriptionlist li div.actionContainer {
    margin-top: -40px;
    min-height: 45px;
}

ul.prescriptionlist li div.action {
    display: none;
    padding: 10px 20px;
    height: 25px;
}

    ul.prescriptionlist li div.action p {
        margin: 0;
        float: right;
    }

.prescriptionlist .drugbagdirectprint {
    font-size: 12px;
    float: left;
    padding: 0 20px 0 0;
}

.pt-card-details .avatarside {
    padding: 20px 0 0 20px;
}

.pt-card-details .avatar {
    font-size: 140px;
}

.customtoplist li .left.PrescriptionDrugInputs, .customtoplist li .left.purchaseDrugInputs {
    background-color: #e0e0e0;
    display: block;
    padding: 2px 20px;
}

#billHeaderInfoContainer div#billHeaderInfo {
    border: 1px solid #CCCCCC;
    padding: 10px;
    color: #666;
    box-shadow: 0 1px 3px #DDDDDD inset;
    margin-top: 5px;
}

#billHeaderInfoContainer #billHeaderInfo span.infoLabel {
    margin: 0 5px 0 0;
    color: #444
}

#billHeaderInfoContainer #billHeaderInfo .billno {
    font-weight: bold;
    font-size: 14px;
}

#billHeaderInfoContainer #billHeaderInfo .billHeaderValue {
    margin: 0 0 0 10px;
}

#billHeaderInfoContainer #billHeaderInfo .billHeaderLabel.after {
    padding-left: 20px;
}

.intx.accepting-pt span h4 {
    float: left;
}

.intx.accepting-pt span img.loader {
    float: left;
    padding: 5px;
}

.loginbox .code ul.cliniclist li,
.loginbox .code ul.providerlist li:first-child {
    border-bottom: 1px solid #ccc;
}

    .loginbox .code ul.cliniclist li:hover,
    .loginbox .code ul.providerlist li:hover {
        background-color: #ccc;
        cursor: pointer;
    }

    .loginbox .code ul.cliniclist li span,
    .loginbox .code ul.providerlist li span {
        padding: 30px 60px 30px 30px;
        display: block;
        font-size: large;
    }

.detailcard .pt-highlight {
    color: red;
    display: block;
    float: right;
    margin-top: -40px;
    font-size: large;
}

.intx-widget.allergymedhistory .fontello-alert {
    color: red;
    display: block;
    float: right;
    margin: -20px -25px 0 0;
    font-size: large;
}

.intx-widget.allergymedhistory .widgetcontent .txRoomWidget.alert .slimScrollDiv {
    border: 1px solid red;
    -webkit-box-shadow: 0px 0px 11px -2px rgba(255,0,0,0.69);
    -moz-box-shadow: 0px 0px 11px -2px rgba(255,0,0,0.69);
    box-shadow: 0px 0px 11px -2px rgba(255,0,0,0.69);
}

.intx-widget.imagewidget .norecord {
    padding: 10px 10px 30px 30px;
}

.intx-widget .norecord {
    padding: 10px 10px 30px 5px;
}

.topheader .logo .xmas.snowman {
    display: block;
    margin: -23px 0 0 26px;
}

.topheader .logo .xmas.snowflake {
    display: block;
    margin: -39px 0px 0 87px;
}

.topheader .logo .xmas.hny {
    display: block;
    margin: -22px 0 0 133px;
}

.topheader .logo .xmas.present {
    display: block;
    margin: 1px 0 0 107px;
    position: fixed;
}

.stdform span.field .tooltip.info {
    font-size: 14px;
}

.billWrapper #divPaymentDetail .nopayment {
    padding: 20px 0;
    color: #666;
}

.billWrapper #divDetail .billitem {
    min-height: 350px;
}

.z-tabs.flat > ul > li > a {
    font-family: "RobotoBoldCondensed", Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
}

.z-tabs.flat.medium > ul > li > a {
    font-size: 14px !important;
    padding: 16px 20px !important;
    text-transform: uppercase;
}

.z-tabs.horizontal.top.flat.z-bordered.medium > .z-container {
    border-width: 1px 0 0 !important;
}

.z-tabs.flat.flat-silver > ul, .z-tabs.flat.flat-silver > .z-container {
    border-color: #ccc !important;
}

#patientDetailCardContainer #tabbed-nav li .pt-highlight {
    margin-top: -4px;
    float: right;
    color: red;
}

#patientDetailCardContainer .z-tabs.flat.horizontal > .z-container > .z-content > .z-content-inner {
    padding: 20px;
}

.pageheader.detailcard {
    min-height: 55px;
}

.ptdetailcard .contentwrapper {
    padding: 0;
}

#patientDetailCardContainer .z-tabs-nav.z-tabs-desktop {
    background: rgba(0, 0, 0, 0) url("https://cdn1.clinic1st.com/Content/template/images/default/noise.white.png") repeat scroll 0 0;
}

#inventoryItemsList #inventory-item-list-table th.desc {
    width: 450px;
}

.billList-div th.action, #find-payments-result th.action {
    width: 30px;
}

.overview-widget-frame .billList-div table.billTable td.billdelete .print,
.overview-widget-frame .billList-div table.billTable td.billdelete .delete {
    display: block;
    float: left;
}

:lang(en) .popupmenucontainer {
    left: -306px;
}

.popupmenucontainer {
    background: #fff none repeat scroll 0 0;
    box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.2);
    display: none;
    position: absolute;
    top: 32px;
    left: -318px;
    width: 462px;
    border: 1px solid #ddd;
    z-index: 100;
}

    .popupmenucontainer.small {
        left: -181px;
        width: 326px;
    }

    .popupmenucontainer ul li a {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border-color: -moz-use-text-color -moz-use-text-color #ddd;
        border-image: none;
        border-style: none none solid;
        border-width: 0 0 1px;
        display: block;
        padding: 10px;
    }

    .popupmenucontainer ul {
        position: relative;
        background: #fff none repeat scroll 0 0;
        border: none;
        box-shadow: none;
        min-width: auto;
    }

        .popupmenucontainer ul li {
            height: auto;
        }

            .popupmenucontainer ul li a span.fontello {
                font-size: 15px;
            }

            .popupmenucontainer ul li:last-child a {
                border-bottom: 1px solid #ddd;
            }

                .popupmenucontainer ul li:last-child a.noborder {
                    border-bottom: none;
                }

    .popupmenucontainer li a span {
        padding-right: 5px;
    }

.togglerow:hover {
    cursor: default !important;
}

.togglerow h4 {
    float: left;
}

.togglerow .hide {
    float: left;
    text-decoration: underline;
}

    .togglerow .hide:hover {
        cursor: pointer;
    }

.togglerow .hideicon {
    float: left;
    padding: 4px 0 0 20px;
}

.togglerow .toggledata {
    padding: 40px 0 0 0;
}

#inventory-item-list-table tr td a.action {
    padding: 0 15px 0 0;
}

.drugpurchaselist .purchaseDrugInputs .input-row .refDrugName {
    width: 67%;
}

.purchaseDrugInputs .input-row .quantity {
    min-width: 0;
    width: 10% !important;
}

.purchaseDrugInputs .input-row .unitcost {
    min-width: 0;
    width: 8% !important;
}

.purchaseDrugInputs .input-row .expirydate,
.purchaseDrugInputs .input-row .lotno {
    min-width: 0;
    width: 16% !important;
}

.accordion .ui-widget-content {
    border: none;
}

.accordion .ui-accordion-header.ui-corner-all,
.accordion .ui-accordion-header.ui-corner-top,
.accordion .ui-accordion-header.ui-corner-right,
.accordion .ui-accordion-header.ui-corner-tr {
    border-top-right-radius: 0;
}

.accordion .ui-accordion-header.ui-corner-all,
.accordion .ui-accordion-header.ui-corner-top,
.accordion .ui-accordion-header.ui-corner-left,
.accordion .ui-accordion-header.ui-corner-tl {
    border-top-left-radius: 0;
}

.accordion .ui-accordion-header.ui-corner-all,
.accordion .ui-accordion-header.ui-corner-bottom,
.accordion .ui-accordion-header.ui-corner-left,
.accordion .ui-accordion-header.ui-corner-bl {
    border-bottom-left-radius: 0;
}

.accordion .ui-accordion-header.ui-corner-all,
.accordion .ui-accordion-header.ui-corner-bottom,
.accordion .ui-accordion-header.ui-corner-right,
.accordion .ui-accordion-header.ui-corner-br {
    border-top-right-radius: 0;
}

.accordion .ui-state-hover, .accordion .ui-widget-content .ui-state-hover, .accordion .ui-widget-header .ui-state-hover,
.accordion .ui-state-focus, .accordion .ui-widget-content .ui-state-focus, .accordion .ui-widget-header .ui-state-focus {
    background: inherit;
    border-color: #ccc;
    border-style: solid none;
    border-width: 1px;
}

.accordion .ui-accordion-header.ui-corner-all.ui-state-hover,
.accordion .ui-accordion-header.ui-accordion-header-active.ui-state-hover {
    border-bottom: none;
}


.accordion a span.auditAction {
    float: right;
    margin-right: 45px;
}

.accordion a span.auditUser {
    padding-left: 20px;
}

.accordion {
    padding-top: 3px;
}

.ui-accordion-header:first-child {
    border-top: inherit;
}

.ui-state-active,
.accordion .ui-accordion-header.ui-accordion-header-active.ui-state-hover.ui-state-active {
    border-bottom: 1px solid #ccc;
}

.ui-dialog #audit .accordion table.stdtable thead tr th {
    min-width: 35px;
}

.billWrapper.bigdialog .amountsummary table colgroup col {
    width: 33%;
}

.billWrapper.bigdialog .fee-dist-container table colgroup col {
    width: 50%;
}

.pt-tx-modal .modal-form-item input#Diagnosis {
    width: 95%;
}

.pt-tx-modal .modal-form-item textarea#Symptoms,
.pt-tx-modal .modal-form-item textarea#Treatment {
    overflow-x: hidden;
}

.widgetbox.intx-widget .intx-widget-frame ul li .tx-line {
    display: block;
    white-space: pre-line;
}

    .widgetbox.intx-widget .intx-widget-frame ul li .tx-line .label {
        font-weight: bold;
        padding-right: 5px;
    }

.widgetbox .btn3 {
    margin-left: 5px;
    position: absolute;
    margin-top: -6px;
}

.widgetbox.printable .printableitem .stdbtn {
    margin: 0 10px 15px 0;
}

.todaysoverview .clinicFilterSwitch {
    display: block;
    float: right;
    margin-top: -34px;
    padding: 0 40px 0 0;
}

    .todaysoverview .clinicFilterSwitch .label {
        display: block;
        float: left;
        position: relative;
        padding-right: 8px;
        height: 24px;
        padding-top: 2px;
    }

    .todaysoverview .clinicFilterSwitch .onoffswitch {
        float: right;
    }

.stdtable.drug-dispensing .rx-text {
    padding-left: 50px;
}

.stdtable.drug-dispensing a.action:not(:first-child) {
    padding-left: 20px;
}

.stdtable.drug-dispensing th.head1.action {
    width: 35%;
}

.stdtable.drug-dispensing th.date,
.stdtable.drug-dispensing th.clinic {
    width: 80px;
}

.googlechart .chart {
    width: 900px;
    height: 500px;
}

.oph-tab-content .widgetbox {
    padding: 10px;
    border: 1px solid #eee;
}

    .oph-tab-content .widgetbox .input-row {
        display: flex;
        display: -webkit-flex;
        margin-bottom: 5px;
        justify-content: flex-start;
    }

        .oph-tab-content .widgetbox .input-row label {
            display: flex;
            align-items: center;
            flex: 0;
            padding-right: 5px;
        }

.flex1 {
    flex: 1;
}

.flex2 {
    flex: 2;
}

.flex3 {
    flex: 3;
}

input.max40 {
    max-width: 40px;
}

input.max80 {
    max-width: 80px;
}

div.prepaidPackageList ul.pt-card-details li .package-header {
    padding: 10px 20px;
    border-right: solid 1px #cccccc;
}

div#prepaidPackageList ul.pt-card-details li .package-header {
    padding: 10px 20px;
    border-right: dashed 1px #cccccc;
}

div#prepaidPackageList ul.pt-card-details li .package-detail {
    padding: 10px 20px 10px 0;
}

    div#prepaidPackageList ul.pt-card-details li .package-detail #package-list-table th.trxDate {
        width: 80px;
    }

    div#prepaidPackageList ul.pt-card-details li .package-detail #package-list-table th.type {
        width: 70px;
    }

    div#prepaidPackageList ul.pt-card-details li .package-detail #package-list-table th.bill {
        width: 140px;
    }

    div#prepaidPackageList ul.pt-card-details li .package-detail #package-list-table th.pkgValue {
        width: 70px;
    }

div.prepaidPackageList ul.pt-card-details li .package-header .flex-container {
    display: flex;
}

.package-header .flex-container {
    display: flex;
}

.package-header .flex-box {
    flex-basis: 100%;
}

.btn_fa {
    line-height: 25px;
    padding-right: 10px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-weight: bold;
    background-color: #f7f7f7;
}

a.btn_fa {
    display: inline-block;
    border-radius: 2px;
    font-weight: bold;
    padding: 3px 10px;
}

    a.btn_fa:hover {
        cursor: pointer;
        text-decoration: none;
        color: #333;
    }

.btn_fa_orange:active {
    background: #ff9702;
}

.btn_fa_orange:hover {
    opacity: 1;
    border-color: #F0882C;
}

.btn_fa_orange {
    color: #fff !important;
    background-color: #FB9337;
    box-shadow: none;
    border-color: #F0882C;
    opacity: 0.9;
}

a.btn_fa i {
    font-size: 16px;
    padding: 0 10px 0 0;
    vertical-align: middle;
}

.billWrapper .widgetcontent.payment #tabs-2 .one_half,
.billWrapper .widgetcontent.payment #tabs-3 .one_half {
    width: 48.5%;
}

.billWrapper .widgetcontent.payment .ui-widget-header {
    background: none;
    border: none;
    color: inherit;
    font-weight: inherit;
}

.billWrapper .widgetcontent.payment .ui-tabs {
    line-height: 21px;
}

    .billWrapper .widgetcontent.payment .ui-tabs .ui-tabs-nav li a {
        padding: 10px 15px;
    }


.billWrapper .widgetcontent.payment .ui-tabs {
    padding: 0;
    zoom: auto;
}


.billWrapper .widgetcontent.payment .ui-tabs-panel {
    padding: 15px;
    background: #fff;
}

.billWrapper .widgetcontent.payment .ui-tabs .ui-tabs-nav {
    border-bottom: 0;
}


    .billWrapper .widgetcontent.payment .ui-tabs .ui-tabs-nav li.ui-state-focus,
    .billWrapper .widgetcontent.payment .ui-tabs .ui-tabs-nav li.ui-state-hover {
        border: none;
    }


.chosen-container-single .chosen-single {
    height: 30px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
}

    .chosen-container-single .chosen-single span {
        padding-top: 2px;
    }

    .chosen-container-single .chosen-single div b {
        margin-top: 2px;
    }

    .chosen-container-single .chosen-single abbr {
        top: 8px;
    }

.patientdetailcard #tabbed-nav-accessment-inner .growthchart {
    margin-right: -30px;
}

    .patientdetailcard #tabbed-nav-accessment-inner .growthchart #curve_chart {
        min-height: 800px;
        padding: 10px 30px 30px 5px;
    }

.patientdetailcard #tabbed-nav-accessment-inner .growth-chart-data {
    padding: 30px;
}

    .patientdetailcard #tabbed-nav-accessment-inner .growth-chart-data div.add-data {
        padding: 0 0 10px 0;
    }

    .patientdetailcard #tabbed-nav-accessment-inner .growth-chart-data .selectChart {
        padding-bottom: 15px;
        border-bottom: 1px dotted #BDC3C7;
        margin-bottom: 15px;
    }

        .patientdetailcard #tabbed-nav-accessment-inner .growth-chart-data .selectChart label {
            padding-right: 10px;
        }

/* Left nav section header icon */
.iconmenu ul li a.nodefault {
    padding-left: 7px;
    background-image: none;
}

    .iconmenu ul li a.nodefault:hover {
        background-image: none;
    }

    .iconmenu ul li a.nodefault span.icon {
        padding-right: 7px;
        color: #ddd;
        font-size: 15px;
    }

    .iconmenu ul li a.nodefault:hover span.icon {
        color: #bbb;
    }

.vernav2 ul li.current a.nodefault span.icon {
    color: #fb9337;
}

.menucoll2 > ul > li > a.nodefault {
    overflow: visible;
    padding: 10px 0 0 7px;
}

    .menucoll2 > ul > li > a.nodefault span.label {
        display: none;
    }
/* Left nav section header icon ends*/

.vital-sign-edit .modal-form-input.temperature {
    width: 130px !important;
}

.vital-sign-edit #BloodPressureSystolic {
    width: 25% !important;
    margin-right: 5px;
}

.vital-sign-edit #BloodPressureDiastolic {
    width: 25% !important;
}

.vital-sign-edit #HeartRate {
    width: 60% !important;
}

.vital-sign-edit span.measurement-unit {
    padding-left: 5px;
}

.vital-sign-edit .modal-form-one-third-columns {
    width: 30% !important;
    margin-right: 10px !important;
}

    .vital-sign-edit .modal-form-one-third-columns input {
        width: 65% !important;
    }

.vital-sign-edit .modal-form-one-third-columns-last input {
    width: 66px !important;
}

#vital-sign-tab-content {
    padding: 10px;
}

div.autosave-enabled {
    margin-top: -26px;
    float: right;
    margin-right: 30px;
}

.dxsc-appointment-layer .dxscApt .txType {
    float: right;
    font: 9pt Tahoma;
    color: #ffffff;
    background-color: #2FA461;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0 10px 0 10px;
    text-align: right;
    margin-right: -9px;
}

.dxsc-selected {
    /*    border-style:dashed !important;*/
    /*    background-color: black !important;*/
    /*    opacity: 0.3 !important;*/
}

.dxscAptSelDiv {
    border-color: red !important;
    border-style: solid;
    border-width: 2px;
    background-color: white !important;
    opacity: 0.6 !important;
}

.accordion {
    border: 1px solid #ccc;
    background: #fcfcfc;
    overflow: hidden;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-top: 0;
}

.ui-accordion-header:first-child {
    border-top: 0;
}

.accordion .modal-form-one-half-columns input[type="text"]:not(.datepicker):not(.withUnit) {
    width: 94% !important;
}

.accordion .modal-form-one-half-columns {
    min-width: 48% !important;
}

.vspacer10 {
    height: 10px;
}

.vspacer20 {
    height: 20px;
}

#patientDetailCardContainer div.noaccess {
    padding: 50px;
}

    #patientDetailCardContainer div.noaccess span.icon {
        font-size: 100px;
    }

    #patientDetailCardContainer div.noaccess span.message {
        font-size: 20px;
    }

.system-settings .qtip-icon,
.qtip-icon.info-pwd-strength {
    font-size: 14px;
}

.dz-hidden-input {
    z-index: 10000;
}

.dashboard-waiting-area-header .pageheader {
    overflow: visible;
}

.dashboard-waiting-area-header .pageheader.notab {
    height: 35px;
}

    .dashboard-waiting-area-header .pageheader.notab .header-title {
        width: 66.6%;
        float: left;
    }

    .dashboard-waiting-area-header .pageheader.notab .header-clinic-filter {
        width: 33.3%;
        position: relative;
        float: left;
        text-align: right;
    }

        .dashboard-waiting-area-header .pageheader.notab .header-clinic-filter .controls {
            padding-right: 30px;
        }

            .dashboard-waiting-area-header .pageheader.notab .header-clinic-filter .controls .clinic-filter-caption {
                font-family: 'RobotoBoldCondensed', Arial, Helvetica, sans-serif;
                color: #32415a;
                font-size: 15px;
                vertical-align: sub;
                padding-right: 5px;
            }

.pt-drawing-template-list li {
    cursor: pointer;
}

    .pt-drawing-template-list li img.thumbnail {
        padding-left: 50px;
    }

#tabbed-nav-pt-drawing .tab-header {
    display: none;
}

ul.pt-drawing-list img {
    padding: 20px 0 0 45px;
    height: 225px;
    width: 300px;
}

ul.pt-drawing-list li {
    cursor: pointer
}

#tabbed-nav-pt-drawing {
    height: 780px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

    #tabbed-nav-pt-drawing.edit-drawing {
        padding-top: 20px;
    }

    #tabbed-nav-pt-drawing div.save-btn,
    div#pt-drawing-inner div.save-btn {
        float: right;
        padding: 330px 30px 0 0;
    }

        #tabbed-nav-pt-drawing div.save-btn .saving-label,
        div#pt-drawing-inner div.save-btn .saving-label {
            padding: 0 0 16px 0;
            margin: -19px -22px 0 0;
            display: none
        }

.drawing-form .editor-item {
    padding: 10px 0;
}

.topheader .instantMessaging.notification.hasNewMsg a.link {
    background: url("https://cdn1.clinic1st.com/Content/template/images/default/notibg.png") repeat-x scroll left top #DC143C;
    box-shadow: none;
}

.topheader .instantMessaging.notification .count .icon,
.topheader .taskboard.notification .count .icon {
    display: block;
    font-size: 20px;
    line-height: 16px;
    margin: 3px 0 0 -6px;
}

.topheader .instantMessaging.notification .count.link,
.topheader .taskboard.notification .count.link {
    height: 22px;
}

.im-popup-content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 10px;
    top: 48px;
    width: 600px;
    z-index: 200;
}

    .im-popup-content .chatrooms {
        height: 700px;
        margin-right: 0;
    }

    .im-popup-content .slimScrollDiv {
        border: none;
    }

    .im-popup-content .chatroom-message {
        border-left: 1px solid #ccc;
    }

        .im-popup-content .chatroom-message .chatroom-message-inner {
            width: 104.6%;
        }

        .im-popup-content .chatroom-message .chatroom-message-title {
            font-size: 16px;
            height: 10px;
            border-bottom: 1px solid #ccc;
            padding: 20px;
        }

        .im-popup-content .chatroom-message .chatroom-message-content {
            padding: 20px 20px 0 20px;
            height: 558px;
            background-color: #eee;
        }

        .im-popup-content .chatroom-message .chatroom-message-new-message {
            padding: 8px;
            height: 10px;
            border-top: 1px solid #ccc;
        }

    .im-popup-content .chatrooms-list #usersChatRoom-List ul {
        list-style: none outside none;
    }

        .im-popup-content .chatrooms-list #usersChatRoom-List ul li {
            border-bottom: 1px solid #eee;
            line-height: 16px;
            cursor: pointer;
            padding: 10px 10px 10px 15px;
            vertical-align: middle;
            line-height: 32px;
            font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
            font-size: 15px;
            color: black;
        }

            .im-popup-content .chatrooms-list #usersChatRoom-List ul li.selected {
                background-color: #e9ebeb;
            }

            .im-popup-content .chatrooms-list #usersChatRoom-List ul li:not(.selected):hover {
                background-color: #f4f5f5;
            }


    .im-popup-content .chatroom-message-new-message textarea#sendMessage {
        width: 70%;
        height: 25px;
        border: 1px solid #ccc;
        float: left;
        margin-right: 20px;
    }

    .im-popup-content .chatroom-message-new-message #btn-sendMessage {
        border: 1px solid #f0882c;
        background: #fb9337;
        color: #fff;
        cursor: pointer;
        padding: 7px 10px;
        font-weight: bold;
        width: 85px;
        outline: none;
        font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    }

    .im-popup-content .chatroom-message-content table.messageTable {
        width: 100%;
    }

        .im-popup-content .chatroom-message-content table.messageTable #messageList tr {
            height: 30px;
        }

        .im-popup-content .chatroom-message-content table.messageTable #messageList td {
            padding: 5px 0;
            max-width: 100px;
        }

        .im-popup-content .chatroom-message-content table.messageTable #messageList .converation-box {
            color: #262626;
            max-width: 65%;
            line-height: 20px;
            background: white;
            padding: 10px 10px 2px 10px;
            border-radius: 7.5px;
            box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
            font-size: 13.6px;
            float: left;
        }


        .im-popup-content .chatroom-message-content table.messageTable #messageList tr.sentByOwner .converation-box {
            float: right;
            background-color: #dcf8c6;
        }

        .im-popup-content .chatroom-message-content table.messageTable #messageList .converation-box .message {
            display: block;
        }

        .im-popup-content .chatroom-message-content table.messageTable #messageList .converation-box .timestamp {
            display: block;
            font-size: 11px;
            color: rgba(0, 0, 0, 0.45);
            float: right;
        }

        .im-popup-content .chatroom-message-content table.messageTable #messageList tr div.converation-box span.senderName {
            display: block;
            font-size: 11.5px;
            padding: 0 0 5px 0;
            color: deeppink;
        }

        .im-popup-content .chatroom-message-content table.messageTable.isGroup tr.sentByOwner div.converation-box span.senderName,
        .im-popup-content .chatroom-message-content table.messageTable.notGroup div.converation-box span.senderName {
            display: none !important;
        }

    .im-popup-content .chatrooms-list #usersChatRoom-List ul li span.newMsgIcon {
        color: crimson;
        float: right;
        padding: 10px 10px 0 0;
        display: none;
    }

    .im-popup-content .chatrooms-list #usersChatRoom-List ul li.hasNewMsg span.newMsgIcon {
        display: block !important;
    }

    .im-popup-content #imHubConnStatus span {
        float: right;
        font-size: 15px;
        margin-top: -10px;
    }

        .im-popup-content #imHubConnStatus span.hubConnected {
            color: green;
        }


        .im-popup-content #imHubConnStatus span.hubDisonnected {
            color: red;
        }

.pt-consentform-modal img.signature {
    border: 1px solid;
}

.get-consentform .info-line {
    padding-bottom: 20px;
}

.get-consentform .errmsg {
    display: block;
    color: red;
}

div.errorwrapper .errorcontent h1 {
    line-height: 40px;
}

.nav-calendardoctor div.drSelectAllNone {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    width: 120px;
}

    .nav-calendardoctor div.drSelectAllNone span.separator {
        padding: 0 5px;
    }

    .nav-calendardoctor div.drSelectAllNone a:hover {
        background: lightgray;
    }

.taskboard-popup-content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: -50px;
    top: 48px;
    width: 1248px;
    z-index: 200;
}

.row-full {
    width: 100%;
    position: relative;
    height: 40px;
}

table.taskboardItemList th.person,
table.taskboardItemList th.action {
    width: 100px;
}

table.taskboardItemList th.datetime {
    width: 120px;
}

table.taskboardItemList th.date {
    width: 75px;
}

table.taskboardItemList th.clinic,
table.taskboardItemList th.status {
    width: 40px;
}

table.taskboardItemList th.subject {
    width: 200px;
}

table.taskboardItemList td.action .close-task,
table.taskboardItemList td.action .resolve-task,
.taskboard-popup-content .filter a.filter-action {
    text-decoration: underline;
}

table.taskboardItemList td.action .closed-user,
table.taskboardItemList td.action .resolved-user,
table.taskboardItemList td.action .close-date,
table.taskboardItemList td.action .resolve-date {
    display: block;
    font-size: 9px;
}

table.taskboardItemList td.status.new {
    background-color: forestgreen;
    color: white;
}

table.taskboardItemList td.status.resolved,
table.taskboardItemList td.status.closed {
    background-color: lightgray;
    color: #333;
}

.taskboard-popup-content .filter a {
    padding: 0 10px;
}

.taskboard-popup-content .dialog-header {
    padding-top: 10px;
}

.profilepic.male {
    background-color: lightblue;
}

.profilepic.female {
    background-color: lightpink;
}

.profilepic-intxroom .profilepic {
    margin-left: 0;
}

.z-tab a.ptHasAlert.z-link,
.z-tab a.ptHasMedHistory {
    background-color: red !important;
    color: white !important;
}

.patient-info-qtip .btn-open-pt {
    height: 40px;
    background-color: #fb9337;
    text-align: center;
    display: table;
    overflow: hidden;
    width: 90%;
    color: white;
    margin: 15px auto 0 auto;
}

    .patient-info-qtip .btn-open-pt div.inner-text {
        vertical-align: middle;
        display: table-cell;
    }

.patient-info-qtip a.open-pt:hover {
    text-decoration: none;
}

.patient-info-qtip .btn-open-pt:hover {
    background-color: #fba050;
}

.tx-suggestion-hint {
    margin: -21px 33px 0 0 !important;
}

.pt-tx-modal .one_half.left-column {
    padding-top: 26px;
}

.pt-tx-modal .one_half.left-column .modal-form-columns {
    margin: 5px -30px 5px 0;
}


label.labelIsIdUncertain, label.labelIsDobUncertain {
    display: contents;
}

.pt-tx-modal .modal-form-item textarea#Treatment {
    height: 400px;
}

.pt-tx-modal .modal-form-item textarea#Symptoms {
    height: 143px;
}

.pt-tx-modal #tb-dx.smallDialog {
    height: 110px;
}

.pt-tx-modal #tb-tx.smallDialog {
    height: 430px;
}

.pt-tx-modal #tb-remarks.smallDialog {
    height: 60px;
}

.ui-datepicker.ui-datepicker-multi {
    width: 60em !important;
}

table.ui-datepicker-calendar a.ui-state-hover {
    border: 0 !important;
}

#ui-datepicker-div {
    width: 20em;
}

.billWrapper.bigdialog .MedicationTab .slimScrollDiv {
    padding: 5px;
    border: solid 1px #ccc;
}