<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Created on : 23-Dec-2016, 1:14:09 PM
    Author     : Venk
*/

/*GENERAL*/

.chart-unit h5{
    font-weight: 600;
    font-size: 13px;
    margin-top:5px;
    margin-bottom:5px;
}

.chart-unit div.answer label.radioLabel{
    margin-bottom:0px;
    margin-right: 10px;
    font-size: 12px;
}

.chart-unit .chart_questionnaire {
    padding:10px;
}

.chart-unit div.answer{
    margin-top:5px;
}

.chart-unit div.answer input.radioAnswer {
    margin-top: -1px;
    vertical-align: middle;
}

.chart-unit .chart_questionnaire&gt;div:nth-child(odd){
    background-color:#f6f6f6;
}

.chart-unit .chart_questionnaire&gt;div.row{
    margin-right:0px;
    margin-left:0px;
}

.chart-unit .sectionHeadingContainer .row .col-sm-6:last-child{
    padding-left:20px!important;
}

.chart-unit .fieldHeading{
    font-weight:600;
    font-size:12px;
}

.shadowHighlight {
    -webkit-box-shadow: 0px 0px 28px 0px rgba(255, 165, 0, 0.8);
    -moz-box-shadow: 0px 0px 28px 0px rgba(255, 165, 0, 0.8);
    box-shadow: 0px 0px 28px 0px rgba(255, 165, 0, 0.8);
}

.delRow{
    background-color:#ffe4e4;
}

#chartPatientName {
    margin-bottom: 5px;
    border-radius: 2px!important;
}

#chartPatientName .pName{
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    color: #500080;
}

#pageNavigator .chartConfigDisplay{
    padding: 3px;
    
    border-radius: 3px!important;
    line-height:13px;
    position:relative;
}

#pageNavigator .chartConfigDisplay.highlight{
    background-color:#fff4e5;
    cursor:pointer;
}

.soapQuestionMarker {
    font-size: 9px;
    background-color: #ffcc00;
    width: 15px;
    height: 15px;
    padding-left: 4px;
    padding-top: 1px;
    margin-right: 5px;
    border-radius: 3px!important;
    vertical-align: text-top;
}

.hiddenOnNew{
    display:none!important;
}

.chart-unit-history .hideIfWithinChartUnit {
    display:none!important;
}

/*PAGES*/

.chart-page{
    border: 1px #ededed solid;
    border-top: 5px #5b21af solid;
    position: relative;
    padding:5px;
    padding-top: 8px;
    margin-top: 8px;
    margin-bottom:20px;
}

.chart-page .removePageBtn{
    position: absolute;
    right: 0;
    top: -13px;
    z-index: 1;
}

.chart-page .sectionItemDroppable{
    height:4px;
    display:block;
    position:relative;
}

.chart-page .sectionItemDroppable span.text{
    left: 10px;
    position: absolute;
    display: none;
    top: -7px;
    background-color: #fff;
    font-size: 12px;
    font-weight: 600;
    color: #da9700;
    padding: 0px 5px;
}
.chart-page .sectionItemDroppable.highlight span.text{ 
    display:block;
}

.chart-page .sectionItemDroppable.highlight{
    background-color: #ffc558;
    display:block;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgb(255, 153, 0);
    -moz-box-shadow: inset 0px 0px 3px 0px rgb(255, 153, 0);
    box-shadow: inset 0px 0px 3px 0px rgb(255, 153, 0);
}

.chart-page .sectionItemDroppable span.previewArrow{
    display:none;
    position:absolute;
    left:0px;
    top:-7px;
    color:#ffcc00;
}

.chart-page .sectionItemDroppable.dropPreview span.previewArrow{
    display:block;
/*    background-color: #ccc;
    display:block;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgb(255, 153, 0);
    -moz-box-shadow: inset 0px 0px 3px 0px rgb(255, 153, 0);
    box-shadow: inset 0px 0px 3px 0px rgb(255, 153, 0);*/
    /*animation: pulseloop 2s ease-out infinite;*/
}

.pageContainerHeading{
    position: absolute;
    text-transform: uppercase;
    background-color: #fff;
    top: -11px;
    left: 20%;
    font-weight: 600;
    color: #5b21af;
    padding-left:10px;
    padding-right:10px;
}

.chart-page .snd-checkbox-inline label{
    margin-bottom:0px;
}

.chart-page table.question-list-table tr td:first-child{
    width:30px;
}

/* HISTORY */

.history_product_schedule_row, .history_product_rx_row{
    /*margin-left:10px;*/
}

table.historyTable tr td, table.historyTable tr th{
    padding:0px 5px;
}

table.historyTable tr th{
    font-weight:600;
}

table.historyTable thead&gt;tr:last-child{
    border-bottom:1px #000 solid;
}

table.historyTable{
    width:100%;
}

table.historyTable p{
    margin-bottom:2px;
}


.historyTab{
    position:absolute;
    left:-15px;
    top:0px;
    bottom:0px;
    width:15px;
    text-transform:uppercase;
    font-weight:bold;
    font-size:10px;
    writing-mode: vertical-rl;
    display: inline-block;
}

.historyTab span{
    background-color: #8d8d8d!important;
    color: #fff;
    border-radius: 3px!important;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2px;
}
.historyBlock-container{
    display:flex;
    flex-wrap:wrap;
}

.historyBlock-container&gt;div{
    padding-bottom:10px;
}

.historyBlock {
    padding:5px;
    border-radius: 3px !important;
    background-color: rgba(255, 255, 255, 0.64);
    height:100%;
    /* max-height: 150px; */
    overflow-y: auto;
    overflow-x: hidden;
}

