Practice time display settings applied to Flow Tracker display.
[openemr.git] / interface / themes / rtl.css
blob7b5eea728d237b7caac518218cb93c0a60146461
1 /*
2 RTL adjustments for style*.css files
4 Author : Amiel Elboim, Matrix
5 */
7 /* General RTL calsses */
9 tr, td, th{
10 text-align: right !important;
14 body {
15 margin: 0px 0px 0px 2px;
16 direction: rtl;
19 .menu {
20 text-align: left;
23 .menu_selected {
24 text-align: left;
27 .logout {
28 text-align: right;
34 #documents_list {
35 float: right;
36 border-right: dashed 1px;
38 #documents_actions {
39 float: left;
42 #documents_actions form {
43 margin: 0px; padding: 0px;
47 /*=============================================================
48 * This section relates to the custom layouts that can be made
49 * using the OEMR tool in the Admin section. For example, the
50 * Patient Demographics are a custom layout.
51 *============================================================*/
53 #DEM .label {
55 text-align: left;
57 #DEM .data {
58 text-align: right;
59 padding-right: 6px;/*30px - ie 6 fix*/
62 /* Patient History */
64 #HIS .groupname {
65 padding-right: 1px;
68 #HIS .data {
70 text-align: right;
71 padding-right: 10px;
75 /*=============================================================
76 * Patient Past Encounters and Documents
77 * seen in the patient encounter screen
78 *============================================================*/
80 #patient_pastenc th {
81 text-align: right;
86 /*=============================================================
87 * Patient Reports
88 * seen in the patient reports screens
89 *============================================================*/
90 #patient_reports .issues {
91 padding-right: 30px;
93 #patient_reports .issues table {
94 margin: 10px 0px 10px 0px;
96 #patient_reports .issues td {
97 padding: 2px;
99 #patient_reports .encounters td {
100 padding: 2px;
102 #patient_reports .encounter_forms {
103 margin:5px 15px 5px 15px;
106 /*=============================================================
107 * Report - Custom
108 * seen as the patient report (custom_report.php)
109 *============================================================*/
111 #report_custom .billing {
112 margin: 5px;
113 padding: 5px;
115 #report_custom h1 {
116 margin: 0px 0px 5px 0px;
117 padding: 0px;
119 #report_custom .immunizations {
120 margin: 5px;
121 padding: 5px;
123 #report_custom .notes {
124 margin: 5px;
125 padding: 5px;
127 #report_custom .transactions {
128 margin: 5px;
129 padding: 5px;
131 #report_custom .communications {
132 margin: 5px;
133 padding: 5px;
135 #report_custom .documents {
136 margin: 5px;
137 padding: 5px;
139 #report_custom .demographics {
140 margin: 5px;
141 padding: 5px;
143 #report_custom .insurance {
144 margin: 5px;
145 padding: 5px;
147 #report_custom .history {
148 margin: 5px;
149 padding: 5px;
151 #report_custom .issue {
152 margin-left: 20px;
154 #report_custom .issue_type {
155 padding: 5px 0px 5px 0px;
157 #report_custom .issue_diag {
158 margin: 0px 20px 0px 20px;
160 #report_custom .encounter {
161 border-top:2px dotted black;
162 padding: 10px 5px 10px 5px;
164 #report_custom .encounter h1 {
165 margin: 0px;
166 padding: 0px;
168 #report_custom .encounter_form {
169 margin: 10px;
170 padding: 10px;
171 border-top: 1px solid gray;
177 * CSS BUTTONS
179 .css_button_small {
180 float: right;
181 margin-right: 3px;
182 padding-right: 10px; /* sliding doors padding */
185 .css_button_small span {
186 padding: 0px 0px 0px 10px;
189 .css_button {
190 float: right;
191 margin-right: 3px;
192 padding-right: 10px; /* sliding doors padding */
195 .css_button span {
196 padding: 5px 0 5px 10px;
198 .sellistclass {
199 float:right;
202 * TABS
205 ul.tabNav { margin: 0; padding: 0; }
206 ul.tabNav { float: right; }
207 ul.tabNav li { float: right;
208 margin: 0 1px 0 0;
209 padding: 6px 0 0;
210 text-align: right;
212 ul.tabNav li.current {
213 padding-top: 0;
214 text-align: right;
216 ul.tabNav a {
217 padding: 4px 4px 5px 4px;
219 ul.tabNav li.current a {padding: 8px; }
221 div.tabContainer {
222 float: right;
225 div.tab table td {
226 padding-right: 1px;
229 * REPORTS
232 #report_parameters table table td.label {
233 text-align: left;
236 #report_results table thead {
237 text-align:right;
240 * List-table formatting
242 .showborder td {
243 text-align:right;
245 .showborder_head th {
246 text-align:right;
248 .shownoborder td {
249 text-align:right;
251 .showborder_long tr td{
252 text-align:right;
257 #navigation-slide, #navigation-slide *{
258 padding-right:0px;
259 margin-right:0px;
262 #navigation-slide a{
264 padding: 5px 2px 5px 10px;
267 #sddm li
268 { margin: 0;
269 padding: 0;
270 float:right;
273 #sddm li a
275 margin: 0 1px 0 0;
276 padding: 4px 10px;
277 text-align:right;
280 #sddm div a
282 margin: 0;
283 padding: 5px 10px;
284 text-align: right;
288 .text-area{
289 text-align:right;
291 .example_menu a {
292 margin-left: 0;
293 padding: 2px 2px 2px 17px;
296 #menu1 li.footer, #menu2 li.footer, #menu3 li.footer, #menu4 li.footer, #menu5 li.footer, .example_menu .footer {
297 margin: 0 0 10px 0;
300 /* Calander */
301 #bottomLeft{
303 float: right !important;
305 #bigCal{
306 border-right: 1px solid black !important;
310 /*miscellaneous*/
311 .misc-internet-search{
312 float: right !important;
315 form#new_note div{
317 float: none !important;
319 /* record_disclosure.php */
320 #record-disclosure, #record-disclosure>div {
322 float:none !important;
325 /* newpatient/common.php */
326 form#new-encounter-form div{
328 float: none !important;
330 form#new-encounter-form a{
331 margin-top: 4px;
334 /* /patient_file/encounter/forms.php */
335 #encounter_forms .encounter-summary-column{
336 float: right !important;
338 #encounter_forms .form_header_controls, #encounter_forms .form_header{
339 float: none !important;
343 /* /interface/main/main_title.php */
344 table#main-title tr td:nth-child(1){
345 text-align: left !important;
347 table#main-title tr td:nth-child(2){
348 text-align: center !important;
350 table#main-title tr td:nth-child(2) div, table#main-title tr td:nth-child(3) div{
351 float: none !important;
353 table#main-title tr td:nth-child(3){
354 text-align: center !important;
356 table#main-title tr td:nth-child(4){
357 text-align: right !important;
359 table#main-title tr td:nth-child(4) table{
360 float: left;
363 /* /interface/patient_file/summary/demographics.php */
364 .demographics-box{
365 position: relative
367 .demographics-box>div{
368 float: none !important;
369 position: absolute;
371 .demographics-box>div:first-child{
372 width: 55% !important;
374 .demographics-box>div:last-child{
375 margin-right: 55%
379 #tdallday3>span{
380 direction: ltr;
381 display: inline-block;
383 #tdallday3>span>input{
384 text-align: right;
387 /* /interface/clickmap/template/general_new.html */
388 .graphic-pain-map{
389 float: none !important;
390 width: 600px;
392 .graphic-pain-map img{
393 width: 100%;
395 body>.nav{
396 margin-right: 40px;
400 /* ajax_template.html */
402 #dateNAV img{
403 display: none;
405 #dateNav>a:nth-child(2), #dateNav>a:nth-child(3){
406 display: inline-block;
407 width: 16px;
408 height: 15.5px;
410 #dateNav>a:nth-child(2){
412 background-image: url(../main/calendar/modules/PostCalendar/pntemplates/default/images/rightbtn.gif);
413 margin-right: 10px;
415 #dateNav>a:nth-child(3){
417 background-image: url(../main/calendar/modules/PostCalendar/pntemplates/default/images/leftbtn.gif);
421 /* /main/messages/messages.php */
422 td.amount-msg{
424 text-align: left !important;
425 direction: ltr;
428 /* /interface/billing/edih_view.php */
429 #tabs ul.ui-tabs-nav li.ui-state-default{
430 float: right;
434 /* /interface/code_systems/dataloads_ajax.php */
436 #accordion .left_wrpr, #accordion .wrpr{
437 float: right !important;
439 .ui-dialog .ui-dialog-title{
441 float: none !important;
445 /* /library/js/datatables/media/css/demo_table.css */
447 #pt_table_paginate #pt_table_next{
449 float: none !important;
450 background: url('../../library/js/datatables/media/images/back_disabled.png') no-repeat top left !important;
451 display: inline-block;
452 width: 54px !important;
453 padding-left: 20px !important;
454 padding-right: 5px !important;
458 #pt_table_paginate #pt_table_previous{
460 float: none !important;
461 background: url('../../library/js/datatables/media/images/forward_disabled.png') no-repeat top right !important;
462 display: inline-block;
463 width: 54px !important;
464 padding-right: 20px !important;
465 padding-left: 5px !important;
469 .cancel-float{
470 float: none !important;
473 /* /templates/documents/general_view.html */
474 #documents_actions form[name^=document]>div>div, #documents_actions form[name=notes]>div>div{
476 float: none !important;
477 display: inline-block;
481 #documents_list img[src*=branch], #documents_list img[src*=line], #documents_list img[src*=plus], #documents_list img[src*=minus]{
482 -webkit-transform: rotate(180deg);
483 -moz-transform: rotate(180deg);
484 -o-transform: rotate(180deg);
485 -ms-transform: rotate(180deg);
486 transform: rotate(180deg);
488 #documents_list img[src*=branchbottom]{
489 -webkit-transform: translate(2px ,0) rotate(-90deg);
490 -moz-transform: translate(2px ,0) rotate(-90deg);
491 -o-transform: translate(2px ,0) rotate(-90deg);
492 -ms-transform: translate(2px ,0) rotate(-90deg);
493 transform: translate(2px ,0) rotate(-90deg);
497 .tabs-container ul.tabs{
498 width: 100%;
501 .tabs-container ul.tabs li{
503 float: none !important;
505 .container_body .viewport .overview{
506 left: initial !important;
509 .top-menu-carecoordination li{
510 float: right !important;
514 .setup-carecoordination .top-menu-carecoordination li{
515 float: right !important;
517 .setup-carecoordination .ca-ca-in-1{
518 float: right !important;
520 .setup-carecoordination ul.virtualpage_system_based_forms{
522 float: right !important;
524 .setup-carecoordination .ca-ca-in-2{
526 float: right;
527 padding-right: 2% !important;
528 float: right !important;
530 .setup-carecoordination #paginatediv_database_tables a[rel=next]{
531 float: left !important;
532 transform: rotate(180deg);
534 .setup-carecoordination #paginatediv_database_tables a[rel=previous]{
535 float: right !important;
536 transform: rotate(180deg);
539 /* online - portal */
541 /* patients/summary_pat_portal.php */
542 div#portal-buttons-bottom{
543 padding: 5px 15px;
546 #DEM .label, #report_parameters table table td.label {
547 text-align: left !important;