.historyDateSelect{
    font-size: 13px;
    font-weight: bold;
    background-color: #ffe98f;
    padding: 2px 5px;
    border-radius: 3px!important;
}

div.historySelect2Field {
    display:inline-block!important;
}

div.historySelect2Field a.select2-choice{
    background-color: #fff0b4;
    font-weight:600;
    padding: 0px 10px;
    height:30px !important;
}

div.historySelect2Field .select2-choice .select2-arrow{
    background-color:#fff0b4;
}

div.historyItemParentContainer{
    position:relative;
}

div.historyListing table&gt;tbody&gt;tr&gt;td{
    padding:0px 5px;
}

div.historicalView.inactive_item .hideOnInactive{
    display:none;
}

.historyBlock table.simpleQuestionnaireTable&gt;tbody&gt;tr&gt;td:first-child{
 font-weight:600;   
 width:250px;
}

.historyBlock .answerContainer, .historyBlock.answerContainer{
    display:none;
}

/* END HISTORY */

/*CANVAS*/

table.canvasIndexDescriptionTable{
    width:100%;
}

table.canvasIndexDescriptionTable tbody&gt;tr&gt;td{
    padding:3px;   
}
table.canvasIndexDescriptionTable thead&gt;tr&gt;th{
    padding:3px;
    width: 60px;
    font-size: 12px;
    font-weight: 600;
}

table.canvasIndexDescriptionTable span.canvasTableIndex{
    padding: 3px 5px;
    display: block;
    height: 25px;
    width: 25px;
    background-color: #ffcc00;
    border-radius: 15px!important;
    text-align: center;
    font-weight: bold;
}

.numberIcon{
    border: 1px #000 solid;
    width: 16px;
    height: 16px;
    display: block;
    color: #000;
    border-radius: 15px!important;
    font-size: 10px;
    font-weight: bold;
    padding: 2px;
    line-height: 10px;
    margin-top: 2px;
    margin-left: 1px;
}
/*END CANVAS*/

/*CHART SECTIONS*/

.chart-unit:not(.printView) {
    position:relative;
    margin-bottom:18px;
    animation: pulse 3s;
}

.chart-unit .historyOnly{
    display:none;
}

.chart-unit.historicalView{
/*    background-color: #f8f8f8;*/
    border-top: 1px #a9a9a9 dashed;
    border-left: 3px #989898 solid;
    font-size: 11px;
    width: 95%;
    margin: 5px auto;
/*    max-height:200px;*/
    background-color: #f0f0f0;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, rgba(255,255,255,.5) 15px, rgba(255,255,255,.5) 30px);
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.41);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.41);
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.41);

    transition: all 0.2s ease-out !important;
}

.chart-unit.historicalView.compressed{
    max-height:27px;
    overflow:hidden;
}

.chart-unit.historicalView.compressed .hideOnCompressed{
    display:none;
}

.chart-unit.historicalView.compressed:hover{
    background-color: #ffeeb0;
    border-left: 3px #ffcc00 solid;
    cursor:pointer;
}

.chart-unit.historicalView.compressed .fa-caret-toggle:before{
    content: "\f0d7" !important;
}

.chart-unit.historicalView .fa-caret-toggle:before{
    content: "\f0d8";
}

.chart-unit.historicalView .historyOnly{
    display:block;
}

.chart-unit.historicalView .rteField{
    min-height:20px;   
}

.chart-unit.historicalView .chart-content-container{
    padding:2px 8px;
    min-height: 55px; /*to accomodate the HISTORY vertical label */
}

.chart-unit .measurementRow{
    padding:5px;
}

.chart-unit .measurement_unit{
    margin-left: 5px;
    display: inline-block;
}

.chart-unit .measurementRow .select2-container{
    display:inline-block!important;
}

.chart-unit .sectionTitleSelect2.select2-container{
    display:table;
    table-layout:fixed;
}

.chart-unit .dispensarySelect.select2-container{
    display:table;
    table-layout:fixed;
}

.chart-unit ul.dropdown-menu.snd-dropdown-v1{
    right: 0!important;
    left: auto!important;
    border: 1px solid #d7d7d7;
    
}

.inSection_optional_toolbar{
    padding: 5px;
    padding-top: 15px;
    border: 1px #ccc dashed;
    position: relative;
}

.inSection_optional_toolbar span.toolbarLabel{
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px 4px;
    background-color: #cfcfcf;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 600;
}

.sectionGroupAddBtn{
    padding: 1px 5px;
    font-weight: 600;
}

.sectionGroup {
    /*border-top: 5px #565656 solid;*/
    position:relative;
    margin-top: 15px;
    padding-top: 10px;
}

.sectionTypeTitle{
    text-transform: uppercase;
    font-weight: 600!important;
    padding: 0px 5px 0px 8px;
    background-color: #565656;
/*    font-size: 10px;*/
/*    position:relative;*/
/*    display:inline-block;*/
    color: #fff;
    
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: -21px;
    font-size: 15px;
}

.soapLogicSection{
    display:none;
}

@keyframes pulse {
  0% {
    background-color: #ffe992;
  }
  100% {
    background-color: none;
  }
}

/*@keyframes shadowPulse {
  0% {
    -webkit-box-shadow: 0px 0px 28px 0px rgba(143,2,2,0.8);
    -moz-box-shadow: 0px 0px 28px 0px rgba(143,2,2,0.8);
    box-shadow: 0px 0px 28px 0px rgba(143,2,2,0.8);
  }
  100% {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}*/

/*@keyframes pulseloop {
  50% {
    background-color: #dff0ff;
  }
}*/



.sectionHeadingContainer{
   padding: 5px;
   margin:0px;
}

.sectionContentContainer{
   padding-left: 10px;
}

.chartFieldLabel{
/*    padding: 0px 5px;
    background-color: #ffeec7;*/
    font-weight: 600;
    font-size: 11px;
    display: table-cell;
    margin-bottom: 0px;
/*    border-left: 2px #e8b629 solid;
    color: #a07808;*/
}

.subsectionTitle{
    margin: 3px;
    background-color: #ffeb9c;
    text-align: center;
    font-weight: 600;
}

.smartListManagerContainer{
    display:none;
    margin-top:25px;
    padding:10px 20px;
    background-color:#f0f0f0;
    border-radius: 5px !important;
    position:relative;
}

.smartListManagerGrid{
    display: grid;
    grid-template-columns: 20px 5fr;
    padding-top:10px;
    padding-bottom:10px;
}

.smartListManagerGrid .sl-item-text{
    background-color: #fff;
    padding: 2px 5px;
    border-radius: 5px!important;
    margin-bottom: 5px;
    position:relative;
    cursor:pointer;
}

.smartListManagerGrid .sl-item-text:hover{
    background-color: #fff8e7;
}

.inEditorToolbar{
    position:absolute;
    width:100%;
    top:0px;
    right:0px;
    text-align:right;
    z-index: 1;
    background-color: #d6f1ff;
}

.no_smartlist_results{
    display:none;
    font-style:italic;
}

/***
in Editor Toolbar Button
***/
/* Button */
.rte-editor-btn.btn {
    color: #3982a7;
    text-transform:uppercase;
    font-size: 11px;
    font-weight:600;
  }
  .rte-editor-btn.btn:hover, .rte-editor-btn.btn:focus, .rte-editor-btn.btn:active, .rte-editor-btn.btn.active {
    color: white;
    background-color: #67bbf5;
  }

/*SELECT 2 */

.form-control.sectionTitleSelect2 .select2-choice{
    border: 1px #fff solid;
    padding: 3px 0px 0px 5px;
}

.form-control.sectionTitleSelect2 .select2-choice .select2-arrow{
    display:none;
}

.form-control.sectionTitleSelect2.select2-container-active .select2-choice{
    /*border:0px!important;*/
}

.chartWDSectionHeader{
    font-size: 15px;
    text-transform: Uppercase;
    font-weight: bold;
/*    background-color: #ffd485;*/
    padding: 0px 5px;
}

.ddx .select2-container-multi .select2-choices .select2-search-choice {
    background-color:#f1f1f1;
}

.select2ResultLabel{
    background-color:#ffcc00; 
    padding:0px 5px; 
    margin-right:5px;
    font-size:11px;
    font-weight:600;
    border-radius:2px!important;
}

/*SECTION IDENTIFIER ICONS */

.sectionIcon{
    background-color: #ffd400;
    text-align: center;
    border-radius: 3px!important;
    height: 25px;
    width: 25px;
    display: block;
    font-weight: bold;
    float: left;
    font-size: 12px;
    color:#000;
}

/* RTE TEXT EDITOR */

div.rteField.fr-box {
    padding: 10px;
}

div.rteField.fr-box.fr-basic {
    padding: 0px;
}

.rteField {
    min-height:60px;
/*    border:1px #e9e9e9 solid;*/
    background-color: rgba(0, 164, 255, 0.07);
}

.rteField:before {
    content: " ";
    display: block;
    height: 10px;
    width: 10px;
    position:absolute;
    top:0px;
    left:0px;
    border-top:1px #ccc solid;
    border-left:1px #ccc solid;
}

.rteField:after {
    content: " ";
    display: block;
    height: 10px;
    width: 10px;
    position:absolute;
    bottom:0px;
    right:0px;
    border-bottom:1px #ccc solid;
    border-right:1px #ccc solid;
}

.PROTemplate .description-text.rteField, .PROTemplate .dosage-text.rteField {
    border:1px #e9e9e9 dashed;
}

.fr-toolbar{
    border-top:5px #600597 solid !important;
}



/*SECTIONS MENU*/

.sectionDragging { 
    background-color: #d9f4ff;
    border: 1px #2f94ba solid;
    padding: 2px 5px 2px 5px;
    height: auto!important;
    font-weight: 600;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 1px 1px rgba(0,0,0,.16);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 1px 1px rgba(0,0,0,.16);
}

.chartSectionMenuContainer{
    display:none;
}

/* DATA SUMMARY TABLES */

.dataSummaryTable {
    margin-left:10px;
    padding: 5px 10px 5px 20px;
    border:1px #ccc solid;
}

.extendedDataContainer, .dataSummaryTable{
    position:relative;
}

.extendedDataContainer span.navTitle{
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-align: center;
    font-family: "Open Sans";
}

.summaryTableIndexTab{
    position:absolute;
    left:0px;
    top:0px;
    bottom:0px;
    width:15px;
    background-color:#ffcc00;
    text-transform:uppercase;
    font-weight:600;
    font-size:10px;
    writing-mode: vertical-rl;
    display: inline-block;
    text-align: center;
}

.measurementGraphContainer{
    margin-top:10px;
    position:relative;
}

.graphBubbleValue{
    color:#ffcc00;
    font-weight:600;
    margin-top:2px;
    margin-bottom:2px;
}
.graphBubbleValue table tr td{
    vertical-align:middle;
}
.graphBubble{
    font-size:10px;
}

.graphBubble a{
    color:#5bc1ff;
}

.mTableMeasuredBy{
    padding: 0px;
    width: 15px;
    height: 15px;
    text-align: center;
    background-color: #ffcc00;
    border-radius: 2px!important;
    display: inline-block;
    vertical-align: text-top;
    font-size: 10px;
    font-weight: 600;
}

.mTableMeasuredBy i{
    font-size:10px!important;   
    color:#fff;
}
.mTableMeasuredBy.practitioner{
   background-color: #ffb700; 
}
.mTableMeasuredBy.staff{
   background-color: #9e56ee; 
}
.mTableMeasuredBy.patient{
   background-color: #a1c506; 
}
.mTableMeasuredBy.lab{
   background-color: #34adff; 
}


/*MEASUREMENT SECTION */

.chart-unit .measurementDateTime{
    background-color: #edf9ff;
}


/*END MEASUREMENT SECTION*/

/* PRODUCT SECTION */


.prescriptionDetails{
    margin-top:10px;
    margin-bottom:10px;
}

.ingredientsContainer, .scheduleContainer, .prescriptionContainer, .vitalsContainer{
    padding:10px;
    padding-left:20px;
    border: 2px #a9a9a9 double;
    position:relative;
    margin-top: 5px;
    overflow-x: scroll;
}

.scheduleContainer table.days tbody&gt;tr&gt;td{
    padding:0px 2px;
}

.scheduleContainer table tr td{
    vertical-align:middle
}

.scheduleContainer table.days tbody&gt;tr&gt;td&gt;input[type="checkbox"]{
    margin:0px;
}

table.productCalendar tr.productScheduleHighlight{
    background-color:#fff6dc;
}

table.productCalendar td.productScheduleHighlight{
    /*background-color:#ffeaab;*/
}

table.productCalendar th.productScheduleHighlight{
    background-color:#ffeaab;
    border-top:5px #ffcc00 solid;
}

table.productCalendar .productScheduleItem{
    padding: 1px 5px;
    margin:5px;
}

table.productCalendar .productScheduleItem .scheduleItemName{
    font-size:11px; 
    font-weight:600; 
    display:block;
    text-transform:uppercase;
    border-radius:2px !important;
}


.ingredientsList input[type=number]::-webkit-inner-spin-button, 
.ingredientsList input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.ingredientsContainer table tr td{
    vertical-align:middle;
}

.ingredientsList input:disabled{
    border:0px;
    background-color:#fff;
}

input.adj_incomplete{
    background-color: #ffc8c8;
    border: 1px#ff8787 solid;
}

.rxSummaryText{
    font-size:13px;
    text-transform:uppercase;
    margin:3px;
    color: #1a89ec;
}

.chart-unit-history .rxSummaryText{
    color: #000;
}

.rxSummaryText .productName, .rxSummaryText .productRX{
    /*display:inline-block;*/
    font-size:12px;
}

.rxSummaryText .productName{
    /*display:none; this information is not needed in the summary section */
}

.chart-unit.preBlendedProduct .hideOnPreblendedProduct{
    display:none;
}

.chart-unit.preBlendedProduct .showOnPreblendedProduct{
    display:inline-block!important;
}

.chart-unit.preBlendedProduct a.disableOnPreblendedProduct{
    pointer-events: none!important;
}

.selectedProductText{
    padding: 3px 0px;
    margin-bottom: 5px;
    font-weight: 600;
    display: inline-block;
}

.rxInvoiceActionsContainer{
    background-color: #eee;
    padding: 5px;
    margin-bottom: 10px;
    border-left: 5px #ffcc00 solid;
    display:none; /*starts off hidden*/
}

/*END PRODUCT SECTION


/*PRODUCT SCHEDULE */

.weekOfDisplay{
    font-size:12px;
    display:block;
}

table.productCalendar tr td, table.productCalendar tr th {
    border: 1px #ccc solid;
    padding:5px;
}




/*END PRODUCT SCHEDULE */



.chartingSectionTitle {
    background-color: #ccc;
    font-size: 12px;
    padding: 2px 5px;
}



/*#rteToolbar{
    border-top: 5px #000 solid;
    padding: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 1px 1px rgba(0,0,0,.16);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 1px 1px rgba(0,0,0,.16);
    border-radius: 2px!important;
    z-index: 5;
    background-color: #fff;
    height:40px;
    margin-bottom:5px;
    display:none;
}

#rteToolbar.rteToolbarFloat{
    position: fixed!important;
    top: 0px;
    margin: 0px!important;
    width: 100%;
    left: 0px!important;
    padding-left: 35px!important;
}

#rteToolbarPlaceholder{
    display:none;
    height:40px;
    margin-bottom:5px;
}*/



.insertInlineSectionBar {
    border-bottom: 2px #a2a2a2 dashed;
    margin-top: 20px;
    position: relative;
}

.insertInlineSectionBar .btns{
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-top: -15px;
    width: 200px;
    text-align: center;
    margin-left: -100px;
}

.insertInlineSectionBar .sectionBottom {
    border-radius: 25px!important;
    z-index:2;
}

.sectionBottom i{
    font-size:11px!important;
}

.sectionRight {
    position: absolute;
    z-index: 2;
    right: -15px;
    top: 10px;
    opacity:0.2;
}

.sectionRight.show{
    opacity:1!important;
}

.chart-unit .highlightRed{
    display:none;
    position:absolute;
    top:0px;
    bottom:-5px;
    left:0px;
    right:-5px;
/*    -webkit-box-shadow: inset -1px 1px 26px 0px rgba(255,0,0,0.57);
    -moz-box-shadow: inset -1px 1px 26px 0px rgba(255,0,0,0.57);
    box-shadow: inset -1px 1px 26px 0px rgba(255,0,0,0.57);*/
    border:2px #bd0000 dashed;
}

.chart-unit.showHighlight{
    opacity:0.5;
}

.chart-unit.showHighlight .highlightRed{
    display:block!important;
}

.chartingColumn{
/*    padding-left:8px;*/
}










/*PRINT VIEW CLASSES*/

#SND_SOAP.print-view .dataSummaryTable {
    margin-left:10px;
    margin-right:10px;
    padding: 5px 10px 5px 10px;
    border:0px;
}

#SND_SOAP.print-view table.productCalendar th.productScheduleHighlight{
    background-color:#ffeaab;
    border-top:1px #ccc solid;
}

#SND_SOAP.print-view .printBlock .answerContainer{
    display:none;
}

#SND_SOAP.print-view .printBlock table.simpleQuestionnaireTable&gt;tbody&gt;tr&gt;td:first-child{
 font-weight:600;   
 width:250px;
}


/*RX LABEL */
#labelContent.rxLabel table.rxLabelTable{
    font-size:12px;
    line-height:13px;
    width:100%;
    height: 100%;
}

#labelContent.rxLabel table.rxLabelTable .officeDataContainer table{
    font-size:12px;
    line-height:13px;
}

#labelContent.rxLabel table.rxLabelTable td.barcodeCell{
    width: 50px;
    border-left: 2px #000 solid!important;
    vertical-align:bottom;
}


div.barcodeContainer{
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width:0px;
    height:0px;
}

#labelContent.rxLabel .officeDataContainer, #labelContent.rxLabel .practitionerDataContainer, #labelContent.rxLabel .patientDataContainer{
    margin-bottom:5px;
}

#labelContent.rxLabel .officeDataContainer .officeName, #labelContent.rxLabel .practitionerDataContainer .practitionerName{
    font-weight:600;
}

#labelContent.rxLabel .officeDataContainer .officePhone{
    font-weight:600;
}

#labelContent.rxLabel .patientDataContainer .patientName{
    font-weight:bold;
    text-transform:uppercase;
}

#labelContent.rxLabel .rxID, #labelContent.rxLabel .productName{
    background-color: #000!important;
    color: #fff!important;
    padding: 1px 5px;
    font-weight: 600;
    margin-bottom:5px;
}

#labelContent.rxLabel .rxID, #labelContent.rxLabel .productName .quantity_unit{
    color:#fff!important
}

#labelContent.rxLabel .productRX{
    text-transform:uppercase;
}

/*RX SHEET*/
#sheetContent.rxSheet table.rxSheetTable, #sheetContent.rxSheet table.drPatientInfo{
    font-size:14px;
    line-height:16px;
    width:100%;
}

#sheetContent.rxSheet .officeDataContainer .officeName, #sheetContent.rxSheet .practitionerDataContainer .practitionerName{
    font-weight:600;
}

#sheetContent.rxSheet .officeDataContainer .officePhone{
    font-weight:600;
}

#sheetContent.rxSheet .patientDataContainer .patientName{
    font-weight:600;
    text-transform:uppercase;
}

#sheetContent.rxSheet .productName{
    background-color: #000!important;
    color: #fff!important;
    padding: 1px 5px;
    font-weight: bold;
    text-transform:uppercase;
    margin-bottom:5px;
}

#sheetContent.rxSheet .productName .quantity_unit{
    color:#fff!important
}

#sheetContent.rxSheet .rxID{
    font-weight:600;
}

#sheetContent.rxSheet .productRX{
    text-transform:uppercase;
}

#sheetContent.rxSheet .prescriptionItem{
    border:1px #000 solid;
    /*margin:10px;*/
    padding:10px;
}

#sheetContent.rxSheet table.rxSheetTable&gt;tbody&gt;tr&gt;td{
    padding:10px;
}

/* Acupuncture Section */

.acPointRowTableContainer{
    background-color: #d7d7d7;
    padding: 0px 5px;
    border-radius: 3px!important;
    margin-bottom: 2px;
}
.acPointsLibrary {
    max-height:200px;
    overflow-y:scroll;
    margin-right: 10px;
    margin-left: 10px;
    padding: 5px;
    margin-top: 10px;
    margin-bottom:10px;
}
.acPointCategory{
/*    background-color: #00a8e9;*/
    background-color:#e4ebf6;
    text-align: center;
    padding-top: 7px;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 3px!important;
    color: #535353;
    font-size: 15px;
    font-weight: bold;
    position:relative;
}

.acPointCategory.selected{
    background-color: #4ac4ff!important;
    color: #000;
}

.acPointCategory:hover{
    background-color: #c8d7ed;
    color: #000;
}

.acPointRowTable{
    width:100%;
}

.acLibPointRow .snd-checkbox-inline label{
    margin-right: 0px!important;
    padding:2px 2px!important;
}

tr.acLibPointRow td:last-child{
    min-width:90px;
    text-align:right;
}

tr.acLibPointRow td:first-child{
    
}

.selectedPointsContainer .smartLabel{
    font-size:15px;
    font-weight:600;
    text-transform:uppercase;
    max-width:none!important;
    padding: 0px 35px 0px 20px;
    border-radius: 3px!important;
}

.acAddNoteBTN span:first-child{
    color:#fff;
}

.acAddNoteBTN .acPointActionBTN{
    position:absolute;
    right:2px;
    top:2px;
    background-color: #fff;
    display: inline-block;
    font-size: 10px;
    border-radius: 2px!important;
    padding: 0px 4px;
    opacity:0.5;
}

.acAddNoteBTN .acPointActionBTN:hover{
    opacity:0.9;
}

.acAddNoteBTN .acPointActionBTN mover{
    opacity:1!important;
}

.acAddNoteBTN .acPointActionBTN i.fa-plus{
    font-size:8px;   
}

.acAddNoteBTN .acPointActionBTN i.fa-pencil{
    font-size:11px;   
}

.individualPointNotes table&gt;tbody&gt;tr&gt;td{
    vertical-align:middle;
}

.acCount{
    font-size: 9px;
    position: absolute;
    top: 2px;
    right: 2px;
    background-color: #ffcc00;
    border-radius: 8px!important;
    color: #000;
    min-width: 12px;
    height: 12px;
    display: block;
    text-align: center;
    padding: 0px 1px;
    display:none;
}


/* DIAGNOSES */

.dxInvoiceActionsContainer{
    background-color: #eee;
    padding: 5px;
    margin-bottom: 10px;
    border-left: 5px #ffcc00 solid;
    display:none; /*starts off hidden*/
}


/* PRODUCT CREATE MODAL */

#productCreateModal.recipe .hideOnRecipe{
    display:none;
}


/* AT.JS */
.atwho-view {
    max-width:500px!important;
}


/* BOOTSTRAP MEASUREMENT TABLE */
/*remove the column with the plus sign to show details */
.mTable table.bsTable&gt;thead&gt;tr&gt;th:first-child{
    display:none;
}
.mTable table.bsTable&gt;tbody&gt;tr:not(.detail-view)&gt;td:first-child{
    display:none;
}

table.bsTable div.bsTableDetails{
    margin-left: 15px;
    background-color: #daf3ff;
    padding: 0px 5px;
    border-left: 3px #38b7dd solid;
}

.mTable .fixed-table-container thead th .th-inner, .fixed-table-container tbody td .th-inner{
    white-space: normal!important;
}



/*TEMPLATES*/

.templateAlertIndicator{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #ffcc00;
    margin-bottom: 10px;
}

#templateTitle{
    font-weight:bold;
}

/*  Autosave Indicator */

#autosaveIndicatorContainer #savePulse.savePulse{    
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #99cc33;
    border-radius: 4px!important;
    display:none;
    opacity:0.5;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(153,204,51,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(153,204,51,1);
    box-shadow: 0px 0px 5px 1px rgba(153,204,51,1);
    

}

/* ATJS */

ul.atwho-view-ul&gt;li{
    background-color: #fff;
    border-bottom: 0px!important;
    margin: 5px;
    border-left: 5px #ffcc00 solid;
}

/* Mifwife forms */

.mw-section{
    border: 1px #ccc dashed;
    padding: 20px 5px 10px 5px;
    padding-top: 20px;
    margin-bottom: 10px;
    position: relative;
}

.mw-section span.formatNote{
    font-size:10px;
}

.mw-section input.form-control-basic{
    background-color: #fff9da;
    border: 0.5px #b0b0b0 solid;
    height: 22px;
}

.mw-section textarea.form-control-basic{
    background-color: #fff9da;
    border: 0.5px #b0b0b0 solid;
}
.mw-section table{
    margin-bottom:0px;
}
.mw-section-title{
    font-weight: 600;
    background-color: #ccc;
    display: inline-block;
    padding: 0px 5px;
    color: #3c3c3c;
    /* border-bottom: 2px #aaa solid; */
    margin-bottom: 5px;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size:12px;
}

/*CHIRO SECTION*/


.chiro-section input.form-control-basic{
    background-color: #fff9da;
    border: 0.5px #b0b0b0 solid;
    height: 22px;
}

.chiro-section textarea.form-control-basic{
    background-color: #fff9da;
    border: 0.5px #b0b0b0 solid;
}



/* MISC */

input.w40{
    width:40px;
}

input.w80{
    width:80px;
}

table.row-padding-5&gt;tbody&gt;tr&gt;td{
    padding-top:5px;
    padding-bottom:5px;
}

table div.columnheader{
    text-align: center;
    background-color: #ffeb9c;
    border-radius: 2px!important;
    /* margin: 0px 4px; */
    font-weight:600;
}
/*#SND_SOAP_SectionMenu .panel-title a[data-category="0"]{color: #6f6f6f;}
#SND_SOAP_SectionMenu .panel-title a[data-category="1"]{color: #76ab0a;}
#SND_SOAP_SectionMenu .panel-title a[data-category="2"]{color: #0cce90;}
#SND_SOAP_SectionMenu .panel-title a[data-category="3"]{color: #da1919;}
#SND_SOAP_SectionMenu .panel-title a[data-category="4"]{color: #f5922c;}
#SND_SOAP_SectionMenu .panel-title a[data-category="5"]{ color: #ccec8b;}
#SND_SOAP_SectionMenu .panel-title a[data-category="6"]{color: #df950d;}
#SND_SOAP_SectionMenu .panel-title a[data-category="7"]{color: #53b969;}
#SND_SOAP_SectionMenu .panel-title a[data-category="8"]{color: #30a3f5;}
#SND_SOAP_SectionMenu .panel-title a[data-category="9"]{color: #b640f3;}*/
a.sectionMenuItem[data-category="1"]{ background-color: #ccec8b;}
a.sectionMenuItem[data-category="1"]:hover, a.sectionMenuItem[data-category="1"]:active, a.sectionMenuItem[data-category="1"]:focus{background-color: #b8dc4b;}
a.sectionMenuItem[data-category="2"]{background-color: #b5ffee;}
a.sectionMenuItem[data-category="2"]:hover, a.sectionMenuItem[data-category="2"]:active, a.sectionMenuItem[data-category="2"]:focus{background-color: #39f1c6;}
a.sectionMenuItem[data-category="3"]{background-color: #ffe0e0;}
a.sectionMenuItem[data-category="3"]:hover, a.sectionMenuItem[data-category="3"]:active, a.sectionMenuItem[data-category="3"]:focus{background-color: #ffa5a5;}
a.sectionMenuItem[data-category="4"]{background-color: #ffdf95;}
a.sectionMenuItem[data-category="4"]:hover, a.sectionMenuItem[data-category="4"]:active, a.sectionMenuItem[data-category="4"]:focus{background-color: #ffd509;}
a.sectionMenuItem[data-category="5"]{ background-color: #ccec8b;}
a.sectionMenuItem[data-category="5"]:hover, a.sectionMenuItem[data-category="5"]:active, a.sectionMenuItem[data-category="5"]:focus{background-color: #b8dc4b;}
a.sectionMenuItem[data-category="6"]{background-color: #fff088;}
a.sectionMenuItem[data-category="6"]:hover, a.sectionMenuItem[data-category="6"]:active, a.sectionMenuItem[data-category="6"]:focus{background-color: #ffd128;}
a.sectionMenuItem[data-category="7"]{background-color: #beffcc;}
a.sectionMenuItem[data-category="7"]:hover, a.sectionMenuItem[data-category="7"]:active, a.sectionMenuItem[data-category="7"]:focus{background-color: #62f7c7;}
a.sectionMenuItem[data-category="8"]{background-color: #d3f3ff;}
a.sectionMenuItem[data-category="8"]:hover, a.sectionMenuItem[data-category="8"]:active, a.sectionMenuItem[data-category="8"]:focus{background-color: #9ddfff;}
a.sectionMenuItem[data-category="9"]{background-color: #eee1ff;}
a.sectionMenuItem[data-category="9"]:hover, a.sectionMenuItem[data-category="9"]:active, a.sectionMenuItem[data-category="9"]:focus{background-color: #f3c4ff;}

#SND_SOAP_SectionMenu .panel{
    background-color: #fff;
    border-radius: 5px !important;
    border: 0px;
}

#SND_SOAP_SectionMenu .panel-title a{
    text-decoration:none!important;
    font-weight:600;
    text-transform: uppercase;
    font-size: 13px;
}

#SND_SOAP_SectionMenu .panel-body{
    background-color: transparent;
    border: 0px;
}

#SND_SOAP_SectionMenu .panel-heading{
    background-color: transparent;
    border: 0px;
}

.historicalView span.visualCheckbox{
    border: 1px #6a6a6a solid;
    text-align: center;
    display: block;
    width: 17px;
    height:17px;
    float: left;
    margin-right: 3px;
    line-height: 15px;
    border-radius: 3px!important;
    font-weight:bold;
}

.historicalView span.visualCheckbox.visualCheckbox_sm{
    width: 12px;
    line-height: 10px;
    height:12px;
}


/*ALERTS*/

#SOAP_ChartAlerts{
    overflow: auto;
    padding: 5px 15px 5px 5px;
    margin-left: 10px;
    margin-bottom: 5px;
    background-color: #f8f8f8;
    border-radius: 4px!important;
    border-left: 5px #cb0000 solid;
    position: relative;
    min-height: 25px;
}

#SOAP_ChartAlerts .soap_alert_notes{
    font-size: 12px;
}

#SOAP_ChartAlerts .soap_alert_item{
    margin-bottom: 10px;
}

#SOAP_ChartAlerts .soap_alert_item_author{
    font-weight: 600;
    background-color: #e1e1e1;
    padding: 0px 4px;
    margin-bottom: 5px;
}

#SOAP_ChartAlerts .soap_alert_item_note{
    margin-left: 10px;
}

#SOAP_ChartAlerts .soap_alert_notes_header .soap_alert_notes_header_title{
    font-weight: bold;
    font-size: 12px;
    color: #414141;
}

#SOAP_ChartAlerts .soap_alert_notes_header{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 25px;
    padding-top: 3px;
    padding-left:10px;
    background-color: #f8f8f8;
}

#SOAP_ChartAlerts .soap_alert_notes_header:hover, #SOAP_ChartAlerts .soap_alert_notes_header:active, #SOAP_ChartAlerts .soap_alert_notes_header:focus, #SOAP_ChartAlerts .soap_alert_notes_header:visited{
    cursor:pointer;
    background-color: #ffe3e3;
}

#SOAP_ChartAlerts .soap_alert_notes_container{
    display:none;
    margin-top: 30px;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}


/*END ALERTS */

.soap_custom_heading_01{
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    background-color: #ffcc00;
    margin-bottom: 5px;
    font-size: 16px;
}

/*PREFERENCES*/

.preferencesPanel{
    border: 1px #eee solid;
    border-radius: 5px!important;
    padding: 10px 20px;
    background-color: #fff;
    margin-bottom:20px;
}

#eventToTemplateAssociatonContainer .eventToTemplateRow{
    padding: 10px;
    background-color: #efefef;
    border-radius: 5px!important;
    margin: 5px 10px;
}

.tpItemDragging .hideOnDrag{
    display:none;
}

.tpItemDragging td{
    background-color:#eee!important;
    border:0px!important;
    font-weight:bold;
}
.tpItemDragging td:first-child{
    border-top-left-radius:5px!important;
    border-bottom-left-radius:5px!important;
}
.tpItemDragging td:nth-child(2){
    border-top-right-radius:5px!important;
    border-bottom-right-radius:5px!important;
}

/*AUDIT MODAL*/

#sectionAuditTrail .auditSectionData{
    background-color: #eee;
    border-radius: 5px !important;
    padding: 10px 15px;
}

#sectionAuditTrail .hiddenOnPrintView{
    display:none;
}

#sectionAuditTrail .selectedAuditItem{
    font-weight:bold;
}

#SND_SOAP .auditPlaceholder{
    position:relative;
    min-height:150px;
}

/*DISOENSARY BROWSER */

#SND_DispensaryBrowser{
/*    position:absolute;
    width:100%;
    height:100%;
    margin:25px;
    background-color:#fff;*/
}

#SND_DispensaryBrowser .modal-dialog{
    width:auto!important;
    margin:20px!important;
}

#SND_DispensaryBrowser .modal-content{
    border-radius: 10px!important;
    display: flex;
    flex-direction: column;
    height: -webkit-fill-available;
}

#SND_DispensaryBrowser .dispensaryBrowserSearch{
    margin:20px;
}

#SND_DispensaryBrowser .dispensaryBrowserResultsContainer{
    overflow-y: auto;
    margin:0px 20px 20px 20px;
}

#SND_DispensaryBrowser .dispensaryBrowserResults.gridview{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    align-items: center;
    min-height:150px;
    position:relative;
}

#SND_DispensaryBrowser .dispensaryBrowserResults.listview{
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-gap: 15px;
    align-items: center;
    min-height:150px;
    position:relative;
}

#SND_DispensaryBrowser .searchFieldsContainer{

}

#SND_DispensaryBrowser .dispensaryBrowserResults.gridview .grid-item-card{
/*    -webkit-box-shadow: 0px 0px 5px 1px rgba(201,201,201,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(201,201,201,1);
    box-shadow: 0px 0px 5px 1px rgba(201,201,201,1);*/
    padding: 20px;
    /*border-radius: 5px!important;*/
    height:100%;
    border-bottom: 2px #ccc solid;
    
}

#SND_DispensaryBrowser .dispensaryBrowserResults.gridview .item-image{
    text-align:center;
}

#SND_DispensaryBrowser .dispensaryBrowserResults.listview .item-image{
    text-align:left;
}

#SND_DispensaryBrowser .dispensaryBrowserResults.gridview .item-image img{
    max-height:200px;
    max-width:200px;
}

#SND_DispensaryBrowser .dispensaryBrowserResults.listview .item-image img{
    max-width:100px;
    max-height:125px;
}

#SND_DispensaryBrowser .item-title a{
    font-weight:600;
    color: #333;
    font-size: 16px;
}

#SND_DispensaryBrowser .filter_item{
    margin:8px;
}

#SND_DispensaryBrowser .filter_title{
    font-weight:600;
}

#SND_DispensaryBrowser .property_title{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    display: block;
    margin-top: 10px;
}

#SND_DispensaryBrowser .prop_price{
    font-size: 16px;
}

#SND_DispensaryBrowser .dispensaryBrowserResultsTitle{
    padding: 0px 20px;
}

#SND_DispensaryBrowser .dispensaryBrowserResultsTitle h3{
    display: inline-block;
    padding: 0px;
    margin: 0px;
    margin-right: 15px;
    vertical-align: middle;
    font-size:20px;
}


@media (max-width: 1360px) {
    #SND_DispensaryBrowser .dispensaryBrowserResults.gridview{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (max-width: 1100px) {
    #SND_DispensaryBrowser .dispensaryBrowserResults.gridview{
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 840px) {
    #SND_DispensaryBrowser .dispensaryBrowserResults.gridview{
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 580px) {
    #SND_DispensaryBrowser .dispensaryBrowserResults.gridview{
        grid-template-columns: 1fr;
    }
}
/*END DISPENSARY BROWSER */

/*PRODUCT DETAILS PANEL*/

.productDetailsContainer{
    display:none;
    background-color: #f5f5f5;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px #ccc solid;
    position:relative;
}

.productDetailsContainer .details_item_image{
    display:inline-block;
    vertical-align:top;
}

.productDetailsContainer .details_general{
    display:inline-block;
    vertical-align:top;
}

.productDetailsContainer .details_item_image img{
    max-width:100px;
    max-height:100px;
    border-radius: 5px!important;
    margin-right: 10px;
}

.productDetailsContainer .property_title{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
}

.productDetailsContainer .details_title{
    margin: 0px;
    font-size: 16px;
}

.productDetailsContainer .btn-closeProductDetails{
    position:absolute;
    top:5px;
    right:5px;
}
/*END PRODUCT DETAILS PANEL */

/*IN SOAP TP PREFERENCES*/

#CriticalPreferences{
    margin-bottom: 10px;
}

#CriticalPreferences .critical_preferences_container{
    margin-top:10px;
    padding: 10px;
    background-color: #f3f3f3;
    border-radius: 5px!important;
}

.tpPortalStatusFlag{
    height: 30px;
    width: 30px;
    border-radius: 30px!important;
    padding: 5px 5px !important;
    /* -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75)!important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75)!important;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75)!important; */
    margin-right: 10px;
}

.tpPortalStatusFlag.lightgreen{
    background-color: #87db6a;
    color: #fff;
}

.tpPortalStatusFlag.lightgreen{
    background-color: #87db6a;
    color: #fff;
}

.tpPortalStatusFlag.lightorange{
    background-color: #fbb842;
    color:#fff ;
}

.tpPortalStatusFlag.lightred{
    background-color: #ff8787;
    color:#fff ;
}


/*END SOAP PREFERENCES*/</pre></body></html>