22424 lines
772 KiB
CSS
22424 lines
772 KiB
CSS
@charset "UTF-8";
|
|
/*BAHMNI css files*/
|
|
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
|
|
/* ==========================================================================
|
|
HTML5 display definitions
|
|
========================================================================== */
|
|
/*
|
|
* Corrects `block` display not defined in IE 8/9.
|
|
*/
|
|
/* line 11, vendor/_normalize.scss */
|
|
article,
|
|
aside,
|
|
details,
|
|
figcaption,
|
|
figure,
|
|
footer,
|
|
header,
|
|
hgroup,
|
|
nav,
|
|
section,
|
|
summary {
|
|
display: block;
|
|
}
|
|
|
|
/*
|
|
* Corrects `inline-block` display not defined in IE 8/9.
|
|
*/
|
|
/* line 29, vendor/_normalize.scss */
|
|
audio,
|
|
canvas,
|
|
video {
|
|
display: inline-block;
|
|
}
|
|
|
|
/*
|
|
* Prevents modern browsers from displaying `audio` without controls.
|
|
* Remove excess height in iOS 5 devices.
|
|
*/
|
|
/* line 40, vendor/_normalize.scss */
|
|
audio:not([controls]) {
|
|
display: none;
|
|
height: 0;
|
|
}
|
|
|
|
/*
|
|
* Addresses styling for `hidden` attribute not present in IE 8/9.
|
|
*/
|
|
/* line 49, vendor/_normalize.scss */
|
|
[hidden] {
|
|
display: none;
|
|
}
|
|
|
|
/* ==========================================================================
|
|
Base
|
|
========================================================================== */
|
|
/*
|
|
* 1. Sets default font family to sans-serif.
|
|
* 2. Prevents iOS text size adjust after orientation change, without disabling
|
|
* user zoom.
|
|
*/
|
|
/* line 63, vendor/_normalize.scss */
|
|
html {
|
|
font-family: sans-serif;
|
|
/* 1 */
|
|
-webkit-text-size-adjust: 100%;
|
|
/* 2 */
|
|
-ms-text-size-adjust: 100%;
|
|
/* 2 */
|
|
}
|
|
|
|
/* ==========================================================================
|
|
Links
|
|
========================================================================== */
|
|
/*
|
|
* Addresses `outline` inconsistency between Chrome and other browsers.
|
|
*/
|
|
/* line 77, vendor/_normalize.scss */
|
|
a:focus {
|
|
outline: thin dotted;
|
|
}
|
|
|
|
/*
|
|
* Improves readability when focused and also mouse hovered in all browsers.
|
|
*/
|
|
/* line 85, vendor/_normalize.scss */
|
|
a:active,
|
|
a:hover {
|
|
outline: 0;
|
|
}
|
|
|
|
/* ==========================================================================
|
|
Typography
|
|
========================================================================== */
|
|
/*
|
|
* Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
|
|
* Safari 5, and Chrome.
|
|
*/
|
|
/* line 99, vendor/_normalize.scss */
|
|
h1 {
|
|
font-size: 2em;
|
|
}
|
|
|
|
/*
|
|
* Addresses styling not present in IE 8/9, Safari 5, and Chrome.
|
|
*/
|
|
/* line 107, vendor/_normalize.scss */
|
|
abbr[title] {
|
|
border-bottom: 1px dotted;
|
|
}
|
|
|
|
/*
|
|
* Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
|
|
*/
|
|
/* line 115, vendor/_normalize.scss */
|
|
b,
|
|
strong {
|
|
font-weight: bold;
|
|
}
|
|
|
|
/*
|
|
* Addresses styling not present in Safari 5 and Chrome.
|
|
*/
|
|
/* line 124, vendor/_normalize.scss */
|
|
dfn {
|
|
font-style: italic;
|
|
}
|
|
|
|
/*
|
|
* Addresses styling not present in IE 8/9.
|
|
*/
|
|
/* line 132, vendor/_normalize.scss */
|
|
mark {
|
|
background: #ff0;
|
|
color: #000;
|
|
}
|
|
|
|
/*
|
|
* Corrects font family set oddly in Safari 5 and Chrome.
|
|
*/
|
|
/* line 142, vendor/_normalize.scss */
|
|
code,
|
|
kbd,
|
|
pre,
|
|
samp {
|
|
font-family: monospace, serif;
|
|
font-size: 1em;
|
|
}
|
|
|
|
/*
|
|
* Improves readability of pre-formatted text in all browsers.
|
|
*/
|
|
/* line 154, vendor/_normalize.scss */
|
|
pre {
|
|
white-space: pre;
|
|
white-space: pre-wrap;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
/*
|
|
* Sets consistent quote types.
|
|
*/
|
|
/* line 164, vendor/_normalize.scss */
|
|
q {
|
|
quotes: "\201C" "\201D" "\2018" "\2019";
|
|
}
|
|
|
|
/*
|
|
* Addresses inconsistent and variable font size in all browsers.
|
|
*/
|
|
/* line 172, vendor/_normalize.scss */
|
|
small {
|
|
font-size: 80%;
|
|
}
|
|
|
|
/*
|
|
* Prevents `sub` and `sup` affecting `line-height` in all browsers.
|
|
*/
|
|
/* line 180, vendor/_normalize.scss */
|
|
sub,
|
|
sup {
|
|
font-size: 75%;
|
|
line-height: 0;
|
|
position: relative;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
/* line 188, vendor/_normalize.scss */
|
|
sup {
|
|
top: -0.5em;
|
|
}
|
|
|
|
/* line 192, vendor/_normalize.scss */
|
|
sub {
|
|
bottom: -0.25em;
|
|
}
|
|
|
|
/* ==========================================================================
|
|
Embedded content
|
|
========================================================================== */
|
|
/*
|
|
* Removes border when inside `a` element in IE 8/9.
|
|
*/
|
|
/* line 204, vendor/_normalize.scss */
|
|
img {
|
|
border: 0;
|
|
}
|
|
|
|
/*
|
|
* Corrects overflow displayed oddly in IE 9.
|
|
*/
|
|
/* line 212, vendor/_normalize.scss */
|
|
svg:not(:root) {
|
|
overflow: hidden;
|
|
}
|
|
|
|
/* ==========================================================================
|
|
Figures
|
|
========================================================================== */
|
|
/*
|
|
* Addresses margin not present in IE 8/9 and Safari 5.
|
|
*/
|
|
/* line 224, vendor/_normalize.scss */
|
|
figure {
|
|
margin: 0;
|
|
}
|
|
|
|
/* ==========================================================================
|
|
Forms
|
|
========================================================================== */
|
|
/*
|
|
* Define consistent border, margin, and padding.
|
|
*/
|
|
/* line 236, vendor/_normalize.scss */
|
|
fieldset {
|
|
border: 1px solid #c0c0c0;
|
|
margin: 0 2px;
|
|
padding: 0.35em 0.625em 0.75em;
|
|
}
|
|
|
|
/*
|
|
* 1. Corrects color not being inherited in IE 8/9.
|
|
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
|
|
*/
|
|
/* line 247, vendor/_normalize.scss */
|
|
legend {
|
|
border: 0;
|
|
/* 1 */
|
|
padding: 0;
|
|
/* 2 */
|
|
}
|
|
|
|
/*
|
|
* 1. Corrects font family not being inherited in all browsers.
|
|
* 2. Corrects font size not being inherited in all browsers.
|
|
* 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
|
|
*/
|
|
/* line 258, vendor/_normalize.scss */
|
|
button,
|
|
input,
|
|
form .input-prepend .add-on,
|
|
.form .input-prepend .add-on,
|
|
select,
|
|
textarea {
|
|
font-family: inherit;
|
|
/* 1 */
|
|
font-size: 100%;
|
|
/* 2 */
|
|
margin: 0;
|
|
/* 3 */
|
|
}
|
|
|
|
/*
|
|
* Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
|
|
* the UA stylesheet.
|
|
*/
|
|
/* line 272, vendor/_normalize.scss */
|
|
button,
|
|
input,
|
|
form .input-prepend .add-on,
|
|
.form .input-prepend .add-on {
|
|
line-height: normal;
|
|
}
|
|
|
|
/*
|
|
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
|
|
* and `video` controls.
|
|
* 2. Corrects inability to style clickable `input` types in iOS.
|
|
* 3. Improves usability and consistency of cursor style between image-type
|
|
* `input` and others.
|
|
*/
|
|
/* line 285, vendor/_normalize.scss */
|
|
button,
|
|
html input[type="button"],
|
|
html form .input-prepend [type="button"].add-on,
|
|
form .input-prepend html [type="button"].add-on,
|
|
html .form .input-prepend [type="button"].add-on,
|
|
.form .input-prepend html [type="button"].add-on,
|
|
input[type="reset"],
|
|
form .input-prepend [type="reset"].add-on,
|
|
.form .input-prepend [type="reset"].add-on,
|
|
input[type="submit"],
|
|
form .input-prepend [type="submit"].add-on,
|
|
.form .input-prepend [type="submit"].add-on {
|
|
-webkit-appearance: button;
|
|
/* 2 */
|
|
cursor: pointer;
|
|
/* 3 */
|
|
}
|
|
|
|
/*
|
|
* Re-set default cursor for disabled elements.
|
|
*/
|
|
/* line 297, vendor/_normalize.scss */
|
|
button[disabled],
|
|
input[disabled],
|
|
form .input-prepend [disabled].add-on,
|
|
.form .input-prepend [disabled].add-on {
|
|
cursor: default;
|
|
}
|
|
|
|
/*
|
|
* 1. Addresses box sizing set to `content-box` in IE 8/9.
|
|
* 2. Removes excess padding in IE 8/9.
|
|
*/
|
|
/* line 307, vendor/_normalize.scss */
|
|
input[type="checkbox"], form .input-prepend [type="checkbox"].add-on, .form .input-prepend [type="checkbox"].add-on,
|
|
input[type="radio"],
|
|
form .input-prepend [type="radio"].add-on,
|
|
.form .input-prepend [type="radio"].add-on {
|
|
box-sizing: border-box;
|
|
/* 1 */
|
|
padding: 0;
|
|
/* 2 */
|
|
}
|
|
|
|
/*
|
|
* 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
|
|
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
|
|
* (include `-moz` to future-proof).
|
|
*/
|
|
/* line 319, vendor/_normalize.scss */
|
|
input[type="search"], form .input-prepend [type="search"].add-on, .form .input-prepend [type="search"].add-on {
|
|
-webkit-appearance: textfield;
|
|
/* 1 */
|
|
-moz-box-sizing: content-box;
|
|
-webkit-box-sizing: content-box;
|
|
/* 2 */
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
/*
|
|
* Removes inner padding and search cancel button in Safari 5 and Chrome
|
|
* on OS X.
|
|
*/
|
|
/* line 331, vendor/_normalize.scss */
|
|
input[type="search"]::-webkit-search-cancel-button, form .input-prepend [type="search"].add-on::-webkit-search-cancel-button, .form .input-prepend [type="search"].add-on::-webkit-search-cancel-button,
|
|
input[type="search"]::-webkit-search-decoration,
|
|
form .input-prepend [type="search"].add-on::-webkit-search-decoration,
|
|
.form .input-prepend [type="search"].add-on::-webkit-search-decoration {
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
/*
|
|
* Removes inner padding and border in Firefox 4+.
|
|
*/
|
|
/* line 340, vendor/_normalize.scss */
|
|
button::-moz-focus-inner,
|
|
input::-moz-focus-inner,
|
|
form .input-prepend .add-on::-moz-focus-inner,
|
|
.form .input-prepend .add-on::-moz-focus-inner {
|
|
border: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
/*
|
|
* 1. Removes default vertical scrollbar in IE 8/9.
|
|
* 2. Improves readability and alignment in all browsers.
|
|
*/
|
|
/* line 351, vendor/_normalize.scss */
|
|
textarea {
|
|
overflow: auto;
|
|
/* 1 */
|
|
vertical-align: top;
|
|
/* 2 */
|
|
}
|
|
|
|
/* ==========================================================================
|
|
Tables
|
|
========================================================================== */
|
|
/*
|
|
* Remove most spacing between table cells.
|
|
*/
|
|
/* line 364, vendor/_normalize.scss */
|
|
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
/*doc
|
|
---
|
|
title: Colors
|
|
name: Colors
|
|
category: Variables - colors
|
|
---
|
|
Color patterns used in the whole Bahmni application are listed below... For using any particular color , you should call the variable used for the color.
|
|
|
|
```html_example
|
|
<div class="row">
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#00463f;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$bahmniPrimaryColor</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#669999;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$bahmniSecondaryColor</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #457FAC;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$bahmniTertiaryColor</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#2b95ff;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$bahmniLinkColor</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#a1d030;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$bahmniPrimaryBtnColor</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#88af28;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$bahmniPrimaryBtnColorHover</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#66b298;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$bahmniSectionHeaderColor</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #EFF8FF;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$clinicalNotesColor</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#E8A000;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$clinicalCurrentVist</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#e8edf3;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$clinicalInfoMessageBg</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #660000;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$clinicalRemoveBtn</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#cceffc;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$clinicalHighlight</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #ffcdcd;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$clinicalFormInvalid</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #007fff;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$clinicalFormFocus</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #fffdf7;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$clinicalFormFocusBg</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #FFFAD8;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$clinicalFormWarning</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#333;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$darkGray</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #666;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$mediumGray</pre>
|
|
</div>
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#ccc;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$lightGray</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #ddd;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$lighterGray</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #eee;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$lightestGray</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #bbb;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$primarySectionGridBorder</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #f1f1f1;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$bahmniTableHeaderBg</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #fafafa;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$bahmniPageBg</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #FFFDF0;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$alertBackground</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #FFFFFF;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$white</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #000000;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$black</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #BBB;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$darkerGrey</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #f3f3f3;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$lighterGrey</pre>
|
|
</div>
|
|
|
|
</div>
|
|
```
|
|
|
|
*/
|
|
/*doc
|
|
---
|
|
title: Fonts
|
|
name: Fonts
|
|
category: Variables - fonts
|
|
---
|
|
Below listed fonts are used in the whole Bahmni application.
|
|
|
|
```html_example
|
|
<div>
|
|
<span style="font-family: OpenSansBold;">font-family: $OpenSansBoldFont;</span><br/>
|
|
<span>font-family: $OpenSansFont;</span><br/>
|
|
<span style="font-family: OpenSansLight;">font-family: $primaryLightFont;</span><br/>
|
|
<span style="font-family: OpenSansItalic;"> font-family: $primaryItalicFont;</span><br/>
|
|
</div>
|
|
```
|
|
|
|
*/
|
|
/* settings */
|
|
/* _colors - bahmniTheme: */
|
|
/* _components - bahmniTheme: */
|
|
/* _different shades of grey/gray: */
|
|
/* any text will not be lighter than this */
|
|
/* any border will not be lighter than this */
|
|
/* any background will not be lighter than this */
|
|
/* _spacing padding - margin: */
|
|
/* _fonts */
|
|
/* _mixins */
|
|
/*doc
|
|
---
|
|
title: Basic Headings
|
|
name: Basic_headings
|
|
category: Components - Headings
|
|
---
|
|
```html_example
|
|
<h1>Sample Header1</h1>
|
|
<h2>Sample Header2</h2>
|
|
<h3>Sample Header3</h3>
|
|
<h4>Sample Header4</h4>
|
|
<h5>Sample Header5</h5>
|
|
<h6>Sample Header6</h6>
|
|
```
|
|
|
|
*/
|
|
/* line 19, bahmni-helper/_base.scss */
|
|
html, body {
|
|
height: 100%;
|
|
}
|
|
|
|
/* line 24, bahmni-helper/_base.scss */
|
|
html.ngdialog-open {
|
|
overflow: hidden !important;
|
|
}
|
|
|
|
/* line 29, bahmni-helper/_base.scss */
|
|
body {
|
|
font-family: OpenSans, Arial, sans-serif, Arial, sans-serif;
|
|
-webkit-font-smoothing: subpixel-antialiased;
|
|
background: #fafafa;
|
|
color: #363463;
|
|
font-size: 16px;
|
|
line-height: 1.1em;
|
|
margin: 0 auto;
|
|
}
|
|
/* line 37, bahmni-helper/_base.scss */
|
|
body pre {
|
|
background: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: OpenSans, Arial, sans-serif, Arial, sans-serif;
|
|
font-size: 14px;
|
|
}
|
|
|
|
/* line 45, bahmni-helper/_base.scss */
|
|
body.show-controller-back.ngdialog-open {
|
|
overflow: auto !important;
|
|
overflow-x: hidden !important;
|
|
}
|
|
|
|
/* line 50, bahmni-helper/_base.scss */
|
|
ul, ol, li {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
/* line 55, bahmni-helper/_base.scss */
|
|
ol {
|
|
display: inline-block;
|
|
}
|
|
|
|
/* line 59, bahmni-helper/_base.scss */
|
|
ul {
|
|
list-style: none;
|
|
}
|
|
|
|
/* line 63, bahmni-helper/_base.scss */
|
|
ul.list {
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 65, bahmni-helper/_base.scss */
|
|
ul.list li {
|
|
list-style: circle;
|
|
margin: 0 0 5px 30px;
|
|
}
|
|
/* line 68, bahmni-helper/_base.scss */
|
|
ul.list li ul li {
|
|
color: #666;
|
|
}
|
|
|
|
/* line 74, bahmni-helper/_base.scss */
|
|
hr {
|
|
border: 0;
|
|
border-bottom: 1px solid #FFFFFF;
|
|
}
|
|
|
|
/* line 81, bahmni-helper/_base.scss */
|
|
a, a:link, a:visited, a:hover, a:active {
|
|
color: #2b95ff;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
/* line 88, bahmni-helper/_base.scss */
|
|
#body-wrapper {
|
|
margin-top: 10px;
|
|
padding: 10px;
|
|
background-color: white;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
/* line 95, bahmni-helper/_base.scss */
|
|
table {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
/* line 100, bahmni-helper/_base.scss */
|
|
i.link {
|
|
font-size: 0.7em;
|
|
}
|
|
/* line 104, bahmni-helper/_base.scss */
|
|
i.small {
|
|
font-size: 1.2em;
|
|
}
|
|
/* line 108, bahmni-helper/_base.scss */
|
|
i.medium {
|
|
font-size: 2em;
|
|
}
|
|
|
|
/* line 115, bahmni-helper/_base.scss */
|
|
h1, h2, h3, h4, h5, h6 {
|
|
color: #00473f;
|
|
clear: both;
|
|
margin: 10px 0;
|
|
font-weight: normal;
|
|
}
|
|
|
|
/* line 122, bahmni-helper/_base.scss */
|
|
h1 {
|
|
font-size: 1.5em;
|
|
margin: 10px 0 20px 0;
|
|
}
|
|
|
|
/* line 127, bahmni-helper/_base.scss */
|
|
h2 {
|
|
font-size: 1.3em;
|
|
color: #009384;
|
|
}
|
|
/* line 131, bahmni-helper/_base.scss */
|
|
h2 em {
|
|
font-size: 0.7em;
|
|
color: #00e0c9;
|
|
display: block;
|
|
}
|
|
|
|
/* line 138, bahmni-helper/_base.scss */
|
|
h3 {
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
/* line 143, bahmni-helper/_base.scss */
|
|
h4 {
|
|
font-size: 1.2em;
|
|
color: #009384;
|
|
}
|
|
|
|
/* line 148, bahmni-helper/_base.scss */
|
|
h5 {
|
|
font-size: 1.17em;
|
|
}
|
|
|
|
/* line 152, bahmni-helper/_base.scss */
|
|
h6 {
|
|
font-size: 1.13em;
|
|
color: #009384;
|
|
}
|
|
|
|
/* line 157, bahmni-helper/_base.scss */
|
|
p {
|
|
margin: 0;
|
|
}
|
|
/* line 160, bahmni-helper/_base.scss */
|
|
p.spaced {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
/* line 165, bahmni-helper/_base.scss */
|
|
strong {
|
|
font-family: "OpenSansBold";
|
|
font-weight: normal;
|
|
}
|
|
|
|
/* line 170, bahmni-helper/_base.scss */
|
|
em {
|
|
font-family: "OpenSansItalic";
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
/* line 177, bahmni-helper/_base.scss */
|
|
table {
|
|
width: 100%;
|
|
}
|
|
/* line 180, bahmni-helper/_base.scss */
|
|
table th, table td {
|
|
padding: 5px 10px;
|
|
border: 1px solid #ddd;
|
|
}
|
|
/* line 185, bahmni-helper/_base.scss */
|
|
table tr {
|
|
border: 1px solid #EEE;
|
|
}
|
|
/* line 189, bahmni-helper/_base.scss */
|
|
table tr:nth-child(even) {
|
|
background: #FFFDF7;
|
|
}
|
|
/* line 193, bahmni-helper/_base.scss */
|
|
table tr:nth-child(odd) {
|
|
background: white;
|
|
}
|
|
/* line 197, bahmni-helper/_base.scss */
|
|
table tr.hover {
|
|
background: #75b2f0;
|
|
color: white;
|
|
cursor: pointer;
|
|
}
|
|
/* line 203, bahmni-helper/_base.scss */
|
|
table tr.selected {
|
|
background: #007FFF;
|
|
color: white;
|
|
}
|
|
/* line 207, bahmni-helper/_base.scss */
|
|
table tr.selected a {
|
|
color: white;
|
|
}
|
|
/* line 212, bahmni-helper/_base.scss */
|
|
table thead th {
|
|
border-bottom: 1px solid #ddd;
|
|
background: #f3f3f3;
|
|
width: auto;
|
|
text-align: left;
|
|
word-break: normal;
|
|
font-weight: normal;
|
|
font-family: "OpenSansBold";
|
|
}
|
|
|
|
/* line 223, bahmni-helper/_base.scss */
|
|
.title {
|
|
font-family: "OpenSansBold";
|
|
}
|
|
|
|
/* line 227, bahmni-helper/_base.scss */
|
|
.body {
|
|
font-weight: 400;
|
|
}
|
|
|
|
/* line 231, bahmni-helper/_base.scss */
|
|
.small {
|
|
font-family: "OpenSansLight";
|
|
}
|
|
|
|
/* line 236, bahmni-helper/_base.scss */
|
|
.clear:before, .clear:after {
|
|
content: " ";
|
|
display: table;
|
|
}
|
|
/* line 242, bahmni-helper/_base.scss */
|
|
.clear:after {
|
|
clear: both;
|
|
}
|
|
|
|
/* line 247, bahmni-helper/_base.scss */
|
|
.fl, .left {
|
|
float: left;
|
|
}
|
|
|
|
/* line 248, bahmni-helper/_base.scss */
|
|
.fr, .right {
|
|
float: right;
|
|
}
|
|
|
|
/* line 250, bahmni-helper/_base.scss */
|
|
.overflow-hidden {
|
|
overflow: hidden;
|
|
}
|
|
|
|
/* line 255, bahmni-helper/_base.scss */
|
|
.align-center {
|
|
text-align: center;
|
|
}
|
|
|
|
/* line 259, bahmni-helper/_base.scss */
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
/* line 263, bahmni-helper/_base.scss */
|
|
.highlighted {
|
|
background-color: #00473f;
|
|
color: #FFFFFF;
|
|
padding: 5px;
|
|
margin: 5px;
|
|
}
|
|
|
|
/* line 270, bahmni-helper/_base.scss */
|
|
.visible-true {
|
|
visibility: visible;
|
|
}
|
|
|
|
/* line 274, bahmni-helper/_base.scss */
|
|
.visible-false {
|
|
visibility: hidden;
|
|
}
|
|
|
|
/* line 278, bahmni-helper/_base.scss */
|
|
.fa-file-pdf-o {
|
|
background-color: red;
|
|
color: #fff;
|
|
font-size: 36px;
|
|
padding: 5px 0 4px;
|
|
margin-right: 12px;
|
|
}
|
|
|
|
/* line 286, bahmni-helper/_base.scss */
|
|
.infoMsgRetrospectiveModeEnabled {
|
|
border: 1px #ccc solid;
|
|
display: inline-block;
|
|
padding: 10px;
|
|
margin-bottom: 15px;
|
|
font-size: 14px;
|
|
margin: 0 auto 10px;
|
|
width: 98%;
|
|
text-align: center;
|
|
background-color: #eee;
|
|
color: #FF1004;
|
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
|
|
position: relative;
|
|
}
|
|
/* line 299, bahmni-helper/_base.scss */
|
|
.infoMsgRetrospectiveModeEnabled span {
|
|
display: inline-block;
|
|
padding-left: 40px;
|
|
}
|
|
/* line 303, bahmni-helper/_base.scss */
|
|
.infoMsgRetrospectiveModeEnabled i {
|
|
font-size: 28px;
|
|
position: absolute;
|
|
top: 0;
|
|
}
|
|
|
|
/* line 311, bahmni-helper/_base.scss */
|
|
.visible-desktop {
|
|
visibility: visible;
|
|
}
|
|
@media (max-width: 768px) {
|
|
/* line 311, bahmni-helper/_base.scss */
|
|
.visible-desktop {
|
|
visibility: hidden;
|
|
}
|
|
}
|
|
|
|
/* line 318, bahmni-helper/_base.scss */
|
|
.visible-small-screen {
|
|
display: none;
|
|
}
|
|
@media (max-width: 768px) {
|
|
/* line 318, bahmni-helper/_base.scss */
|
|
.visible-small-screen {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
/* line 326, bahmni-helper/_base.scss */
|
|
.showOn-desktop {
|
|
display: block !important;
|
|
}
|
|
@media (max-width: 768px) {
|
|
/* line 326, bahmni-helper/_base.scss */
|
|
.showOn-desktop {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
/* line 333, bahmni-helper/_base.scss */
|
|
.showOn-small-screen {
|
|
display: none !important;
|
|
}
|
|
@media (max-width: 768px) {
|
|
/* line 333, bahmni-helper/_base.scss */
|
|
.showOn-small-screen {
|
|
display: block !important;
|
|
}
|
|
}
|
|
|
|
/* line 340, bahmni-helper/_base.scss */
|
|
.wrap-on-line-break {
|
|
white-space: pre-line;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'OpenSansSemiBold';
|
|
src: url("../styles/fonts/opensans-semibold-webfont.eot");
|
|
src: url("../styles/fonts/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../styles/fonts/opensans-semibold-webfont.ttf") format("truetype"), url("../styles/fonts/opensans-semibold-webfont.svg#open_sans_lightregular") format("svg");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'OpenSansBold';
|
|
src: url("../styles/fonts/opensans-bold-webfont.eot");
|
|
src: url("../styles/fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../styles/fonts/opensans-bold-webfont.ttf") format("truetype"), url("../styles/fonts/opensans-bold-webfont.svg#open_sansbold") format("svg");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'OpenSansItalic';
|
|
src: url("../styles/fonts/opensans-italic-webfont.eot");
|
|
src: url("../styles/fonts/opensans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../styles/fonts/opensans-italic-webfont.woff") format("woff"), url("../styles/fonts/opensans-italic-webfont.ttf") format("truetype"), url("../styles/fonts/opensans-italic-webfont.svg#open_sansitalic") format("svg");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'OpenSansLight';
|
|
src: url("../styles/fonts/opensans-light-webfont.eot");
|
|
src: url("../styles/fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../styles/fonts/opensans-light-webfont.ttf") format("truetype"), url("../styles/fonts/opensans-light-webfont.svg#open_sans_lightregular") format("svg");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'OpenSans';
|
|
src: url("../styles/fonts/opensans-regular-webfont.eot");
|
|
src: url("../styles/fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../styles/fonts/opensans-regular-webfont.ttf") format("truetype"), url("../styles/fonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
/*!
|
|
* Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
|
|
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
|
*/
|
|
/* FONT PATH
|
|
* -------------------------- */
|
|
@font-face {
|
|
font-family: 'FontAwesome';
|
|
src: url("../styles/fonts/fontawesome-webfont.eot?v=4.3.0");
|
|
src: url("../styles/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../styles/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../styles/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../styles/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../styles/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
/* line 25, bahmni-helper/_font-awesome.scss */
|
|
.fa {
|
|
display: inline-block;
|
|
font-family: FontAwesome;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
padding: 0.2em;
|
|
/* sprites.less reset */
|
|
display: inline;
|
|
width: auto;
|
|
height: auto;
|
|
line-height: normal;
|
|
vertical-align: baseline;
|
|
background-image: none;
|
|
background-position: 0 0;
|
|
background-repeat: repeat;
|
|
margin-top: 0;
|
|
}
|
|
|
|
/* Font Awesome styles
|
|
------------------------------------------------------- */
|
|
/* more sprites.less reset */
|
|
/* line 51, bahmni-helper/_font-awesome.scss */
|
|
.fa-white {
|
|
color: #fff;
|
|
}
|
|
|
|
/* line 54, bahmni-helper/_font-awesome.scss */
|
|
.fa-orange {
|
|
color: orange;
|
|
}
|
|
|
|
/* line 57, bahmni-helper/_font-awesome.scss */
|
|
.fa-grey {
|
|
color: #777;
|
|
}
|
|
|
|
/* line 60, bahmni-helper/_font-awesome.scss */
|
|
.fa-white,
|
|
.nav-pills > .active > a > [class^="fa-"],
|
|
.nav-pills > .active > a > [class*=" fa-"],
|
|
.nav-list > .active > a > [class^="fa-"],
|
|
.nav-list > .active > a > [class*=" fa-"],
|
|
.navbar-inverse .nav > .active > a > [class^="fa-"],
|
|
.navbar-inverse .nav > .active > a > [class*=" fa-"],
|
|
.dropdown-menu > li > a:hover > [class^="fa-"],
|
|
.dropdown-menu > li > a:hover > [class*=" fa-"],
|
|
.dropdown-menu > .active > a > [class^="fa-"],
|
|
.dropdown-menu > .active > a > [class*=" fa-"],
|
|
.dropdown-submenu:hover > a > [class^="fa-"],
|
|
.dropdown-submenu:hover > a > [class*=" fa-"] {
|
|
background-image: none;
|
|
}
|
|
|
|
/* line 76, bahmni-helper/_font-awesome.scss */
|
|
[class^="fa-"]:before,
|
|
[class*=" fa-"]:before {
|
|
text-decoration: inherit;
|
|
display: inline-block;
|
|
speak: none;
|
|
}
|
|
|
|
/* makes sure fas active on rollover in links */
|
|
/* line 85, bahmni-helper/_font-awesome.scss */
|
|
a [class^="fa-"],
|
|
a [class*=" fa-"] {
|
|
display: inline-block;
|
|
}
|
|
|
|
/* makes the font 33% larger relative to the fa container */
|
|
/* line 92, bahmni-helper/_font-awesome.scss */
|
|
.fa-large:before {
|
|
vertical-align: -10%;
|
|
font-size: 1.3333333333333333em;
|
|
}
|
|
|
|
/* line 98, bahmni-helper/_font-awesome.scss */
|
|
.btn [class^="fa-"],
|
|
.btn [class*=" fa-"], .nav [class^="fa-"],
|
|
.nav [class*=" fa-"] {
|
|
display: inline;
|
|
/* keeps button heights with and without fas the same */
|
|
}
|
|
/* line 102, bahmni-helper/_font-awesome.scss */
|
|
.btn [class^="fa-"].fa-large,
|
|
.btn [class*=" fa-"].fa-large, .nav [class^="fa-"].fa-large,
|
|
.nav [class*=" fa-"].fa-large {
|
|
line-height: .9em;
|
|
}
|
|
/* line 103, bahmni-helper/_font-awesome.scss */
|
|
.btn [class^="fa-"].fa-spin,
|
|
.btn [class*=" fa-"].fa-spin, .nav [class^="fa-"].fa-spin,
|
|
.nav [class*=" fa-"].fa-spin {
|
|
display: inline-block;
|
|
}
|
|
|
|
/* line 108, bahmni-helper/_font-awesome.scss */
|
|
.nav-tabs [class^="fa-"],
|
|
.nav-tabs [class*=" fa-"], .nav-pills [class^="fa-"],
|
|
.nav-pills [class*=" fa-"] {
|
|
/* keeps button heights with and without fas the same */
|
|
}
|
|
/* line 111, bahmni-helper/_font-awesome.scss */
|
|
.nav-tabs [class^="fa-"], .nav-tabs [class^="fa-"].fa-large,
|
|
.nav-tabs [class*=" fa-"],
|
|
.nav-tabs [class*=" fa-"].fa-large, .nav-pills [class^="fa-"], .nav-pills [class^="fa-"].fa-large,
|
|
.nav-pills [class*=" fa-"],
|
|
.nav-pills [class*=" fa-"].fa-large {
|
|
line-height: .9em;
|
|
}
|
|
|
|
/* line 116, bahmni-helper/_font-awesome.scss */
|
|
li [class^="fa-"],
|
|
li [class*=" fa-"], .nav li [class^="fa-"],
|
|
.nav li [class*=" fa-"] {
|
|
display: inline-block;
|
|
width: 1.25em;
|
|
text-align: center;
|
|
}
|
|
/* line 121, bahmni-helper/_font-awesome.scss */
|
|
li [class^="fa-"].fa-large,
|
|
li [class*=" fa-"].fa-large, .nav li [class^="fa-"].fa-large,
|
|
.nav li [class*=" fa-"].fa-large {
|
|
/* increased font size for fa-large */
|
|
width: 1.5625em;
|
|
}
|
|
|
|
/* line 128, bahmni-helper/_font-awesome.scss */
|
|
ul.fas {
|
|
list-style-type: none;
|
|
text-indent: -.75em;
|
|
}
|
|
/* line 133, bahmni-helper/_font-awesome.scss */
|
|
ul.fas li [class^="fa-"],
|
|
ul.fas li [class*=" fa-"] {
|
|
width: .75em;
|
|
}
|
|
|
|
/* line 140, bahmni-helper/_font-awesome.scss */
|
|
.fa-muted {
|
|
color: #eee;
|
|
}
|
|
|
|
/* makes the font 33% larger relative to the fa container */
|
|
/* line 144, bahmni-helper/_font-awesome.scss */
|
|
.fa-lg {
|
|
font-size: 1.33333333em;
|
|
line-height: 0.75em;
|
|
vertical-align: -15%;
|
|
}
|
|
|
|
/* line 149, bahmni-helper/_font-awesome.scss */
|
|
.fa-2x {
|
|
font-size: 2em;
|
|
}
|
|
/* line 151, bahmni-helper/_font-awesome.scss */
|
|
.fa-2x.fa-border {
|
|
border-width: 2px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
/* line 156, bahmni-helper/_font-awesome.scss */
|
|
.fa-3x {
|
|
font-size: 3em;
|
|
}
|
|
/* line 158, bahmni-helper/_font-awesome.scss */
|
|
.fa-3x.fa-border {
|
|
border-width: 3px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
/* line 163, bahmni-helper/_font-awesome.scss */
|
|
.fa-4x {
|
|
font-size: 4em;
|
|
}
|
|
/* line 165, bahmni-helper/_font-awesome.scss */
|
|
.fa-4x.fa-border {
|
|
border-width: 4px;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
/* line 170, bahmni-helper/_font-awesome.scss */
|
|
.fa-5x {
|
|
font-size: 5em;
|
|
}
|
|
|
|
/* line 173, bahmni-helper/_font-awesome.scss */
|
|
.fa-fw {
|
|
width: 1.28571429em;
|
|
text-align: center;
|
|
}
|
|
|
|
/* line 177, bahmni-helper/_font-awesome.scss */
|
|
.fa-ul {
|
|
padding-left: 0;
|
|
margin-left: 2.14285714em;
|
|
list-style-type: none;
|
|
}
|
|
|
|
/* line 182, bahmni-helper/_font-awesome.scss */
|
|
.fa-ul > li {
|
|
position: relative;
|
|
}
|
|
|
|
/* line 185, bahmni-helper/_font-awesome.scss */
|
|
.fa-li {
|
|
position: absolute;
|
|
left: -2.14285714em;
|
|
width: 2.14285714em;
|
|
top: 0.14285714em;
|
|
text-align: center;
|
|
}
|
|
|
|
/* line 192, bahmni-helper/_font-awesome.scss */
|
|
.fa-li.fa-lg {
|
|
left: -1.85714286em;
|
|
}
|
|
|
|
/* line 198, bahmni-helper/_font-awesome.scss */
|
|
.fa-border {
|
|
border: solid 1px #eee;
|
|
padding: .2em .25em .15em;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
/* line 204, bahmni-helper/_font-awesome.scss */
|
|
.pull-right {
|
|
float: right;
|
|
}
|
|
|
|
/* line 207, bahmni-helper/_font-awesome.scss */
|
|
.pull-left {
|
|
float: left;
|
|
}
|
|
|
|
/* line 210, bahmni-helper/_font-awesome.scss */
|
|
.fa.pull-left {
|
|
margin-right: .3em;
|
|
}
|
|
|
|
/* line 213, bahmni-helper/_font-awesome.scss */
|
|
.fa.pull-right {
|
|
margin-left: .3em;
|
|
}
|
|
|
|
/* line 216, bahmni-helper/_font-awesome.scss */
|
|
.fa-spin {
|
|
-webkit-animation: fa-spin 2s infinite linear;
|
|
animation: fa-spin 2s infinite linear;
|
|
}
|
|
|
|
/* line 220, bahmni-helper/_font-awesome.scss */
|
|
.fa-pulse {
|
|
-webkit-animation: fa-spin 1s infinite steps(8);
|
|
animation: fa-spin 1s infinite steps(8);
|
|
}
|
|
|
|
@-webkit-keyframes fa-spin {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(359deg);
|
|
transform: rotate(359deg);
|
|
}
|
|
}
|
|
@keyframes fa-spin {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(359deg);
|
|
transform: rotate(359deg);
|
|
}
|
|
}
|
|
/* line 244, bahmni-helper/_font-awesome.scss */
|
|
.fa-rotate-90 {
|
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
|
|
-webkit-transform: rotate(90deg);
|
|
-ms-transform: rotate(90deg);
|
|
transform: rotate(90deg);
|
|
}
|
|
|
|
/* line 250, bahmni-helper/_font-awesome.scss */
|
|
.fa-rotate-180 {
|
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
|
|
-webkit-transform: rotate(180deg);
|
|
-ms-transform: rotate(180deg);
|
|
transform: rotate(180deg);
|
|
}
|
|
|
|
/* line 256, bahmni-helper/_font-awesome.scss */
|
|
.fa-rotate-270 {
|
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
|
|
-webkit-transform: rotate(270deg);
|
|
-ms-transform: rotate(270deg);
|
|
transform: rotate(270deg);
|
|
}
|
|
|
|
/* line 262, bahmni-helper/_font-awesome.scss */
|
|
.fa-flip-horizontal {
|
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
|
|
-webkit-transform: scale(-1, 1);
|
|
-ms-transform: scale(-1, 1);
|
|
transform: scale(-1, 1);
|
|
}
|
|
|
|
/* line 268, bahmni-helper/_font-awesome.scss */
|
|
.fa-flip-vertical {
|
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
|
|
-webkit-transform: scale(1, -1);
|
|
-ms-transform: scale(1, -1);
|
|
transform: scale(1, -1);
|
|
}
|
|
|
|
/* line 274, bahmni-helper/_font-awesome.scss */
|
|
:root .fa-rotate-90,
|
|
:root .fa-rotate-180,
|
|
:root .fa-rotate-270,
|
|
:root .fa-flip-horizontal,
|
|
:root .fa-flip-vertical {
|
|
filter: none;
|
|
}
|
|
|
|
/* line 281, bahmni-helper/_font-awesome.scss */
|
|
.fa-stack {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 2em;
|
|
height: 2em;
|
|
line-height: 2em;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
/* line 289, bahmni-helper/_font-awesome.scss */
|
|
.fa-stack-1x,
|
|
.fa-stack-2x {
|
|
position: absolute;
|
|
left: 0;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
/* line 296, bahmni-helper/_font-awesome.scss */
|
|
.fa-stack-1x {
|
|
line-height: inherit;
|
|
}
|
|
|
|
/* line 299, bahmni-helper/_font-awesome.scss */
|
|
.fa-stack-2x {
|
|
font-size: 2em;
|
|
}
|
|
|
|
/* line 302, bahmni-helper/_font-awesome.scss */
|
|
.fa-inverse {
|
|
color: #ffffff;
|
|
}
|
|
|
|
/* line 313, bahmni-helper/_font-awesome.scss */
|
|
[class^="fa-"].pull-left,
|
|
[class*=" fa-"].pull-left {
|
|
margin-right: .3em;
|
|
}
|
|
/* line 316, bahmni-helper/_font-awesome.scss */
|
|
[class^="fa-"].pull-right,
|
|
[class*=" fa-"].pull-right {
|
|
margin-left: .3em;
|
|
}
|
|
|
|
/* line 325, bahmni-helper/_font-awesome.scss */
|
|
.btn [class^="fa-"].pull-left.fa-2x, .btn [class^="fa-"].pull-right.fa-2x,
|
|
.btn [class*=" fa-"].pull-left.fa-2x,
|
|
.btn [class*=" fa-"].pull-right.fa-2x {
|
|
margin-top: .18em;
|
|
}
|
|
/* line 327, bahmni-helper/_font-awesome.scss */
|
|
.btn [class^="fa-"].fa-spin.fa-large,
|
|
.btn [class*=" fa-"].fa-spin.fa-large {
|
|
line-height: .8em;
|
|
}
|
|
|
|
/* line 335, bahmni-helper/_font-awesome.scss */
|
|
.btn.btn-small [class^="fa-"].pull-left.fa-2x, .btn.btn-small [class^="fa-"].pull-right.fa-2x,
|
|
.btn.btn-small [class*=" fa-"].pull-left.fa-2x,
|
|
.btn.btn-small [class*=" fa-"].pull-right.fa-2x {
|
|
margin-top: .25em;
|
|
}
|
|
|
|
/* line 341, bahmni-helper/_font-awesome.scss */
|
|
.btn.btn-large [class^="fa-"],
|
|
.btn.btn-large [class*=" fa-"] {
|
|
margin-top: 0;
|
|
}
|
|
/* line 345, bahmni-helper/_font-awesome.scss */
|
|
.btn.btn-large [class^="fa-"].pull-left.fa-2x, .btn.btn-large [class^="fa-"].pull-right.fa-2x,
|
|
.btn.btn-large [class*=" fa-"].pull-left.fa-2x,
|
|
.btn.btn-large [class*=" fa-"].pull-right.fa-2x {
|
|
margin-top: .05em;
|
|
}
|
|
/* line 347, bahmni-helper/_font-awesome.scss */
|
|
.btn.btn-large [class^="fa-"].pull-left.fa-2x,
|
|
.btn.btn-large [class*=" fa-"].pull-left.fa-2x {
|
|
margin-right: .2em;
|
|
}
|
|
/* line 348, bahmni-helper/_font-awesome.scss */
|
|
.btn.btn-large [class^="fa-"].pull-right.fa-2x,
|
|
.btn.btn-large [class*=" fa-"].pull-right.fa-2x {
|
|
margin-left: .2em;
|
|
}
|
|
|
|
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
|
readers do not read off random characters that represent fas */
|
|
/* line 355, bahmni-helper/_font-awesome.scss */
|
|
.fa-glass:before {
|
|
content: "\f000";
|
|
}
|
|
|
|
/* line 358, bahmni-helper/_font-awesome.scss */
|
|
.fa-music:before {
|
|
content: "\f001";
|
|
}
|
|
|
|
/* line 361, bahmni-helper/_font-awesome.scss */
|
|
.fa-search:before {
|
|
content: "\f002";
|
|
}
|
|
|
|
/* line 364, bahmni-helper/_font-awesome.scss */
|
|
.fa-envelope-o:before {
|
|
content: "\f003";
|
|
}
|
|
|
|
/* line 367, bahmni-helper/_font-awesome.scss */
|
|
.fa-heart:before {
|
|
content: "\f004";
|
|
}
|
|
|
|
/* line 370, bahmni-helper/_font-awesome.scss */
|
|
.fa-star:before {
|
|
content: "\f005";
|
|
}
|
|
|
|
/* line 373, bahmni-helper/_font-awesome.scss */
|
|
.fa-star-o:before {
|
|
content: "\f006";
|
|
}
|
|
|
|
/* line 376, bahmni-helper/_font-awesome.scss */
|
|
.fa-user:before {
|
|
content: "\f007";
|
|
}
|
|
|
|
/* line 379, bahmni-helper/_font-awesome.scss */
|
|
.fa-film:before {
|
|
content: "\f008";
|
|
}
|
|
|
|
/* line 382, bahmni-helper/_font-awesome.scss */
|
|
.fa-th-large:before {
|
|
content: "\f009";
|
|
}
|
|
|
|
/* line 385, bahmni-helper/_font-awesome.scss */
|
|
.fa-th:before {
|
|
content: "\f00a";
|
|
}
|
|
|
|
/* line 388, bahmni-helper/_font-awesome.scss */
|
|
.fa-th-list:before {
|
|
content: "\f00b";
|
|
}
|
|
|
|
/* line 391, bahmni-helper/_font-awesome.scss */
|
|
.fa-check:before, .fa-ok:before {
|
|
content: "\f00c";
|
|
}
|
|
|
|
/* line 394, bahmni-helper/_font-awesome.scss */
|
|
.fa-remove:before,
|
|
.fa-close:before,
|
|
.fa-times:before {
|
|
content: "\f00d";
|
|
}
|
|
|
|
/* line 399, bahmni-helper/_font-awesome.scss */
|
|
.fa-search-plus:before {
|
|
content: "\f00e";
|
|
}
|
|
|
|
/* line 402, bahmni-helper/_font-awesome.scss */
|
|
.fa-search-minus:before {
|
|
content: "\f010";
|
|
}
|
|
|
|
/* line 405, bahmni-helper/_font-awesome.scss */
|
|
.fa-power-off:before {
|
|
content: "\f011";
|
|
}
|
|
|
|
/* line 408, bahmni-helper/_font-awesome.scss */
|
|
.fa-signal:before {
|
|
content: "\f012";
|
|
}
|
|
|
|
/* line 411, bahmni-helper/_font-awesome.scss */
|
|
.fa-gear:before,
|
|
.fa-cog:before {
|
|
content: "\f013";
|
|
}
|
|
|
|
/* line 415, bahmni-helper/_font-awesome.scss */
|
|
.fa-trash-o:before {
|
|
content: "\f014";
|
|
}
|
|
|
|
/* line 418, bahmni-helper/_font-awesome.scss */
|
|
.fa-home:before {
|
|
content: "\f015";
|
|
}
|
|
|
|
/* line 421, bahmni-helper/_font-awesome.scss */
|
|
.fa-file-o:before {
|
|
content: "\f016";
|
|
}
|
|
|
|
/* line 424, bahmni-helper/_font-awesome.scss */
|
|
.fa-clock-o:before {
|
|
content: "\f017";
|
|
}
|
|
|
|
/* line 427, bahmni-helper/_font-awesome.scss */
|
|
.fa-road:before {
|
|
content: "\f018";
|
|
}
|
|
|
|
/* line 430, bahmni-helper/_font-awesome.scss */
|
|
.fa-download:before {
|
|
content: "\f019";
|
|
}
|
|
|
|
/* line 433, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrow-circle-o-down:before {
|
|
content: "\f01a";
|
|
}
|
|
|
|
/* line 436, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrow-circle-o-up:before {
|
|
content: "\f01b";
|
|
}
|
|
|
|
/* line 439, bahmni-helper/_font-awesome.scss */
|
|
.fa-inbox:before {
|
|
content: "\f01c";
|
|
}
|
|
|
|
/* line 442, bahmni-helper/_font-awesome.scss */
|
|
.fa-play-circle-o:before {
|
|
content: "\f01d";
|
|
}
|
|
|
|
/* line 445, bahmni-helper/_font-awesome.scss */
|
|
.fa-rotate-right:before,
|
|
.fa-repeat:before {
|
|
content: "\f01e";
|
|
}
|
|
|
|
/* line 449, bahmni-helper/_font-awesome.scss */
|
|
.fa-refresh:before {
|
|
content: "\f021";
|
|
}
|
|
|
|
/* line 452, bahmni-helper/_font-awesome.scss */
|
|
.fa-list-alt:before {
|
|
content: "\f022";
|
|
}
|
|
|
|
/* line 455, bahmni-helper/_font-awesome.scss */
|
|
.fa-lock:before {
|
|
content: "\f023";
|
|
}
|
|
|
|
/* line 458, bahmni-helper/_font-awesome.scss */
|
|
.fa-flag:before {
|
|
content: "\f024";
|
|
}
|
|
|
|
/* line 461, bahmni-helper/_font-awesome.scss */
|
|
.fa-headphones:before {
|
|
content: "\f025";
|
|
}
|
|
|
|
/* line 464, bahmni-helper/_font-awesome.scss */
|
|
.fa-volume-off:before {
|
|
content: "\f026";
|
|
}
|
|
|
|
/* line 467, bahmni-helper/_font-awesome.scss */
|
|
.fa-volume-down:before {
|
|
content: "\f027";
|
|
}
|
|
|
|
/* line 470, bahmni-helper/_font-awesome.scss */
|
|
.fa-volume-up:before {
|
|
content: "\f028";
|
|
}
|
|
|
|
/* line 473, bahmni-helper/_font-awesome.scss */
|
|
.fa-qrcode:before {
|
|
content: "\f029";
|
|
}
|
|
|
|
/* line 476, bahmni-helper/_font-awesome.scss */
|
|
.fa-barcode:before {
|
|
content: "\f02a";
|
|
}
|
|
|
|
/* line 479, bahmni-helper/_font-awesome.scss */
|
|
.fa-tag:before {
|
|
content: "\f02b";
|
|
}
|
|
|
|
/* line 482, bahmni-helper/_font-awesome.scss */
|
|
.fa-tags:before {
|
|
content: "\f02c";
|
|
}
|
|
|
|
/* line 485, bahmni-helper/_font-awesome.scss */
|
|
.fa-book:before {
|
|
content: "\f02d";
|
|
}
|
|
|
|
/* line 488, bahmni-helper/_font-awesome.scss */
|
|
.fa-bookmark:before {
|
|
content: "\f02e";
|
|
}
|
|
|
|
/* line 491, bahmni-helper/_font-awesome.scss */
|
|
.fa-print:before {
|
|
content: "\f02f";
|
|
}
|
|
|
|
/* line 494, bahmni-helper/_font-awesome.scss */
|
|
.fa-camera:before {
|
|
content: "\f030";
|
|
}
|
|
|
|
/* line 497, bahmni-helper/_font-awesome.scss */
|
|
.fa-font:before {
|
|
content: "\f031";
|
|
}
|
|
|
|
/* line 500, bahmni-helper/_font-awesome.scss */
|
|
.fa-bold:before {
|
|
content: "\f032";
|
|
}
|
|
|
|
/* line 503, bahmni-helper/_font-awesome.scss */
|
|
.fa-italic:before {
|
|
content: "\f033";
|
|
}
|
|
|
|
/* line 506, bahmni-helper/_font-awesome.scss */
|
|
.fa-text-height:before {
|
|
content: "\f034";
|
|
}
|
|
|
|
/* line 509, bahmni-helper/_font-awesome.scss */
|
|
.fa-text-width:before {
|
|
content: "\f035";
|
|
}
|
|
|
|
/* line 512, bahmni-helper/_font-awesome.scss */
|
|
.fa-align-left:before {
|
|
content: "\f036";
|
|
}
|
|
|
|
/* line 515, bahmni-helper/_font-awesome.scss */
|
|
.fa-align-center:before {
|
|
content: "\f037";
|
|
}
|
|
|
|
/* line 518, bahmni-helper/_font-awesome.scss */
|
|
.fa-align-right:before {
|
|
content: "\f038";
|
|
}
|
|
|
|
/* line 521, bahmni-helper/_font-awesome.scss */
|
|
.fa-align-justify:before {
|
|
content: "\f039";
|
|
}
|
|
|
|
/* line 524, bahmni-helper/_font-awesome.scss */
|
|
.fa-list:before {
|
|
content: "\f03a";
|
|
}
|
|
|
|
/* line 527, bahmni-helper/_font-awesome.scss */
|
|
.fa-dedent:before,
|
|
.fa-outdent:before {
|
|
content: "\f03b";
|
|
}
|
|
|
|
/* line 531, bahmni-helper/_font-awesome.scss */
|
|
.fa-indent:before {
|
|
content: "\f03c";
|
|
}
|
|
|
|
/* line 534, bahmni-helper/_font-awesome.scss */
|
|
.fa-video-camera:before {
|
|
content: "\f03d";
|
|
}
|
|
|
|
/* line 537, bahmni-helper/_font-awesome.scss */
|
|
.fa-photo:before,
|
|
.fa-image:before,
|
|
.fa-picture-o:before {
|
|
content: "\f03e";
|
|
}
|
|
|
|
/* line 542, bahmni-helper/_font-awesome.scss */
|
|
.fa-pencil:before {
|
|
content: "\f040";
|
|
}
|
|
|
|
/* line 545, bahmni-helper/_font-awesome.scss */
|
|
.fa-map-marker:before {
|
|
content: "\f041";
|
|
}
|
|
|
|
/* line 548, bahmni-helper/_font-awesome.scss */
|
|
.fa-adjust:before {
|
|
content: "\f042";
|
|
}
|
|
|
|
/* line 551, bahmni-helper/_font-awesome.scss */
|
|
.fa-tint:before {
|
|
content: "\f043";
|
|
}
|
|
|
|
/* line 554, bahmni-helper/_font-awesome.scss */
|
|
.fa-edit:before,
|
|
.fa-pencil-square-o:before {
|
|
content: "\f044";
|
|
}
|
|
|
|
/* line 558, bahmni-helper/_font-awesome.scss */
|
|
.fa-share-square-o:before {
|
|
content: "\f045";
|
|
}
|
|
|
|
/* line 561, bahmni-helper/_font-awesome.scss */
|
|
.fa-check-square-o:before {
|
|
content: "\f046";
|
|
}
|
|
|
|
/* line 564, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrows:before {
|
|
content: "\f047";
|
|
}
|
|
|
|
/* line 567, bahmni-helper/_font-awesome.scss */
|
|
.fa-step-backward:before {
|
|
content: "\f048";
|
|
}
|
|
|
|
/* line 570, bahmni-helper/_font-awesome.scss */
|
|
.fa-fast-backward:before {
|
|
content: "\f049";
|
|
}
|
|
|
|
/* line 573, bahmni-helper/_font-awesome.scss */
|
|
.fa-backward:before {
|
|
content: "\f04a";
|
|
}
|
|
|
|
/* line 576, bahmni-helper/_font-awesome.scss */
|
|
.fa-play:before {
|
|
content: "\f04b";
|
|
}
|
|
|
|
/* line 579, bahmni-helper/_font-awesome.scss */
|
|
.fa-pause:before {
|
|
content: "\f04c";
|
|
}
|
|
|
|
/* line 582, bahmni-helper/_font-awesome.scss */
|
|
.fa-stop:before {
|
|
content: "\f04d";
|
|
}
|
|
|
|
/* line 585, bahmni-helper/_font-awesome.scss */
|
|
.fa-forward:before {
|
|
content: "\f04e";
|
|
}
|
|
|
|
/* line 588, bahmni-helper/_font-awesome.scss */
|
|
.fa-fast-forward:before {
|
|
content: "\f050";
|
|
}
|
|
|
|
/* line 591, bahmni-helper/_font-awesome.scss */
|
|
.fa-step-forward:before {
|
|
content: "\f051";
|
|
}
|
|
|
|
/* line 594, bahmni-helper/_font-awesome.scss */
|
|
.fa-eject:before {
|
|
content: "\f052";
|
|
}
|
|
|
|
/* line 597, bahmni-helper/_font-awesome.scss */
|
|
.fa-chevron-left:before {
|
|
content: "\f053";
|
|
}
|
|
|
|
/* line 600, bahmni-helper/_font-awesome.scss */
|
|
.fa-chevron-right:before {
|
|
content: "\f054";
|
|
}
|
|
|
|
/* line 603, bahmni-helper/_font-awesome.scss */
|
|
.fa-plus-circle:before {
|
|
content: "\f055";
|
|
}
|
|
|
|
/* line 606, bahmni-helper/_font-awesome.scss */
|
|
.fa-minus-circle:before {
|
|
content: "\f056";
|
|
}
|
|
|
|
/* line 609, bahmni-helper/_font-awesome.scss */
|
|
.fa-times-circle:before {
|
|
content: "\f057";
|
|
}
|
|
|
|
/* line 612, bahmni-helper/_font-awesome.scss */
|
|
.fa-check-circle:before {
|
|
content: "\f058";
|
|
}
|
|
|
|
/* line 615, bahmni-helper/_font-awesome.scss */
|
|
.fa-question-circle:before {
|
|
content: "\f059";
|
|
}
|
|
|
|
/* line 618, bahmni-helper/_font-awesome.scss */
|
|
.fa-info-circle:before {
|
|
content: "\f05a";
|
|
}
|
|
|
|
/* line 621, bahmni-helper/_font-awesome.scss */
|
|
.fa-crosshairs:before {
|
|
content: "\f05b";
|
|
}
|
|
|
|
/* line 624, bahmni-helper/_font-awesome.scss */
|
|
.fa-times-circle-o:before {
|
|
content: "\f05c";
|
|
}
|
|
|
|
/* line 627, bahmni-helper/_font-awesome.scss */
|
|
.fa-check-circle-o:before {
|
|
content: "\f05d";
|
|
}
|
|
|
|
/* line 630, bahmni-helper/_font-awesome.scss */
|
|
.fa-ban:before {
|
|
content: "\f05e";
|
|
}
|
|
|
|
/* line 633, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrow-left:before {
|
|
content: "\f060";
|
|
}
|
|
|
|
/* line 636, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrow-right:before {
|
|
content: "\f061";
|
|
}
|
|
|
|
/* line 639, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrow-up:before {
|
|
content: "\f062";
|
|
}
|
|
|
|
/* line 642, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrow-down:before {
|
|
content: "\f063";
|
|
}
|
|
|
|
/* line 645, bahmni-helper/_font-awesome.scss */
|
|
.fa-mail-forward:before,
|
|
.fa-share:before {
|
|
content: "\f064";
|
|
}
|
|
|
|
/* line 649, bahmni-helper/_font-awesome.scss */
|
|
.fa-expand:before {
|
|
content: "\f065";
|
|
}
|
|
|
|
/* line 652, bahmni-helper/_font-awesome.scss */
|
|
.fa-compress:before {
|
|
content: "\f066";
|
|
}
|
|
|
|
/* line 655, bahmni-helper/_font-awesome.scss */
|
|
.fa-plus:before {
|
|
content: "\f067";
|
|
}
|
|
|
|
/* line 658, bahmni-helper/_font-awesome.scss */
|
|
.fa-minus:before {
|
|
content: "\f068";
|
|
}
|
|
|
|
/* line 661, bahmni-helper/_font-awesome.scss */
|
|
.fa-asterisk:before {
|
|
content: "\f069";
|
|
}
|
|
|
|
/* line 664, bahmni-helper/_font-awesome.scss */
|
|
.fa-exclamation-circle:before {
|
|
content: "\f06a";
|
|
}
|
|
|
|
/* line 667, bahmni-helper/_font-awesome.scss */
|
|
.fa-gift:before {
|
|
content: "\f06b";
|
|
}
|
|
|
|
/* line 670, bahmni-helper/_font-awesome.scss */
|
|
.fa-leaf:before {
|
|
content: "\f06c";
|
|
}
|
|
|
|
/* line 673, bahmni-helper/_font-awesome.scss */
|
|
.fa-fire:before {
|
|
content: "\f06d";
|
|
}
|
|
|
|
/* line 676, bahmni-helper/_font-awesome.scss */
|
|
.fa-eye:before {
|
|
content: "\f06e";
|
|
}
|
|
|
|
/* line 679, bahmni-helper/_font-awesome.scss */
|
|
.fa-eye-slash:before {
|
|
content: "\f070";
|
|
}
|
|
|
|
/* line 682, bahmni-helper/_font-awesome.scss */
|
|
.fa-warning:before,
|
|
.fa-exclamation-triangle:before {
|
|
content: "\f071";
|
|
}
|
|
|
|
/* line 686, bahmni-helper/_font-awesome.scss */
|
|
.fa-plane:before {
|
|
content: "\f072";
|
|
}
|
|
|
|
/* line 689, bahmni-helper/_font-awesome.scss */
|
|
.fa-calendar:before {
|
|
content: "\f073";
|
|
}
|
|
|
|
/* line 692, bahmni-helper/_font-awesome.scss */
|
|
.fa-random:before {
|
|
content: "\f074";
|
|
}
|
|
|
|
/* line 695, bahmni-helper/_font-awesome.scss */
|
|
.fa-comment:before {
|
|
content: "\f075";
|
|
}
|
|
|
|
/* line 698, bahmni-helper/_font-awesome.scss */
|
|
.fa-magnet:before {
|
|
content: "\f076";
|
|
}
|
|
|
|
/* line 701, bahmni-helper/_font-awesome.scss */
|
|
.fa-chevron-up:before {
|
|
content: "\f077";
|
|
}
|
|
|
|
/* line 704, bahmni-helper/_font-awesome.scss */
|
|
.fa-chevron-down:before {
|
|
content: "\f078";
|
|
}
|
|
|
|
/* line 707, bahmni-helper/_font-awesome.scss */
|
|
.fa-retweet:before {
|
|
content: "\f079";
|
|
}
|
|
|
|
/* line 710, bahmni-helper/_font-awesome.scss */
|
|
.fa-shopping-cart:before {
|
|
content: "\f07a";
|
|
}
|
|
|
|
/* line 713, bahmni-helper/_font-awesome.scss */
|
|
.fa-folder:before {
|
|
content: "\f07b";
|
|
}
|
|
|
|
/* line 716, bahmni-helper/_font-awesome.scss */
|
|
.fa-folder-open:before {
|
|
content: "\f07c";
|
|
}
|
|
|
|
/* line 719, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrows-v:before {
|
|
content: "\f07d";
|
|
}
|
|
|
|
/* line 722, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrows-h:before {
|
|
content: "\f07e";
|
|
}
|
|
|
|
/* line 725, bahmni-helper/_font-awesome.scss */
|
|
.fa-bar-chart-o:before,
|
|
.fa-bar-chart:before {
|
|
content: "\f080";
|
|
}
|
|
|
|
/* line 729, bahmni-helper/_font-awesome.scss */
|
|
.fa-twitter-square:before {
|
|
content: "\f081";
|
|
}
|
|
|
|
/* line 732, bahmni-helper/_font-awesome.scss */
|
|
.fa-facebook-square:before {
|
|
content: "\f082";
|
|
}
|
|
|
|
/* line 735, bahmni-helper/_font-awesome.scss */
|
|
.fa-camera-retro:before {
|
|
content: "\f083";
|
|
}
|
|
|
|
/* line 738, bahmni-helper/_font-awesome.scss */
|
|
.fa-key:before {
|
|
content: "\f084";
|
|
}
|
|
|
|
/* line 741, bahmni-helper/_font-awesome.scss */
|
|
.fa-gears:before,
|
|
.fa-cogs:before {
|
|
content: "\f085";
|
|
}
|
|
|
|
/* line 745, bahmni-helper/_font-awesome.scss */
|
|
.fa-comments:before {
|
|
content: "\f086";
|
|
}
|
|
|
|
/* line 748, bahmni-helper/_font-awesome.scss */
|
|
.fa-thumbs-o-up:before {
|
|
content: "\f087";
|
|
}
|
|
|
|
/* line 751, bahmni-helper/_font-awesome.scss */
|
|
.fa-thumbs-o-down:before {
|
|
content: "\f088";
|
|
}
|
|
|
|
/* line 754, bahmni-helper/_font-awesome.scss */
|
|
.fa-star-half:before {
|
|
content: "\f089";
|
|
}
|
|
|
|
/* line 757, bahmni-helper/_font-awesome.scss */
|
|
.fa-heart-o:before {
|
|
content: "\f08a";
|
|
}
|
|
|
|
/* line 760, bahmni-helper/_font-awesome.scss */
|
|
.fa-sign-out:before {
|
|
content: "\f08b";
|
|
}
|
|
|
|
/* line 763, bahmni-helper/_font-awesome.scss */
|
|
.fa-linkedin-square:before {
|
|
content: "\f08c";
|
|
}
|
|
|
|
/* line 766, bahmni-helper/_font-awesome.scss */
|
|
.fa-thumb-tack:before {
|
|
content: "\f08d";
|
|
}
|
|
|
|
/* line 769, bahmni-helper/_font-awesome.scss */
|
|
.fa-external-link:before {
|
|
content: "\f08e";
|
|
}
|
|
|
|
/* line 772, bahmni-helper/_font-awesome.scss */
|
|
.fa-sign-in:before {
|
|
content: "\f090";
|
|
}
|
|
|
|
/* line 775, bahmni-helper/_font-awesome.scss */
|
|
.fa-trophy:before {
|
|
content: "\f091";
|
|
}
|
|
|
|
/* line 778, bahmni-helper/_font-awesome.scss */
|
|
.fa-github-square:before {
|
|
content: "\f092";
|
|
}
|
|
|
|
/* line 781, bahmni-helper/_font-awesome.scss */
|
|
.fa-upload:before {
|
|
content: "\f093";
|
|
}
|
|
|
|
/* line 784, bahmni-helper/_font-awesome.scss */
|
|
.fa-lemon-o:before {
|
|
content: "\f094";
|
|
}
|
|
|
|
/* line 787, bahmni-helper/_font-awesome.scss */
|
|
.fa-phone:before {
|
|
content: "\f095";
|
|
}
|
|
|
|
/* line 790, bahmni-helper/_font-awesome.scss */
|
|
.fa-square-o:before {
|
|
content: "\f096";
|
|
}
|
|
|
|
/* line 793, bahmni-helper/_font-awesome.scss */
|
|
.fa-bookmark-o:before {
|
|
content: "\f097";
|
|
}
|
|
|
|
/* line 796, bahmni-helper/_font-awesome.scss */
|
|
.fa-phone-square:before {
|
|
content: "\f098";
|
|
}
|
|
|
|
/* line 799, bahmni-helper/_font-awesome.scss */
|
|
.fa-twitter:before {
|
|
content: "\f099";
|
|
}
|
|
|
|
/* line 802, bahmni-helper/_font-awesome.scss */
|
|
.fa-facebook-f:before,
|
|
.fa-facebook:before {
|
|
content: "\f09a";
|
|
}
|
|
|
|
/* line 806, bahmni-helper/_font-awesome.scss */
|
|
.fa-github:before {
|
|
content: "\f09b";
|
|
}
|
|
|
|
/* line 809, bahmni-helper/_font-awesome.scss */
|
|
.fa-unlock:before {
|
|
content: "\f09c";
|
|
}
|
|
|
|
/* line 812, bahmni-helper/_font-awesome.scss */
|
|
.fa-credit-card:before {
|
|
content: "\f09d";
|
|
}
|
|
|
|
/* line 815, bahmni-helper/_font-awesome.scss */
|
|
.fa-rss:before {
|
|
content: "\f09e";
|
|
}
|
|
|
|
/* line 818, bahmni-helper/_font-awesome.scss */
|
|
.fa-hdd-o:before {
|
|
content: "\f0a0";
|
|
}
|
|
|
|
/* line 821, bahmni-helper/_font-awesome.scss */
|
|
.fa-bullhorn:before {
|
|
content: "\f0a1";
|
|
}
|
|
|
|
/* line 824, bahmni-helper/_font-awesome.scss */
|
|
.fa-bell:before {
|
|
content: "\f0f3";
|
|
}
|
|
|
|
/* line 827, bahmni-helper/_font-awesome.scss */
|
|
.fa-certificate:before {
|
|
content: "\f0a3";
|
|
}
|
|
|
|
/* line 830, bahmni-helper/_font-awesome.scss */
|
|
.fa-hand-o-right:before {
|
|
content: "\f0a4";
|
|
}
|
|
|
|
/* line 833, bahmni-helper/_font-awesome.scss */
|
|
.fa-hand-o-left:before {
|
|
content: "\f0a5";
|
|
}
|
|
|
|
/* line 836, bahmni-helper/_font-awesome.scss */
|
|
.fa-hand-o-up:before {
|
|
content: "\f0a6";
|
|
}
|
|
|
|
/* line 839, bahmni-helper/_font-awesome.scss */
|
|
.fa-hand-o-down:before {
|
|
content: "\f0a7";
|
|
}
|
|
|
|
/* line 842, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrow-circle-left:before {
|
|
content: "\f0a8";
|
|
}
|
|
|
|
/* line 845, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrow-circle-right:before {
|
|
content: "\f0a9";
|
|
}
|
|
|
|
/* line 848, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrow-circle-up:before {
|
|
content: "\f0aa";
|
|
}
|
|
|
|
/* line 851, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrow-circle-down:before {
|
|
content: "\f0ab";
|
|
}
|
|
|
|
/* line 854, bahmni-helper/_font-awesome.scss */
|
|
.fa-globe:before {
|
|
content: "\f0ac";
|
|
}
|
|
|
|
/* line 857, bahmni-helper/_font-awesome.scss */
|
|
.fa-wrench:before {
|
|
content: "\f0ad";
|
|
}
|
|
|
|
/* line 860, bahmni-helper/_font-awesome.scss */
|
|
.fa-tasks:before {
|
|
content: "\f0ae";
|
|
}
|
|
|
|
/* line 863, bahmni-helper/_font-awesome.scss */
|
|
.fa-filter:before {
|
|
content: "\f0b0";
|
|
}
|
|
|
|
/* line 866, bahmni-helper/_font-awesome.scss */
|
|
.fa-briefcase:before {
|
|
content: "\f0b1";
|
|
}
|
|
|
|
/* line 869, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrows-alt:before {
|
|
content: "\f0b2";
|
|
}
|
|
|
|
/* line 872, bahmni-helper/_font-awesome.scss */
|
|
.fa-group:before,
|
|
.fa-users:before {
|
|
content: "\f0c0";
|
|
}
|
|
|
|
/* line 876, bahmni-helper/_font-awesome.scss */
|
|
.fa-chain:before,
|
|
.fa-link:before {
|
|
content: "\f0c1";
|
|
}
|
|
|
|
/* line 880, bahmni-helper/_font-awesome.scss */
|
|
.fa-cloud:before {
|
|
content: "\f0c2";
|
|
}
|
|
|
|
/* line 883, bahmni-helper/_font-awesome.scss */
|
|
.fa-flask:before {
|
|
content: "\f0c3";
|
|
}
|
|
|
|
/* line 886, bahmni-helper/_font-awesome.scss */
|
|
.fa-cut:before,
|
|
.fa-scissors:before {
|
|
content: "\f0c4";
|
|
}
|
|
|
|
/* line 890, bahmni-helper/_font-awesome.scss */
|
|
.fa-copy:before,
|
|
.fa-files-o:before {
|
|
content: "\f0c5";
|
|
}
|
|
|
|
/* line 894, bahmni-helper/_font-awesome.scss */
|
|
.fa-paperclip:before {
|
|
content: "\f0c6";
|
|
}
|
|
|
|
/* line 897, bahmni-helper/_font-awesome.scss */
|
|
.fa-save:before,
|
|
.fa-floppy-o:before {
|
|
content: "\f0c7";
|
|
}
|
|
|
|
/* line 901, bahmni-helper/_font-awesome.scss */
|
|
.fa-square:before {
|
|
content: "\f0c8";
|
|
}
|
|
|
|
/* line 904, bahmni-helper/_font-awesome.scss */
|
|
.fa-navfa:before,
|
|
.fa-reorder:before,
|
|
.fa-bars:before {
|
|
content: "\f0c9";
|
|
}
|
|
|
|
/* line 909, bahmni-helper/_font-awesome.scss */
|
|
.fa-list-ul:before {
|
|
content: "\f0ca";
|
|
}
|
|
|
|
/* line 912, bahmni-helper/_font-awesome.scss */
|
|
.fa-list-ol:before {
|
|
content: "\f0cb";
|
|
}
|
|
|
|
/* line 915, bahmni-helper/_font-awesome.scss */
|
|
.fa-strikethrough:before {
|
|
content: "\f0cc";
|
|
}
|
|
|
|
/* line 918, bahmni-helper/_font-awesome.scss */
|
|
.fa-underline:before {
|
|
content: "\f0cd";
|
|
}
|
|
|
|
/* line 921, bahmni-helper/_font-awesome.scss */
|
|
.fa-table:before {
|
|
content: "\f0ce";
|
|
}
|
|
|
|
/* line 924, bahmni-helper/_font-awesome.scss */
|
|
.fa-magic:before {
|
|
content: "\f0d0";
|
|
}
|
|
|
|
/* line 927, bahmni-helper/_font-awesome.scss */
|
|
.fa-truck:before {
|
|
content: "\f0d1";
|
|
}
|
|
|
|
/* line 930, bahmni-helper/_font-awesome.scss */
|
|
.fa-pinterest:before {
|
|
content: "\f0d2";
|
|
}
|
|
|
|
/* line 933, bahmni-helper/_font-awesome.scss */
|
|
.fa-pinterest-square:before {
|
|
content: "\f0d3";
|
|
}
|
|
|
|
/* line 936, bahmni-helper/_font-awesome.scss */
|
|
.fa-google-plus-square:before {
|
|
content: "\f0d4";
|
|
}
|
|
|
|
/* line 939, bahmni-helper/_font-awesome.scss */
|
|
.fa-google-plus:before {
|
|
content: "\f0d5";
|
|
}
|
|
|
|
/* line 942, bahmni-helper/_font-awesome.scss */
|
|
.fa-money:before {
|
|
content: "\f0d6";
|
|
}
|
|
|
|
/* line 945, bahmni-helper/_font-awesome.scss */
|
|
.fa-caret-down:before {
|
|
content: "\f0d7";
|
|
}
|
|
|
|
/* line 948, bahmni-helper/_font-awesome.scss */
|
|
.fa-caret-up:before {
|
|
content: "\f0d8";
|
|
}
|
|
|
|
/* line 951, bahmni-helper/_font-awesome.scss */
|
|
.fa-caret-left:before {
|
|
content: "\f0d9";
|
|
}
|
|
|
|
/* line 954, bahmni-helper/_font-awesome.scss */
|
|
.fa-caret-right:before {
|
|
content: "\f0da";
|
|
}
|
|
|
|
/* line 957, bahmni-helper/_font-awesome.scss */
|
|
.fa-columns:before {
|
|
content: "\f0db";
|
|
}
|
|
|
|
/* line 960, bahmni-helper/_font-awesome.scss */
|
|
.fa-unsorted:before,
|
|
.fa-sort:before {
|
|
content: "\f0dc";
|
|
}
|
|
|
|
/* line 964, bahmni-helper/_font-awesome.scss */
|
|
.fa-sort-down:before,
|
|
.fa-sort-desc:before {
|
|
content: "\f0dd";
|
|
}
|
|
|
|
/* line 968, bahmni-helper/_font-awesome.scss */
|
|
.fa-sort-up:before,
|
|
.fa-sort-asc:before {
|
|
content: "\f0de";
|
|
}
|
|
|
|
/* line 972, bahmni-helper/_font-awesome.scss */
|
|
.fa-envelope:before, .fa-envelope-alt:before {
|
|
content: "\f0e0";
|
|
}
|
|
|
|
/* line 975, bahmni-helper/_font-awesome.scss */
|
|
.fa-linkedin:before {
|
|
content: "\f0e1";
|
|
}
|
|
|
|
/* line 978, bahmni-helper/_font-awesome.scss */
|
|
.fa-rotate-left:before,
|
|
.fa-undo:before {
|
|
content: "\f0e2";
|
|
}
|
|
|
|
/* line 982, bahmni-helper/_font-awesome.scss */
|
|
.fa-legal:before,
|
|
.fa-gavel:before {
|
|
content: "\f0e3";
|
|
}
|
|
|
|
/* line 986, bahmni-helper/_font-awesome.scss */
|
|
.fa-dashboard:before,
|
|
.fa-tachometer:before {
|
|
content: "\f0e4";
|
|
}
|
|
|
|
/* line 990, bahmni-helper/_font-awesome.scss */
|
|
.fa-comment-o:before {
|
|
content: "\f0e5";
|
|
}
|
|
|
|
/* line 993, bahmni-helper/_font-awesome.scss */
|
|
.fa-comments-o:before {
|
|
content: "\f0e6";
|
|
}
|
|
|
|
/* line 996, bahmni-helper/_font-awesome.scss */
|
|
.fa-flash:before,
|
|
.fa-bolt:before {
|
|
content: "\f0e7";
|
|
}
|
|
|
|
/* line 1000, bahmni-helper/_font-awesome.scss */
|
|
.fa-sitemap:before {
|
|
content: "\f0e8";
|
|
}
|
|
|
|
/* line 1003, bahmni-helper/_font-awesome.scss */
|
|
.fa-umbrella:before {
|
|
content: "\f0e9";
|
|
}
|
|
|
|
/* line 1006, bahmni-helper/_font-awesome.scss */
|
|
.fa-paste:before,
|
|
.fa-clipboard:before {
|
|
content: "\f0ea";
|
|
}
|
|
|
|
/* line 1010, bahmni-helper/_font-awesome.scss */
|
|
.fa-lightbulb-o:before {
|
|
content: "\f0eb";
|
|
}
|
|
|
|
/* line 1013, bahmni-helper/_font-awesome.scss */
|
|
.fa-exchange:before {
|
|
content: "\f0ec";
|
|
}
|
|
|
|
/* line 1016, bahmni-helper/_font-awesome.scss */
|
|
.fa-cloud-download:before {
|
|
content: "\f0ed";
|
|
}
|
|
|
|
/* line 1019, bahmni-helper/_font-awesome.scss */
|
|
.fa-cloud-upload:before {
|
|
content: "\f0ee";
|
|
}
|
|
|
|
/* line 1022, bahmni-helper/_font-awesome.scss */
|
|
.fa-user-md:before {
|
|
content: "\f0f0";
|
|
}
|
|
|
|
/* line 1025, bahmni-helper/_font-awesome.scss */
|
|
.fa-stethoscope:before {
|
|
content: "\f0f1";
|
|
}
|
|
|
|
/* line 1028, bahmni-helper/_font-awesome.scss */
|
|
.fa-suitcase:before {
|
|
content: "\f0f2";
|
|
}
|
|
|
|
/* line 1031, bahmni-helper/_font-awesome.scss */
|
|
.fa-bell-o:before {
|
|
content: "\f0a2";
|
|
}
|
|
|
|
/* line 1034, bahmni-helper/_font-awesome.scss */
|
|
.fa-coffee:before {
|
|
content: "\f0f4";
|
|
}
|
|
|
|
/* line 1037, bahmni-helper/_font-awesome.scss */
|
|
.fa-cutlery:before {
|
|
content: "\f0f5";
|
|
}
|
|
|
|
/* line 1040, bahmni-helper/_font-awesome.scss */
|
|
.fa-file-text-o:before {
|
|
content: "\f0f6";
|
|
}
|
|
|
|
/* line 1043, bahmni-helper/_font-awesome.scss */
|
|
.fa-building-o:before {
|
|
content: "\f0f7";
|
|
}
|
|
|
|
/* line 1046, bahmni-helper/_font-awesome.scss */
|
|
.fa-hospital-o:before {
|
|
content: "\f0f8";
|
|
}
|
|
|
|
/* line 1049, bahmni-helper/_font-awesome.scss */
|
|
.fa-ambulance:before {
|
|
content: "\f0f9";
|
|
}
|
|
|
|
/* line 1052, bahmni-helper/_font-awesome.scss */
|
|
.fa-medkit:before {
|
|
content: "\f0fa";
|
|
}
|
|
|
|
/* line 1055, bahmni-helper/_font-awesome.scss */
|
|
.fa-fighter-jet:before {
|
|
content: "\f0fb";
|
|
}
|
|
|
|
/* line 1058, bahmni-helper/_font-awesome.scss */
|
|
.fa-beer:before {
|
|
content: "\f0fc";
|
|
}
|
|
|
|
/* line 1061, bahmni-helper/_font-awesome.scss */
|
|
.fa-h-square:before {
|
|
content: "\f0fd";
|
|
}
|
|
|
|
/* line 1064, bahmni-helper/_font-awesome.scss */
|
|
.fa-plus-square:before {
|
|
content: "\f0fe";
|
|
}
|
|
|
|
/* line 1067, bahmni-helper/_font-awesome.scss */
|
|
.fa-angle-double-left:before {
|
|
content: "\f100";
|
|
}
|
|
|
|
/* line 1070, bahmni-helper/_font-awesome.scss */
|
|
.fa-angle-double-right:before {
|
|
content: "\f101";
|
|
}
|
|
|
|
/* line 1073, bahmni-helper/_font-awesome.scss */
|
|
.fa-angle-double-up:before {
|
|
content: "\f102";
|
|
}
|
|
|
|
/* line 1076, bahmni-helper/_font-awesome.scss */
|
|
.fa-angle-double-down:before {
|
|
content: "\f103";
|
|
}
|
|
|
|
/* line 1079, bahmni-helper/_font-awesome.scss */
|
|
.fa-angle-left:before {
|
|
content: "\f104";
|
|
}
|
|
|
|
/* line 1082, bahmni-helper/_font-awesome.scss */
|
|
.fa-angle-right:before {
|
|
content: "\f105";
|
|
}
|
|
|
|
/* line 1085, bahmni-helper/_font-awesome.scss */
|
|
.fa-angle-up:before {
|
|
content: "\f106";
|
|
}
|
|
|
|
/* line 1088, bahmni-helper/_font-awesome.scss */
|
|
.fa-angle-down:before {
|
|
content: "\f107";
|
|
}
|
|
|
|
/* line 1091, bahmni-helper/_font-awesome.scss */
|
|
.fa-desktop:before {
|
|
content: "\f108";
|
|
}
|
|
|
|
/* line 1094, bahmni-helper/_font-awesome.scss */
|
|
.fa-laptop:before {
|
|
content: "\f109";
|
|
}
|
|
|
|
/* line 1097, bahmni-helper/_font-awesome.scss */
|
|
.fa-tablet:before {
|
|
content: "\f10a";
|
|
}
|
|
|
|
/* line 1100, bahmni-helper/_font-awesome.scss */
|
|
.fa-mobile-phone:before,
|
|
.fa-mobile:before {
|
|
content: "\f10b";
|
|
}
|
|
|
|
/* line 1104, bahmni-helper/_font-awesome.scss */
|
|
.fa-circle-o:before {
|
|
content: "\f10c";
|
|
}
|
|
|
|
/* line 1107, bahmni-helper/_font-awesome.scss */
|
|
.fa-quote-left:before {
|
|
content: "\f10d";
|
|
}
|
|
|
|
/* line 1110, bahmni-helper/_font-awesome.scss */
|
|
.fa-quote-right:before {
|
|
content: "\f10e";
|
|
}
|
|
|
|
/* line 1113, bahmni-helper/_font-awesome.scss */
|
|
.fa-spinner:before {
|
|
content: "\f110";
|
|
}
|
|
|
|
/* line 1116, bahmni-helper/_font-awesome.scss */
|
|
.fa-circle:before {
|
|
content: "\f111";
|
|
}
|
|
|
|
/* line 1119, bahmni-helper/_font-awesome.scss */
|
|
.fa-mail-reply:before,
|
|
.fa-reply:before {
|
|
content: "\f112";
|
|
}
|
|
|
|
/* line 1123, bahmni-helper/_font-awesome.scss */
|
|
.fa-github-alt:before {
|
|
content: "\f113";
|
|
}
|
|
|
|
/* line 1126, bahmni-helper/_font-awesome.scss */
|
|
.fa-folder-o:before {
|
|
content: "\f114";
|
|
}
|
|
|
|
/* line 1129, bahmni-helper/_font-awesome.scss */
|
|
.fa-folder-open-o:before {
|
|
content: "\f115";
|
|
}
|
|
|
|
/* line 1132, bahmni-helper/_font-awesome.scss */
|
|
.fa-smile-o:before {
|
|
content: "\f118";
|
|
}
|
|
|
|
/* line 1135, bahmni-helper/_font-awesome.scss */
|
|
.fa-frown-o:before {
|
|
content: "\f119";
|
|
}
|
|
|
|
/* line 1138, bahmni-helper/_font-awesome.scss */
|
|
.fa-meh-o:before {
|
|
content: "\f11a";
|
|
}
|
|
|
|
/* line 1141, bahmni-helper/_font-awesome.scss */
|
|
.fa-gamepad:before {
|
|
content: "\f11b";
|
|
}
|
|
|
|
/* line 1144, bahmni-helper/_font-awesome.scss */
|
|
.fa-keyboard-o:before {
|
|
content: "\f11c";
|
|
}
|
|
|
|
/* line 1147, bahmni-helper/_font-awesome.scss */
|
|
.fa-flag-o:before {
|
|
content: "\f11d";
|
|
}
|
|
|
|
/* line 1150, bahmni-helper/_font-awesome.scss */
|
|
.fa-flag-checkered:before {
|
|
content: "\f11e";
|
|
}
|
|
|
|
/* line 1153, bahmni-helper/_font-awesome.scss */
|
|
.fa-terminal:before {
|
|
content: "\f120";
|
|
}
|
|
|
|
/* line 1156, bahmni-helper/_font-awesome.scss */
|
|
.fa-code:before {
|
|
content: "\f121";
|
|
}
|
|
|
|
/* line 1159, bahmni-helper/_font-awesome.scss */
|
|
.fa-mail-reply-all:before,
|
|
.fa-reply-all:before {
|
|
content: "\f122";
|
|
}
|
|
|
|
/* line 1163, bahmni-helper/_font-awesome.scss */
|
|
.fa-star-half-empty:before,
|
|
.fa-star-half-full:before,
|
|
.fa-star-half-o:before {
|
|
content: "\f123";
|
|
}
|
|
|
|
/* line 1168, bahmni-helper/_font-awesome.scss */
|
|
.fa-location-arrow:before {
|
|
content: "\f124";
|
|
}
|
|
|
|
/* line 1171, bahmni-helper/_font-awesome.scss */
|
|
.fa-crop:before {
|
|
content: "\f125";
|
|
}
|
|
|
|
/* line 1174, bahmni-helper/_font-awesome.scss */
|
|
.fa-code-fork:before {
|
|
content: "\f126";
|
|
}
|
|
|
|
/* line 1177, bahmni-helper/_font-awesome.scss */
|
|
.fa-unlink:before,
|
|
.fa-chain-broken:before {
|
|
content: "\f127";
|
|
}
|
|
|
|
/* line 1181, bahmni-helper/_font-awesome.scss */
|
|
.fa-question:before {
|
|
content: "\f128";
|
|
}
|
|
|
|
/* line 1184, bahmni-helper/_font-awesome.scss */
|
|
.fa-info:before {
|
|
content: "\f129";
|
|
}
|
|
|
|
/* line 1187, bahmni-helper/_font-awesome.scss */
|
|
.fa-exclamation:before {
|
|
content: "\f12a";
|
|
}
|
|
|
|
/* line 1190, bahmni-helper/_font-awesome.scss */
|
|
.fa-superscript:before {
|
|
content: "\f12b";
|
|
}
|
|
|
|
/* line 1193, bahmni-helper/_font-awesome.scss */
|
|
.fa-subscript:before {
|
|
content: "\f12c";
|
|
}
|
|
|
|
/* line 1196, bahmni-helper/_font-awesome.scss */
|
|
.fa-eraser:before {
|
|
content: "\f12d";
|
|
}
|
|
|
|
/* line 1199, bahmni-helper/_font-awesome.scss */
|
|
.fa-puzzle-piece:before {
|
|
content: "\f12e";
|
|
}
|
|
|
|
/* line 1202, bahmni-helper/_font-awesome.scss */
|
|
.fa-microphone:before {
|
|
content: "\f130";
|
|
}
|
|
|
|
/* line 1205, bahmni-helper/_font-awesome.scss */
|
|
.fa-microphone-slash:before {
|
|
content: "\f131";
|
|
}
|
|
|
|
/* line 1208, bahmni-helper/_font-awesome.scss */
|
|
.fa-shield:before {
|
|
content: "\f132";
|
|
}
|
|
|
|
/* line 1211, bahmni-helper/_font-awesome.scss */
|
|
.fa-calendar-o:before {
|
|
content: "\f133";
|
|
}
|
|
|
|
/* line 1214, bahmni-helper/_font-awesome.scss */
|
|
.fa-fire-extinguisher:before {
|
|
content: "\f134";
|
|
}
|
|
|
|
/* line 1217, bahmni-helper/_font-awesome.scss */
|
|
.fa-rocket:before {
|
|
content: "\f135";
|
|
}
|
|
|
|
/* line 1220, bahmni-helper/_font-awesome.scss */
|
|
.fa-maxcdn:before {
|
|
content: "\f136";
|
|
}
|
|
|
|
/* line 1223, bahmni-helper/_font-awesome.scss */
|
|
.fa-chevron-circle-left:before {
|
|
content: "\f137";
|
|
}
|
|
|
|
/* line 1226, bahmni-helper/_font-awesome.scss */
|
|
.fa-chevron-circle-right:before {
|
|
content: "\f138";
|
|
}
|
|
|
|
/* line 1229, bahmni-helper/_font-awesome.scss */
|
|
.fa-chevron-circle-up:before {
|
|
content: "\f139";
|
|
}
|
|
|
|
/* line 1232, bahmni-helper/_font-awesome.scss */
|
|
.fa-chevron-circle-down:before {
|
|
content: "\f13a";
|
|
}
|
|
|
|
/* line 1235, bahmni-helper/_font-awesome.scss */
|
|
.fa-html5:before {
|
|
content: "\f13b";
|
|
}
|
|
|
|
/* line 1238, bahmni-helper/_font-awesome.scss */
|
|
.fa-css3:before {
|
|
content: "\f13c";
|
|
}
|
|
|
|
/* line 1241, bahmni-helper/_font-awesome.scss */
|
|
.fa-anchor:before {
|
|
content: "\f13d";
|
|
}
|
|
|
|
/* line 1244, bahmni-helper/_font-awesome.scss */
|
|
.fa-unlock-alt:before {
|
|
content: "\f13e";
|
|
}
|
|
|
|
/* line 1247, bahmni-helper/_font-awesome.scss */
|
|
.fa-bullseye:before {
|
|
content: "\f140";
|
|
}
|
|
|
|
/* line 1250, bahmni-helper/_font-awesome.scss */
|
|
.fa-ellipsis-h:before {
|
|
content: "\f141";
|
|
}
|
|
|
|
/* line 1253, bahmni-helper/_font-awesome.scss */
|
|
.fa-ellipsis-v:before {
|
|
content: "\f142";
|
|
}
|
|
|
|
/* line 1256, bahmni-helper/_font-awesome.scss */
|
|
.fa-rss-square:before {
|
|
content: "\f143";
|
|
}
|
|
|
|
/* line 1259, bahmni-helper/_font-awesome.scss */
|
|
.fa-play-circle:before {
|
|
content: "\f144";
|
|
}
|
|
|
|
/* line 1262, bahmni-helper/_font-awesome.scss */
|
|
.fa-ticket:before {
|
|
content: "\f145";
|
|
}
|
|
|
|
/* line 1265, bahmni-helper/_font-awesome.scss */
|
|
.fa-minus-square:before {
|
|
content: "\f146";
|
|
}
|
|
|
|
/* line 1268, bahmni-helper/_font-awesome.scss */
|
|
.fa-minus-square-o:before {
|
|
content: "\f147";
|
|
}
|
|
|
|
/* line 1271, bahmni-helper/_font-awesome.scss */
|
|
.fa-level-up:before {
|
|
content: "\f148";
|
|
}
|
|
|
|
/* line 1274, bahmni-helper/_font-awesome.scss */
|
|
.fa-level-down:before {
|
|
content: "\f149";
|
|
}
|
|
|
|
/* line 1277, bahmni-helper/_font-awesome.scss */
|
|
.fa-check-square:before {
|
|
content: "\f14a";
|
|
}
|
|
|
|
/* line 1280, bahmni-helper/_font-awesome.scss */
|
|
.fa-pencil-square:before {
|
|
content: "\f14b";
|
|
}
|
|
|
|
/* line 1283, bahmni-helper/_font-awesome.scss */
|
|
.fa-external-link-square:before {
|
|
content: "\f14c";
|
|
}
|
|
|
|
/* line 1286, bahmni-helper/_font-awesome.scss */
|
|
.fa-share-square:before {
|
|
content: "\f14d";
|
|
}
|
|
|
|
/* line 1289, bahmni-helper/_font-awesome.scss */
|
|
.fa-compass:before {
|
|
content: "\f14e";
|
|
}
|
|
|
|
/* line 1292, bahmni-helper/_font-awesome.scss */
|
|
.fa-toggle-down:before,
|
|
.fa-caret-square-o-down:before {
|
|
content: "\f150";
|
|
}
|
|
|
|
/* line 1296, bahmni-helper/_font-awesome.scss */
|
|
.fa-toggle-up:before,
|
|
.fa-caret-square-o-up:before {
|
|
content: "\f151";
|
|
}
|
|
|
|
/* line 1300, bahmni-helper/_font-awesome.scss */
|
|
.fa-toggle-right:before,
|
|
.fa-caret-square-o-right:before {
|
|
content: "\f152";
|
|
}
|
|
|
|
/* line 1304, bahmni-helper/_font-awesome.scss */
|
|
.fa-euro:before,
|
|
.fa-eur:before {
|
|
content: "\f153";
|
|
}
|
|
|
|
/* line 1308, bahmni-helper/_font-awesome.scss */
|
|
.fa-gbp:before {
|
|
content: "\f154";
|
|
}
|
|
|
|
/* line 1311, bahmni-helper/_font-awesome.scss */
|
|
.fa-dollar:before,
|
|
.fa-usd:before {
|
|
content: "\f155";
|
|
}
|
|
|
|
/* line 1315, bahmni-helper/_font-awesome.scss */
|
|
.fa-rupee:before,
|
|
.fa-inr:before {
|
|
content: "\f156";
|
|
}
|
|
|
|
/* line 1319, bahmni-helper/_font-awesome.scss */
|
|
.fa-cny:before,
|
|
.fa-rmb:before,
|
|
.fa-yen:before,
|
|
.fa-jpy:before {
|
|
content: "\f157";
|
|
}
|
|
|
|
/* line 1325, bahmni-helper/_font-awesome.scss */
|
|
.fa-ruble:before,
|
|
.fa-rouble:before,
|
|
.fa-rub:before {
|
|
content: "\f158";
|
|
}
|
|
|
|
/* line 1330, bahmni-helper/_font-awesome.scss */
|
|
.fa-won:before,
|
|
.fa-krw:before {
|
|
content: "\f159";
|
|
}
|
|
|
|
/* line 1334, bahmni-helper/_font-awesome.scss */
|
|
.fa-bitcoin:before,
|
|
.fa-btc:before {
|
|
content: "\f15a";
|
|
}
|
|
|
|
/* line 1338, bahmni-helper/_font-awesome.scss */
|
|
.fa-file:before {
|
|
content: "\f15b";
|
|
}
|
|
|
|
/* line 1341, bahmni-helper/_font-awesome.scss */
|
|
.fa-file-text:before {
|
|
content: "\f15c";
|
|
}
|
|
|
|
/* line 1344, bahmni-helper/_font-awesome.scss */
|
|
.fa-sort-alpha-asc:before {
|
|
content: "\f15d";
|
|
}
|
|
|
|
/* line 1347, bahmni-helper/_font-awesome.scss */
|
|
.fa-sort-alpha-desc:before {
|
|
content: "\f15e";
|
|
}
|
|
|
|
/* line 1350, bahmni-helper/_font-awesome.scss */
|
|
.fa-sort-amount-asc:before {
|
|
content: "\f160";
|
|
}
|
|
|
|
/* line 1353, bahmni-helper/_font-awesome.scss */
|
|
.fa-sort-amount-desc:before {
|
|
content: "\f161";
|
|
}
|
|
|
|
/* line 1356, bahmni-helper/_font-awesome.scss */
|
|
.fa-sort-numeric-asc:before {
|
|
content: "\f162";
|
|
}
|
|
|
|
/* line 1359, bahmni-helper/_font-awesome.scss */
|
|
.fa-sort-numeric-desc:before {
|
|
content: "\f163";
|
|
}
|
|
|
|
/* line 1362, bahmni-helper/_font-awesome.scss */
|
|
.fa-thumbs-up:before {
|
|
content: "\f164";
|
|
}
|
|
|
|
/* line 1365, bahmni-helper/_font-awesome.scss */
|
|
.fa-thumbs-down:before {
|
|
content: "\f165";
|
|
}
|
|
|
|
/* line 1368, bahmni-helper/_font-awesome.scss */
|
|
.fa-youtube-square:before {
|
|
content: "\f166";
|
|
}
|
|
|
|
/* line 1371, bahmni-helper/_font-awesome.scss */
|
|
.fa-youtube:before {
|
|
content: "\f167";
|
|
}
|
|
|
|
/* line 1374, bahmni-helper/_font-awesome.scss */
|
|
.fa-xing:before {
|
|
content: "\f168";
|
|
}
|
|
|
|
/* line 1377, bahmni-helper/_font-awesome.scss */
|
|
.fa-xing-square:before {
|
|
content: "\f169";
|
|
}
|
|
|
|
/* line 1380, bahmni-helper/_font-awesome.scss */
|
|
.fa-youtube-play:before {
|
|
content: "\f16a";
|
|
}
|
|
|
|
/* line 1383, bahmni-helper/_font-awesome.scss */
|
|
.fa-dropbox:before {
|
|
content: "\f16b";
|
|
}
|
|
|
|
/* line 1386, bahmni-helper/_font-awesome.scss */
|
|
.fa-stack-overflow:before {
|
|
content: "\f16c";
|
|
}
|
|
|
|
/* line 1389, bahmni-helper/_font-awesome.scss */
|
|
.fa-instagram:before {
|
|
content: "\f16d";
|
|
}
|
|
|
|
/* line 1392, bahmni-helper/_font-awesome.scss */
|
|
.fa-flickr:before {
|
|
content: "\f16e";
|
|
}
|
|
|
|
/* line 1395, bahmni-helper/_font-awesome.scss */
|
|
.fa-adn:before {
|
|
content: "\f170";
|
|
}
|
|
|
|
/* line 1398, bahmni-helper/_font-awesome.scss */
|
|
.fa-bitbucket:before {
|
|
content: "\f171";
|
|
}
|
|
|
|
/* line 1401, bahmni-helper/_font-awesome.scss */
|
|
.fa-bitbucket-square:before {
|
|
content: "\f172";
|
|
}
|
|
|
|
/* line 1404, bahmni-helper/_font-awesome.scss */
|
|
.fa-tumblr:before {
|
|
content: "\f173";
|
|
}
|
|
|
|
/* line 1407, bahmni-helper/_font-awesome.scss */
|
|
.fa-tumblr-square:before {
|
|
content: "\f174";
|
|
}
|
|
|
|
/* line 1410, bahmni-helper/_font-awesome.scss */
|
|
.fa-long-arrow-down:before {
|
|
content: "\f175";
|
|
}
|
|
|
|
/* line 1413, bahmni-helper/_font-awesome.scss */
|
|
.fa-long-arrow-up:before {
|
|
content: "\f176";
|
|
}
|
|
|
|
/* line 1416, bahmni-helper/_font-awesome.scss */
|
|
.fa-long-arrow-left:before {
|
|
content: "\f177";
|
|
}
|
|
|
|
/* line 1419, bahmni-helper/_font-awesome.scss */
|
|
.fa-long-arrow-right:before {
|
|
content: "\f178";
|
|
}
|
|
|
|
/* line 1422, bahmni-helper/_font-awesome.scss */
|
|
.fa-apple:before {
|
|
content: "\f179";
|
|
}
|
|
|
|
/* line 1425, bahmni-helper/_font-awesome.scss */
|
|
.fa-windows:before {
|
|
content: "\f17a";
|
|
}
|
|
|
|
/* line 1428, bahmni-helper/_font-awesome.scss */
|
|
.fa-android:before {
|
|
content: "\f17b";
|
|
}
|
|
|
|
/* line 1431, bahmni-helper/_font-awesome.scss */
|
|
.fa-linux:before {
|
|
content: "\f17c";
|
|
}
|
|
|
|
/* line 1434, bahmni-helper/_font-awesome.scss */
|
|
.fa-dribbble:before {
|
|
content: "\f17d";
|
|
}
|
|
|
|
/* line 1437, bahmni-helper/_font-awesome.scss */
|
|
.fa-skype:before {
|
|
content: "\f17e";
|
|
}
|
|
|
|
/* line 1440, bahmni-helper/_font-awesome.scss */
|
|
.fa-foursquare:before {
|
|
content: "\f180";
|
|
}
|
|
|
|
/* line 1443, bahmni-helper/_font-awesome.scss */
|
|
.fa-trello:before {
|
|
content: "\f181";
|
|
}
|
|
|
|
/* line 1446, bahmni-helper/_font-awesome.scss */
|
|
.fa-female:before {
|
|
content: "\f182";
|
|
}
|
|
|
|
/* line 1449, bahmni-helper/_font-awesome.scss */
|
|
.fa-male:before {
|
|
content: "\f183";
|
|
}
|
|
|
|
/* line 1452, bahmni-helper/_font-awesome.scss */
|
|
.fa-gittip:before,
|
|
.fa-gratipay:before {
|
|
content: "\f184";
|
|
}
|
|
|
|
/* line 1456, bahmni-helper/_font-awesome.scss */
|
|
.fa-sun-o:before {
|
|
content: "\f185";
|
|
}
|
|
|
|
/* line 1459, bahmni-helper/_font-awesome.scss */
|
|
.fa-moon-o:before {
|
|
content: "\f186";
|
|
}
|
|
|
|
/* line 1462, bahmni-helper/_font-awesome.scss */
|
|
.fa-archive:before {
|
|
content: "\f187";
|
|
}
|
|
|
|
/* line 1465, bahmni-helper/_font-awesome.scss */
|
|
.fa-bug:before {
|
|
content: "\f188";
|
|
}
|
|
|
|
/* line 1468, bahmni-helper/_font-awesome.scss */
|
|
.fa-vk:before {
|
|
content: "\f189";
|
|
}
|
|
|
|
/* line 1471, bahmni-helper/_font-awesome.scss */
|
|
.fa-weibo:before {
|
|
content: "\f18a";
|
|
}
|
|
|
|
/* line 1474, bahmni-helper/_font-awesome.scss */
|
|
.fa-renren:before {
|
|
content: "\f18b";
|
|
}
|
|
|
|
/* line 1477, bahmni-helper/_font-awesome.scss */
|
|
.fa-pagelines:before {
|
|
content: "\f18c";
|
|
}
|
|
|
|
/* line 1480, bahmni-helper/_font-awesome.scss */
|
|
.fa-stack-exchange:before {
|
|
content: "\f18d";
|
|
}
|
|
|
|
/* line 1483, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrow-circle-o-right:before {
|
|
content: "\f18e";
|
|
}
|
|
|
|
/* line 1486, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrow-circle-o-left:before {
|
|
content: "\f190";
|
|
}
|
|
|
|
/* line 1489, bahmni-helper/_font-awesome.scss */
|
|
.fa-toggle-left:before,
|
|
.fa-caret-square-o-left:before {
|
|
content: "\f191";
|
|
}
|
|
|
|
/* line 1493, bahmni-helper/_font-awesome.scss */
|
|
.fa-dot-circle-o:before {
|
|
content: "\f192";
|
|
}
|
|
|
|
/* line 1496, bahmni-helper/_font-awesome.scss */
|
|
.fa-wheelchair:before {
|
|
content: "\f193";
|
|
}
|
|
|
|
/* line 1499, bahmni-helper/_font-awesome.scss */
|
|
.fa-vimeo-square:before {
|
|
content: "\f194";
|
|
}
|
|
|
|
/* line 1502, bahmni-helper/_font-awesome.scss */
|
|
.fa-turkish-lira:before,
|
|
.fa-try:before {
|
|
content: "\f195";
|
|
}
|
|
|
|
/* line 1506, bahmni-helper/_font-awesome.scss */
|
|
.fa-plus-square-o:before {
|
|
content: "\f196";
|
|
}
|
|
|
|
/* line 1509, bahmni-helper/_font-awesome.scss */
|
|
.fa-space-shuttle:before {
|
|
content: "\f197";
|
|
}
|
|
|
|
/* line 1512, bahmni-helper/_font-awesome.scss */
|
|
.fa-slack:before {
|
|
content: "\f198";
|
|
}
|
|
|
|
/* line 1515, bahmni-helper/_font-awesome.scss */
|
|
.fa-envelope-square:before {
|
|
content: "\f199";
|
|
}
|
|
|
|
/* line 1518, bahmni-helper/_font-awesome.scss */
|
|
.fa-wordpress:before {
|
|
content: "\f19a";
|
|
}
|
|
|
|
/* line 1521, bahmni-helper/_font-awesome.scss */
|
|
.fa-openid:before {
|
|
content: "\f19b";
|
|
}
|
|
|
|
/* line 1524, bahmni-helper/_font-awesome.scss */
|
|
.fa-institution:before,
|
|
.fa-bank:before,
|
|
.fa-university:before {
|
|
content: "\f19c";
|
|
}
|
|
|
|
/* line 1529, bahmni-helper/_font-awesome.scss */
|
|
.fa-mortar-board:before,
|
|
.fa-graduation-cap:before {
|
|
content: "\f19d";
|
|
}
|
|
|
|
/* line 1533, bahmni-helper/_font-awesome.scss */
|
|
.fa-yahoo:before {
|
|
content: "\f19e";
|
|
}
|
|
|
|
/* line 1536, bahmni-helper/_font-awesome.scss */
|
|
.fa-google:before {
|
|
content: "\f1a0";
|
|
}
|
|
|
|
/* line 1539, bahmni-helper/_font-awesome.scss */
|
|
.fa-reddit:before {
|
|
content: "\f1a1";
|
|
}
|
|
|
|
/* line 1542, bahmni-helper/_font-awesome.scss */
|
|
.fa-reddit-square:before {
|
|
content: "\f1a2";
|
|
}
|
|
|
|
/* line 1545, bahmni-helper/_font-awesome.scss */
|
|
.fa-stumbleupon-circle:before {
|
|
content: "\f1a3";
|
|
}
|
|
|
|
/* line 1548, bahmni-helper/_font-awesome.scss */
|
|
.fa-stumbleupon:before {
|
|
content: "\f1a4";
|
|
}
|
|
|
|
/* line 1551, bahmni-helper/_font-awesome.scss */
|
|
.fa-delicious:before {
|
|
content: "\f1a5";
|
|
}
|
|
|
|
/* line 1554, bahmni-helper/_font-awesome.scss */
|
|
.fa-digg:before {
|
|
content: "\f1a6";
|
|
}
|
|
|
|
/* line 1557, bahmni-helper/_font-awesome.scss */
|
|
.fa-pied-piper:before {
|
|
content: "\f1a7";
|
|
}
|
|
|
|
/* line 1560, bahmni-helper/_font-awesome.scss */
|
|
.fa-pied-piper-alt:before {
|
|
content: "\f1a8";
|
|
}
|
|
|
|
/* line 1563, bahmni-helper/_font-awesome.scss */
|
|
.fa-drupal:before {
|
|
content: "\f1a9";
|
|
}
|
|
|
|
/* line 1566, bahmni-helper/_font-awesome.scss */
|
|
.fa-joomla:before {
|
|
content: "\f1aa";
|
|
}
|
|
|
|
/* line 1569, bahmni-helper/_font-awesome.scss */
|
|
.fa-language:before {
|
|
content: "\f1ab";
|
|
}
|
|
|
|
/* line 1572, bahmni-helper/_font-awesome.scss */
|
|
.fa-fax:before {
|
|
content: "\f1ac";
|
|
}
|
|
|
|
/* line 1575, bahmni-helper/_font-awesome.scss */
|
|
.fa-building:before {
|
|
content: "\f1ad";
|
|
}
|
|
|
|
/* line 1578, bahmni-helper/_font-awesome.scss */
|
|
.fa-child:before {
|
|
content: "\f1ae";
|
|
}
|
|
|
|
/* line 1581, bahmni-helper/_font-awesome.scss */
|
|
.fa-paw:before {
|
|
content: "\f1b0";
|
|
}
|
|
|
|
/* line 1584, bahmni-helper/_font-awesome.scss */
|
|
.fa-spoon:before {
|
|
content: "\f1b1";
|
|
}
|
|
|
|
/* line 1587, bahmni-helper/_font-awesome.scss */
|
|
.fa-cube:before {
|
|
content: "\f1b2";
|
|
}
|
|
|
|
/* line 1590, bahmni-helper/_font-awesome.scss */
|
|
.fa-cubes:before {
|
|
content: "\f1b3";
|
|
}
|
|
|
|
/* line 1593, bahmni-helper/_font-awesome.scss */
|
|
.fa-behance:before {
|
|
content: "\f1b4";
|
|
}
|
|
|
|
/* line 1596, bahmni-helper/_font-awesome.scss */
|
|
.fa-behance-square:before {
|
|
content: "\f1b5";
|
|
}
|
|
|
|
/* line 1599, bahmni-helper/_font-awesome.scss */
|
|
.fa-steam:before {
|
|
content: "\f1b6";
|
|
}
|
|
|
|
/* line 1602, bahmni-helper/_font-awesome.scss */
|
|
.fa-steam-square:before {
|
|
content: "\f1b7";
|
|
}
|
|
|
|
/* line 1605, bahmni-helper/_font-awesome.scss */
|
|
.fa-recycle:before {
|
|
content: "\f1b8";
|
|
}
|
|
|
|
/* line 1608, bahmni-helper/_font-awesome.scss */
|
|
.fa-automobile:before,
|
|
.fa-car:before {
|
|
content: "\f1b9";
|
|
}
|
|
|
|
/* line 1612, bahmni-helper/_font-awesome.scss */
|
|
.fa-cab:before,
|
|
.fa-taxi:before {
|
|
content: "\f1ba";
|
|
}
|
|
|
|
/* line 1616, bahmni-helper/_font-awesome.scss */
|
|
.fa-tree:before {
|
|
content: "\f1bb";
|
|
}
|
|
|
|
/* line 1619, bahmni-helper/_font-awesome.scss */
|
|
.fa-spotify:before {
|
|
content: "\f1bc";
|
|
}
|
|
|
|
/* line 1622, bahmni-helper/_font-awesome.scss */
|
|
.fa-deviantart:before {
|
|
content: "\f1bd";
|
|
}
|
|
|
|
/* line 1625, bahmni-helper/_font-awesome.scss */
|
|
.fa-soundcloud:before {
|
|
content: "\f1be";
|
|
}
|
|
|
|
/* line 1628, bahmni-helper/_font-awesome.scss */
|
|
.fa-database:before {
|
|
content: "\f1c0";
|
|
}
|
|
|
|
/* line 1631, bahmni-helper/_font-awesome.scss */
|
|
.fa-file-pdf-o:before {
|
|
content: "\f1c1";
|
|
}
|
|
|
|
/* line 1634, bahmni-helper/_font-awesome.scss */
|
|
.fa-file-word-o:before {
|
|
content: "\f1c2";
|
|
}
|
|
|
|
/* line 1637, bahmni-helper/_font-awesome.scss */
|
|
.fa-file-excel-o:before {
|
|
content: "\f1c3";
|
|
}
|
|
|
|
/* line 1640, bahmni-helper/_font-awesome.scss */
|
|
.fa-file-powerpoint-o:before {
|
|
content: "\f1c4";
|
|
}
|
|
|
|
/* line 1643, bahmni-helper/_font-awesome.scss */
|
|
.fa-file-photo-o:before,
|
|
.fa-file-picture-o:before,
|
|
.fa-file-image-o:before {
|
|
content: "\f1c5";
|
|
}
|
|
|
|
/* line 1648, bahmni-helper/_font-awesome.scss */
|
|
.fa-file-zip-o:before,
|
|
.fa-file-archive-o:before {
|
|
content: "\f1c6";
|
|
}
|
|
|
|
/* line 1652, bahmni-helper/_font-awesome.scss */
|
|
.fa-file-sound-o:before,
|
|
.fa-file-audio-o:before {
|
|
content: "\f1c7";
|
|
}
|
|
|
|
/* line 1656, bahmni-helper/_font-awesome.scss */
|
|
.fa-file-movie-o:before,
|
|
.fa-file-video-o:before {
|
|
content: "\f1c8";
|
|
}
|
|
|
|
/* line 1660, bahmni-helper/_font-awesome.scss */
|
|
.fa-file-code-o:before {
|
|
content: "\f1c9";
|
|
}
|
|
|
|
/* line 1663, bahmni-helper/_font-awesome.scss */
|
|
.fa-vine:before {
|
|
content: "\f1ca";
|
|
}
|
|
|
|
/* line 1666, bahmni-helper/_font-awesome.scss */
|
|
.fa-codepen:before {
|
|
content: "\f1cb";
|
|
}
|
|
|
|
/* line 1669, bahmni-helper/_font-awesome.scss */
|
|
.fa-jsfiddle:before {
|
|
content: "\f1cc";
|
|
}
|
|
|
|
/* line 1672, bahmni-helper/_font-awesome.scss */
|
|
.fa-life-bouy:before,
|
|
.fa-life-buoy:before,
|
|
.fa-life-saver:before,
|
|
.fa-support:before,
|
|
.fa-life-ring:before {
|
|
content: "\f1cd";
|
|
}
|
|
|
|
/* line 1679, bahmni-helper/_font-awesome.scss */
|
|
.fa-circle-o-notch:before {
|
|
content: "\f1ce";
|
|
}
|
|
|
|
/* line 1682, bahmni-helper/_font-awesome.scss */
|
|
.fa-ra:before,
|
|
.fa-rebel:before {
|
|
content: "\f1d0";
|
|
}
|
|
|
|
/* line 1686, bahmni-helper/_font-awesome.scss */
|
|
.fa-ge:before,
|
|
.fa-empire:before {
|
|
content: "\f1d1";
|
|
}
|
|
|
|
/* line 1690, bahmni-helper/_font-awesome.scss */
|
|
.fa-git-square:before {
|
|
content: "\f1d2";
|
|
}
|
|
|
|
/* line 1693, bahmni-helper/_font-awesome.scss */
|
|
.fa-git:before {
|
|
content: "\f1d3";
|
|
}
|
|
|
|
/* line 1696, bahmni-helper/_font-awesome.scss */
|
|
.fa-hacker-news:before {
|
|
content: "\f1d4";
|
|
}
|
|
|
|
/* line 1699, bahmni-helper/_font-awesome.scss */
|
|
.fa-tencent-weibo:before {
|
|
content: "\f1d5";
|
|
}
|
|
|
|
/* line 1702, bahmni-helper/_font-awesome.scss */
|
|
.fa-qq:before {
|
|
content: "\f1d6";
|
|
}
|
|
|
|
/* line 1705, bahmni-helper/_font-awesome.scss */
|
|
.fa-wechat:before,
|
|
.fa-weixin:before {
|
|
content: "\f1d7";
|
|
}
|
|
|
|
/* line 1709, bahmni-helper/_font-awesome.scss */
|
|
.fa-send:before,
|
|
.fa-paper-plane:before {
|
|
content: "\f1d8";
|
|
}
|
|
|
|
/* line 1713, bahmni-helper/_font-awesome.scss */
|
|
.fa-send-o:before,
|
|
.fa-paper-plane-o:before {
|
|
content: "\f1d9";
|
|
}
|
|
|
|
/* line 1717, bahmni-helper/_font-awesome.scss */
|
|
.fa-history:before {
|
|
content: "\f1da";
|
|
}
|
|
|
|
/* line 1720, bahmni-helper/_font-awesome.scss */
|
|
.fa-genderless:before,
|
|
.fa-circle-thin:before {
|
|
content: "\f1db";
|
|
}
|
|
|
|
/* line 1724, bahmni-helper/_font-awesome.scss */
|
|
.fa-header:before {
|
|
content: "\f1dc";
|
|
}
|
|
|
|
/* line 1727, bahmni-helper/_font-awesome.scss */
|
|
.fa-paragraph:before {
|
|
content: "\f1dd";
|
|
}
|
|
|
|
/* line 1730, bahmni-helper/_font-awesome.scss */
|
|
.fa-sliders:before {
|
|
content: "\f1de";
|
|
}
|
|
|
|
/* line 1733, bahmni-helper/_font-awesome.scss */
|
|
.fa-share-alt:before {
|
|
content: "\f1e0";
|
|
}
|
|
|
|
/* line 1736, bahmni-helper/_font-awesome.scss */
|
|
.fa-share-alt-square:before {
|
|
content: "\f1e1";
|
|
}
|
|
|
|
/* line 1739, bahmni-helper/_font-awesome.scss */
|
|
.fa-bomb:before {
|
|
content: "\f1e2";
|
|
}
|
|
|
|
/* line 1742, bahmni-helper/_font-awesome.scss */
|
|
.fa-soccer-ball-o:before,
|
|
.fa-futbol-o:before {
|
|
content: "\f1e3";
|
|
}
|
|
|
|
/* line 1746, bahmni-helper/_font-awesome.scss */
|
|
.fa-tty:before {
|
|
content: "\f1e4";
|
|
}
|
|
|
|
/* line 1749, bahmni-helper/_font-awesome.scss */
|
|
.fa-binoculars:before {
|
|
content: "\f1e5";
|
|
}
|
|
|
|
/* line 1752, bahmni-helper/_font-awesome.scss */
|
|
.fa-plug:before {
|
|
content: "\f1e6";
|
|
}
|
|
|
|
/* line 1755, bahmni-helper/_font-awesome.scss */
|
|
.fa-slideshare:before {
|
|
content: "\f1e7";
|
|
}
|
|
|
|
/* line 1758, bahmni-helper/_font-awesome.scss */
|
|
.fa-twitch:before {
|
|
content: "\f1e8";
|
|
}
|
|
|
|
/* line 1761, bahmni-helper/_font-awesome.scss */
|
|
.fa-yelp:before {
|
|
content: "\f1e9";
|
|
}
|
|
|
|
/* line 1764, bahmni-helper/_font-awesome.scss */
|
|
.fa-newspaper-o:before {
|
|
content: "\f1ea";
|
|
}
|
|
|
|
/* line 1767, bahmni-helper/_font-awesome.scss */
|
|
.fa-wifi:before {
|
|
content: "\f1eb";
|
|
}
|
|
|
|
/* line 1770, bahmni-helper/_font-awesome.scss */
|
|
.fa-calculator:before {
|
|
content: "\f1ec";
|
|
}
|
|
|
|
/* line 1773, bahmni-helper/_font-awesome.scss */
|
|
.fa-paypal:before {
|
|
content: "\f1ed";
|
|
}
|
|
|
|
/* line 1776, bahmni-helper/_font-awesome.scss */
|
|
.fa-google-wallet:before {
|
|
content: "\f1ee";
|
|
}
|
|
|
|
/* line 1779, bahmni-helper/_font-awesome.scss */
|
|
.fa-cc-visa:before {
|
|
content: "\f1f0";
|
|
}
|
|
|
|
/* line 1782, bahmni-helper/_font-awesome.scss */
|
|
.fa-cc-mastercard:before {
|
|
content: "\f1f1";
|
|
}
|
|
|
|
/* line 1785, bahmni-helper/_font-awesome.scss */
|
|
.fa-cc-discover:before {
|
|
content: "\f1f2";
|
|
}
|
|
|
|
/* line 1788, bahmni-helper/_font-awesome.scss */
|
|
.fa-cc-amex:before {
|
|
content: "\f1f3";
|
|
}
|
|
|
|
/* line 1791, bahmni-helper/_font-awesome.scss */
|
|
.fa-cc-paypal:before {
|
|
content: "\f1f4";
|
|
}
|
|
|
|
/* line 1794, bahmni-helper/_font-awesome.scss */
|
|
.fa-cc-stripe:before {
|
|
content: "\f1f5";
|
|
}
|
|
|
|
/* line 1797, bahmni-helper/_font-awesome.scss */
|
|
.fa-bell-slash:before {
|
|
content: "\f1f6";
|
|
}
|
|
|
|
/* line 1800, bahmni-helper/_font-awesome.scss */
|
|
.fa-bell-slash-o:before {
|
|
content: "\f1f7";
|
|
}
|
|
|
|
/* line 1803, bahmni-helper/_font-awesome.scss */
|
|
.fa-trash:before {
|
|
content: "\f1f8";
|
|
}
|
|
|
|
/* line 1806, bahmni-helper/_font-awesome.scss */
|
|
.fa-copyright:before {
|
|
content: "\f1f9";
|
|
}
|
|
|
|
/* line 1809, bahmni-helper/_font-awesome.scss */
|
|
.fa-at:before {
|
|
content: "\f1fa";
|
|
}
|
|
|
|
/* line 1812, bahmni-helper/_font-awesome.scss */
|
|
.fa-eyedropper:before {
|
|
content: "\f1fb";
|
|
}
|
|
|
|
/* line 1815, bahmni-helper/_font-awesome.scss */
|
|
.fa-paint-brush:before {
|
|
content: "\f1fc";
|
|
}
|
|
|
|
/* line 1818, bahmni-helper/_font-awesome.scss */
|
|
.fa-birthday-cake:before {
|
|
content: "\f1fd";
|
|
}
|
|
|
|
/* line 1821, bahmni-helper/_font-awesome.scss */
|
|
.fa-area-chart:before {
|
|
content: "\f1fe";
|
|
}
|
|
|
|
/* line 1824, bahmni-helper/_font-awesome.scss */
|
|
.fa-pie-chart:before {
|
|
content: "\f200";
|
|
}
|
|
|
|
/* line 1827, bahmni-helper/_font-awesome.scss */
|
|
.fa-line-chart:before {
|
|
content: "\f201";
|
|
}
|
|
|
|
/* line 1830, bahmni-helper/_font-awesome.scss */
|
|
.fa-lastfm:before {
|
|
content: "\f202";
|
|
}
|
|
|
|
/* line 1833, bahmni-helper/_font-awesome.scss */
|
|
.fa-lastfm-square:before {
|
|
content: "\f203";
|
|
}
|
|
|
|
/* line 1836, bahmni-helper/_font-awesome.scss */
|
|
.fa-toggle-off:before {
|
|
content: "\f204";
|
|
}
|
|
|
|
/* line 1839, bahmni-helper/_font-awesome.scss */
|
|
.fa-toggle-on:before {
|
|
content: "\f205";
|
|
}
|
|
|
|
/* line 1842, bahmni-helper/_font-awesome.scss */
|
|
.fa-bicycle:before {
|
|
content: "\f206";
|
|
}
|
|
|
|
/* line 1845, bahmni-helper/_font-awesome.scss */
|
|
.fa-bus:before {
|
|
content: "\f207";
|
|
}
|
|
|
|
/* line 1848, bahmni-helper/_font-awesome.scss */
|
|
.fa-ioxhost:before {
|
|
content: "\f208";
|
|
}
|
|
|
|
/* line 1851, bahmni-helper/_font-awesome.scss */
|
|
.fa-angellist:before {
|
|
content: "\f209";
|
|
}
|
|
|
|
/* line 1854, bahmni-helper/_font-awesome.scss */
|
|
.fa-cc:before {
|
|
content: "\f20a";
|
|
}
|
|
|
|
/* line 1857, bahmni-helper/_font-awesome.scss */
|
|
.fa-shekel:before,
|
|
.fa-sheqel:before,
|
|
.fa-ils:before {
|
|
content: "\f20b";
|
|
}
|
|
|
|
/* line 1862, bahmni-helper/_font-awesome.scss */
|
|
.fa-meanpath:before {
|
|
content: "\f20c";
|
|
}
|
|
|
|
/* line 1865, bahmni-helper/_font-awesome.scss */
|
|
.fa-buysellads:before {
|
|
content: "\f20d";
|
|
}
|
|
|
|
/* line 1868, bahmni-helper/_font-awesome.scss */
|
|
.fa-connectdevelop:before {
|
|
content: "\f20e";
|
|
}
|
|
|
|
/* line 1871, bahmni-helper/_font-awesome.scss */
|
|
.fa-dashcube:before {
|
|
content: "\f210";
|
|
}
|
|
|
|
/* line 1874, bahmni-helper/_font-awesome.scss */
|
|
.fa-forumbee:before {
|
|
content: "\f211";
|
|
}
|
|
|
|
/* line 1877, bahmni-helper/_font-awesome.scss */
|
|
.fa-leanpub:before {
|
|
content: "\f212";
|
|
}
|
|
|
|
/* line 1880, bahmni-helper/_font-awesome.scss */
|
|
.fa-sellsy:before {
|
|
content: "\f213";
|
|
}
|
|
|
|
/* line 1883, bahmni-helper/_font-awesome.scss */
|
|
.fa-shirtsinbulk:before {
|
|
content: "\f214";
|
|
}
|
|
|
|
/* line 1886, bahmni-helper/_font-awesome.scss */
|
|
.fa-simplybuilt:before {
|
|
content: "\f215";
|
|
}
|
|
|
|
/* line 1889, bahmni-helper/_font-awesome.scss */
|
|
.fa-skyatlas:before {
|
|
content: "\f216";
|
|
}
|
|
|
|
/* line 1892, bahmni-helper/_font-awesome.scss */
|
|
.fa-cart-plus:before {
|
|
content: "\f217";
|
|
}
|
|
|
|
/* line 1895, bahmni-helper/_font-awesome.scss */
|
|
.fa-cart-arrow-down:before {
|
|
content: "\f218";
|
|
}
|
|
|
|
/* line 1898, bahmni-helper/_font-awesome.scss */
|
|
.fa-diamond:before {
|
|
content: "\f219";
|
|
}
|
|
|
|
/* line 1901, bahmni-helper/_font-awesome.scss */
|
|
.fa-ship:before {
|
|
content: "\f21a";
|
|
}
|
|
|
|
/* line 1904, bahmni-helper/_font-awesome.scss */
|
|
.fa-user-secret:before {
|
|
content: "\f21b";
|
|
}
|
|
|
|
/* line 1907, bahmni-helper/_font-awesome.scss */
|
|
.fa-motorcycle:before {
|
|
content: "\f21c";
|
|
}
|
|
|
|
/* line 1910, bahmni-helper/_font-awesome.scss */
|
|
.fa-street-view:before {
|
|
content: "\f21d";
|
|
}
|
|
|
|
/* line 1913, bahmni-helper/_font-awesome.scss */
|
|
.fa-heartbeat:before {
|
|
content: "\f21e";
|
|
}
|
|
|
|
/* line 1916, bahmni-helper/_font-awesome.scss */
|
|
.fa-venus:before {
|
|
content: "\f221";
|
|
}
|
|
|
|
/* line 1919, bahmni-helper/_font-awesome.scss */
|
|
.fa-mars:before {
|
|
content: "\f222";
|
|
}
|
|
|
|
/* line 1922, bahmni-helper/_font-awesome.scss */
|
|
.fa-mercury:before {
|
|
content: "\f223";
|
|
}
|
|
|
|
/* line 1925, bahmni-helper/_font-awesome.scss */
|
|
.fa-transgender:before {
|
|
content: "\f224";
|
|
}
|
|
|
|
/* line 1928, bahmni-helper/_font-awesome.scss */
|
|
.fa-transgender-alt:before {
|
|
content: "\f225";
|
|
}
|
|
|
|
/* line 1931, bahmni-helper/_font-awesome.scss */
|
|
.fa-venus-double:before {
|
|
content: "\f226";
|
|
}
|
|
|
|
/* line 1934, bahmni-helper/_font-awesome.scss */
|
|
.fa-mars-double:before {
|
|
content: "\f227";
|
|
}
|
|
|
|
/* line 1937, bahmni-helper/_font-awesome.scss */
|
|
.fa-venus-mars:before {
|
|
content: "\f228";
|
|
}
|
|
|
|
/* line 1940, bahmni-helper/_font-awesome.scss */
|
|
.fa-mars-stroke:before {
|
|
content: "\f229";
|
|
}
|
|
|
|
/* line 1943, bahmni-helper/_font-awesome.scss */
|
|
.fa-mars-stroke-v:before {
|
|
content: "\f22a";
|
|
}
|
|
|
|
/* line 1946, bahmni-helper/_font-awesome.scss */
|
|
.fa-mars-stroke-h:before {
|
|
content: "\f22b";
|
|
}
|
|
|
|
/* line 1949, bahmni-helper/_font-awesome.scss */
|
|
.fa-neuter:before {
|
|
content: "\f22c";
|
|
}
|
|
|
|
/* line 1952, bahmni-helper/_font-awesome.scss */
|
|
.fa-facebook-official:before {
|
|
content: "\f230";
|
|
}
|
|
|
|
/* line 1955, bahmni-helper/_font-awesome.scss */
|
|
.fa-pinterest-p:before {
|
|
content: "\f231";
|
|
}
|
|
|
|
/* line 1958, bahmni-helper/_font-awesome.scss */
|
|
.fa-whatsapp:before {
|
|
content: "\f232";
|
|
}
|
|
|
|
/* line 1961, bahmni-helper/_font-awesome.scss */
|
|
.fa-server:before {
|
|
content: "\f233";
|
|
}
|
|
|
|
/* line 1964, bahmni-helper/_font-awesome.scss */
|
|
.fa-user-plus:before {
|
|
content: "\f234";
|
|
}
|
|
|
|
/* line 1967, bahmni-helper/_font-awesome.scss */
|
|
.fa-user-times:before {
|
|
content: "\f235";
|
|
}
|
|
|
|
/* line 1970, bahmni-helper/_font-awesome.scss */
|
|
.fa-hotel:before,
|
|
.fa-bed:before {
|
|
content: "\f236";
|
|
}
|
|
|
|
/* line 1974, bahmni-helper/_font-awesome.scss */
|
|
.fa-viacoin:before {
|
|
content: "\f237";
|
|
}
|
|
|
|
/* line 1977, bahmni-helper/_font-awesome.scss */
|
|
.fa-train:before {
|
|
content: "\f238";
|
|
}
|
|
|
|
/* line 1980, bahmni-helper/_font-awesome.scss */
|
|
.fa-subway:before {
|
|
content: "\f239";
|
|
}
|
|
|
|
/* line 1983, bahmni-helper/_font-awesome.scss */
|
|
.fa-medium:before {
|
|
content: "\f23a";
|
|
}
|
|
|
|
/* line 1986, bahmni-helper/_font-awesome.scss */
|
|
.fa-green {
|
|
color: #01BE24;
|
|
}
|
|
|
|
/* line 1989, bahmni-helper/_font-awesome.scss */
|
|
.fa-red {
|
|
color: #ff3d3d;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'customFontFamily';
|
|
src: url("../styles/fonts/bahmni-custom-fonts/bahmni-custom-fonts.eot");
|
|
src: url("../styles/fonts/bahmni-custom-fonts/bahmni-custom-fonts.eot?#iefix") format("embedded-opentype"), url("../styles/fonts/bahmni-custom-fonts/bahmni-custom-fonts.woff") format("woff"), url("../styles/fonts/bahmni-custom-fonts/bahmni-custom-fonts.ttf") format("truetype"), url("../styles/fonts/bahmni-custom-fonts/bahmni-custom-fonts.svg#customFontFamily") format("svg");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
/* line 22, bahmni-helper/_custom-fonts.scss */
|
|
[data-icon]:before {
|
|
font-family: customFontFamily !important;
|
|
content: attr(data-icon);
|
|
font-style: normal !important;
|
|
font-weight: normal !important;
|
|
font-variant: normal !important;
|
|
text-transform: none !important;
|
|
speak: none;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
/* line 35, bahmni-helper/_custom-fonts.scss */
|
|
[class^="icon-"]:before,
|
|
[class*=" icon-"]:before {
|
|
font-family: customFontFamily !important;
|
|
font-style: normal !important;
|
|
font-weight: normal !important;
|
|
font-variant: normal !important;
|
|
text-transform: none !important;
|
|
speak: none;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
font-size: 60px;
|
|
}
|
|
|
|
/* line 52, bahmni-helper/_custom-fonts.scss */
|
|
.apps ul li [class^="fa-"]:before,
|
|
.apps ul li [class*=" fa-"]:before {
|
|
display: inline-block;
|
|
font-family: FontAwesome;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
padding: 0;
|
|
/* sprites.less reset */
|
|
display: inline-block;
|
|
width: auto;
|
|
height: auto;
|
|
line-height: normal;
|
|
vertical-align: baseline;
|
|
background-image: none;
|
|
background-position: 0 0;
|
|
background-repeat: repeat;
|
|
margin-top: 0;
|
|
font-size: 55px;
|
|
}
|
|
|
|
/* line 77, bahmni-helper/_custom-fonts.scss */
|
|
.icon-bahmni-admin:before {
|
|
content: "\e000";
|
|
}
|
|
|
|
/* line 81, bahmni-helper/_custom-fonts.scss */
|
|
.icon-bahmni-collapse:before {
|
|
content: "\e001";
|
|
}
|
|
|
|
/* line 84, bahmni-helper/_custom-fonts.scss */
|
|
.icon-bahmni-data-integrity:before {
|
|
content: "\e002";
|
|
}
|
|
|
|
/* line 87, bahmni-helper/_custom-fonts.scss */
|
|
.icon-bahmni-documents:before {
|
|
content: "\e003";
|
|
}
|
|
|
|
/* line 91, bahmni-helper/_custom-fonts.scss */
|
|
.icon-bahmni-expand:before {
|
|
content: "\e004";
|
|
}
|
|
|
|
/* line 94, bahmni-helper/_custom-fonts.scss */
|
|
.icon-bahmni-inpatient:before {
|
|
content: "\e005";
|
|
}
|
|
|
|
/* line 97, bahmni-helper/_custom-fonts.scss */
|
|
.icon-bahmni-orders:before {
|
|
content: "\e006";
|
|
}
|
|
|
|
/* line 100, bahmni-helper/_custom-fonts.scss */
|
|
.icon-bahmni-program:before {
|
|
content: "\e007";
|
|
}
|
|
|
|
/* line 103, bahmni-helper/_custom-fonts.scss */
|
|
.icon-bahmni-radiology:before {
|
|
content: "\e008";
|
|
}
|
|
|
|
/* line 106, bahmni-helper/_custom-fonts.scss */
|
|
.icon-bahmni-registration:before {
|
|
content: "\e009";
|
|
}
|
|
|
|
/* line 109, bahmni-helper/_custom-fonts.scss */
|
|
.icon-bahmni-reports:before {
|
|
content: "\e00a";
|
|
}
|
|
|
|
/* line 37, bahmni-components/_grid.scss */
|
|
body {
|
|
width: 100%;
|
|
*zoom: 1;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
body:before, body:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
body:after {
|
|
clear: both;
|
|
}
|
|
|
|
/*doc
|
|
---
|
|
title: Default Section
|
|
name: default_section
|
|
category: Layout - sections
|
|
---
|
|
|
|
Section grid styles can be applied to any element. Typically you'll want to
|
|
use either a `<div>` or an `<section>` element:
|
|
|
|
```html_example
|
|
<div class="primary-section-grid">
|
|
<h2 class="section-title">Section Title</h2>
|
|
<p>This is a primary section grid</p>
|
|
</div>
|
|
```
|
|
|
|
*/
|
|
/* helpers */
|
|
/* grid sections */
|
|
/* line 23, bahmni-components/_uiHelper.scss */
|
|
.primary-section-grid {
|
|
border: 1px solid #bbb;
|
|
border-radius: 5px;
|
|
box-shadow: 0px 0px 8px -1px #ccc;
|
|
}
|
|
|
|
/* line 29, bahmni-components/_uiHelper.scss */
|
|
.section-grid,
|
|
.template-container section.treatment-section,
|
|
.visit-summary-page section.block,
|
|
.dashboard-section {
|
|
border: 1px solid #669999;
|
|
border-radius: 5px 5px 0 0;
|
|
background: #FFFFFF;
|
|
}
|
|
|
|
/* line 35, bahmni-components/_uiHelper.scss */
|
|
.section-title-wrapper {
|
|
background: #669999;
|
|
padding-right: 10px;
|
|
}
|
|
/* line 38, bahmni-components/_uiHelper.scss */
|
|
.section-title-wrapper button {
|
|
margin-top: 6px;
|
|
}
|
|
|
|
/* line 44, bahmni-components/_uiHelper.scss */
|
|
h2.section-title {
|
|
font-family: OpenSans, Arial, sans-serif;
|
|
padding: 10px;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
color: #FFFFFF;
|
|
font-size: 16px;
|
|
clear: both;
|
|
background: #669999;
|
|
position: relative;
|
|
border-radius: 2px 2px 0 0;
|
|
}
|
|
/* line 55, bahmni-components/_uiHelper.scss */
|
|
h2.section-title .section-title-text {
|
|
padding-top: 8px;
|
|
display: inline-block;
|
|
}
|
|
/* line 59, bahmni-components/_uiHelper.scss */
|
|
h2.section-title.has-link {
|
|
cursor: pointer;
|
|
}
|
|
/* line 61, bahmni-components/_uiHelper.scss */
|
|
h2.section-title.has-link:hover {
|
|
background: #5c8a8a;
|
|
}
|
|
/* line 64, bahmni-components/_uiHelper.scss */
|
|
h2.section-title.has-link .title-link {
|
|
border-bottom: 1px solid white;
|
|
}
|
|
/* line 67, bahmni-components/_uiHelper.scss */
|
|
h2.section-title.has-link .fa-external-link {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
font-size: 26px;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
/* document link */
|
|
/* line 78, bahmni-components/_uiHelper.scss */
|
|
a.document-link {
|
|
display: block;
|
|
padding: 5px;
|
|
font-size: 14px;
|
|
line-height: 1.3em;
|
|
}
|
|
/* line 83, bahmni-components/_uiHelper.scss */
|
|
a.document-link:hover {
|
|
text-decoration: underline;
|
|
}
|
|
/* line 85, bahmni-components/_uiHelper.scss */
|
|
a.document-link:hover .fa-star {
|
|
text-decoration: none;
|
|
}
|
|
|
|
/* notes */
|
|
/* line 93, bahmni-components/_uiHelper.scss */
|
|
table tr.test-notes-parent, table tr.notes-open {
|
|
border-bottom: 0;
|
|
}
|
|
/* line 95, bahmni-components/_uiHelper.scss */
|
|
table tr.test-notes-parent td, table tr.notes-open td {
|
|
border: 0;
|
|
}
|
|
/* line 99, bahmni-components/_uiHelper.scss */
|
|
table tr.notes-open td {
|
|
background: #EFF8FF;
|
|
}
|
|
/* line 102, bahmni-components/_uiHelper.scss */
|
|
table tr.has-test-notes td {
|
|
border: 0;
|
|
}
|
|
|
|
/* line 107, bahmni-components/_uiHelper.scss */
|
|
.notes {
|
|
font-size: 12px;
|
|
background: #EFF8FF;
|
|
line-height: 1.4em;
|
|
padding: 3px;
|
|
margin: 10px 0;
|
|
overflow: auto;
|
|
clear: both;
|
|
border: 0;
|
|
color: #000000;
|
|
}
|
|
/* line 117, bahmni-components/_uiHelper.scss */
|
|
.notes strong, .notes .title {
|
|
float: left;
|
|
margin-right: 5px;
|
|
font-family: OpenSansBold, Arial, sans-serif;
|
|
display: inline;
|
|
}
|
|
/* line 123, bahmni-components/_uiHelper.scss */
|
|
.notes pre, .notes .content {
|
|
background: none;
|
|
}
|
|
/* line 126, bahmni-components/_uiHelper.scss */
|
|
.notes.inline-notes {
|
|
margin: 0;
|
|
}
|
|
/* line 129, bahmni-components/_uiHelper.scss */
|
|
.notes.test-notes, .notes.inline-comments {
|
|
font-size: 12px;
|
|
color: #333;
|
|
margin: 0;
|
|
}
|
|
/* line 135, bahmni-components/_uiHelper.scss */
|
|
.notes.test-notes i[class^=fa-], .notes.inline-comments i[class^=fa-] {
|
|
font-size: 14px;
|
|
margin-right: 5px;
|
|
}
|
|
/* line 139, bahmni-components/_uiHelper.scss */
|
|
.notes.test-notes pre.left, .notes.inline-comments pre.left {
|
|
font-size: 12px;
|
|
}
|
|
/* line 143, bahmni-components/_uiHelper.scss */
|
|
.notes.test-notes {
|
|
padding: 3px 3px 3px 15px;
|
|
}
|
|
|
|
/* file-attachment */
|
|
/* line 150, bahmni-components/_uiHelper.scss */
|
|
.has-uploaded-file:hover {
|
|
background: #eee;
|
|
cursor: pointer;
|
|
}
|
|
/* line 154, bahmni-components/_uiHelper.scss */
|
|
.has-uploaded-file .uploaded-file {
|
|
display: inline-block;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
/* line 158, bahmni-components/_uiHelper.scss */
|
|
.has-uploaded-file .uploaded-file:focus {
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
/* line 162, bahmni-components/_uiHelper.scss */
|
|
.has-uploaded-file .uploaded-file .fa-paper-clip {
|
|
float: left;
|
|
margin-top: -5px;
|
|
}
|
|
|
|
/* footer note with date time provider */
|
|
/* line 170, bahmni-components/_uiHelper.scss */
|
|
.footer-note {
|
|
text-align: right;
|
|
}
|
|
/* line 172, bahmni-components/_uiHelper.scss */
|
|
.footer-note span {
|
|
font-size: 12px;
|
|
color: #666;
|
|
}
|
|
/* line 176, bahmni-components/_uiHelper.scss */
|
|
.footer-note .time-stamp {
|
|
display: block;
|
|
}
|
|
/* line 178, bahmni-components/_uiHelper.scss */
|
|
.footer-note .time-stamp .date {
|
|
text-transform: uppercase;
|
|
}
|
|
/* line 181, bahmni-components/_uiHelper.scss */
|
|
.footer-note .time-stamp .time {
|
|
color: #666;
|
|
margin-left: 5px;
|
|
}
|
|
/* line 186, bahmni-components/_uiHelper.scss */
|
|
.footer-note .provider {
|
|
float: right;
|
|
}
|
|
|
|
/* disable any (block) element aesthetically, form elements needs a wrapper. */
|
|
/* line 192, bahmni-components/_uiHelper.scss */
|
|
.is-disabled {
|
|
position: relative;
|
|
}
|
|
/* line 194, bahmni-components/_uiHelper.scss */
|
|
.is-disabled:before {
|
|
position: absolute;
|
|
content: '';
|
|
width: 100%;
|
|
height: 100%;
|
|
opacity: 0.3;
|
|
background: #eee;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
|
|
/* line 206, bahmni-components/_uiHelper.scss */
|
|
.box-container {
|
|
overflow: hidden;
|
|
background-color: #FFFFFF;
|
|
padding: 15px;
|
|
margin-bottom: 10px;
|
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
|
|
}
|
|
/* line 212, bahmni-components/_uiHelper.scss */
|
|
.box-container.box-container-patient-info {
|
|
padding-top: 0;
|
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
|
|
}
|
|
/* line 216, bahmni-components/_uiHelper.scss */
|
|
.box-container.box-container-default {
|
|
margin-bottom: 0;
|
|
padding: 0 15px;
|
|
clear: both;
|
|
}
|
|
/* line 221, bahmni-components/_uiHelper.scss */
|
|
.box-container section.section-padding {
|
|
padding-top: 14px;
|
|
}
|
|
/* line 224, bahmni-components/_uiHelper.scss */
|
|
.box-container legend {
|
|
width: 100%;
|
|
}
|
|
/* line 226, bahmni-components/_uiHelper.scss */
|
|
.box-container legend a {
|
|
color: #000000;
|
|
display: inline-block;
|
|
width: 95%;
|
|
}
|
|
@media (max-width: 580px) {
|
|
/* line 226, bahmni-components/_uiHelper.scss */
|
|
.box-container legend a {
|
|
width: 92%;
|
|
}
|
|
}
|
|
|
|
/* line 1, bahmni-components/_loader.scss */
|
|
#loader {
|
|
z-index: 999999999;
|
|
width: 100%;
|
|
height: 20px;
|
|
margin: 20px auto;
|
|
background-image: url("../images/loader.gif");
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
}
|
|
|
|
/* line 11, bahmni-components/_loader.scss */
|
|
#overlay {
|
|
display: none;
|
|
z-index: 9999999999999;
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0px;
|
|
left: 0px;
|
|
background: rgba(0, 0, 0, 0.6) url("../images/spinner.gif") no-repeat center center;
|
|
}
|
|
/* line 20, bahmni-components/_loader.scss */
|
|
#overlay div {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
/* line 1, bahmni-components/_header.scss */
|
|
.header-wrapper {
|
|
background: #669999;
|
|
}
|
|
/* line 3, bahmni-components/_header.scss */
|
|
.header-wrapper header {
|
|
height: 52px;
|
|
max-width: 1300px;
|
|
margin: 0 auto;
|
|
position: relative;
|
|
}
|
|
@media screen and (max-width: 1300px) {
|
|
/* line 3, bahmni-components/_header.scss */
|
|
.header-wrapper header {
|
|
padding: 0 10px;
|
|
}
|
|
}
|
|
|
|
/* line 14, bahmni-components/_header.scss */
|
|
.patient-details {
|
|
display: inline-block;
|
|
position: fixed;
|
|
top: 53px;
|
|
right: 5px;
|
|
z-index: 1;
|
|
}
|
|
|
|
/* line 21, bahmni-components/_header.scss */
|
|
.patient-details a {
|
|
font-size: 16px;
|
|
font-family: OpenSansBold, Arial, sans-serif;
|
|
text-transform: capitalize;
|
|
width: 22%;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
text-align: right;
|
|
background: #eee;
|
|
padding: 10px 15px;
|
|
border-radius: 5px;
|
|
box-shadow: 0px 4px 5px -2px #ccc;
|
|
border: 1px solid #ccc;
|
|
}
|
|
/* line 35, bahmni-components/_header.scss */
|
|
.patient-details a:hover {
|
|
text-decoration: none;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
/* line 21, bahmni-components/_header.scss */
|
|
.patient-details a {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
/* line 43, bahmni-components/_header.scss */
|
|
.reg-header-right {
|
|
width: auto;
|
|
}
|
|
|
|
/* line 1, bahmni-components/_navigation.scss */
|
|
.tabs {
|
|
margin-top: 20px;
|
|
*zoom: 1;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.tabs:before, .tabs:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.tabs:after {
|
|
clear: both;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 8, bahmni-components/_navigation.scss */
|
|
.tabs ul.consultation-tabs li.tab-item a {
|
|
padding: 16px 15px 16px;
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
/* line 15, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item {
|
|
float: left;
|
|
margin-bottom: -1px;
|
|
}
|
|
/* line 18, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item a, .tabs ul li.tab-item button {
|
|
padding: 15px 15px 14px;
|
|
background: #527a7a;
|
|
display: inline-block;
|
|
color: #FFFFFF;
|
|
margin: 0 3px 0 0;
|
|
border-radius: 5px 5px 0 0;
|
|
text-decoration: none;
|
|
line-height: 1.2em;
|
|
cursor: pointer;
|
|
font-size: 14px;
|
|
}
|
|
/* line 29, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item a:hover, .tabs ul li.tab-item button:hover {
|
|
opacity: 0.8;
|
|
}
|
|
/* line 33, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item .close {
|
|
display: none;
|
|
}
|
|
/* line 38, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item.new-tab a, .tabs ul li.tab-item.new-tab button {
|
|
border-top-right-radius: 15px;
|
|
cursor: pointer;
|
|
}
|
|
/* line 44, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item.tab-removable {
|
|
position: relative;
|
|
}
|
|
/* line 46, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item.tab-removable a {
|
|
padding-right: 40px;
|
|
}
|
|
/* line 49, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item.tab-removable .close {
|
|
position: absolute;
|
|
z-index: 1;
|
|
right: 0px;
|
|
top: 0px;
|
|
padding: 10px;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
}
|
|
/* line 57, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item.tab-removable .close .close-icon {
|
|
padding: 0;
|
|
font-size: 12px;
|
|
border-radius: 100%;
|
|
width: 16px;
|
|
height: 16px;
|
|
line-height: 15px;
|
|
transition: all .3s ease;
|
|
text-align: center;
|
|
display: inline-block;
|
|
border: 1px solid #ccc;
|
|
color: #ccc;
|
|
font-family: Arial;
|
|
text-transform: lowercase;
|
|
}
|
|
/* line 73, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item.tab-removable .close:hover .close-icon {
|
|
color: white;
|
|
background-color: #ff6666;
|
|
}
|
|
/* line 79, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item .tab-submenu {
|
|
display: none;
|
|
width: 200px;
|
|
position: absolute;
|
|
top: 43px;
|
|
left: 0;
|
|
}
|
|
/* line 85, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item .tab-submenu ul {
|
|
background: #527a7a;
|
|
border: 1px solid #527a7a;
|
|
border-bottom-left-radius: 5px;
|
|
border-bottom-right-radius: 5px;
|
|
}
|
|
/* line 91, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item .tab-submenu .submenu-item {
|
|
display: block;
|
|
background: none;
|
|
border-radius: 0;
|
|
margin: 0;
|
|
color: white;
|
|
border-bottom: 1px solid #527a7a;
|
|
}
|
|
/* line 98, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item .tab-submenu .submenu-item:hover {
|
|
color: white;
|
|
}
|
|
/* line 102, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item .tab-submenu li:last-child .submenu-item {
|
|
border: 0;
|
|
}
|
|
/* line 106, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item.tab-active {
|
|
position: relative;
|
|
}
|
|
/* line 108, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item.tab-active .tab-submenu {
|
|
display: block;
|
|
}
|
|
/* line 112, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item button {
|
|
border-radius: 3px;
|
|
padding: 8px 10px;
|
|
}
|
|
/* line 116, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item.tab-selected a, .tabs ul li.tab-item.tab-selected button {
|
|
position: relative;
|
|
background: #fafafa;
|
|
color: #00463f;
|
|
border: 1px solid #ccc;
|
|
border-bottom: none;
|
|
outline: none;
|
|
}
|
|
/* line 123, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item.tab-selected a:hover, .tabs ul li.tab-item.tab-selected button:hover {
|
|
opacity: 1;
|
|
cursor: default;
|
|
}
|
|
/* line 128, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item.tab-selected button {
|
|
top: 4px;
|
|
border-bottom-right-radius: 0px;
|
|
border-bottom-left-radius: 0px;
|
|
}
|
|
|
|
@media screen and (max-width: 959px) {
|
|
/* line 137, bahmni-components/_navigation.scss */
|
|
.tabs ul li a {
|
|
padding: 13px 10px;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 700px) {
|
|
/* line 144, bahmni-components/_navigation.scss */
|
|
.desktop-menu {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
/* line 150, bahmni-components/_navigation.scss */
|
|
.mobile-menu {
|
|
display: none;
|
|
position: relative;
|
|
padding-top: 14px;
|
|
}
|
|
@media screen and (max-width: 700px) {
|
|
/* line 150, bahmni-components/_navigation.scss */
|
|
.mobile-menu {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 700px) {
|
|
/* line 160, bahmni-components/_navigation.scss */
|
|
.clinical-header a.mobile-menu-icon {
|
|
background: #669999;
|
|
border: 1px solid #527a7a;
|
|
padding: 9px 10px;
|
|
color: #FFFFFF;
|
|
}
|
|
/* line 165, bahmni-components/_navigation.scss */
|
|
.clinical-header a.mobile-menu-icon i {
|
|
font-size: 18px;
|
|
margin-right: 5px;
|
|
}
|
|
/* line 170, bahmni-components/_navigation.scss */
|
|
.clinical-header .header-tabs {
|
|
position: absolute;
|
|
width: 220px;
|
|
top: 52px;
|
|
margin: 0 !important;
|
|
padding: 10px 0;
|
|
background: #527a7a;
|
|
border: 1px solid #527a7a;
|
|
border-radius: 0px 0px 5px 5px;
|
|
}
|
|
/* line 179, bahmni-components/_navigation.scss */
|
|
.clinical-header .header-tabs li.tab-item {
|
|
float: none;
|
|
}
|
|
/* line 181, bahmni-components/_navigation.scss */
|
|
.clinical-header .header-tabs li.tab-item a {
|
|
display: block;
|
|
border-radius: 0;
|
|
margin: 0;
|
|
}
|
|
/* line 186, bahmni-components/_navigation.scss */
|
|
.clinical-header .header-tabs li.tab-item.tab-selected a, .clinical-header .header-tabs li.tab-item.tab-selected button {
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
|
|
/* line 192, bahmni-components/_navigation.scss */
|
|
.opd-header-wrapper a.btn--success {
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 470px) {
|
|
/* line 198, bahmni-components/_navigation.scss */
|
|
.opd-header-wrapper a.btn--success {
|
|
font-size: 12px;
|
|
padding: 9px 5px !important;
|
|
margin-right: 5px !important;
|
|
}
|
|
|
|
/* line 204, bahmni-components/_navigation.scss */
|
|
.clinical-header a.mobile-menu-icon {
|
|
padding: 7px 5px;
|
|
font-size: 12px;
|
|
}
|
|
/* line 207, bahmni-components/_navigation.scss */
|
|
.clinical-header a.mobile-menu-icon i {
|
|
font-size: 15px;
|
|
}
|
|
|
|
/* line 212, bahmni-components/_navigation.scss */
|
|
.mobile-menu {
|
|
padding-top: 12px;
|
|
}
|
|
}
|
|
/*doc
|
|
---
|
|
title: Form
|
|
name: Form
|
|
category: Layout - Form
|
|
---
|
|
|
|
Form is following the below structure:
|
|
|
|
```html_example
|
|
<form>
|
|
<section class="form-field">
|
|
<article class="form-field">
|
|
<div class="field-attribute">
|
|
<label>Postalcode
|
|
</label>
|
|
</div>
|
|
<div class="field-value">
|
|
<input type="text" id="postalCode">
|
|
</div>
|
|
</article>
|
|
<article class="form-field">
|
|
<div class="field-attribute">
|
|
<label>Postalcode
|
|
<span class="asterick">*</span>
|
|
</label>
|
|
</div>
|
|
<div class="field-value">
|
|
<input type="text" id="postalCode" value="incorrect value" class="illegalValue">
|
|
</div>
|
|
</article>
|
|
</section>
|
|
</form>
|
|
```
|
|
|
|
|
|
*/
|
|
/*doc
|
|
---
|
|
title: Two column Layout Form
|
|
name: two_column_layout_form
|
|
category: Layout - Form
|
|
---
|
|
|
|
Form is following the below structure:
|
|
|
|
```html_example
|
|
<form>
|
|
<section class="form-field-inline">
|
|
<article class="form-field">
|
|
<div class="field-attribute">
|
|
<label>Postalcode
|
|
</label>
|
|
</div>
|
|
<div class="field-value">
|
|
<input type="text" id="postalCode">
|
|
</div>
|
|
</article>
|
|
<article class="form-field right-form-field">
|
|
<div class="field-attribute">
|
|
<label>Postalcode
|
|
<span class="asterick">*</span>
|
|
</label>
|
|
</div>
|
|
<div class="field-value">
|
|
<input type="text" id="postalCode" value="incorrect value" class="illegalValue">
|
|
</div>
|
|
</article>
|
|
</section>
|
|
</form>
|
|
```
|
|
|
|
|
|
*/
|
|
/*doc
|
|
---
|
|
title: Multi Column Layout
|
|
name: multi_column_layout
|
|
category: Layout - Form
|
|
---
|
|
|
|
|
|
```html_example
|
|
<form>
|
|
<div class="row">
|
|
<div class="col col1 form-field">
|
|
<div class="field-attribute">
|
|
<label>Sample</label>
|
|
</div>
|
|
<div class="field-value">
|
|
<select>
|
|
<option value="" selected="selected">Select Relationship Type</option>
|
|
<option label="Doctor" value="doctor">Doctor</option>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
<div class="col col1 form-field">
|
|
<div class="field-attribute">
|
|
<label>Label</label>
|
|
</div>
|
|
<div class="field-value">
|
|
<select>
|
|
<option value="" selected="selected">Select Relationship Type</option>
|
|
<option label="Doctor" value="doctor">Doctor</option>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
<div class="col col1 form-field">
|
|
<div class="field-attribute">
|
|
<label>Till</label>
|
|
</div>
|
|
<div class="field-value">
|
|
<select>
|
|
<option value="" selected="selected">Select Relationship Type</option>
|
|
<option label="Doctor" value="doctor">Doctor</option>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
```
|
|
|
|
|
|
*/
|
|
/******** form element styling start********/
|
|
/* line 134, bahmni-components/_forms.scss */
|
|
fieldset {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
}
|
|
|
|
/* line 137, bahmni-components/_forms.scss */
|
|
form fieldset, .form fieldset {
|
|
display: inline-block;
|
|
min-width: 60%;
|
|
border: none;
|
|
padding: 0px;
|
|
width: 100%;
|
|
}
|
|
/* line 144, bahmni-components/_forms.scss */
|
|
form .form-field, .form .form-field {
|
|
*zoom: 1;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
form .form-field:before, form .form-field:after, .form .form-field:before, .form .form-field:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
form .form-field:after, .form .form-field:after {
|
|
clear: both;
|
|
}
|
|
/* line 146, bahmni-components/_forms.scss */
|
|
form .form-field .field-attribute, .form .form-field .field-attribute {
|
|
float: left;
|
|
}
|
|
/* line 148, bahmni-components/_forms.scss */
|
|
form .form-field .field-attribute label, .form .form-field .field-attribute label {
|
|
width: 15em;
|
|
float: left;
|
|
text-align: right;
|
|
margin: 0.7em 0.8em 0em 0em;
|
|
}
|
|
/* line 155, bahmni-components/_forms.scss */
|
|
form .form-field .field-value, .form .form-field .field-value {
|
|
float: left;
|
|
}
|
|
/* line 157, bahmni-components/_forms.scss */
|
|
form .form-field .field-value input[type="text"], form .form-field .field-value .input-prepend [type="text"].add-on, form .input-prepend .form-field .field-value [type="text"].add-on, .form .input-prepend form .form-field .field-value [type="text"].add-on, form .form-field .field-value input[type="password"], form .form-field .field-value .input-prepend [type="password"].add-on, form .input-prepend .form-field .field-value [type="password"].add-on, .form .input-prepend form .form-field .field-value [type="password"].add-on, form .form-field .field-value input[type="date"], form .form-field .field-value .input-prepend [type="date"].add-on, form .input-prepend .form-field .field-value [type="date"].add-on, .form .input-prepend form .form-field .field-value [type="date"].add-on, .form .form-field .field-value input[type="text"], form .input-prepend .form .form-field .field-value [type="text"].add-on, .form .form-field .field-value .input-prepend [type="text"].add-on, .form .input-prepend .form-field .field-value [type="text"].add-on, .form .form-field .field-value input[type="password"], form .input-prepend .form .form-field .field-value [type="password"].add-on, .form .form-field .field-value .input-prepend [type="password"].add-on, .form .input-prepend .form-field .field-value [type="password"].add-on, .form .form-field .field-value input[type="date"], form .input-prepend .form .form-field .field-value [type="date"].add-on, .form .form-field .field-value .input-prepend [type="date"].add-on, .form .input-prepend .form-field .field-value [type="date"].add-on {
|
|
float: left;
|
|
width: 12.5em;
|
|
}
|
|
@media (max-width: 800px) {
|
|
/* line 157, bahmni-components/_forms.scss */
|
|
form .form-field .field-value input[type="text"], form .form-field .field-value .input-prepend [type="text"].add-on, form .input-prepend .form-field .field-value [type="text"].add-on, .form .input-prepend form .form-field .field-value [type="text"].add-on, form .form-field .field-value input[type="password"], form .form-field .field-value .input-prepend [type="password"].add-on, form .input-prepend .form-field .field-value [type="password"].add-on, .form .input-prepend form .form-field .field-value [type="password"].add-on, form .form-field .field-value input[type="date"], form .form-field .field-value .input-prepend [type="date"].add-on, form .input-prepend .form-field .field-value [type="date"].add-on, .form .input-prepend form .form-field .field-value [type="date"].add-on, .form .form-field .field-value input[type="text"], form .input-prepend .form .form-field .field-value [type="text"].add-on, .form .form-field .field-value .input-prepend [type="text"].add-on, .form .input-prepend .form-field .field-value [type="text"].add-on, .form .form-field .field-value input[type="password"], form .input-prepend .form .form-field .field-value [type="password"].add-on, .form .form-field .field-value .input-prepend [type="password"].add-on, .form .input-prepend .form-field .field-value [type="password"].add-on, .form .form-field .field-value input[type="date"], form .input-prepend .form .form-field .field-value [type="date"].add-on, .form .form-field .field-value .input-prepend [type="date"].add-on, .form .input-prepend .form-field .field-value [type="date"].add-on {
|
|
width: 11.5em;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
/* line 157, bahmni-components/_forms.scss */
|
|
form .form-field .field-value input[type="text"], form .form-field .field-value .input-prepend [type="text"].add-on, form .input-prepend .form-field .field-value [type="text"].add-on, .form .input-prepend form .form-field .field-value [type="text"].add-on, form .form-field .field-value input[type="password"], form .form-field .field-value .input-prepend [type="password"].add-on, form .input-prepend .form-field .field-value [type="password"].add-on, .form .input-prepend form .form-field .field-value [type="password"].add-on, form .form-field .field-value input[type="date"], form .form-field .field-value .input-prepend [type="date"].add-on, form .input-prepend .form-field .field-value [type="date"].add-on, .form .input-prepend form .form-field .field-value [type="date"].add-on, .form .form-field .field-value input[type="text"], form .input-prepend .form .form-field .field-value [type="text"].add-on, .form .form-field .field-value .input-prepend [type="text"].add-on, .form .input-prepend .form-field .field-value [type="text"].add-on, .form .form-field .field-value input[type="password"], form .input-prepend .form .form-field .field-value [type="password"].add-on, .form .form-field .field-value .input-prepend [type="password"].add-on, .form .input-prepend .form-field .field-value [type="password"].add-on, .form .form-field .field-value input[type="date"], form .input-prepend .form .form-field .field-value [type="date"].add-on, .form .form-field .field-value .input-prepend [type="date"].add-on, .form .input-prepend .form-field .field-value [type="date"].add-on {
|
|
width: 12.5em;
|
|
}
|
|
}
|
|
/* line 168, bahmni-components/_forms.scss */
|
|
form .form-field .field-value input[type="number"], form .form-field .field-value .input-prepend [type="number"].add-on, form .input-prepend .form-field .field-value [type="number"].add-on, .form .input-prepend form .form-field .field-value [type="number"].add-on, .form .form-field .field-value input[type="number"], form .input-prepend .form .form-field .field-value [type="number"].add-on, .form .form-field .field-value .input-prepend [type="number"].add-on, .form .input-prepend .form-field .field-value [type="number"].add-on {
|
|
width: 8em;
|
|
}
|
|
/* line 170, bahmni-components/_forms.scss */
|
|
form .form-field .field-value .value-text-only, .form .form-field .field-value .value-text-only {
|
|
display: inline-block;
|
|
margin: 0.5em 0.8em 0em 0em;
|
|
}
|
|
/* line 175, bahmni-components/_forms.scss */
|
|
form .form-field .offset-label, .form .form-field .offset-label {
|
|
clear: both;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding-left: 240px;
|
|
}
|
|
/* line 181, bahmni-components/_forms.scss */
|
|
form .form-field .add-more, .form .form-field .add-more {
|
|
display: inline-block;
|
|
margin-left: 5px;
|
|
margin-top: 9px;
|
|
float: left;
|
|
font-size: 13px;
|
|
}
|
|
/* line 187, bahmni-components/_forms.scss */
|
|
form .form-field .add-more button, .form .form-field .add-more button {
|
|
padding: 2px 0px;
|
|
color: #000000;
|
|
}
|
|
/* line 190, bahmni-components/_forms.scss */
|
|
form .form-field .add-more button i, .form .form-field .add-more button i {
|
|
color: green;
|
|
padding: 0;
|
|
}
|
|
@media screen and (max-width: 850px) and (min-width: 596px) {
|
|
/* line 181, bahmni-components/_forms.scss */
|
|
form .form-field .add-more, .form .form-field .add-more {
|
|
margin-top: 13px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 181, bahmni-components/_forms.scss */
|
|
form .form-field .add-more, .form .form-field .add-more {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
/* line 202, bahmni-components/_forms.scss */
|
|
form .form-field textarea, .form .form-field textarea {
|
|
height: 35px;
|
|
width: 807px;
|
|
transition: height 0.1s ease;
|
|
box-sizing: border-box;
|
|
margin-top: 5px;
|
|
}
|
|
/* line 208, bahmni-components/_forms.scss */
|
|
form .form-field textarea:focus, .form .form-field textarea:focus {
|
|
height: 75px;
|
|
}
|
|
/* line 211, bahmni-components/_forms.scss */
|
|
form .form-field textarea.consultation-img-comments, .form .form-field textarea.consultation-img-comments {
|
|
width: 100%;
|
|
}
|
|
@media screen and (max-width: 1130px) {
|
|
/* line 202, bahmni-components/_forms.scss */
|
|
form .form-field textarea, .form .form-field textarea {
|
|
width: 600px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
/* line 202, bahmni-components/_forms.scss */
|
|
form .form-field textarea, .form .form-field textarea {
|
|
width: 275px;
|
|
}
|
|
}
|
|
/* line 223, bahmni-components/_forms.scss */
|
|
form .input-prepend, .form .input-prepend {
|
|
float: left;
|
|
}
|
|
/* line 226, bahmni-components/_forms.scss */
|
|
form .input-prepend input, form .input-prepend .add-on, form .form .input-prepend .add-on, .form form .input-prepend .add-on, .form .input-prepend input, .form .input-prepend .add-on {
|
|
display: inline-block;
|
|
margin-bottom: 0;
|
|
vertical-align: middle;
|
|
float: left;
|
|
margin: 0px !important;
|
|
}
|
|
/* line 234, bahmni-components/_forms.scss */
|
|
form .input-prepend .add-on, .form .input-prepend .add-on {
|
|
border-radius: 3px;
|
|
height: 21px;
|
|
min-width: 17px;
|
|
padding: 4px 5px;
|
|
background-color: #eee;
|
|
border: 1px solid #ccc;
|
|
}
|
|
/* line 244, bahmni-components/_forms.scss */
|
|
form .input-prepend .add-on:first-child, form .input-prepend .btn:first-child, .form .input-prepend .add-on:first-child, .form .input-prepend .btn:first-child {
|
|
border-radius: 4px 0 0 4px;
|
|
}
|
|
/* line 247, bahmni-components/_forms.scss */
|
|
form .input-prepend .add-on, form .input-prepend .btn, .form .input-prepend .add-on, .form .input-prepend .btn {
|
|
margin-right: -1px;
|
|
}
|
|
/* line 250, bahmni-components/_forms.scss */
|
|
form input[disabled], form .input-prepend [disabled].add-on, .form .input-prepend form [disabled].add-on, form select[disabled], form textarea[disabled], form input[readonly], form .input-prepend [readonly].add-on, .form .input-prepend form [readonly].add-on,
|
|
form select[readonly], form textarea[readonly], form .select-arrow select[disabled], .form input[disabled], form .input-prepend .form [disabled].add-on, .form .input-prepend [disabled].add-on, .form select[disabled], .form textarea[disabled], .form input[readonly], form .input-prepend .form [readonly].add-on, .form .input-prepend [readonly].add-on,
|
|
.form select[readonly], .form textarea[readonly], .form .select-arrow select[disabled] {
|
|
cursor: not-allowed;
|
|
background-color: #eee;
|
|
color: #666;
|
|
}
|
|
/* line 255, bahmni-components/_forms.scss */
|
|
form input[disabled]:focus, form .input-prepend [disabled].add-on:focus, .form .input-prepend form [disabled].add-on:focus, form select[disabled]:focus, form textarea[disabled]:focus, form input[readonly]:focus, form .input-prepend [readonly].add-on:focus, .form .input-prepend form [readonly].add-on:focus,
|
|
form select[readonly]:focus, form textarea[readonly]:focus, form .select-arrow select[disabled]:focus, .form input[disabled]:focus, form .input-prepend .form [disabled].add-on:focus, .form .input-prepend [disabled].add-on:focus, .form select[disabled]:focus, .form textarea[disabled]:focus, .form input[readonly]:focus, form .input-prepend .form [readonly].add-on:focus, .form .input-prepend [readonly].add-on:focus,
|
|
.form select[readonly]:focus, .form textarea[readonly]:focus, .form .select-arrow select[disabled]:focus {
|
|
cursor: not-allowed;
|
|
background-color: #eee;
|
|
outline: none;
|
|
}
|
|
/* line 261, bahmni-components/_forms.scss */
|
|
form .form-button-wrapper, .form .form-button-wrapper {
|
|
margin-top: 10px;
|
|
padding-left: 14em;
|
|
}
|
|
|
|
/* line 268, bahmni-components/_forms.scss */
|
|
.transparent {
|
|
opacity: 0.2;
|
|
}
|
|
|
|
/* line 269, bahmni-components/_forms.scss */
|
|
.opaque {
|
|
opacity: 1;
|
|
}
|
|
|
|
/********* form element styling end***********/
|
|
/* line 277, bahmni-components/_forms.scss */
|
|
form input, form .input-prepend .add-on, form .form .input-prepend .add-on, .form .input-prepend form .add-on, form select, form textarea, form ul.select, .form input, form .input-prepend .form .add-on, .form .input-prepend .add-on, .form select, .form textarea, .form ul.select {
|
|
color: #363463;
|
|
padding: 2px 10px;
|
|
margin: 0;
|
|
margin-top: 5px;
|
|
background-color: #FFF;
|
|
border: 1px solid #DDD;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 277, bahmni-components/_forms.scss */
|
|
form input, form .input-prepend .add-on, form .form .input-prepend .add-on, .form .input-prepend form .add-on, form select, form textarea, form ul.select, .form input, form .input-prepend .form .add-on, .form .input-prepend .add-on, .form select, .form textarea, .form ul.select {
|
|
padding: 5px 10px;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
/* line 277, bahmni-components/_forms.scss */
|
|
form input, form .input-prepend .add-on, form .form .input-prepend .add-on, .form .input-prepend form .add-on, form select, form textarea, form ul.select, .form input, form .input-prepend .form .add-on, .form .input-prepend .add-on, .form select, .form textarea, .form ul.select {
|
|
padding: 7px 10px;
|
|
}
|
|
}
|
|
/* line 290, bahmni-components/_forms.scss */
|
|
form input:focus, form .input-prepend .add-on:focus, .form .input-prepend form .add-on:focus, form select:focus, form textarea:focus, form ul.select:focus, .form input:focus, form .input-prepend .form .add-on:focus, .form .input-prepend .add-on:focus, .form select:focus, .form textarea:focus, .form ul.select:focus {
|
|
outline: 2px solid #007FFF;
|
|
background: #FFFDF7;
|
|
}
|
|
/* line 295, bahmni-components/_forms.scss */
|
|
form input[type="date"], form .input-prepend [type="date"].add-on, .form .input-prepend form [type="date"].add-on, .form input[type="date"], form .input-prepend .form [type="date"].add-on, .form .input-prepend [type="date"].add-on {
|
|
padding: 1px 10px;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 295, bahmni-components/_forms.scss */
|
|
form input[type="date"], form .input-prepend [type="date"].add-on, .form .input-prepend form [type="date"].add-on, .form input[type="date"], form .input-prepend .form [type="date"].add-on, .form .input-prepend [type="date"].add-on {
|
|
padding: 5px 10px;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
/* line 295, bahmni-components/_forms.scss */
|
|
form input[type="date"], form .input-prepend [type="date"].add-on, .form .input-prepend form [type="date"].add-on, .form input[type="date"], form .input-prepend .form [type="date"].add-on, .form .input-prepend [type="date"].add-on {
|
|
padding: 7px 10px;
|
|
}
|
|
}
|
|
/* line 306, bahmni-components/_forms.scss */
|
|
form select, .form select {
|
|
min-width: 197px;
|
|
width: 197px;
|
|
height: 25px;
|
|
font-family: "OpenSans";
|
|
float: left;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 306, bahmni-components/_forms.scss */
|
|
form select, .form select {
|
|
height: 31px;
|
|
}
|
|
}
|
|
@media (max-width: 800px) {
|
|
/* line 306, bahmni-components/_forms.scss */
|
|
form select, .form select {
|
|
min-width: 183px;
|
|
width: 183px;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
/* line 306, bahmni-components/_forms.scss */
|
|
form select, .form select {
|
|
width: 210px;
|
|
height: 36px;
|
|
min-width: 210px;
|
|
}
|
|
}
|
|
/* line 326, bahmni-components/_forms.scss */
|
|
form select[disabled], .form select[disabled] {
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #ccc;
|
|
font-style: normal;
|
|
}
|
|
/* line 333, bahmni-components/_forms.scss */
|
|
form .select-arrow, .form .select-arrow {
|
|
position: relative;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
}
|
|
/* line 338, bahmni-components/_forms.scss */
|
|
form .select-arrow:after, .form .select-arrow:after {
|
|
position: absolute;
|
|
display: inline-block;
|
|
right: 7px;
|
|
top: 0;
|
|
height: 34px;
|
|
content: "\f0d7";
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
text-decoration: inherit;
|
|
font-family: "FontAwesome";
|
|
pointer-events: none;
|
|
margin-top: 5px;
|
|
padding-left: 5px;
|
|
line-height: 2.2em;
|
|
border-left: 1px solid #ccc;
|
|
}
|
|
/* line 356, bahmni-components/_forms.scss */
|
|
form .select-arrow select, .form .select-arrow select {
|
|
-webkit-appearance: none;
|
|
border-radius: 0;
|
|
background: #FFFFFF;
|
|
cursor: pointer;
|
|
}
|
|
/* line 363, bahmni-components/_forms.scss */
|
|
form .select-arrow select[disabled], .form .select-arrow select[disabled] {
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #ccc;
|
|
font-style: normal;
|
|
cursor: default;
|
|
}
|
|
/* line 372, bahmni-components/_forms.scss */
|
|
form ul.select, .form ul.select {
|
|
margin-top: 0;
|
|
}
|
|
/* line 379, bahmni-components/_forms.scss */
|
|
form fieldset legend, .form fieldset legend {
|
|
text-align: left;
|
|
padding: 0 10px;
|
|
font-weight: 300;
|
|
}
|
|
/* line 387, bahmni-components/_forms.scss */
|
|
form label, .form label {
|
|
display: block;
|
|
text-align: left;
|
|
margin-bottom: 0px;
|
|
margin-top: 8px;
|
|
}
|
|
/* line 394, bahmni-components/_forms.scss */
|
|
form p, .form p {
|
|
text-align: left;
|
|
}
|
|
/* line 396, bahmni-components/_forms.scss */
|
|
form p strong, .form p strong {
|
|
display: block;
|
|
text-align: left;
|
|
clear: both;
|
|
}
|
|
/* line 403, bahmni-components/_forms.scss */
|
|
form p.radio label, .form p.radio label {
|
|
margin-top: 0;
|
|
}
|
|
/* line 408, bahmni-components/_forms.scss */
|
|
form p.radio-btn, .form p.radio-btn {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
margin: 0 10px 20px 0;
|
|
}
|
|
/* line 412, bahmni-components/_forms.scss */
|
|
form p.radio-btn input, form p.radio-btn .input-prepend .add-on, form .input-prepend p.radio-btn .add-on, .form .input-prepend form p.radio-btn .add-on, .form p.radio-btn input, form .input-prepend .form p.radio-btn .add-on, .form p.radio-btn .input-prepend .add-on, .form .input-prepend p.radio-btn .add-on {
|
|
display: inline-block;
|
|
}
|
|
/* line 415, bahmni-components/_forms.scss */
|
|
form p.radio-btn label, .form p.radio-btn label {
|
|
display: inline-block;
|
|
margin: 0;
|
|
}
|
|
/* line 422, bahmni-components/_forms.scss */
|
|
form input[type="checkbox"], form .input-prepend [type="checkbox"].add-on, .form .input-prepend form [type="checkbox"].add-on, form input[type="radio"], form .input-prepend [type="radio"].add-on, .form .input-prepend form [type="radio"].add-on, .form input[type="checkbox"], form .input-prepend .form [type="checkbox"].add-on, .form .input-prepend [type="checkbox"].add-on, .form input[type="radio"], form .input-prepend .form [type="radio"].add-on, .form .input-prepend [type="radio"].add-on {
|
|
min-width: 0;
|
|
margin: 2px 5px;
|
|
float: left;
|
|
}
|
|
/* line 428, bahmni-components/_forms.scss */
|
|
form input[type="checkbox"], form .input-prepend [type="checkbox"].add-on, .form .input-prepend form [type="checkbox"].add-on, .form input[type="checkbox"], form .input-prepend .form [type="checkbox"].add-on, .form .input-prepend [type="checkbox"].add-on {
|
|
-webkit-appearance: none;
|
|
background-color: #fafafa;
|
|
border: 1px solid #cacece;
|
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
|
|
padding: 8px;
|
|
border-radius: 3px;
|
|
display: inline-block;
|
|
position: relative;
|
|
}
|
|
/* line 315, bahmni-helper/_variables.scss */
|
|
form input[type="checkbox"]:active, form .input-prepend [type="checkbox"].add-on:active, .form .input-prepend form [type="checkbox"].add-on:active, form input[type="checkbox"]:checked:active, form .input-prepend [type="checkbox"].add-on:checked:active, .form .input-prepend form [type="checkbox"].add-on:checked:active, .form input[type="checkbox"]:active, form .input-prepend .form [type="checkbox"].add-on:active, .form .input-prepend [type="checkbox"].add-on:active, .form input[type="checkbox"]:checked:active, form .input-prepend .form [type="checkbox"].add-on:checked:active, .form .input-prepend [type="checkbox"].add-on:checked:active {
|
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
|
|
}
|
|
/* line 319, bahmni-helper/_variables.scss */
|
|
form input[type="checkbox"]:checked, form .input-prepend [type="checkbox"].add-on:checked, .form .input-prepend form [type="checkbox"].add-on:checked, .form input[type="checkbox"]:checked, form .input-prepend .form [type="checkbox"].add-on:checked, .form .input-prepend [type="checkbox"].add-on:checked {
|
|
background-color: white;
|
|
border: 1px solid #adb8c0;
|
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
|
|
color: #363463;
|
|
}
|
|
/* line 326, bahmni-helper/_variables.scss */
|
|
form input[type="checkbox"]:checked:after, form .input-prepend [type="checkbox"].add-on:checked:after, .form .input-prepend form [type="checkbox"].add-on:checked:after, .form input[type="checkbox"]:checked:after, form .input-prepend .form [type="checkbox"].add-on:checked:after, .form .input-prepend [type="checkbox"].add-on:checked:after {
|
|
content: '\2714';
|
|
font-size: 15px;
|
|
position: absolute;
|
|
top: -2px;
|
|
left: 2px;
|
|
color: #363463;
|
|
}
|
|
/* line 431, bahmni-components/_forms.scss */
|
|
form input[type="date"], form .input-prepend [type="date"].add-on, .form .input-prepend form [type="date"].add-on, .form input[type="date"], form .input-prepend .form [type="date"].add-on, .form .input-prepend [type="date"].add-on {
|
|
padding: 1px 10px !important;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 431, bahmni-components/_forms.scss */
|
|
form input[type="date"], form .input-prepend [type="date"].add-on, .form .input-prepend form [type="date"].add-on, .form input[type="date"], form .input-prepend .form [type="date"].add-on, .form .input-prepend [type="date"].add-on {
|
|
padding: 4px 10px !important;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
/* line 431, bahmni-components/_forms.scss */
|
|
form input[type="date"], form .input-prepend [type="date"].add-on, .form .input-prepend form [type="date"].add-on, .form input[type="date"], form .input-prepend .form [type="date"].add-on, .form .input-prepend [type="date"].add-on {
|
|
padding: 6px 10px !important;
|
|
}
|
|
}
|
|
|
|
/* line 442, bahmni-components/_forms.scss */
|
|
ul.select {
|
|
text-align: left;
|
|
margin: 0 20px;
|
|
padding: 0;
|
|
font-size: 0.8em;
|
|
}
|
|
/* line 448, bahmni-components/_forms.scss */
|
|
ul.select li {
|
|
margin: 0 10px;
|
|
text-align: left;
|
|
display: inline-block;
|
|
width: 250px;
|
|
padding: 5px;
|
|
color: #007FFF;
|
|
background-color: #FFFFFF;
|
|
border-bottom: 1px solid #EFEFEF;
|
|
}
|
|
/* line 458, bahmni-components/_forms.scss */
|
|
ul.select li:hover {
|
|
background-color: #007FFF;
|
|
color: #FFFFFF;
|
|
cursor: pointer;
|
|
}
|
|
/* line 464, bahmni-components/_forms.scss */
|
|
ul.select li.selected {
|
|
background-color: #007FFF;
|
|
color: #FFFFFF;
|
|
border-color: transparent;
|
|
}
|
|
|
|
/* line 472, bahmni-components/_forms.scss */
|
|
form p strong, .form p strong {
|
|
display: inline;
|
|
}
|
|
|
|
/* line 474, bahmni-components/_forms.scss */
|
|
.computed-field {
|
|
background: #eee;
|
|
border: 2px solid #91bc2b;
|
|
box-sizing: border-box;
|
|
outline: 0;
|
|
}
|
|
/* line 479, bahmni-components/_forms.scss */
|
|
.computed-field:focus {
|
|
background: #FFFFFF;
|
|
}
|
|
|
|
/* line 484, bahmni-components/_forms.scss */
|
|
.compute-btn, .btn-small {
|
|
color: #719221;
|
|
}
|
|
|
|
/* line 485, bahmni-components/_forms.scss */
|
|
.btn-small {
|
|
color: #000000;
|
|
}
|
|
/* line 487, bahmni-components/_forms.scss */
|
|
.btn-small i {
|
|
color: green;
|
|
}
|
|
|
|
/* form invalid error */
|
|
/* line 495, bahmni-components/_forms.scss */
|
|
form.submitted-with-error .ng-invalid:enabled, form.submitted-with-error .ng-invalid:focus {
|
|
outline: none !important;
|
|
border: 2px solid #ff3434;
|
|
background: #ffcdcd;
|
|
}
|
|
|
|
/* line 503, bahmni-components/_forms.scss */
|
|
.illegalValue, .illegalValue:focus, buttons-radio.illegalValue button, buttons-radio.illegalValue button:focus, concept input:invalid.illegalValue, concept form .input-prepend .add-on:invalid.illegalValue, form .input-prepend concept .add-on:invalid.illegalValue, concept .form .input-prepend .add-on:invalid.illegalValue, .form .input-prepend concept .add-on:invalid.illegalValue, concept input:invalid.illegalValue:focus, concept form .input-prepend .add-on:invalid.illegalValue:focus, form .input-prepend concept .add-on:invalid.illegalValue:focus, concept .form .input-prepend .add-on:invalid.illegalValue:focus, .form .input-prepend concept .add-on:invalid.illegalValue:focus {
|
|
border: 2px solid #ff3434 !important;
|
|
background: #ffcdcd !important;
|
|
outline: 0;
|
|
}
|
|
|
|
/* line 509, bahmni-components/_forms.scss */
|
|
buttons-radio.illegalValue {
|
|
border: 0 !important;
|
|
background: none !important;
|
|
}
|
|
|
|
/* line 512, bahmni-components/_forms.scss */
|
|
.illegalValue:focus {
|
|
border: 2px solid #ff3434 !important;
|
|
background: #ffcdcd !important;
|
|
outline: 0 !important;
|
|
}
|
|
|
|
/* line 519, bahmni-components/_forms.scss */
|
|
input[type="time"], form .input-prepend [type="time"].add-on, .form .input-prepend [type="time"].add-on {
|
|
padding: 1px 10px;
|
|
margin-left: 2px;
|
|
}
|
|
@media (max-width: 768px) {
|
|
/* line 519, bahmni-components/_forms.scss */
|
|
input[type="time"], form .input-prepend [type="time"].add-on, .form .input-prepend [type="time"].add-on {
|
|
padding: 7px 10px;
|
|
}
|
|
}
|
|
|
|
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 850px) and (min-width: 596px) {
|
|
/* line 528, bahmni-components/_forms.scss */
|
|
form .form-field .add-more, .form .form-field .add-more {
|
|
margin-top: 24px;
|
|
}
|
|
}
|
|
|
|
/* line 535, bahmni-components/_forms.scss */
|
|
div.duration.checkbox-inline {
|
|
margin-top: -10px;
|
|
}
|
|
@media screen and (max-width: 850px) and (min-width: 596px) {
|
|
/* line 535, bahmni-components/_forms.scss */
|
|
div.duration.checkbox-inline {
|
|
margin-top: 0;
|
|
margin-left: 150px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 595px) {
|
|
/* line 535, bahmni-components/_forms.scss */
|
|
div.duration.checkbox-inline {
|
|
margin-left: 10px;
|
|
margin-top: 0;
|
|
float: left;
|
|
}
|
|
}
|
|
/* line 546, bahmni-components/_forms.scss */
|
|
div.duration.checkbox-inline input.duration-value, div.duration.checkbox-inline form .input-prepend .duration-value.add-on, form .input-prepend div.duration.checkbox-inline .duration-value.add-on, div.duration.checkbox-inline .form .input-prepend .duration-value.add-on, .form .input-prepend div.duration.checkbox-inline .duration-value.add-on {
|
|
width: 52px;
|
|
margin: 0 10px;
|
|
padding: 5px;
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 552, bahmni-components/_forms.scss */
|
|
div.duration.checkbox-inline select.duration-unit {
|
|
margin-left: 10px;
|
|
min-width: 180px;
|
|
}
|
|
|
|
/* line 558, bahmni-components/_forms.scss */
|
|
.checkbox-inline {
|
|
padding: 10px 0 0 0;
|
|
float: left;
|
|
}
|
|
@media screen and (max-width: 685px) and (min-width: 600px) {
|
|
/* line 558, bahmni-components/_forms.scss */
|
|
.checkbox-inline {
|
|
padding: 0;
|
|
margin-left: 221px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 595px) {
|
|
/* line 558, bahmni-components/_forms.scss */
|
|
.checkbox-inline {
|
|
float: right;
|
|
margin-right: 16%;
|
|
padding: 0;
|
|
}
|
|
}
|
|
/* line 570, bahmni-components/_forms.scss */
|
|
.checkbox-inline input[type="checkbox"], .checkbox-inline form .input-prepend [type="checkbox"].add-on, form .input-prepend .checkbox-inline [type="checkbox"].add-on, .checkbox-inline .form .input-prepend [type="checkbox"].add-on, .form .input-prepend .checkbox-inline [type="checkbox"].add-on {
|
|
margin-left: 10px !important;
|
|
}
|
|
/* line 573, bahmni-components/_forms.scss */
|
|
.checkbox-inline span {
|
|
display: inline-block;
|
|
margin-top: 2px;
|
|
}
|
|
/* line 576, bahmni-components/_forms.scss */
|
|
.checkbox-inline span.for-separator {
|
|
font-size: 12px;
|
|
padding-top: 10px;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 576, bahmni-components/_forms.scss */
|
|
.checkbox-inline span.for-separator {
|
|
padding-top: 16px;
|
|
}
|
|
}
|
|
|
|
/* line 585, bahmni-components/_forms.scss */
|
|
.grid-row {
|
|
padding: 2px;
|
|
}
|
|
|
|
/* line 588, bahmni-components/_forms.scss */
|
|
.grid-row-element {
|
|
font-size: 12px;
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
/* line 592, bahmni-components/_forms.scss */
|
|
.grid-row-element .fa-ok {
|
|
display: none;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
font-size: 14px;
|
|
line-height: inherit;
|
|
}
|
|
|
|
/* line 600, bahmni-components/_forms.scss */
|
|
.grid-row-element.active {
|
|
color: #457FAC;
|
|
padding-left: 3px;
|
|
}
|
|
/* line 603, bahmni-components/_forms.scss */
|
|
.grid-row-element.active .fa-ok {
|
|
display: inline-block;
|
|
}
|
|
|
|
/* line 609, bahmni-components/_forms.scss */
|
|
#removeClonedObs.fa-remove {
|
|
margin-top: 9px;
|
|
margin-bottom: 3px;
|
|
margin-left: 9px;
|
|
margin-right: 4px;
|
|
color: #9D0101;
|
|
border-radius: 3px;
|
|
background: #ddd;
|
|
border: 1px solid #ddd;
|
|
width: 18px;
|
|
cursor: pointer;
|
|
box-sizing: border-box;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
}
|
|
@media screen and (max-width: 850px) and (min-width: 596px) {
|
|
/* line 609, bahmni-components/_forms.scss */
|
|
#removeClonedObs.fa-remove {
|
|
margin-top: 13px;
|
|
}
|
|
}
|
|
|
|
/* line 628, bahmni-components/_forms.scss */
|
|
.accept-btn-wrapper {
|
|
margin: 7px 5px 0 20px;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 628, bahmni-components/_forms.scss */
|
|
.accept-btn-wrapper {
|
|
margin: 7px 5px 0 0;
|
|
}
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
/* line 633, bahmni-components/_forms.scss */
|
|
.accept-btn-wrapper button {
|
|
padding-left: 6px;
|
|
padding-right: 6px;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 800px) and (min-width: 596px) {
|
|
/* line 641, bahmni-components/_forms.scss */
|
|
.accept-btn-wrap-smallScreen {
|
|
margin-left: 176px;
|
|
clear: both;
|
|
}
|
|
}
|
|
|
|
/*doc
|
|
---
|
|
title: Buttons
|
|
name: button
|
|
category: Layout - Button
|
|
---
|
|
|
|
Button styles can be applied to any element. Typically you'll want to
|
|
use either a `<button>` or an `<a>` element:
|
|
|
|
```html_example
|
|
<button>Button</button>
|
|
<button class="confirm">Confirm</button>
|
|
<button class="cancel">Cancel</button>
|
|
<button class="back-btn">Back</button>
|
|
<button disabled="disabled">Disabled</button>
|
|
<button class="arrow-button">Accept</button>
|
|
```
|
|
|
|
*/
|
|
/*doc
|
|
---
|
|
title: Buttons With Icon
|
|
name: button_icon
|
|
category: Layout - Button
|
|
---
|
|
|
|
|
|
```html_example
|
|
<button type="button" class="icon-button exchange-btn">
|
|
<i class="fa fa-exchange"></i>
|
|
</button>
|
|
|
|
<button type="button" class="small-btn row-remover">
|
|
<span class="fa fa-remove"></span>
|
|
</button>
|
|
|
|
<span class="favourite-concept-set">
|
|
<label class="add-fav">
|
|
<input type="checkbox">
|
|
<i class="fa fa-thumb-tack"></i></label>
|
|
</span>
|
|
|
|
<button class="add-more-concept-set add-more-btn btn-small">
|
|
<i class="fa fa-plus"></i>
|
|
ADD MORE
|
|
</button>
|
|
|
|
<button type="button" class="comment-toggle">
|
|
<i class="fa fa-file-o">
|
|
<i class="fa fa-plus-circle"></i>
|
|
<i class="fa fa-minus-circle"></i>
|
|
</i>
|
|
</button>
|
|
|
|
<button>
|
|
<i class="fa fa-edit"></i>
|
|
</button>
|
|
```
|
|
|
|
*/
|
|
/*doc
|
|
---
|
|
title: Button Groups
|
|
name: button_groups
|
|
category: Layout - Button
|
|
---
|
|
|
|
|
|
```html_example
|
|
<div class="multi-select-button-group">
|
|
<button type="button" class="grid-row-element">
|
|
<i class="fa fa-ok"></i>
|
|
Multi
|
|
</button>
|
|
<button type="button" class="grid-row-element active">
|
|
<i class="fa fa-ok"></i>
|
|
Select
|
|
</button>
|
|
<button type="button" class="grid-row-element">
|
|
<i class="fa fa-ok"></i>
|
|
Button
|
|
</button>
|
|
<button type="button" class="grid-row-element">
|
|
<i class="fa fa-ok"></i>
|
|
Group
|
|
</button>
|
|
</div>
|
|
```
|
|
|
|
*/
|
|
/*doc
|
|
---
|
|
title: Button Groups with same width
|
|
name: button_group_same_width
|
|
category: Layout - Button
|
|
---
|
|
|
|
|
|
```html_example
|
|
<div class="field-value-buttonSelectType">
|
|
<div class="multi-select-button-group">
|
|
<button type="button" class="grid-row-element">
|
|
<i class="fa fa-ok"></i>
|
|
Multi
|
|
</button>
|
|
<button type="button" class="grid-row-element active">
|
|
<i class="fa fa-ok"></i>
|
|
Select
|
|
</button>
|
|
<button type="button" class="grid-row-element">
|
|
<i class="fa fa-ok"></i>
|
|
Button
|
|
</button>
|
|
<button type="button" class="grid-row-element">
|
|
<i class="fa fa-ok"></i>
|
|
Group
|
|
</button>
|
|
</div>
|
|
</div>
|
|
```
|
|
|
|
|
|
*/
|
|
/* line 273, bahmni-components/_buttons.scss */
|
|
.button, button, input[type="submit"], form .input-prepend [type="submit"].add-on, .form .input-prepend [type="submit"].add-on, input[type="button"], form .input-prepend [type="button"].add-on, .form .input-prepend [type="button"].add-on, input[type="reset"], form .input-prepend [type="reset"].add-on, .form .input-prepend [type="reset"].add-on, input[type="submit"], form .input-prepend [type="submit"].add-on, .form .input-prepend [type="submit"].add-on, a.button {
|
|
border-radius: 3px;
|
|
background: linear-gradient(to bottom, #FFF, #DDD);
|
|
background-color: #DDD;
|
|
border: #DDD 1px solid;
|
|
padding: 6px 20px 7px;
|
|
display: inline-block;
|
|
line-height: 1.2em;
|
|
color: #363463;
|
|
cursor: pointer;
|
|
min-width: 0;
|
|
max-width: 300px;
|
|
text-decoration: none;
|
|
}
|
|
/* line 153, bahmni-components/_buttons.scss */
|
|
.button:hover, button:hover, input[type="submit"]:hover, form .input-prepend [type="submit"].add-on:hover, .form .input-prepend [type="submit"].add-on:hover, input[type="button"]:hover, form .input-prepend [type="button"].add-on:hover, .form .input-prepend [type="button"].add-on:hover, input[type="reset"]:hover, form .input-prepend [type="reset"].add-on:hover, .form .input-prepend [type="reset"].add-on:hover, input[type="submit"]:hover, form .input-prepend [type="submit"].add-on:hover, .form .input-prepend [type="submit"].add-on:hover, a.button:hover {
|
|
background: #e2e2e2;
|
|
border-color: #d0d0d0;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 153, bahmni-components/_buttons.scss */
|
|
.button:hover, button:hover, input[type="submit"]:hover, form .input-prepend [type="submit"].add-on:hover, .form .input-prepend [type="submit"].add-on:hover, input[type="button"]:hover, form .input-prepend [type="button"].add-on:hover, .form .input-prepend [type="button"].add-on:hover, input[type="reset"]:hover, form .input-prepend [type="reset"].add-on:hover, .form .input-prepend [type="reset"].add-on:hover, input[type="submit"]:hover, form .input-prepend [type="submit"].add-on:hover, .form .input-prepend [type="submit"].add-on:hover, a.button:hover {
|
|
background: linear-gradient(to bottom, #FFF, #DDD);
|
|
border: #DDD 1px solid;
|
|
}
|
|
}
|
|
/* line 162, bahmni-components/_buttons.scss */
|
|
.button.active, button.active, input[type="submit"].active, form .input-prepend [type="submit"].active.add-on, .form .input-prepend [type="submit"].active.add-on, input[type="button"].active, form .input-prepend [type="button"].active.add-on, .form .input-prepend [type="button"].active.add-on, input[type="reset"].active, form .input-prepend [type="reset"].active.add-on, .form .input-prepend [type="reset"].active.add-on, input[type="submit"].active, form .input-prepend [type="submit"].active.add-on, .form .input-prepend [type="submit"].active.add-on, a.button.active {
|
|
background: #d8d8d8;
|
|
border-color: #d0d0d0;
|
|
}
|
|
/* line 167, bahmni-components/_buttons.scss */
|
|
.button i, button i, input[type="submit"] i, form .input-prepend [type="submit"].add-on i, .form .input-prepend [type="submit"].add-on i, input[type="button"] i, form .input-prepend [type="button"].add-on i, .form .input-prepend [type="button"].add-on i, input[type="reset"] i, form .input-prepend [type="reset"].add-on i, .form .input-prepend [type="reset"].add-on i, input[type="submit"] i, form .input-prepend [type="submit"].add-on i, .form .input-prepend [type="submit"].add-on i, a.button i {
|
|
font-size: 1.2em;
|
|
margin: 0;
|
|
padding: 0;
|
|
line-height: .5em;
|
|
}
|
|
/* line 175, bahmni-components/_buttons.scss */
|
|
.button.big i, .button.medium i, button.big i, button.medium i, input[type="submit"].big i, form .input-prepend [type="submit"].big.add-on i, .form .input-prepend [type="submit"].big.add-on i, input[type="submit"].medium i, form .input-prepend [type="submit"].medium.add-on i, .form .input-prepend [type="submit"].medium.add-on i, input[type="button"].big i, form .input-prepend [type="button"].big.add-on i, .form .input-prepend [type="button"].big.add-on i, input[type="button"].medium i, form .input-prepend [type="button"].medium.add-on i, .form .input-prepend [type="button"].medium.add-on i, input[type="reset"].big i, form .input-prepend [type="reset"].big.add-on i, .form .input-prepend [type="reset"].big.add-on i, input[type="reset"].medium i, form .input-prepend [type="reset"].medium.add-on i, .form .input-prepend [type="reset"].medium.add-on i, input[type="submit"].big i, form .input-prepend [type="submit"].big.add-on i, .form .input-prepend [type="submit"].big.add-on i, input[type="submit"].medium i, form .input-prepend [type="submit"].medium.add-on i, .form .input-prepend [type="submit"].medium.add-on i, a.button.big i, a.button.medium i {
|
|
display: block;
|
|
font-size: 50px;
|
|
margin: 0 auto;
|
|
padding: 10px;
|
|
}
|
|
/* line 184, bahmni-components/_buttons.scss */
|
|
.button.medium i, button.medium i, input[type="submit"].medium i, form .input-prepend [type="submit"].medium.add-on i, .form .input-prepend [type="submit"].medium.add-on i, input[type="button"].medium i, form .input-prepend [type="button"].medium.add-on i, .form .input-prepend [type="button"].medium.add-on i, input[type="reset"].medium i, form .input-prepend [type="reset"].medium.add-on i, .form .input-prepend [type="reset"].medium.add-on i, input[type="submit"].medium i, form .input-prepend [type="submit"].medium.add-on i, .form .input-prepend [type="submit"].medium.add-on i, a.button.medium i {
|
|
font-size: 34px;
|
|
}
|
|
/* line 189, bahmni-components/_buttons.scss */
|
|
.button.disabled, .button:disabled, button.disabled, button:disabled, input[type="submit"].disabled, form .input-prepend [type="submit"].disabled.add-on, .form .input-prepend [type="submit"].disabled.add-on, input[type="submit"]:disabled, form .input-prepend [type="submit"].add-on:disabled, .form .input-prepend [type="submit"].add-on:disabled, input[type="button"].disabled, form .input-prepend [type="button"].disabled.add-on, .form .input-prepend [type="button"].disabled.add-on, input[type="button"]:disabled, form .input-prepend [type="button"].add-on:disabled, .form .input-prepend [type="button"].add-on:disabled, input[type="reset"].disabled, form .input-prepend [type="reset"].disabled.add-on, .form .input-prepend [type="reset"].disabled.add-on, input[type="reset"]:disabled, form .input-prepend [type="reset"].add-on:disabled, .form .input-prepend [type="reset"].add-on:disabled, input[type="submit"].disabled, form .input-prepend [type="submit"].disabled.add-on, .form .input-prepend [type="submit"].disabled.add-on, input[type="submit"]:disabled, form .input-prepend [type="submit"].add-on:disabled, .form .input-prepend [type="submit"].add-on:disabled, a.button.disabled, a.button:disabled {
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #333;
|
|
cursor: default;
|
|
}
|
|
/* line 196, bahmni-components/_buttons.scss */
|
|
.button.print, button.print, input[type="submit"].print, form .input-prepend [type="submit"].print.add-on, .form .input-prepend [type="submit"].print.add-on, input[type="button"].print, form .input-prepend [type="button"].print.add-on, .form .input-prepend [type="button"].print.add-on, input[type="reset"].print, form .input-prepend [type="reset"].print.add-on, .form .input-prepend [type="reset"].print.add-on, input[type="submit"].print, form .input-prepend [type="submit"].print.add-on, .form .input-prepend [type="submit"].print.add-on, a.button.print {
|
|
padding: 10px;
|
|
}
|
|
/* line 199, bahmni-components/_buttons.scss */
|
|
.button.print i, button.print i, input[type="submit"].print i, form .input-prepend [type="submit"].print.add-on i, .form .input-prepend [type="submit"].print.add-on i, input[type="button"].print i, form .input-prepend [type="button"].print.add-on i, .form .input-prepend [type="button"].print.add-on i, input[type="reset"].print i, form .input-prepend [type="reset"].print.add-on i, .form .input-prepend [type="reset"].print.add-on i, input[type="submit"].print i, form .input-prepend [type="submit"].print.add-on i, .form .input-prepend [type="submit"].print.add-on i, a.button.print i {
|
|
font-size: 1.5em;
|
|
}
|
|
/* line 204, bahmni-components/_buttons.scss */
|
|
.button.app, button.app, input[type="submit"].app, form .input-prepend [type="submit"].app.add-on, .form .input-prepend [type="submit"].app.add-on, input[type="button"].app, form .input-prepend [type="button"].app.add-on, .form .input-prepend [type="button"].app.add-on, input[type="reset"].app, form .input-prepend [type="reset"].app.add-on, .form .input-prepend [type="reset"].app.add-on, input[type="submit"].app, form .input-prepend [type="submit"].app.add-on, .form .input-prepend [type="submit"].app.add-on, a.button.app {
|
|
padding: 20px 10px;
|
|
width: 150px;
|
|
min-height: 90px;
|
|
vertical-align: top;
|
|
line-height: 1.3em;
|
|
margin: 10px;
|
|
text-align: center;
|
|
}
|
|
/* line 214, bahmni-components/_buttons.scss */
|
|
.button.arrow, button.arrow, input[type="submit"].arrow, form .input-prepend [type="submit"].arrow.add-on, .form .input-prepend [type="submit"].arrow.add-on, input[type="button"].arrow, form .input-prepend [type="button"].arrow.add-on, .form .input-prepend [type="button"].arrow.add-on, input[type="reset"].arrow, form .input-prepend [type="reset"].arrow.add-on, .form .input-prepend [type="reset"].arrow.add-on, input[type="submit"].arrow, form .input-prepend [type="submit"].arrow.add-on, .form .input-prepend [type="submit"].arrow.add-on, a.button.arrow {
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
padding: 9px 5px;
|
|
margin-left: -10px;
|
|
background: #81a726;
|
|
color: white;
|
|
border-color: #bbb;
|
|
height: 68px;
|
|
}
|
|
/* line 224, bahmni-components/_buttons.scss */
|
|
.button.arrow span, button.arrow span, input[type="submit"].arrow span, form .input-prepend [type="submit"].arrow.add-on span, .form .input-prepend [type="submit"].arrow.add-on span, input[type="button"].arrow span, form .input-prepend [type="button"].arrow.add-on span, .form .input-prepend [type="button"].arrow.add-on span, input[type="reset"].arrow span, form .input-prepend [type="reset"].arrow.add-on span, .form .input-prepend [type="reset"].arrow.add-on span, input[type="submit"].arrow span, form .input-prepend [type="submit"].arrow.add-on span, .form .input-prepend [type="submit"].arrow.add-on span, a.button.arrow span {
|
|
display: block;
|
|
line-height: 1em;
|
|
}
|
|
/* line 229, bahmni-components/_buttons.scss */
|
|
.button.arrow i, button.arrow i, input[type="submit"].arrow i, form .input-prepend [type="submit"].arrow.add-on i, .form .input-prepend [type="submit"].arrow.add-on i, input[type="button"].arrow i, form .input-prepend [type="button"].arrow.add-on i, .form .input-prepend [type="button"].arrow.add-on i, input[type="reset"].arrow i, form .input-prepend [type="reset"].arrow.add-on i, .form .input-prepend [type="reset"].arrow.add-on i, input[type="submit"].arrow i, form .input-prepend [type="submit"].arrow.add-on i, .form .input-prepend [type="submit"].arrow.add-on i, a.button.arrow i {
|
|
line-height: 1em;
|
|
font-size: 2em;
|
|
}
|
|
/* line 234, bahmni-components/_buttons.scss */
|
|
.button.arrow .arrow-button, button.arrow .arrow-button, input[type="submit"].arrow .arrow-button, form .input-prepend [type="submit"].arrow.add-on .arrow-button, .form .input-prepend [type="submit"].arrow.add-on .arrow-button, input[type="button"].arrow .arrow-button, form .input-prepend [type="button"].arrow.add-on .arrow-button, .form .input-prepend [type="button"].arrow.add-on .arrow-button, input[type="reset"].arrow .arrow-button, form .input-prepend [type="reset"].arrow.add-on .arrow-button, .form .input-prepend [type="reset"].arrow.add-on .arrow-button, input[type="submit"].arrow .arrow-button, form .input-prepend [type="submit"].arrow.add-on .arrow-button, .form .input-prepend [type="submit"].arrow.add-on .arrow-button, a.button.arrow .arrow-button {
|
|
width: 0;
|
|
height: 0;
|
|
top: 0;
|
|
right: -17px;
|
|
border-bottom: 34px solid transparent;
|
|
border-top: 33px solid transparent;
|
|
border-left: 18px solid #81a726;
|
|
position: absolute;
|
|
}
|
|
/* line 245, bahmni-components/_buttons.scss */
|
|
.button.arrow .arrow-border-button, button.arrow .arrow-border-button, input[type="submit"].arrow .arrow-border-button, form .input-prepend [type="submit"].arrow.add-on .arrow-border-button, .form .input-prepend [type="submit"].arrow.add-on .arrow-border-button, input[type="button"].arrow .arrow-border-button, form .input-prepend [type="button"].arrow.add-on .arrow-border-button, .form .input-prepend [type="button"].arrow.add-on .arrow-border-button, input[type="reset"].arrow .arrow-border-button, form .input-prepend [type="reset"].arrow.add-on .arrow-border-button, .form .input-prepend [type="reset"].arrow.add-on .arrow-border-button, input[type="submit"].arrow .arrow-border-button, form .input-prepend [type="submit"].arrow.add-on .arrow-border-button, .form .input-prepend [type="submit"].arrow.add-on .arrow-border-button, a.button.arrow .arrow-border-button {
|
|
width: 0;
|
|
height: 0;
|
|
top: 0;
|
|
right: -18px;
|
|
border-bottom: 34px solid transparent;
|
|
border-top: 33px solid transparent;
|
|
border-left: 18px solid #bbb;
|
|
position: absolute;
|
|
}
|
|
/* line 256, bahmni-components/_buttons.scss */
|
|
.button.arrow.disabled, button.arrow.disabled, input[type="submit"].arrow.disabled, form .input-prepend [type="submit"].arrow.disabled.add-on, .form .input-prepend [type="submit"].arrow.disabled.add-on, input[type="button"].arrow.disabled, form .input-prepend [type="button"].arrow.disabled.add-on, .form .input-prepend [type="button"].arrow.disabled.add-on, input[type="reset"].arrow.disabled, form .input-prepend [type="reset"].arrow.disabled.add-on, .form .input-prepend [type="reset"].arrow.disabled.add-on, input[type="submit"].arrow.disabled, form .input-prepend [type="submit"].arrow.disabled.add-on, .form .input-prepend [type="submit"].arrow.disabled.add-on, a.button.arrow.disabled {
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #ccc;
|
|
cursor: default;
|
|
}
|
|
/* line 262, bahmni-components/_buttons.scss */
|
|
.button.arrow.disabled .arrow-button, button.arrow.disabled .arrow-button, input[type="submit"].arrow.disabled .arrow-button, form .input-prepend [type="submit"].arrow.disabled.add-on .arrow-button, .form .input-prepend [type="submit"].arrow.disabled.add-on .arrow-button, input[type="button"].arrow.disabled .arrow-button, form .input-prepend [type="button"].arrow.disabled.add-on .arrow-button, .form .input-prepend [type="button"].arrow.disabled.add-on .arrow-button, input[type="reset"].arrow.disabled .arrow-button, form .input-prepend [type="reset"].arrow.disabled.add-on .arrow-button, .form .input-prepend [type="reset"].arrow.disabled.add-on .arrow-button, input[type="submit"].arrow.disabled .arrow-button, form .input-prepend [type="submit"].arrow.disabled.add-on .arrow-button, .form .input-prepend [type="submit"].arrow.disabled.add-on .arrow-button, a.button.arrow.disabled .arrow-button {
|
|
border-left: 18px solid #eee;
|
|
}
|
|
/* line 266, bahmni-components/_buttons.scss */
|
|
.button.arrow.disabled .arrow-border-button, button.arrow.disabled .arrow-border-button, input[type="submit"].arrow.disabled .arrow-border-button, form .input-prepend [type="submit"].arrow.disabled.add-on .arrow-border-button, .form .input-prepend [type="submit"].arrow.disabled.add-on .arrow-border-button, input[type="button"].arrow.disabled .arrow-border-button, form .input-prepend [type="button"].arrow.disabled.add-on .arrow-border-button, .form .input-prepend [type="button"].arrow.disabled.add-on .arrow-border-button, input[type="reset"].arrow.disabled .arrow-border-button, form .input-prepend [type="reset"].arrow.disabled.add-on .arrow-border-button, .form .input-prepend [type="reset"].arrow.disabled.add-on .arrow-border-button, input[type="submit"].arrow.disabled .arrow-border-button, form .input-prepend [type="submit"].arrow.disabled.add-on .arrow-border-button, .form .input-prepend [type="submit"].arrow.disabled.add-on .arrow-border-button, a.button.arrow.disabled .arrow-border-button {
|
|
border-left: 18px solid #ccc;
|
|
}
|
|
/* line 276, bahmni-components/_buttons.scss */
|
|
.button.task, button.task, input[type="submit"].task, form .input-prepend [type="submit"].task.add-on, .form .input-prepend [type="submit"].task.add-on, input[type="button"].task, form .input-prepend [type="button"].task.add-on, .form .input-prepend [type="button"].task.add-on, input[type="reset"].task, form .input-prepend [type="reset"].task.add-on, .form .input-prepend [type="reset"].task.add-on, input[type="submit"].task, form .input-prepend [type="submit"].task.add-on, .form .input-prepend [type="submit"].task.add-on, a.button.task {
|
|
border-radius: 3px;
|
|
background: linear-gradient(to bottom, #5b57a6, #5b57a6);
|
|
background-color: #5b57a6;
|
|
border: #5b57a6 1px solid;
|
|
padding: 6px 20px 7px;
|
|
display: inline-block;
|
|
line-height: 1.2em;
|
|
color: white;
|
|
cursor: pointer;
|
|
min-width: 0;
|
|
max-width: 300px;
|
|
text-decoration: none;
|
|
padding: 5px 6px;
|
|
min-width: 221px;
|
|
font-size: 0.9em;
|
|
}
|
|
/* line 153, bahmni-components/_buttons.scss */
|
|
.button.task:hover, button.task:hover, input[type="submit"].task:hover, form .input-prepend [type="submit"].task.add-on:hover, .form .input-prepend [type="submit"].task.add-on:hover, input[type="button"].task:hover, form .input-prepend [type="button"].task.add-on:hover, .form .input-prepend [type="button"].task.add-on:hover, input[type="reset"].task:hover, form .input-prepend [type="reset"].task.add-on:hover, .form .input-prepend [type="reset"].task.add-on:hover, input[type="submit"].task:hover, form .input-prepend [type="submit"].task.add-on:hover, .form .input-prepend [type="submit"].task.add-on:hover, a.button.task:hover {
|
|
background: #615daa;
|
|
border-color: #524e95;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 153, bahmni-components/_buttons.scss */
|
|
.button.task:hover, button.task:hover, input[type="submit"].task:hover, form .input-prepend [type="submit"].task.add-on:hover, .form .input-prepend [type="submit"].task.add-on:hover, input[type="button"].task:hover, form .input-prepend [type="button"].task.add-on:hover, .form .input-prepend [type="button"].task.add-on:hover, input[type="reset"].task:hover, form .input-prepend [type="reset"].task.add-on:hover, .form .input-prepend [type="reset"].task.add-on:hover, input[type="submit"].task:hover, form .input-prepend [type="submit"].task.add-on:hover, .form .input-prepend [type="submit"].task.add-on:hover, a.button.task:hover {
|
|
background: linear-gradient(to bottom, #5b57a6, #5b57a6);
|
|
border: #5b57a6 1px solid;
|
|
}
|
|
}
|
|
/* line 162, bahmni-components/_buttons.scss */
|
|
.button.task.active, button.task.active, input[type="submit"].task.active, form .input-prepend [type="submit"].task.active.add-on, .form .input-prepend [type="submit"].task.active.add-on, input[type="button"].task.active, form .input-prepend [type="button"].task.active.add-on, .form .input-prepend [type="button"].task.active.add-on, input[type="reset"].task.active, form .input-prepend [type="reset"].task.active.add-on, .form .input-prepend [type="reset"].task.active.add-on, input[type="submit"].task.active, form .input-prepend [type="submit"].task.active.add-on, .form .input-prepend [type="submit"].task.active.add-on, a.button.task.active {
|
|
background: #57539f;
|
|
border-color: #524e95;
|
|
}
|
|
/* line 167, bahmni-components/_buttons.scss */
|
|
.button.task i, button.task i, input[type="submit"].task i, form .input-prepend [type="submit"].task.add-on i, .form .input-prepend [type="submit"].task.add-on i, input[type="button"].task i, form .input-prepend [type="button"].task.add-on i, .form .input-prepend [type="button"].task.add-on i, input[type="reset"].task i, form .input-prepend [type="reset"].task.add-on i, .form .input-prepend [type="reset"].task.add-on i, input[type="submit"].task i, form .input-prepend [type="submit"].task.add-on i, .form .input-prepend [type="submit"].task.add-on i, a.button.task i {
|
|
font-size: 1.2em;
|
|
margin: 0;
|
|
padding: 0;
|
|
line-height: .5em;
|
|
}
|
|
/* line 175, bahmni-components/_buttons.scss */
|
|
.button.task.big i, .button.task.medium i, button.task.big i, button.task.medium i, input[type="submit"].task.big i, form .input-prepend [type="submit"].task.big.add-on i, .form .input-prepend [type="submit"].task.big.add-on i, input[type="submit"].task.medium i, form .input-prepend [type="submit"].task.medium.add-on i, .form .input-prepend [type="submit"].task.medium.add-on i, input[type="button"].task.big i, form .input-prepend [type="button"].task.big.add-on i, .form .input-prepend [type="button"].task.big.add-on i, input[type="button"].task.medium i, form .input-prepend [type="button"].task.medium.add-on i, .form .input-prepend [type="button"].task.medium.add-on i, input[type="reset"].task.big i, form .input-prepend [type="reset"].task.big.add-on i, .form .input-prepend [type="reset"].task.big.add-on i, input[type="reset"].task.medium i, form .input-prepend [type="reset"].task.medium.add-on i, .form .input-prepend [type="reset"].task.medium.add-on i, input[type="submit"].task.big i, form .input-prepend [type="submit"].task.big.add-on i, .form .input-prepend [type="submit"].task.big.add-on i, input[type="submit"].task.medium i, form .input-prepend [type="submit"].task.medium.add-on i, .form .input-prepend [type="submit"].task.medium.add-on i, a.button.task.big i, a.button.task.medium i {
|
|
display: block;
|
|
font-size: 50px;
|
|
margin: 0 auto;
|
|
padding: 10px;
|
|
}
|
|
/* line 184, bahmni-components/_buttons.scss */
|
|
.button.task.medium i, button.task.medium i, input[type="submit"].task.medium i, form .input-prepend [type="submit"].task.medium.add-on i, .form .input-prepend [type="submit"].task.medium.add-on i, input[type="button"].task.medium i, form .input-prepend [type="button"].task.medium.add-on i, .form .input-prepend [type="button"].task.medium.add-on i, input[type="reset"].task.medium i, form .input-prepend [type="reset"].task.medium.add-on i, .form .input-prepend [type="reset"].task.medium.add-on i, input[type="submit"].task.medium i, form .input-prepend [type="submit"].task.medium.add-on i, .form .input-prepend [type="submit"].task.medium.add-on i, a.button.task.medium i {
|
|
font-size: 34px;
|
|
}
|
|
/* line 189, bahmni-components/_buttons.scss */
|
|
.button.task.disabled, .button.task:disabled, button.task.disabled, button.task:disabled, input[type="submit"].task.disabled, form .input-prepend [type="submit"].task.disabled.add-on, .form .input-prepend [type="submit"].task.disabled.add-on, input[type="submit"].task:disabled, form .input-prepend [type="submit"].task.add-on:disabled, .form .input-prepend [type="submit"].task.add-on:disabled, input[type="button"].task.disabled, form .input-prepend [type="button"].task.disabled.add-on, .form .input-prepend [type="button"].task.disabled.add-on, input[type="button"].task:disabled, form .input-prepend [type="button"].task.add-on:disabled, .form .input-prepend [type="button"].task.add-on:disabled, input[type="reset"].task.disabled, form .input-prepend [type="reset"].task.disabled.add-on, .form .input-prepend [type="reset"].task.disabled.add-on, input[type="reset"].task:disabled, form .input-prepend [type="reset"].task.add-on:disabled, .form .input-prepend [type="reset"].task.add-on:disabled, input[type="submit"].task.disabled, form .input-prepend [type="submit"].task.disabled.add-on, .form .input-prepend [type="submit"].task.disabled.add-on, input[type="submit"].task:disabled, form .input-prepend [type="submit"].task.add-on:disabled, .form .input-prepend [type="submit"].task.add-on:disabled, a.button.task.disabled, a.button.task:disabled {
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #333;
|
|
cursor: default;
|
|
}
|
|
/* line 196, bahmni-components/_buttons.scss */
|
|
.button.task.print, button.task.print, input[type="submit"].task.print, form .input-prepend [type="submit"].task.print.add-on, .form .input-prepend [type="submit"].task.print.add-on, input[type="button"].task.print, form .input-prepend [type="button"].task.print.add-on, .form .input-prepend [type="button"].task.print.add-on, input[type="reset"].task.print, form .input-prepend [type="reset"].task.print.add-on, .form .input-prepend [type="reset"].task.print.add-on, input[type="submit"].task.print, form .input-prepend [type="submit"].task.print.add-on, .form .input-prepend [type="submit"].task.print.add-on, a.button.task.print {
|
|
padding: 10px;
|
|
}
|
|
/* line 199, bahmni-components/_buttons.scss */
|
|
.button.task.print i, button.task.print i, input[type="submit"].task.print i, form .input-prepend [type="submit"].task.print.add-on i, .form .input-prepend [type="submit"].task.print.add-on i, input[type="button"].task.print i, form .input-prepend [type="button"].task.print.add-on i, .form .input-prepend [type="button"].task.print.add-on i, input[type="reset"].task.print i, form .input-prepend [type="reset"].task.print.add-on i, .form .input-prepend [type="reset"].task.print.add-on i, input[type="submit"].task.print i, form .input-prepend [type="submit"].task.print.add-on i, .form .input-prepend [type="submit"].task.print.add-on i, a.button.task.print i {
|
|
font-size: 1.5em;
|
|
}
|
|
/* line 204, bahmni-components/_buttons.scss */
|
|
.button.task.app, button.task.app, input[type="submit"].task.app, form .input-prepend [type="submit"].task.app.add-on, .form .input-prepend [type="submit"].task.app.add-on, input[type="button"].task.app, form .input-prepend [type="button"].task.app.add-on, .form .input-prepend [type="button"].task.app.add-on, input[type="reset"].task.app, form .input-prepend [type="reset"].task.app.add-on, .form .input-prepend [type="reset"].task.app.add-on, input[type="submit"].task.app, form .input-prepend [type="submit"].task.app.add-on, .form .input-prepend [type="submit"].task.app.add-on, a.button.task.app {
|
|
padding: 20px 10px;
|
|
width: 150px;
|
|
min-height: 90px;
|
|
vertical-align: top;
|
|
line-height: 1.3em;
|
|
margin: 10px;
|
|
text-align: center;
|
|
}
|
|
/* line 214, bahmni-components/_buttons.scss */
|
|
.button.task.arrow, button.task.arrow, input[type="submit"].task.arrow, form .input-prepend [type="submit"].task.arrow.add-on, .form .input-prepend [type="submit"].task.arrow.add-on, input[type="button"].task.arrow, form .input-prepend [type="button"].task.arrow.add-on, .form .input-prepend [type="button"].task.arrow.add-on, input[type="reset"].task.arrow, form .input-prepend [type="reset"].task.arrow.add-on, .form .input-prepend [type="reset"].task.arrow.add-on, input[type="submit"].task.arrow, form .input-prepend [type="submit"].task.arrow.add-on, .form .input-prepend [type="submit"].task.arrow.add-on, a.button.task.arrow {
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
padding: 9px 5px;
|
|
margin-left: -10px;
|
|
background: #81a726;
|
|
color: white;
|
|
border-color: #bbb;
|
|
height: 68px;
|
|
}
|
|
/* line 224, bahmni-components/_buttons.scss */
|
|
.button.task.arrow span, button.task.arrow span, input[type="submit"].task.arrow span, form .input-prepend [type="submit"].task.arrow.add-on span, .form .input-prepend [type="submit"].task.arrow.add-on span, input[type="button"].task.arrow span, form .input-prepend [type="button"].task.arrow.add-on span, .form .input-prepend [type="button"].task.arrow.add-on span, input[type="reset"].task.arrow span, form .input-prepend [type="reset"].task.arrow.add-on span, .form .input-prepend [type="reset"].task.arrow.add-on span, input[type="submit"].task.arrow span, form .input-prepend [type="submit"].task.arrow.add-on span, .form .input-prepend [type="submit"].task.arrow.add-on span, a.button.task.arrow span {
|
|
display: block;
|
|
line-height: 1em;
|
|
}
|
|
/* line 229, bahmni-components/_buttons.scss */
|
|
.button.task.arrow i, button.task.arrow i, input[type="submit"].task.arrow i, form .input-prepend [type="submit"].task.arrow.add-on i, .form .input-prepend [type="submit"].task.arrow.add-on i, input[type="button"].task.arrow i, form .input-prepend [type="button"].task.arrow.add-on i, .form .input-prepend [type="button"].task.arrow.add-on i, input[type="reset"].task.arrow i, form .input-prepend [type="reset"].task.arrow.add-on i, .form .input-prepend [type="reset"].task.arrow.add-on i, input[type="submit"].task.arrow i, form .input-prepend [type="submit"].task.arrow.add-on i, .form .input-prepend [type="submit"].task.arrow.add-on i, a.button.task.arrow i {
|
|
line-height: 1em;
|
|
font-size: 2em;
|
|
}
|
|
/* line 234, bahmni-components/_buttons.scss */
|
|
.button.task.arrow .arrow-button, button.task.arrow .arrow-button, input[type="submit"].task.arrow .arrow-button, form .input-prepend [type="submit"].task.arrow.add-on .arrow-button, .form .input-prepend [type="submit"].task.arrow.add-on .arrow-button, input[type="button"].task.arrow .arrow-button, form .input-prepend [type="button"].task.arrow.add-on .arrow-button, .form .input-prepend [type="button"].task.arrow.add-on .arrow-button, input[type="reset"].task.arrow .arrow-button, form .input-prepend [type="reset"].task.arrow.add-on .arrow-button, .form .input-prepend [type="reset"].task.arrow.add-on .arrow-button, input[type="submit"].task.arrow .arrow-button, form .input-prepend [type="submit"].task.arrow.add-on .arrow-button, .form .input-prepend [type="submit"].task.arrow.add-on .arrow-button, a.button.task.arrow .arrow-button {
|
|
width: 0;
|
|
height: 0;
|
|
top: 0;
|
|
right: -17px;
|
|
border-bottom: 34px solid transparent;
|
|
border-top: 33px solid transparent;
|
|
border-left: 18px solid #81a726;
|
|
position: absolute;
|
|
}
|
|
/* line 245, bahmni-components/_buttons.scss */
|
|
.button.task.arrow .arrow-border-button, button.task.arrow .arrow-border-button, input[type="submit"].task.arrow .arrow-border-button, form .input-prepend [type="submit"].task.arrow.add-on .arrow-border-button, .form .input-prepend [type="submit"].task.arrow.add-on .arrow-border-button, input[type="button"].task.arrow .arrow-border-button, form .input-prepend [type="button"].task.arrow.add-on .arrow-border-button, .form .input-prepend [type="button"].task.arrow.add-on .arrow-border-button, input[type="reset"].task.arrow .arrow-border-button, form .input-prepend [type="reset"].task.arrow.add-on .arrow-border-button, .form .input-prepend [type="reset"].task.arrow.add-on .arrow-border-button, input[type="submit"].task.arrow .arrow-border-button, form .input-prepend [type="submit"].task.arrow.add-on .arrow-border-button, .form .input-prepend [type="submit"].task.arrow.add-on .arrow-border-button, a.button.task.arrow .arrow-border-button {
|
|
width: 0;
|
|
height: 0;
|
|
top: 0;
|
|
right: -18px;
|
|
border-bottom: 34px solid transparent;
|
|
border-top: 33px solid transparent;
|
|
border-left: 18px solid #bbb;
|
|
position: absolute;
|
|
}
|
|
/* line 256, bahmni-components/_buttons.scss */
|
|
.button.task.arrow.disabled, button.task.arrow.disabled, input[type="submit"].task.arrow.disabled, form .input-prepend [type="submit"].task.arrow.disabled.add-on, .form .input-prepend [type="submit"].task.arrow.disabled.add-on, input[type="button"].task.arrow.disabled, form .input-prepend [type="button"].task.arrow.disabled.add-on, .form .input-prepend [type="button"].task.arrow.disabled.add-on, input[type="reset"].task.arrow.disabled, form .input-prepend [type="reset"].task.arrow.disabled.add-on, .form .input-prepend [type="reset"].task.arrow.disabled.add-on, input[type="submit"].task.arrow.disabled, form .input-prepend [type="submit"].task.arrow.disabled.add-on, .form .input-prepend [type="submit"].task.arrow.disabled.add-on, a.button.task.arrow.disabled {
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #ccc;
|
|
cursor: default;
|
|
}
|
|
/* line 262, bahmni-components/_buttons.scss */
|
|
.button.task.arrow.disabled .arrow-button, button.task.arrow.disabled .arrow-button, input[type="submit"].task.arrow.disabled .arrow-button, form .input-prepend [type="submit"].task.arrow.disabled.add-on .arrow-button, .form .input-prepend [type="submit"].task.arrow.disabled.add-on .arrow-button, input[type="button"].task.arrow.disabled .arrow-button, form .input-prepend [type="button"].task.arrow.disabled.add-on .arrow-button, .form .input-prepend [type="button"].task.arrow.disabled.add-on .arrow-button, input[type="reset"].task.arrow.disabled .arrow-button, form .input-prepend [type="reset"].task.arrow.disabled.add-on .arrow-button, .form .input-prepend [type="reset"].task.arrow.disabled.add-on .arrow-button, input[type="submit"].task.arrow.disabled .arrow-button, form .input-prepend [type="submit"].task.arrow.disabled.add-on .arrow-button, .form .input-prepend [type="submit"].task.arrow.disabled.add-on .arrow-button, a.button.task.arrow.disabled .arrow-button {
|
|
border-left: 18px solid #eee;
|
|
}
|
|
/* line 266, bahmni-components/_buttons.scss */
|
|
.button.task.arrow.disabled .arrow-border-button, button.task.arrow.disabled .arrow-border-button, input[type="submit"].task.arrow.disabled .arrow-border-button, form .input-prepend [type="submit"].task.arrow.disabled.add-on .arrow-border-button, .form .input-prepend [type="submit"].task.arrow.disabled.add-on .arrow-border-button, input[type="button"].task.arrow.disabled .arrow-border-button, form .input-prepend [type="button"].task.arrow.disabled.add-on .arrow-border-button, .form .input-prepend [type="button"].task.arrow.disabled.add-on .arrow-border-button, input[type="reset"].task.arrow.disabled .arrow-border-button, form .input-prepend [type="reset"].task.arrow.disabled.add-on .arrow-border-button, .form .input-prepend [type="reset"].task.arrow.disabled.add-on .arrow-border-button, input[type="submit"].task.arrow.disabled .arrow-border-button, form .input-prepend [type="submit"].task.arrow.disabled.add-on .arrow-border-button, .form .input-prepend [type="submit"].task.arrow.disabled.add-on .arrow-border-button, a.button.task.arrow.disabled .arrow-border-button {
|
|
border-left: 18px solid #ccc;
|
|
}
|
|
/* line 283, bahmni-components/_buttons.scss */
|
|
.button.task:visited, button.task:visited, input[type="submit"].task:visited, form .input-prepend [type="submit"].task.add-on:visited, .form .input-prepend [type="submit"].task.add-on:visited, input[type="button"].task:visited, form .input-prepend [type="button"].task.add-on:visited, .form .input-prepend [type="button"].task.add-on:visited, input[type="reset"].task:visited, form .input-prepend [type="reset"].task.add-on:visited, .form .input-prepend [type="reset"].task.add-on:visited, input[type="submit"].task:visited, form .input-prepend [type="submit"].task.add-on:visited, .form .input-prepend [type="submit"].task.add-on:visited, a.button.task:visited {
|
|
color: white;
|
|
}
|
|
/* line 287, bahmni-components/_buttons.scss */
|
|
.button.task i, button.task i, input[type="submit"].task i, form .input-prepend [type="submit"].task.add-on i, .form .input-prepend [type="submit"].task.add-on i, input[type="button"].task i, form .input-prepend [type="button"].task.add-on i, .form .input-prepend [type="button"].task.add-on i, input[type="reset"].task i, form .input-prepend [type="reset"].task.add-on i, .form .input-prepend [type="reset"].task.add-on i, input[type="submit"].task i, form .input-prepend [type="submit"].task.add-on i, .form .input-prepend [type="submit"].task.add-on i, a.button.task i {
|
|
font-size: 1em;
|
|
margin: 0px 2px;
|
|
}
|
|
/* line 293, bahmni-components/_buttons.scss */
|
|
.button.confirm, .split-button .primaryOption button.button, .split-button .button.toggle-button, button.confirm, .split-button .primaryOption button, .split-button button.toggle-button, input[type="submit"].confirm, form .input-prepend [type="submit"].confirm.add-on, form .input-prepend .split-button .primaryOption button[type="submit"].add-on, .split-button .primaryOption form .input-prepend button[type="submit"].add-on, form .input-prepend .split-button [type="submit"].add-on.toggle-button, .split-button form .input-prepend [type="submit"].add-on.toggle-button, .form .input-prepend [type="submit"].confirm.add-on, .form .input-prepend .split-button .primaryOption button[type="submit"].add-on, .split-button .primaryOption .form .input-prepend button[type="submit"].add-on, .form .input-prepend .split-button [type="submit"].add-on.toggle-button, .split-button .form .input-prepend [type="submit"].add-on.toggle-button, .split-button input[type="submit"].toggle-button, input[type="button"].confirm, form .input-prepend [type="button"].confirm.add-on, form .input-prepend .split-button .primaryOption button[type="button"].add-on, .split-button .primaryOption form .input-prepend button[type="button"].add-on, form .input-prepend .split-button [type="button"].add-on.toggle-button, .split-button form .input-prepend [type="button"].add-on.toggle-button, .form .input-prepend [type="button"].confirm.add-on, .form .input-prepend .split-button .primaryOption button[type="button"].add-on, .split-button .primaryOption .form .input-prepend button[type="button"].add-on, .form .input-prepend .split-button [type="button"].add-on.toggle-button, .split-button .form .input-prepend [type="button"].add-on.toggle-button, .split-button input[type="button"].toggle-button, input[type="reset"].confirm, form .input-prepend [type="reset"].confirm.add-on, form .input-prepend .split-button .primaryOption button[type="reset"].add-on, .split-button .primaryOption form .input-prepend button[type="reset"].add-on, form .input-prepend .split-button [type="reset"].add-on.toggle-button, .split-button form .input-prepend [type="reset"].add-on.toggle-button, .form .input-prepend [type="reset"].confirm.add-on, .form .input-prepend .split-button .primaryOption button[type="reset"].add-on, .split-button .primaryOption .form .input-prepend button[type="reset"].add-on, .form .input-prepend .split-button [type="reset"].add-on.toggle-button, .split-button .form .input-prepend [type="reset"].add-on.toggle-button, .split-button input[type="reset"].toggle-button, input[type="submit"].confirm, form .input-prepend [type="submit"].confirm.add-on, form .input-prepend .split-button .primaryOption button[type="submit"].add-on, .split-button .primaryOption form .input-prepend button[type="submit"].add-on, form .input-prepend .split-button [type="submit"].add-on.toggle-button, .split-button form .input-prepend [type="submit"].add-on.toggle-button, .form .input-prepend [type="submit"].confirm.add-on, .form .input-prepend .split-button .primaryOption button[type="submit"].add-on, .split-button .primaryOption .form .input-prepend button[type="submit"].add-on, .form .input-prepend .split-button [type="submit"].add-on.toggle-button, .split-button .form .input-prepend [type="submit"].add-on.toggle-button, .split-button input[type="submit"].toggle-button, a.button.confirm, .split-button a.button.toggle-button {
|
|
border-radius: 3px;
|
|
background: linear-gradient(to bottom, #A1D030, #88af28);
|
|
background-color: #88af28;
|
|
border: #88af28 1px solid;
|
|
padding: 6px 20px 7px;
|
|
display: inline-block;
|
|
line-height: 1.2em;
|
|
color: white;
|
|
cursor: pointer;
|
|
min-width: 0;
|
|
max-width: 300px;
|
|
text-decoration: none;
|
|
max-width: 250px;
|
|
min-width: 0;
|
|
margin-right: 10px;
|
|
}
|
|
/* line 153, bahmni-components/_buttons.scss */
|
|
.button.confirm:hover, .split-button .primaryOption button.button:hover, .split-button .button.toggle-button:hover, button.confirm:hover, .split-button .primaryOption button:hover, .split-button button.toggle-button:hover, input[type="submit"].confirm:hover, form .input-prepend [type="submit"].confirm.add-on:hover, form .input-prepend .split-button .primaryOption button[type="submit"].add-on:hover, .split-button .primaryOption form .input-prepend button[type="submit"].add-on:hover, form .input-prepend .split-button [type="submit"].add-on.toggle-button:hover, .split-button form .input-prepend [type="submit"].add-on.toggle-button:hover, .form .input-prepend [type="submit"].confirm.add-on:hover, .form .input-prepend .split-button .primaryOption button[type="submit"].add-on:hover, .split-button .primaryOption .form .input-prepend button[type="submit"].add-on:hover, .form .input-prepend .split-button [type="submit"].add-on.toggle-button:hover, .split-button .form .input-prepend [type="submit"].add-on.toggle-button:hover, .split-button input[type="submit"].toggle-button:hover, input[type="button"].confirm:hover, form .input-prepend [type="button"].confirm.add-on:hover, form .input-prepend .split-button .primaryOption button[type="button"].add-on:hover, .split-button .primaryOption form .input-prepend button[type="button"].add-on:hover, form .input-prepend .split-button [type="button"].add-on.toggle-button:hover, .split-button form .input-prepend [type="button"].add-on.toggle-button:hover, .form .input-prepend [type="button"].confirm.add-on:hover, .form .input-prepend .split-button .primaryOption button[type="button"].add-on:hover, .split-button .primaryOption .form .input-prepend button[type="button"].add-on:hover, .form .input-prepend .split-button [type="button"].add-on.toggle-button:hover, .split-button .form .input-prepend [type="button"].add-on.toggle-button:hover, .split-button input[type="button"].toggle-button:hover, input[type="reset"].confirm:hover, form .input-prepend [type="reset"].confirm.add-on:hover, form .input-prepend .split-button .primaryOption button[type="reset"].add-on:hover, .split-button .primaryOption form .input-prepend button[type="reset"].add-on:hover, form .input-prepend .split-button [type="reset"].add-on.toggle-button:hover, .split-button form .input-prepend [type="reset"].add-on.toggle-button:hover, .form .input-prepend [type="reset"].confirm.add-on:hover, .form .input-prepend .split-button .primaryOption button[type="reset"].add-on:hover, .split-button .primaryOption .form .input-prepend button[type="reset"].add-on:hover, .form .input-prepend .split-button [type="reset"].add-on.toggle-button:hover, .split-button .form .input-prepend [type="reset"].add-on.toggle-button:hover, .split-button input[type="reset"].toggle-button:hover, input[type="submit"].confirm:hover, form .input-prepend [type="submit"].confirm.add-on:hover, form .input-prepend .split-button .primaryOption button[type="submit"].add-on:hover, .split-button .primaryOption form .input-prepend button[type="submit"].add-on:hover, form .input-prepend .split-button [type="submit"].add-on.toggle-button:hover, .split-button form .input-prepend [type="submit"].add-on.toggle-button:hover, .form .input-prepend [type="submit"].confirm.add-on:hover, .form .input-prepend .split-button .primaryOption button[type="submit"].add-on:hover, .split-button .primaryOption .form .input-prepend button[type="submit"].add-on:hover, .form .input-prepend .split-button [type="submit"].add-on.toggle-button:hover, .split-button .form .input-prepend [type="submit"].add-on.toggle-button:hover, .split-button input[type="submit"].toggle-button:hover, a.button.confirm:hover, .split-button a.button.toggle-button:hover {
|
|
background: #8eb82a;
|
|
border-color: #779b23;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 153, bahmni-components/_buttons.scss */
|
|
.button.confirm:hover, .split-button .primaryOption button.button:hover, .split-button .button.toggle-button:hover, button.confirm:hover, .split-button .primaryOption button:hover, .split-button button.toggle-button:hover, input[type="submit"].confirm:hover, form .input-prepend [type="submit"].confirm.add-on:hover, form .input-prepend .split-button .primaryOption button[type="submit"].add-on:hover, .split-button .primaryOption form .input-prepend button[type="submit"].add-on:hover, form .input-prepend .split-button [type="submit"].add-on.toggle-button:hover, .split-button form .input-prepend [type="submit"].add-on.toggle-button:hover, .form .input-prepend [type="submit"].confirm.add-on:hover, .form .input-prepend .split-button .primaryOption button[type="submit"].add-on:hover, .split-button .primaryOption .form .input-prepend button[type="submit"].add-on:hover, .form .input-prepend .split-button [type="submit"].add-on.toggle-button:hover, .split-button .form .input-prepend [type="submit"].add-on.toggle-button:hover, .split-button input[type="submit"].toggle-button:hover, input[type="button"].confirm:hover, form .input-prepend [type="button"].confirm.add-on:hover, form .input-prepend .split-button .primaryOption button[type="button"].add-on:hover, .split-button .primaryOption form .input-prepend button[type="button"].add-on:hover, form .input-prepend .split-button [type="button"].add-on.toggle-button:hover, .split-button form .input-prepend [type="button"].add-on.toggle-button:hover, .form .input-prepend [type="button"].confirm.add-on:hover, .form .input-prepend .split-button .primaryOption button[type="button"].add-on:hover, .split-button .primaryOption .form .input-prepend button[type="button"].add-on:hover, .form .input-prepend .split-button [type="button"].add-on.toggle-button:hover, .split-button .form .input-prepend [type="button"].add-on.toggle-button:hover, .split-button input[type="button"].toggle-button:hover, input[type="reset"].confirm:hover, form .input-prepend [type="reset"].confirm.add-on:hover, form .input-prepend .split-button .primaryOption button[type="reset"].add-on:hover, .split-button .primaryOption form .input-prepend button[type="reset"].add-on:hover, form .input-prepend .split-button [type="reset"].add-on.toggle-button:hover, .split-button form .input-prepend [type="reset"].add-on.toggle-button:hover, .form .input-prepend [type="reset"].confirm.add-on:hover, .form .input-prepend .split-button .primaryOption button[type="reset"].add-on:hover, .split-button .primaryOption .form .input-prepend button[type="reset"].add-on:hover, .form .input-prepend .split-button [type="reset"].add-on.toggle-button:hover, .split-button .form .input-prepend [type="reset"].add-on.toggle-button:hover, .split-button input[type="reset"].toggle-button:hover, input[type="submit"].confirm:hover, form .input-prepend [type="submit"].confirm.add-on:hover, form .input-prepend .split-button .primaryOption button[type="submit"].add-on:hover, .split-button .primaryOption form .input-prepend button[type="submit"].add-on:hover, form .input-prepend .split-button [type="submit"].add-on.toggle-button:hover, .split-button form .input-prepend [type="submit"].add-on.toggle-button:hover, .form .input-prepend [type="submit"].confirm.add-on:hover, .form .input-prepend .split-button .primaryOption button[type="submit"].add-on:hover, .split-button .primaryOption .form .input-prepend button[type="submit"].add-on:hover, .form .input-prepend .split-button [type="submit"].add-on.toggle-button:hover, .split-button .form .input-prepend [type="submit"].add-on.toggle-button:hover, .split-button input[type="submit"].toggle-button:hover, a.button.confirm:hover, .split-button a.button.toggle-button:hover {
|
|
background: linear-gradient(to bottom, #A1D030, #88af28);
|
|
border: #88af28 1px solid;
|
|
}
|
|
}
|
|
/* line 162, bahmni-components/_buttons.scss */
|
|
.button.confirm.active, .split-button .primaryOption button.button.active, .split-button .button.active.toggle-button, button.confirm.active, .split-button .primaryOption button.active, .split-button button.active.toggle-button, input[type="submit"].confirm.active, form .input-prepend [type="submit"].confirm.active.add-on, form .input-prepend .split-button .primaryOption button[type="submit"].active.add-on, .split-button .primaryOption form .input-prepend button[type="submit"].active.add-on, form .input-prepend .split-button [type="submit"].active.add-on.toggle-button, .split-button form .input-prepend [type="submit"].active.add-on.toggle-button, .form .input-prepend [type="submit"].confirm.active.add-on, .form .input-prepend .split-button .primaryOption button[type="submit"].active.add-on, .split-button .primaryOption .form .input-prepend button[type="submit"].active.add-on, .form .input-prepend .split-button [type="submit"].active.add-on.toggle-button, .split-button .form .input-prepend [type="submit"].active.add-on.toggle-button, .split-button input[type="submit"].active.toggle-button, input[type="button"].confirm.active, form .input-prepend [type="button"].confirm.active.add-on, form .input-prepend .split-button .primaryOption button[type="button"].active.add-on, .split-button .primaryOption form .input-prepend button[type="button"].active.add-on, form .input-prepend .split-button [type="button"].active.add-on.toggle-button, .split-button form .input-prepend [type="button"].active.add-on.toggle-button, .form .input-prepend [type="button"].confirm.active.add-on, .form .input-prepend .split-button .primaryOption button[type="button"].active.add-on, .split-button .primaryOption .form .input-prepend button[type="button"].active.add-on, .form .input-prepend .split-button [type="button"].active.add-on.toggle-button, .split-button .form .input-prepend [type="button"].active.add-on.toggle-button, .split-button input[type="button"].active.toggle-button, input[type="reset"].confirm.active, form .input-prepend [type="reset"].confirm.active.add-on, form .input-prepend .split-button .primaryOption button[type="reset"].active.add-on, .split-button .primaryOption form .input-prepend button[type="reset"].active.add-on, form .input-prepend .split-button [type="reset"].active.add-on.toggle-button, .split-button form .input-prepend [type="reset"].active.add-on.toggle-button, .form .input-prepend [type="reset"].confirm.active.add-on, .form .input-prepend .split-button .primaryOption button[type="reset"].active.add-on, .split-button .primaryOption .form .input-prepend button[type="reset"].active.add-on, .form .input-prepend .split-button [type="reset"].active.add-on.toggle-button, .split-button .form .input-prepend [type="reset"].active.add-on.toggle-button, .split-button input[type="reset"].active.toggle-button, input[type="submit"].confirm.active, form .input-prepend [type="submit"].confirm.active.add-on, form .input-prepend .split-button .primaryOption button[type="submit"].active.add-on, .split-button .primaryOption form .input-prepend button[type="submit"].active.add-on, form .input-prepend .split-button [type="submit"].active.add-on.toggle-button, .split-button form .input-prepend [type="submit"].active.add-on.toggle-button, .form .input-prepend [type="submit"].confirm.active.add-on, .form .input-prepend .split-button .primaryOption button[type="submit"].active.add-on, .split-button .primaryOption .form .input-prepend button[type="submit"].active.add-on, .form .input-prepend .split-button [type="submit"].active.add-on.toggle-button, .split-button .form .input-prepend [type="submit"].active.add-on.toggle-button, .split-button input[type="submit"].active.toggle-button, a.button.confirm.active, .split-button a.button.active.toggle-button {
|
|
background: #81a726;
|
|
border-color: #779b23;
|
|
}
|
|
/* line 167, bahmni-components/_buttons.scss */
|
|
.button.confirm i, .split-button .primaryOption button.button i, .split-button .button.toggle-button i, button.confirm i, .split-button .primaryOption button i, .split-button button.toggle-button i, input[type="submit"].confirm i, form .input-prepend [type="submit"].confirm.add-on i, form .input-prepend .split-button .primaryOption button[type="submit"].add-on i, .split-button .primaryOption form .input-prepend button[type="submit"].add-on i, form .input-prepend .split-button [type="submit"].add-on.toggle-button i, .split-button form .input-prepend [type="submit"].add-on.toggle-button i, .form .input-prepend [type="submit"].confirm.add-on i, .form .input-prepend .split-button .primaryOption button[type="submit"].add-on i, .split-button .primaryOption .form .input-prepend button[type="submit"].add-on i, .form .input-prepend .split-button [type="submit"].add-on.toggle-button i, .split-button .form .input-prepend [type="submit"].add-on.toggle-button i, .split-button input[type="submit"].toggle-button i, input[type="button"].confirm i, form .input-prepend [type="button"].confirm.add-on i, form .input-prepend .split-button .primaryOption button[type="button"].add-on i, .split-button .primaryOption form .input-prepend button[type="button"].add-on i, form .input-prepend .split-button [type="button"].add-on.toggle-button i, .split-button form .input-prepend [type="button"].add-on.toggle-button i, .form .input-prepend [type="button"].confirm.add-on i, .form .input-prepend .split-button .primaryOption button[type="button"].add-on i, .split-button .primaryOption .form .input-prepend button[type="button"].add-on i, .form .input-prepend .split-button [type="button"].add-on.toggle-button i, .split-button .form .input-prepend [type="button"].add-on.toggle-button i, .split-button input[type="button"].toggle-button i, input[type="reset"].confirm i, form .input-prepend [type="reset"].confirm.add-on i, form .input-prepend .split-button .primaryOption button[type="reset"].add-on i, .split-button .primaryOption form .input-prepend button[type="reset"].add-on i, form .input-prepend .split-button [type="reset"].add-on.toggle-button i, .split-button form .input-prepend [type="reset"].add-on.toggle-button i, .form .input-prepend [type="reset"].confirm.add-on i, .form .input-prepend .split-button .primaryOption button[type="reset"].add-on i, .split-button .primaryOption .form .input-prepend button[type="reset"].add-on i, .form .input-prepend .split-button [type="reset"].add-on.toggle-button i, .split-button .form .input-prepend [type="reset"].add-on.toggle-button i, .split-button input[type="reset"].toggle-button i, input[type="submit"].confirm i, form .input-prepend [type="submit"].confirm.add-on i, form .input-prepend .split-button .primaryOption button[type="submit"].add-on i, .split-button .primaryOption form .input-prepend button[type="submit"].add-on i, form .input-prepend .split-button [type="submit"].add-on.toggle-button i, .split-button form .input-prepend [type="submit"].add-on.toggle-button i, .form .input-prepend [type="submit"].confirm.add-on i, .form .input-prepend .split-button .primaryOption button[type="submit"].add-on i, .split-button .primaryOption .form .input-prepend button[type="submit"].add-on i, .form .input-prepend .split-button [type="submit"].add-on.toggle-button i, .split-button .form .input-prepend [type="submit"].add-on.toggle-button i, .split-button input[type="submit"].toggle-button i, a.button.confirm i, .split-button a.button.toggle-button i {
|
|
font-size: 1.2em;
|
|
margin: 0;
|
|
padding: 0;
|
|
line-height: .5em;
|
|
}
|
|
/* line 175, bahmni-components/_buttons.scss */
|
|
.button.confirm.big i, .split-button .primaryOption button.button.big i, .split-button .button.big.toggle-button i, .button.confirm.medium i, .split-button .primaryOption button.button.medium i, .split-button .button.medium.toggle-button i, button.confirm.big i, .split-button .primaryOption button.big i, .split-button button.big.toggle-button i, button.confirm.medium i, .split-button .primaryOption button.medium i, .split-button button.medium.toggle-button i, input[type="submit"].confirm.big i, form .input-prepend [type="submit"].confirm.big.add-on i, form .input-prepend .split-button .primaryOption button[type="submit"].big.add-on i, .split-button .primaryOption form .input-prepend button[type="submit"].big.add-on i, form .input-prepend .split-button [type="submit"].big.add-on.toggle-button i, .split-button form .input-prepend [type="submit"].big.add-on.toggle-button i, .form .input-prepend [type="submit"].confirm.big.add-on i, .form .input-prepend .split-button .primaryOption button[type="submit"].big.add-on i, .split-button .primaryOption .form .input-prepend button[type="submit"].big.add-on i, .form .input-prepend .split-button [type="submit"].big.add-on.toggle-button i, .split-button .form .input-prepend [type="submit"].big.add-on.toggle-button i, .split-button input[type="submit"].big.toggle-button i, input[type="submit"].confirm.medium i, form .input-prepend [type="submit"].confirm.medium.add-on i, form .input-prepend .split-button .primaryOption button[type="submit"].medium.add-on i, .split-button .primaryOption form .input-prepend button[type="submit"].medium.add-on i, form .input-prepend .split-button [type="submit"].medium.add-on.toggle-button i, .split-button form .input-prepend [type="submit"].medium.add-on.toggle-button i, .form .input-prepend [type="submit"].confirm.medium.add-on i, .form .input-prepend .split-button .primaryOption button[type="submit"].medium.add-on i, .split-button .primaryOption .form .input-prepend button[type="submit"].medium.add-on i, .form .input-prepend .split-button [type="submit"].medium.add-on.toggle-button i, .split-button .form .input-prepend [type="submit"].medium.add-on.toggle-button i, .split-button input[type="submit"].medium.toggle-button i, input[type="button"].confirm.big i, form .input-prepend [type="button"].confirm.big.add-on i, form .input-prepend .split-button .primaryOption button[type="button"].big.add-on i, .split-button .primaryOption form .input-prepend button[type="button"].big.add-on i, form .input-prepend .split-button [type="button"].big.add-on.toggle-button i, .split-button form .input-prepend [type="button"].big.add-on.toggle-button i, .form .input-prepend [type="button"].confirm.big.add-on i, .form .input-prepend .split-button .primaryOption button[type="button"].big.add-on i, .split-button .primaryOption .form .input-prepend button[type="button"].big.add-on i, .form .input-prepend .split-button [type="button"].big.add-on.toggle-button i, .split-button .form .input-prepend [type="button"].big.add-on.toggle-button i, .split-button input[type="button"].big.toggle-button i, input[type="button"].confirm.medium i, form .input-prepend [type="button"].confirm.medium.add-on i, form .input-prepend .split-button .primaryOption button[type="button"].medium.add-on i, .split-button .primaryOption form .input-prepend button[type="button"].medium.add-on i, form .input-prepend .split-button [type="button"].medium.add-on.toggle-button i, .split-button form .input-prepend [type="button"].medium.add-on.toggle-button i, .form .input-prepend [type="button"].confirm.medium.add-on i, .form .input-prepend .split-button .primaryOption button[type="button"].medium.add-on i, .split-button .primaryOption .form .input-prepend button[type="button"].medium.add-on i, .form .input-prepend .split-button [type="button"].medium.add-on.toggle-button i, .split-button .form .input-prepend [type="button"].medium.add-on.toggle-button i, .split-button input[type="button"].medium.toggle-button i, input[type="reset"].confirm.big i, form .input-prepend [type="reset"].confirm.big.add-on i, form .input-prepend .split-button .primaryOption button[type="reset"].big.add-on i, .split-button .primaryOption form .input-prepend button[type="reset"].big.add-on i, form .input-prepend .split-button [type="reset"].big.add-on.toggle-button i, .split-button form .input-prepend [type="reset"].big.add-on.toggle-button i, .form .input-prepend [type="reset"].confirm.big.add-on i, .form .input-prepend .split-button .primaryOption button[type="reset"].big.add-on i, .split-button .primaryOption .form .input-prepend button[type="reset"].big.add-on i, .form .input-prepend .split-button [type="reset"].big.add-on.toggle-button i, .split-button .form .input-prepend [type="reset"].big.add-on.toggle-button i, .split-button input[type="reset"].big.toggle-button i, input[type="reset"].confirm.medium i, form .input-prepend [type="reset"].confirm.medium.add-on i, form .input-prepend .split-button .primaryOption button[type="reset"].medium.add-on i, .split-button .primaryOption form .input-prepend button[type="reset"].medium.add-on i, form .input-prepend .split-button [type="reset"].medium.add-on.toggle-button i, .split-button form .input-prepend [type="reset"].medium.add-on.toggle-button i, .form .input-prepend [type="reset"].confirm.medium.add-on i, .form .input-prepend .split-button .primaryOption button[type="reset"].medium.add-on i, .split-button .primaryOption .form .input-prepend button[type="reset"].medium.add-on i, .form .input-prepend .split-button [type="reset"].medium.add-on.toggle-button i, .split-button .form .input-prepend [type="reset"].medium.add-on.toggle-button i, .split-button input[type="reset"].medium.toggle-button i, input[type="submit"].confirm.big i, form .input-prepend [type="submit"].confirm.big.add-on i, form .input-prepend .split-button .primaryOption button[type="submit"].big.add-on i, .split-button .primaryOption form .input-prepend button[type="submit"].big.add-on i, form .input-prepend .split-button [type="submit"].big.add-on.toggle-button i, .split-button form .input-prepend [type="submit"].big.add-on.toggle-button i, .form .input-prepend [type="submit"].confirm.big.add-on i, .form .input-prepend .split-button .primaryOption button[type="submit"].big.add-on i, .split-button .primaryOption .form .input-prepend button[type="submit"].big.add-on i, .form .input-prepend .split-button [type="submit"].big.add-on.toggle-button i, .split-button .form .input-prepend [type="submit"].big.add-on.toggle-button i, .split-button input[type="submit"].big.toggle-button i, input[type="submit"].confirm.medium i, form .input-prepend [type="submit"].confirm.medium.add-on i, form .input-prepend .split-button .primaryOption button[type="submit"].medium.add-on i, .split-button .primaryOption form .input-prepend button[type="submit"].medium.add-on i, form .input-prepend .split-button [type="submit"].medium.add-on.toggle-button i, .split-button form .input-prepend [type="submit"].medium.add-on.toggle-button i, .form .input-prepend [type="submit"].confirm.medium.add-on i, .form .input-prepend .split-button .primaryOption button[type="submit"].medium.add-on i, .split-button .primaryOption .form .input-prepend button[type="submit"].medium.add-on i, .form .input-prepend .split-button [type="submit"].medium.add-on.toggle-button i, .split-button .form .input-prepend [type="submit"].medium.add-on.toggle-button i, .split-button input[type="submit"].medium.toggle-button i, a.button.confirm.big i, .split-button a.button.big.toggle-button i, a.button.confirm.medium i, .split-button a.button.medium.toggle-button i {
|
|
display: block;
|
|
font-size: 50px;
|
|
margin: 0 auto;
|
|
padding: 10px;
|
|
}
|
|
/* line 184, bahmni-components/_buttons.scss */
|
|
.button.confirm.medium i, .split-button .primaryOption button.button.medium i, .split-button .button.medium.toggle-button i, button.confirm.medium i, .split-button .primaryOption button.medium i, .split-button button.medium.toggle-button i, input[type="submit"].confirm.medium i, form .input-prepend [type="submit"].confirm.medium.add-on i, form .input-prepend .split-button .primaryOption button[type="submit"].medium.add-on i, .split-button .primaryOption form .input-prepend button[type="submit"].medium.add-on i, form .input-prepend .split-button [type="submit"].medium.add-on.toggle-button i, .split-button form .input-prepend [type="submit"].medium.add-on.toggle-button i, .form .input-prepend [type="submit"].confirm.medium.add-on i, .form .input-prepend .split-button .primaryOption button[type="submit"].medium.add-on i, .split-button .primaryOption .form .input-prepend button[type="submit"].medium.add-on i, .form .input-prepend .split-button [type="submit"].medium.add-on.toggle-button i, .split-button .form .input-prepend [type="submit"].medium.add-on.toggle-button i, .split-button input[type="submit"].medium.toggle-button i, input[type="button"].confirm.medium i, form .input-prepend [type="button"].confirm.medium.add-on i, form .input-prepend .split-button .primaryOption button[type="button"].medium.add-on i, .split-button .primaryOption form .input-prepend button[type="button"].medium.add-on i, form .input-prepend .split-button [type="button"].medium.add-on.toggle-button i, .split-button form .input-prepend [type="button"].medium.add-on.toggle-button i, .form .input-prepend [type="button"].confirm.medium.add-on i, .form .input-prepend .split-button .primaryOption button[type="button"].medium.add-on i, .split-button .primaryOption .form .input-prepend button[type="button"].medium.add-on i, .form .input-prepend .split-button [type="button"].medium.add-on.toggle-button i, .split-button .form .input-prepend [type="button"].medium.add-on.toggle-button i, .split-button input[type="button"].medium.toggle-button i, input[type="reset"].confirm.medium i, form .input-prepend [type="reset"].confirm.medium.add-on i, form .input-prepend .split-button .primaryOption button[type="reset"].medium.add-on i, .split-button .primaryOption form .input-prepend button[type="reset"].medium.add-on i, form .input-prepend .split-button [type="reset"].medium.add-on.toggle-button i, .split-button form .input-prepend [type="reset"].medium.add-on.toggle-button i, .form .input-prepend [type="reset"].confirm.medium.add-on i, .form .input-prepend .split-button .primaryOption button[type="reset"].medium.add-on i, .split-button .primaryOption .form .input-prepend button[type="reset"].medium.add-on i, .form .input-prepend .split-button [type="reset"].medium.add-on.toggle-button i, .split-button .form .input-prepend [type="reset"].medium.add-on.toggle-button i, .split-button input[type="reset"].medium.toggle-button i, input[type="submit"].confirm.medium i, form .input-prepend [type="submit"].confirm.medium.add-on i, form .input-prepend .split-button .primaryOption button[type="submit"].medium.add-on i, .split-button .primaryOption form .input-prepend button[type="submit"].medium.add-on i, form .input-prepend .split-button [type="submit"].medium.add-on.toggle-button i, .split-button form .input-prepend [type="submit"].medium.add-on.toggle-button i, .form .input-prepend [type="submit"].confirm.medium.add-on i, .form .input-prepend .split-button .primaryOption button[type="submit"].medium.add-on i, .split-button .primaryOption .form .input-prepend button[type="submit"].medium.add-on i, .form .input-prepend .split-button [type="submit"].medium.add-on.toggle-button i, .split-button .form .input-prepend [type="submit"].medium.add-on.toggle-button i, .split-button input[type="submit"].medium.toggle-button i, a.button.confirm.medium i, .split-button a.button.medium.toggle-button i {
|
|
font-size: 34px;
|
|
}
|
|
/* line 189, bahmni-components/_buttons.scss */
|
|
.button.confirm.disabled, .split-button .primaryOption button.button.disabled, .split-button .button.disabled.toggle-button, .button.confirm:disabled, .split-button .primaryOption button.button:disabled, .split-button .button.toggle-button:disabled, button.confirm.disabled, .split-button .primaryOption button.disabled, .split-button button.disabled.toggle-button, button.confirm:disabled, .split-button .primaryOption button:disabled, .split-button button.toggle-button:disabled, input[type="submit"].confirm.disabled, form .input-prepend [type="submit"].confirm.disabled.add-on, form .input-prepend .split-button .primaryOption button[type="submit"].disabled.add-on, .split-button .primaryOption form .input-prepend button[type="submit"].disabled.add-on, form .input-prepend .split-button [type="submit"].disabled.add-on.toggle-button, .split-button form .input-prepend [type="submit"].disabled.add-on.toggle-button, .form .input-prepend [type="submit"].confirm.disabled.add-on, .form .input-prepend .split-button .primaryOption button[type="submit"].disabled.add-on, .split-button .primaryOption .form .input-prepend button[type="submit"].disabled.add-on, .form .input-prepend .split-button [type="submit"].disabled.add-on.toggle-button, .split-button .form .input-prepend [type="submit"].disabled.add-on.toggle-button, .split-button input[type="submit"].disabled.toggle-button, input[type="submit"].confirm:disabled, form .input-prepend [type="submit"].confirm.add-on:disabled, form .input-prepend .split-button .primaryOption button[type="submit"].add-on:disabled, .split-button .primaryOption form .input-prepend button[type="submit"].add-on:disabled, form .input-prepend .split-button [type="submit"].add-on.toggle-button:disabled, .split-button form .input-prepend [type="submit"].add-on.toggle-button:disabled, .form .input-prepend [type="submit"].confirm.add-on:disabled, .form .input-prepend .split-button .primaryOption button[type="submit"].add-on:disabled, .split-button .primaryOption .form .input-prepend button[type="submit"].add-on:disabled, .form .input-prepend .split-button [type="submit"].add-on.toggle-button:disabled, .split-button .form .input-prepend [type="submit"].add-on.toggle-button:disabled, .split-button input[type="submit"].toggle-button:disabled, input[type="button"].confirm.disabled, form .input-prepend [type="button"].confirm.disabled.add-on, form .input-prepend .split-button .primaryOption button[type="button"].disabled.add-on, .split-button .primaryOption form .input-prepend button[type="button"].disabled.add-on, form .input-prepend .split-button [type="button"].disabled.add-on.toggle-button, .split-button form .input-prepend [type="button"].disabled.add-on.toggle-button, .form .input-prepend [type="button"].confirm.disabled.add-on, .form .input-prepend .split-button .primaryOption button[type="button"].disabled.add-on, .split-button .primaryOption .form .input-prepend button[type="button"].disabled.add-on, .form .input-prepend .split-button [type="button"].disabled.add-on.toggle-button, .split-button .form .input-prepend [type="button"].disabled.add-on.toggle-button, .split-button input[type="button"].disabled.toggle-button, input[type="button"].confirm:disabled, form .input-prepend [type="button"].confirm.add-on:disabled, form .input-prepend .split-button .primaryOption button[type="button"].add-on:disabled, .split-button .primaryOption form .input-prepend button[type="button"].add-on:disabled, form .input-prepend .split-button [type="button"].add-on.toggle-button:disabled, .split-button form .input-prepend [type="button"].add-on.toggle-button:disabled, .form .input-prepend [type="button"].confirm.add-on:disabled, .form .input-prepend .split-button .primaryOption button[type="button"].add-on:disabled, .split-button .primaryOption .form .input-prepend button[type="button"].add-on:disabled, .form .input-prepend .split-button [type="button"].add-on.toggle-button:disabled, .split-button .form .input-prepend [type="button"].add-on.toggle-button:disabled, .split-button input[type="button"].toggle-button:disabled, input[type="reset"].confirm.disabled, form .input-prepend [type="reset"].confirm.disabled.add-on, form .input-prepend .split-button .primaryOption button[type="reset"].disabled.add-on, .split-button .primaryOption form .input-prepend button[type="reset"].disabled.add-on, form .input-prepend .split-button [type="reset"].disabled.add-on.toggle-button, .split-button form .input-prepend [type="reset"].disabled.add-on.toggle-button, .form .input-prepend [type="reset"].confirm.disabled.add-on, .form .input-prepend .split-button .primaryOption button[type="reset"].disabled.add-on, .split-button .primaryOption .form .input-prepend button[type="reset"].disabled.add-on, .form .input-prepend .split-button [type="reset"].disabled.add-on.toggle-button, .split-button .form .input-prepend [type="reset"].disabled.add-on.toggle-button, .split-button input[type="reset"].disabled.toggle-button, input[type="reset"].confirm:disabled, form .input-prepend [type="reset"].confirm.add-on:disabled, form .input-prepend .split-button .primaryOption button[type="reset"].add-on:disabled, .split-button .primaryOption form .input-prepend button[type="reset"].add-on:disabled, form .input-prepend .split-button [type="reset"].add-on.toggle-button:disabled, .split-button form .input-prepend [type="reset"].add-on.toggle-button:disabled, .form .input-prepend [type="reset"].confirm.add-on:disabled, .form .input-prepend .split-button .primaryOption button[type="reset"].add-on:disabled, .split-button .primaryOption .form .input-prepend button[type="reset"].add-on:disabled, .form .input-prepend .split-button [type="reset"].add-on.toggle-button:disabled, .split-button .form .input-prepend [type="reset"].add-on.toggle-button:disabled, .split-button input[type="reset"].toggle-button:disabled, input[type="submit"].confirm.disabled, form .input-prepend [type="submit"].confirm.disabled.add-on, form .input-prepend .split-button .primaryOption button[type="submit"].disabled.add-on, .split-button .primaryOption form .input-prepend button[type="submit"].disabled.add-on, form .input-prepend .split-button [type="submit"].disabled.add-on.toggle-button, .split-button form .input-prepend [type="submit"].disabled.add-on.toggle-button, .form .input-prepend [type="submit"].confirm.disabled.add-on, .form .input-prepend .split-button .primaryOption button[type="submit"].disabled.add-on, .split-button .primaryOption .form .input-prepend button[type="submit"].disabled.add-on, .form .input-prepend .split-button [type="submit"].disabled.add-on.toggle-button, .split-button .form .input-prepend [type="submit"].disabled.add-on.toggle-button, .split-button input[type="submit"].disabled.toggle-button, input[type="submit"].confirm:disabled, form .input-prepend [type="submit"].confirm.add-on:disabled, form .input-prepend .split-button .primaryOption button[type="submit"].add-on:disabled, .split-button .primaryOption form .input-prepend button[type="submit"].add-on:disabled, form .input-prepend .split-button [type="submit"].add-on.toggle-button:disabled, .split-button form .input-prepend [type="submit"].add-on.toggle-button:disabled, .form .input-prepend [type="submit"].confirm.add-on:disabled, .form .input-prepend .split-button .primaryOption button[type="submit"].add-on:disabled, .split-button .primaryOption .form .input-prepend button[type="submit"].add-on:disabled, .form .input-prepend .split-button [type="submit"].add-on.toggle-button:disabled, .split-button .form .input-prepend [type="submit"].add-on.toggle-button:disabled, .split-button input[type="submit"].toggle-button:disabled, a.button.confirm.disabled, .split-button a.button.disabled.toggle-button, a.button.confirm:disabled, .split-button a.button.toggle-button:disabled {
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #333;
|
|
cursor: default;
|
|
}
|
|
/* line 196, bahmni-components/_buttons.scss */
|
|
.button.confirm.print, .split-button .primaryOption button.button.print, .split-button .button.print.toggle-button, button.confirm.print, .split-button .primaryOption button.print, .split-button button.print.toggle-button, input[type="submit"].confirm.print, form .input-prepend [type="submit"].confirm.print.add-on, form .input-prepend .split-button .primaryOption button[type="submit"].print.add-on, .split-button .primaryOption form .input-prepend button[type="submit"].print.add-on, form .input-prepend .split-button [type="submit"].print.add-on.toggle-button, .split-button form .input-prepend [type="submit"].print.add-on.toggle-button, .form .input-prepend [type="submit"].confirm.print.add-on, .form .input-prepend .split-button .primaryOption button[type="submit"].print.add-on, .split-button .primaryOption .form .input-prepend button[type="submit"].print.add-on, .form .input-prepend .split-button [type="submit"].print.add-on.toggle-button, .split-button .form .input-prepend [type="submit"].print.add-on.toggle-button, .split-button input[type="submit"].print.toggle-button, input[type="button"].confirm.print, form .input-prepend [type="button"].confirm.print.add-on, form .input-prepend .split-button .primaryOption button[type="button"].print.add-on, .split-button .primaryOption form .input-prepend button[type="button"].print.add-on, form .input-prepend .split-button [type="button"].print.add-on.toggle-button, .split-button form .input-prepend [type="button"].print.add-on.toggle-button, .form .input-prepend [type="button"].confirm.print.add-on, .form .input-prepend .split-button .primaryOption button[type="button"].print.add-on, .split-button .primaryOption .form .input-prepend button[type="button"].print.add-on, .form .input-prepend .split-button [type="button"].print.add-on.toggle-button, .split-button .form .input-prepend [type="button"].print.add-on.toggle-button, .split-button input[type="button"].print.toggle-button, input[type="reset"].confirm.print, form .input-prepend [type="reset"].confirm.print.add-on, form .input-prepend .split-button .primaryOption button[type="reset"].print.add-on, .split-button .primaryOption form .input-prepend button[type="reset"].print.add-on, form .input-prepend .split-button [type="reset"].print.add-on.toggle-button, .split-button form .input-prepend [type="reset"].print.add-on.toggle-button, .form .input-prepend [type="reset"].confirm.print.add-on, .form .input-prepend .split-button .primaryOption button[type="reset"].print.add-on, .split-button .primaryOption .form .input-prepend button[type="reset"].print.add-on, .form .input-prepend .split-button [type="reset"].print.add-on.toggle-button, .split-button .form .input-prepend [type="reset"].print.add-on.toggle-button, .split-button input[type="reset"].print.toggle-button, input[type="submit"].confirm.print, form .input-prepend [type="submit"].confirm.print.add-on, form .input-prepend .split-button .primaryOption button[type="submit"].print.add-on, .split-button .primaryOption form .input-prepend button[type="submit"].print.add-on, form .input-prepend .split-button [type="submit"].print.add-on.toggle-button, .split-button form .input-prepend [type="submit"].print.add-on.toggle-button, .form .input-prepend [type="submit"].confirm.print.add-on, .form .input-prepend .split-button .primaryOption button[type="submit"].print.add-on, .split-button .primaryOption .form .input-prepend button[type="submit"].print.add-on, .form .input-prepend .split-button [type="submit"].print.add-on.toggle-button, .split-button .form .input-prepend [type="submit"].print.add-on.toggle-button, .split-button input[type="submit"].print.toggle-button, a.button.confirm.print, .split-button a.button.print.toggle-button {
|
|
padding: 10px;
|
|
}
|
|
/* line 199, bahmni-components/_buttons.scss */
|
|
.button.confirm.print i, .split-button .primaryOption button.button.print i, .split-button .button.print.toggle-button i, button.confirm.print i, .split-button .primaryOption button.print i, .split-button button.print.toggle-button i, input[type="submit"].confirm.print i, form .input-prepend [type="submit"].confirm.print.add-on i, form .input-prepend .split-button .primaryOption button[type="submit"].print.add-on i, .split-button .primaryOption form .input-prepend button[type="submit"].print.add-on i, form .input-prepend .split-button [type="submit"].print.add-on.toggle-button i, .split-button form .input-prepend [type="submit"].print.add-on.toggle-button i, .form .input-prepend [type="submit"].confirm.print.add-on i, .form .input-prepend .split-button .primaryOption button[type="submit"].print.add-on i, .split-button .primaryOption .form .input-prepend button[type="submit"].print.add-on i, .form .input-prepend .split-button [type="submit"].print.add-on.toggle-button i, .split-button .form .input-prepend [type="submit"].print.add-on.toggle-button i, .split-button input[type="submit"].print.toggle-button i, input[type="button"].confirm.print i, form .input-prepend [type="button"].confirm.print.add-on i, form .input-prepend .split-button .primaryOption button[type="button"].print.add-on i, .split-button .primaryOption form .input-prepend button[type="button"].print.add-on i, form .input-prepend .split-button [type="button"].print.add-on.toggle-button i, .split-button form .input-prepend [type="button"].print.add-on.toggle-button i, .form .input-prepend [type="button"].confirm.print.add-on i, .form .input-prepend .split-button .primaryOption button[type="button"].print.add-on i, .split-button .primaryOption .form .input-prepend button[type="button"].print.add-on i, .form .input-prepend .split-button [type="button"].print.add-on.toggle-button i, .split-button .form .input-prepend [type="button"].print.add-on.toggle-button i, .split-button input[type="button"].print.toggle-button i, input[type="reset"].confirm.print i, form .input-prepend [type="reset"].confirm.print.add-on i, form .input-prepend .split-button .primaryOption button[type="reset"].print.add-on i, .split-button .primaryOption form .input-prepend button[type="reset"].print.add-on i, form .input-prepend .split-button [type="reset"].print.add-on.toggle-button i, .split-button form .input-prepend [type="reset"].print.add-on.toggle-button i, .form .input-prepend [type="reset"].confirm.print.add-on i, .form .input-prepend .split-button .primaryOption button[type="reset"].print.add-on i, .split-button .primaryOption .form .input-prepend button[type="reset"].print.add-on i, .form .input-prepend .split-button [type="reset"].print.add-on.toggle-button i, .split-button .form .input-prepend [type="reset"].print.add-on.toggle-button i, .split-button input[type="reset"].print.toggle-button i, input[type="submit"].confirm.print i, form .input-prepend [type="submit"].confirm.print.add-on i, form .input-prepend .split-button .primaryOption button[type="submit"].print.add-on i, .split-button .primaryOption form .input-prepend button[type="submit"].print.add-on i, form .input-prepend .split-button [type="submit"].print.add-on.toggle-button i, .split-button form .input-prepend [type="submit"].print.add-on.toggle-button i, .form .input-prepend [type="submit"].confirm.print.add-on i, .form .input-prepend .split-button .primaryOption button[type="submit"].print.add-on i, .split-button .primaryOption .form .input-prepend button[type="submit"].print.add-on i, .form .input-prepend .split-button [type="submit"].print.add-on.toggle-button i, .split-button .form .input-prepend [type="submit"].print.add-on.toggle-button i, .split-button input[type="submit"].print.toggle-button i, a.button.confirm.print i, .split-button a.button.print.toggle-button i {
|
|
font-size: 1.5em;
|
|
}
|
|
/* line 204, bahmni-components/_buttons.scss */
|
|
.button.confirm.app, .split-button .primaryOption button.button.app, .split-button .button.app.toggle-button, button.confirm.app, .split-button .primaryOption button.app, .split-button button.app.toggle-button, input[type="submit"].confirm.app, form .input-prepend [type="submit"].confirm.app.add-on, form .input-prepend .split-button .primaryOption button[type="submit"].app.add-on, .split-button .primaryOption form .input-prepend button[type="submit"].app.add-on, form .input-prepend .split-button [type="submit"].app.add-on.toggle-button, .split-button form .input-prepend [type="submit"].app.add-on.toggle-button, .form .input-prepend [type="submit"].confirm.app.add-on, .form .input-prepend .split-button .primaryOption button[type="submit"].app.add-on, .split-button .primaryOption .form .input-prepend button[type="submit"].app.add-on, .form .input-prepend .split-button [type="submit"].app.add-on.toggle-button, .split-button .form .input-prepend [type="submit"].app.add-on.toggle-button, .split-button input[type="submit"].app.toggle-button, input[type="button"].confirm.app, form .input-prepend [type="button"].confirm.app.add-on, form .input-prepend .split-button .primaryOption button[type="button"].app.add-on, .split-button .primaryOption form .input-prepend button[type="button"].app.add-on, form .input-prepend .split-button [type="button"].app.add-on.toggle-button, .split-button form .input-prepend [type="button"].app.add-on.toggle-button, .form .input-prepend [type="button"].confirm.app.add-on, .form .input-prepend .split-button .primaryOption button[type="button"].app.add-on, .split-button .primaryOption .form .input-prepend button[type="button"].app.add-on, .form .input-prepend .split-button [type="button"].app.add-on.toggle-button, .split-button .form .input-prepend [type="button"].app.add-on.toggle-button, .split-button input[type="button"].app.toggle-button, input[type="reset"].confirm.app, form .input-prepend [type="reset"].confirm.app.add-on, form .input-prepend .split-button .primaryOption button[type="reset"].app.add-on, .split-button .primaryOption form .input-prepend button[type="reset"].app.add-on, form .input-prepend .split-button [type="reset"].app.add-on.toggle-button, .split-button form .input-prepend [type="reset"].app.add-on.toggle-button, .form .input-prepend [type="reset"].confirm.app.add-on, .form .input-prepend .split-button .primaryOption button[type="reset"].app.add-on, .split-button .primaryOption .form .input-prepend button[type="reset"].app.add-on, .form .input-prepend .split-button [type="reset"].app.add-on.toggle-button, .split-button .form .input-prepend [type="reset"].app.add-on.toggle-button, .split-button input[type="reset"].app.toggle-button, input[type="submit"].confirm.app, form .input-prepend [type="submit"].confirm.app.add-on, form .input-prepend .split-button .primaryOption button[type="submit"].app.add-on, .split-button .primaryOption form .input-prepend button[type="submit"].app.add-on, form .input-prepend .split-button [type="submit"].app.add-on.toggle-button, .split-button form .input-prepend [type="submit"].app.add-on.toggle-button, .form .input-prepend [type="submit"].confirm.app.add-on, .form .input-prepend .split-button .primaryOption button[type="submit"].app.add-on, .split-button .primaryOption .form .input-prepend button[type="submit"].app.add-on, .form .input-prepend .split-button [type="submit"].app.add-on.toggle-button, .split-button .form .input-prepend [type="submit"].app.add-on.toggle-button, .split-button input[type="submit"].app.toggle-button, a.button.confirm.app, .split-button a.button.app.toggle-button {
|
|
padding: 20px 10px;
|
|
width: 150px;
|
|
min-height: 90px;
|
|
vertical-align: top;
|
|
line-height: 1.3em;
|
|
margin: 10px;
|
|
text-align: center;
|
|
}
|
|
/* line 214, bahmni-components/_buttons.scss */
|
|
.button.confirm.arrow, .split-button .primaryOption button.button.arrow, .split-button .button.arrow.toggle-button, button.confirm.arrow, .split-button .primaryOption button.arrow, .split-button button.arrow.toggle-button, input[type="submit"].confirm.arrow, form .input-prepend [type="submit"].confirm.arrow.add-on, form .input-prepend .split-button .primaryOption button[type="submit"].arrow.add-on, .split-button .primaryOption form .input-prepend button[type="submit"].arrow.add-on, form .input-prepend .split-button [type="submit"].arrow.add-on.toggle-button, .split-button form .input-prepend [type="submit"].arrow.add-on.toggle-button, .form .input-prepend [type="submit"].confirm.arrow.add-on, .form .input-prepend .split-button .primaryOption button[type="submit"].arrow.add-on, .split-button .primaryOption .form .input-prepend button[type="submit"].arrow.add-on, .form .input-prepend .split-button [type="submit"].arrow.add-on.toggle-button, .split-button .form .input-prepend [type="submit"].arrow.add-on.toggle-button, .split-button input[type="submit"].arrow.toggle-button, input[type="button"].confirm.arrow, form .input-prepend [type="button"].confirm.arrow.add-on, form .input-prepend .split-button .primaryOption button[type="button"].arrow.add-on, .split-button .primaryOption form .input-prepend button[type="button"].arrow.add-on, form .input-prepend .split-button [type="button"].arrow.add-on.toggle-button, .split-button form .input-prepend [type="button"].arrow.add-on.toggle-button, .form .input-prepend [type="button"].confirm.arrow.add-on, .form .input-prepend .split-button .primaryOption button[type="button"].arrow.add-on, .split-button .primaryOption .form .input-prepend button[type="button"].arrow.add-on, .form .input-prepend .split-button [type="button"].arrow.add-on.toggle-button, .split-button .form .input-prepend [type="button"].arrow.add-on.toggle-button, .split-button input[type="button"].arrow.toggle-button, input[type="reset"].confirm.arrow, form .input-prepend [type="reset"].confirm.arrow.add-on, form .input-prepend .split-button .primaryOption button[type="reset"].arrow.add-on, .split-button .primaryOption form .input-prepend button[type="reset"].arrow.add-on, form .input-prepend .split-button [type="reset"].arrow.add-on.toggle-button, .split-button form .input-prepend [type="reset"].arrow.add-on.toggle-button, .form .input-prepend [type="reset"].confirm.arrow.add-on, .form .input-prepend .split-button .primaryOption button[type="reset"].arrow.add-on, .split-button .primaryOption .form .input-prepend button[type="reset"].arrow.add-on, .form .input-prepend .split-button [type="reset"].arrow.add-on.toggle-button, .split-button .form .input-prepend [type="reset"].arrow.add-on.toggle-button, .split-button input[type="reset"].arrow.toggle-button, input[type="submit"].confirm.arrow, form .input-prepend [type="submit"].confirm.arrow.add-on, form .input-prepend .split-button .primaryOption button[type="submit"].arrow.add-on, .split-button .primaryOption form .input-prepend button[type="submit"].arrow.add-on, form .input-prepend .split-button [type="submit"].arrow.add-on.toggle-button, .split-button form .input-prepend [type="submit"].arrow.add-on.toggle-button, .form .input-prepend [type="submit"].confirm.arrow.add-on, .form .input-prepend .split-button .primaryOption button[type="submit"].arrow.add-on, .split-button .primaryOption .form .input-prepend button[type="submit"].arrow.add-on, .form .input-prepend .split-button [type="submit"].arrow.add-on.toggle-button, .split-button .form .input-prepend [type="submit"].arrow.add-on.toggle-button, .split-button input[type="submit"].arrow.toggle-button, a.button.confirm.arrow, .split-button a.button.arrow.toggle-button {
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
padding: 9px 5px;
|
|
margin-left: -10px;
|
|
background: #81a726;
|
|
color: white;
|
|
border-color: #bbb;
|
|
height: 68px;
|
|
}
|
|
/* line 224, bahmni-components/_buttons.scss */
|
|
.button.confirm.arrow span, .split-button .primaryOption button.button.arrow span, .split-button .button.arrow.toggle-button span, button.confirm.arrow span, .split-button .primaryOption button.arrow span, .split-button button.arrow.toggle-button span, input[type="submit"].confirm.arrow span, form .input-prepend [type="submit"].confirm.arrow.add-on span, form .input-prepend .split-button .primaryOption button[type="submit"].arrow.add-on span, .split-button .primaryOption form .input-prepend button[type="submit"].arrow.add-on span, form .input-prepend .split-button [type="submit"].arrow.add-on.toggle-button span, .split-button form .input-prepend [type="submit"].arrow.add-on.toggle-button span, .form .input-prepend [type="submit"].confirm.arrow.add-on span, .form .input-prepend .split-button .primaryOption button[type="submit"].arrow.add-on span, .split-button .primaryOption .form .input-prepend button[type="submit"].arrow.add-on span, .form .input-prepend .split-button [type="submit"].arrow.add-on.toggle-button span, .split-button .form .input-prepend [type="submit"].arrow.add-on.toggle-button span, .split-button input[type="submit"].arrow.toggle-button span, input[type="button"].confirm.arrow span, form .input-prepend [type="button"].confirm.arrow.add-on span, form .input-prepend .split-button .primaryOption button[type="button"].arrow.add-on span, .split-button .primaryOption form .input-prepend button[type="button"].arrow.add-on span, form .input-prepend .split-button [type="button"].arrow.add-on.toggle-button span, .split-button form .input-prepend [type="button"].arrow.add-on.toggle-button span, .form .input-prepend [type="button"].confirm.arrow.add-on span, .form .input-prepend .split-button .primaryOption button[type="button"].arrow.add-on span, .split-button .primaryOption .form .input-prepend button[type="button"].arrow.add-on span, .form .input-prepend .split-button [type="button"].arrow.add-on.toggle-button span, .split-button .form .input-prepend [type="button"].arrow.add-on.toggle-button span, .split-button input[type="button"].arrow.toggle-button span, input[type="reset"].confirm.arrow span, form .input-prepend [type="reset"].confirm.arrow.add-on span, form .input-prepend .split-button .primaryOption button[type="reset"].arrow.add-on span, .split-button .primaryOption form .input-prepend button[type="reset"].arrow.add-on span, form .input-prepend .split-button [type="reset"].arrow.add-on.toggle-button span, .split-button form .input-prepend [type="reset"].arrow.add-on.toggle-button span, .form .input-prepend [type="reset"].confirm.arrow.add-on span, .form .input-prepend .split-button .primaryOption button[type="reset"].arrow.add-on span, .split-button .primaryOption .form .input-prepend button[type="reset"].arrow.add-on span, .form .input-prepend .split-button [type="reset"].arrow.add-on.toggle-button span, .split-button .form .input-prepend [type="reset"].arrow.add-on.toggle-button span, .split-button input[type="reset"].arrow.toggle-button span, input[type="submit"].confirm.arrow span, form .input-prepend [type="submit"].confirm.arrow.add-on span, form .input-prepend .split-button .primaryOption button[type="submit"].arrow.add-on span, .split-button .primaryOption form .input-prepend button[type="submit"].arrow.add-on span, form .input-prepend .split-button [type="submit"].arrow.add-on.toggle-button span, .split-button form .input-prepend [type="submit"].arrow.add-on.toggle-button span, .form .input-prepend [type="submit"].confirm.arrow.add-on span, .form .input-prepend .split-button .primaryOption button[type="submit"].arrow.add-on span, .split-button .primaryOption .form .input-prepend button[type="submit"].arrow.add-on span, .form .input-prepend .split-button [type="submit"].arrow.add-on.toggle-button span, .split-button .form .input-prepend [type="submit"].arrow.add-on.toggle-button span, .split-button input[type="submit"].arrow.toggle-button span, a.button.confirm.arrow span, .split-button a.button.arrow.toggle-button span {
|
|
display: block;
|
|
line-height: 1em;
|
|
}
|
|
/* line 229, bahmni-components/_buttons.scss */
|
|
.button.confirm.arrow i, .split-button .primaryOption button.button.arrow i, .split-button .button.arrow.toggle-button i, button.confirm.arrow i, .split-button .primaryOption button.arrow i, .split-button button.arrow.toggle-button i, input[type="submit"].confirm.arrow i, form .input-prepend [type="submit"].confirm.arrow.add-on i, form .input-prepend .split-button .primaryOption button[type="submit"].arrow.add-on i, .split-button .primaryOption form .input-prepend button[type="submit"].arrow.add-on i, form .input-prepend .split-button [type="submit"].arrow.add-on.toggle-button i, .split-button form .input-prepend [type="submit"].arrow.add-on.toggle-button i, .form .input-prepend [type="submit"].confirm.arrow.add-on i, .form .input-prepend .split-button .primaryOption button[type="submit"].arrow.add-on i, .split-button .primaryOption .form .input-prepend button[type="submit"].arrow.add-on i, .form .input-prepend .split-button [type="submit"].arrow.add-on.toggle-button i, .split-button .form .input-prepend [type="submit"].arrow.add-on.toggle-button i, .split-button input[type="submit"].arrow.toggle-button i, input[type="button"].confirm.arrow i, form .input-prepend [type="button"].confirm.arrow.add-on i, form .input-prepend .split-button .primaryOption button[type="button"].arrow.add-on i, .split-button .primaryOption form .input-prepend button[type="button"].arrow.add-on i, form .input-prepend .split-button [type="button"].arrow.add-on.toggle-button i, .split-button form .input-prepend [type="button"].arrow.add-on.toggle-button i, .form .input-prepend [type="button"].confirm.arrow.add-on i, .form .input-prepend .split-button .primaryOption button[type="button"].arrow.add-on i, .split-button .primaryOption .form .input-prepend button[type="button"].arrow.add-on i, .form .input-prepend .split-button [type="button"].arrow.add-on.toggle-button i, .split-button .form .input-prepend [type="button"].arrow.add-on.toggle-button i, .split-button input[type="button"].arrow.toggle-button i, input[type="reset"].confirm.arrow i, form .input-prepend [type="reset"].confirm.arrow.add-on i, form .input-prepend .split-button .primaryOption button[type="reset"].arrow.add-on i, .split-button .primaryOption form .input-prepend button[type="reset"].arrow.add-on i, form .input-prepend .split-button [type="reset"].arrow.add-on.toggle-button i, .split-button form .input-prepend [type="reset"].arrow.add-on.toggle-button i, .form .input-prepend [type="reset"].confirm.arrow.add-on i, .form .input-prepend .split-button .primaryOption button[type="reset"].arrow.add-on i, .split-button .primaryOption .form .input-prepend button[type="reset"].arrow.add-on i, .form .input-prepend .split-button [type="reset"].arrow.add-on.toggle-button i, .split-button .form .input-prepend [type="reset"].arrow.add-on.toggle-button i, .split-button input[type="reset"].arrow.toggle-button i, input[type="submit"].confirm.arrow i, form .input-prepend [type="submit"].confirm.arrow.add-on i, form .input-prepend .split-button .primaryOption button[type="submit"].arrow.add-on i, .split-button .primaryOption form .input-prepend button[type="submit"].arrow.add-on i, form .input-prepend .split-button [type="submit"].arrow.add-on.toggle-button i, .split-button form .input-prepend [type="submit"].arrow.add-on.toggle-button i, .form .input-prepend [type="submit"].confirm.arrow.add-on i, .form .input-prepend .split-button .primaryOption button[type="submit"].arrow.add-on i, .split-button .primaryOption .form .input-prepend button[type="submit"].arrow.add-on i, .form .input-prepend .split-button [type="submit"].arrow.add-on.toggle-button i, .split-button .form .input-prepend [type="submit"].arrow.add-on.toggle-button i, .split-button input[type="submit"].arrow.toggle-button i, a.button.confirm.arrow i, .split-button a.button.arrow.toggle-button i {
|
|
line-height: 1em;
|
|
font-size: 2em;
|
|
}
|
|
/* line 234, bahmni-components/_buttons.scss */
|
|
.button.confirm.arrow .arrow-button, .split-button .primaryOption button.button.arrow .arrow-button, .split-button .button.arrow.toggle-button .arrow-button, button.confirm.arrow .arrow-button, .split-button .primaryOption button.arrow .arrow-button, .split-button button.arrow.toggle-button .arrow-button, input[type="submit"].confirm.arrow .arrow-button, form .input-prepend [type="submit"].confirm.arrow.add-on .arrow-button, form .input-prepend .split-button .primaryOption button[type="submit"].arrow.add-on .arrow-button, .split-button .primaryOption form .input-prepend button[type="submit"].arrow.add-on .arrow-button, form .input-prepend .split-button [type="submit"].arrow.add-on.toggle-button .arrow-button, .split-button form .input-prepend [type="submit"].arrow.add-on.toggle-button .arrow-button, .form .input-prepend [type="submit"].confirm.arrow.add-on .arrow-button, .form .input-prepend .split-button .primaryOption button[type="submit"].arrow.add-on .arrow-button, .split-button .primaryOption .form .input-prepend button[type="submit"].arrow.add-on .arrow-button, .form .input-prepend .split-button [type="submit"].arrow.add-on.toggle-button .arrow-button, .split-button .form .input-prepend [type="submit"].arrow.add-on.toggle-button .arrow-button, .split-button input[type="submit"].arrow.toggle-button .arrow-button, input[type="button"].confirm.arrow .arrow-button, form .input-prepend [type="button"].confirm.arrow.add-on .arrow-button, form .input-prepend .split-button .primaryOption button[type="button"].arrow.add-on .arrow-button, .split-button .primaryOption form .input-prepend button[type="button"].arrow.add-on .arrow-button, form .input-prepend .split-button [type="button"].arrow.add-on.toggle-button .arrow-button, .split-button form .input-prepend [type="button"].arrow.add-on.toggle-button .arrow-button, .form .input-prepend [type="button"].confirm.arrow.add-on .arrow-button, .form .input-prepend .split-button .primaryOption button[type="button"].arrow.add-on .arrow-button, .split-button .primaryOption .form .input-prepend button[type="button"].arrow.add-on .arrow-button, .form .input-prepend .split-button [type="button"].arrow.add-on.toggle-button .arrow-button, .split-button .form .input-prepend [type="button"].arrow.add-on.toggle-button .arrow-button, .split-button input[type="button"].arrow.toggle-button .arrow-button, input[type="reset"].confirm.arrow .arrow-button, form .input-prepend [type="reset"].confirm.arrow.add-on .arrow-button, form .input-prepend .split-button .primaryOption button[type="reset"].arrow.add-on .arrow-button, .split-button .primaryOption form .input-prepend button[type="reset"].arrow.add-on .arrow-button, form .input-prepend .split-button [type="reset"].arrow.add-on.toggle-button .arrow-button, .split-button form .input-prepend [type="reset"].arrow.add-on.toggle-button .arrow-button, .form .input-prepend [type="reset"].confirm.arrow.add-on .arrow-button, .form .input-prepend .split-button .primaryOption button[type="reset"].arrow.add-on .arrow-button, .split-button .primaryOption .form .input-prepend button[type="reset"].arrow.add-on .arrow-button, .form .input-prepend .split-button [type="reset"].arrow.add-on.toggle-button .arrow-button, .split-button .form .input-prepend [type="reset"].arrow.add-on.toggle-button .arrow-button, .split-button input[type="reset"].arrow.toggle-button .arrow-button, input[type="submit"].confirm.arrow .arrow-button, form .input-prepend [type="submit"].confirm.arrow.add-on .arrow-button, form .input-prepend .split-button .primaryOption button[type="submit"].arrow.add-on .arrow-button, .split-button .primaryOption form .input-prepend button[type="submit"].arrow.add-on .arrow-button, form .input-prepend .split-button [type="submit"].arrow.add-on.toggle-button .arrow-button, .split-button form .input-prepend [type="submit"].arrow.add-on.toggle-button .arrow-button, .form .input-prepend [type="submit"].confirm.arrow.add-on .arrow-button, .form .input-prepend .split-button .primaryOption button[type="submit"].arrow.add-on .arrow-button, .split-button .primaryOption .form .input-prepend button[type="submit"].arrow.add-on .arrow-button, .form .input-prepend .split-button [type="submit"].arrow.add-on.toggle-button .arrow-button, .split-button .form .input-prepend [type="submit"].arrow.add-on.toggle-button .arrow-button, .split-button input[type="submit"].arrow.toggle-button .arrow-button, a.button.confirm.arrow .arrow-button, .split-button a.button.arrow.toggle-button .arrow-button {
|
|
width: 0;
|
|
height: 0;
|
|
top: 0;
|
|
right: -17px;
|
|
border-bottom: 34px solid transparent;
|
|
border-top: 33px solid transparent;
|
|
border-left: 18px solid #81a726;
|
|
position: absolute;
|
|
}
|
|
/* line 245, bahmni-components/_buttons.scss */
|
|
.button.confirm.arrow .arrow-border-button, .split-button .primaryOption button.button.arrow .arrow-border-button, .split-button .button.arrow.toggle-button .arrow-border-button, button.confirm.arrow .arrow-border-button, .split-button .primaryOption button.arrow .arrow-border-button, .split-button button.arrow.toggle-button .arrow-border-button, input[type="submit"].confirm.arrow .arrow-border-button, form .input-prepend [type="submit"].confirm.arrow.add-on .arrow-border-button, form .input-prepend .split-button .primaryOption button[type="submit"].arrow.add-on .arrow-border-button, .split-button .primaryOption form .input-prepend button[type="submit"].arrow.add-on .arrow-border-button, form .input-prepend .split-button [type="submit"].arrow.add-on.toggle-button .arrow-border-button, .split-button form .input-prepend [type="submit"].arrow.add-on.toggle-button .arrow-border-button, .form .input-prepend [type="submit"].confirm.arrow.add-on .arrow-border-button, .form .input-prepend .split-button .primaryOption button[type="submit"].arrow.add-on .arrow-border-button, .split-button .primaryOption .form .input-prepend button[type="submit"].arrow.add-on .arrow-border-button, .form .input-prepend .split-button [type="submit"].arrow.add-on.toggle-button .arrow-border-button, .split-button .form .input-prepend [type="submit"].arrow.add-on.toggle-button .arrow-border-button, .split-button input[type="submit"].arrow.toggle-button .arrow-border-button, input[type="button"].confirm.arrow .arrow-border-button, form .input-prepend [type="button"].confirm.arrow.add-on .arrow-border-button, form .input-prepend .split-button .primaryOption button[type="button"].arrow.add-on .arrow-border-button, .split-button .primaryOption form .input-prepend button[type="button"].arrow.add-on .arrow-border-button, form .input-prepend .split-button [type="button"].arrow.add-on.toggle-button .arrow-border-button, .split-button form .input-prepend [type="button"].arrow.add-on.toggle-button .arrow-border-button, .form .input-prepend [type="button"].confirm.arrow.add-on .arrow-border-button, .form .input-prepend .split-button .primaryOption button[type="button"].arrow.add-on .arrow-border-button, .split-button .primaryOption .form .input-prepend button[type="button"].arrow.add-on .arrow-border-button, .form .input-prepend .split-button [type="button"].arrow.add-on.toggle-button .arrow-border-button, .split-button .form .input-prepend [type="button"].arrow.add-on.toggle-button .arrow-border-button, .split-button input[type="button"].arrow.toggle-button .arrow-border-button, input[type="reset"].confirm.arrow .arrow-border-button, form .input-prepend [type="reset"].confirm.arrow.add-on .arrow-border-button, form .input-prepend .split-button .primaryOption button[type="reset"].arrow.add-on .arrow-border-button, .split-button .primaryOption form .input-prepend button[type="reset"].arrow.add-on .arrow-border-button, form .input-prepend .split-button [type="reset"].arrow.add-on.toggle-button .arrow-border-button, .split-button form .input-prepend [type="reset"].arrow.add-on.toggle-button .arrow-border-button, .form .input-prepend [type="reset"].confirm.arrow.add-on .arrow-border-button, .form .input-prepend .split-button .primaryOption button[type="reset"].arrow.add-on .arrow-border-button, .split-button .primaryOption .form .input-prepend button[type="reset"].arrow.add-on .arrow-border-button, .form .input-prepend .split-button [type="reset"].arrow.add-on.toggle-button .arrow-border-button, .split-button .form .input-prepend [type="reset"].arrow.add-on.toggle-button .arrow-border-button, .split-button input[type="reset"].arrow.toggle-button .arrow-border-button, input[type="submit"].confirm.arrow .arrow-border-button, form .input-prepend [type="submit"].confirm.arrow.add-on .arrow-border-button, form .input-prepend .split-button .primaryOption button[type="submit"].arrow.add-on .arrow-border-button, .split-button .primaryOption form .input-prepend button[type="submit"].arrow.add-on .arrow-border-button, form .input-prepend .split-button [type="submit"].arrow.add-on.toggle-button .arrow-border-button, .split-button form .input-prepend [type="submit"].arrow.add-on.toggle-button .arrow-border-button, .form .input-prepend [type="submit"].confirm.arrow.add-on .arrow-border-button, .form .input-prepend .split-button .primaryOption button[type="submit"].arrow.add-on .arrow-border-button, .split-button .primaryOption .form .input-prepend button[type="submit"].arrow.add-on .arrow-border-button, .form .input-prepend .split-button [type="submit"].arrow.add-on.toggle-button .arrow-border-button, .split-button .form .input-prepend [type="submit"].arrow.add-on.toggle-button .arrow-border-button, .split-button input[type="submit"].arrow.toggle-button .arrow-border-button, a.button.confirm.arrow .arrow-border-button, .split-button a.button.arrow.toggle-button .arrow-border-button {
|
|
width: 0;
|
|
height: 0;
|
|
top: 0;
|
|
right: -18px;
|
|
border-bottom: 34px solid transparent;
|
|
border-top: 33px solid transparent;
|
|
border-left: 18px solid #bbb;
|
|
position: absolute;
|
|
}
|
|
/* line 256, bahmni-components/_buttons.scss */
|
|
.button.confirm.arrow.disabled, .split-button .primaryOption button.button.arrow.disabled, .split-button .button.arrow.disabled.toggle-button, button.confirm.arrow.disabled, .split-button .primaryOption button.arrow.disabled, .split-button button.arrow.disabled.toggle-button, input[type="submit"].confirm.arrow.disabled, form .input-prepend [type="submit"].confirm.arrow.disabled.add-on, form .input-prepend .split-button .primaryOption button[type="submit"].arrow.disabled.add-on, .split-button .primaryOption form .input-prepend button[type="submit"].arrow.disabled.add-on, form .input-prepend .split-button [type="submit"].arrow.disabled.add-on.toggle-button, .split-button form .input-prepend [type="submit"].arrow.disabled.add-on.toggle-button, .form .input-prepend [type="submit"].confirm.arrow.disabled.add-on, .form .input-prepend .split-button .primaryOption button[type="submit"].arrow.disabled.add-on, .split-button .primaryOption .form .input-prepend button[type="submit"].arrow.disabled.add-on, .form .input-prepend .split-button [type="submit"].arrow.disabled.add-on.toggle-button, .split-button .form .input-prepend [type="submit"].arrow.disabled.add-on.toggle-button, .split-button input[type="submit"].arrow.disabled.toggle-button, input[type="button"].confirm.arrow.disabled, form .input-prepend [type="button"].confirm.arrow.disabled.add-on, form .input-prepend .split-button .primaryOption button[type="button"].arrow.disabled.add-on, .split-button .primaryOption form .input-prepend button[type="button"].arrow.disabled.add-on, form .input-prepend .split-button [type="button"].arrow.disabled.add-on.toggle-button, .split-button form .input-prepend [type="button"].arrow.disabled.add-on.toggle-button, .form .input-prepend [type="button"].confirm.arrow.disabled.add-on, .form .input-prepend .split-button .primaryOption button[type="button"].arrow.disabled.add-on, .split-button .primaryOption .form .input-prepend button[type="button"].arrow.disabled.add-on, .form .input-prepend .split-button [type="button"].arrow.disabled.add-on.toggle-button, .split-button .form .input-prepend [type="button"].arrow.disabled.add-on.toggle-button, .split-button input[type="button"].arrow.disabled.toggle-button, input[type="reset"].confirm.arrow.disabled, form .input-prepend [type="reset"].confirm.arrow.disabled.add-on, form .input-prepend .split-button .primaryOption button[type="reset"].arrow.disabled.add-on, .split-button .primaryOption form .input-prepend button[type="reset"].arrow.disabled.add-on, form .input-prepend .split-button [type="reset"].arrow.disabled.add-on.toggle-button, .split-button form .input-prepend [type="reset"].arrow.disabled.add-on.toggle-button, .form .input-prepend [type="reset"].confirm.arrow.disabled.add-on, .form .input-prepend .split-button .primaryOption button[type="reset"].arrow.disabled.add-on, .split-button .primaryOption .form .input-prepend button[type="reset"].arrow.disabled.add-on, .form .input-prepend .split-button [type="reset"].arrow.disabled.add-on.toggle-button, .split-button .form .input-prepend [type="reset"].arrow.disabled.add-on.toggle-button, .split-button input[type="reset"].arrow.disabled.toggle-button, input[type="submit"].confirm.arrow.disabled, form .input-prepend [type="submit"].confirm.arrow.disabled.add-on, form .input-prepend .split-button .primaryOption button[type="submit"].arrow.disabled.add-on, .split-button .primaryOption form .input-prepend button[type="submit"].arrow.disabled.add-on, form .input-prepend .split-button [type="submit"].arrow.disabled.add-on.toggle-button, .split-button form .input-prepend [type="submit"].arrow.disabled.add-on.toggle-button, .form .input-prepend [type="submit"].confirm.arrow.disabled.add-on, .form .input-prepend .split-button .primaryOption button[type="submit"].arrow.disabled.add-on, .split-button .primaryOption .form .input-prepend button[type="submit"].arrow.disabled.add-on, .form .input-prepend .split-button [type="submit"].arrow.disabled.add-on.toggle-button, .split-button .form .input-prepend [type="submit"].arrow.disabled.add-on.toggle-button, .split-button input[type="submit"].arrow.disabled.toggle-button, a.button.confirm.arrow.disabled, .split-button a.button.arrow.disabled.toggle-button {
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #ccc;
|
|
cursor: default;
|
|
}
|
|
/* line 262, bahmni-components/_buttons.scss */
|
|
.button.confirm.arrow.disabled .arrow-button, .split-button .primaryOption button.button.arrow.disabled .arrow-button, .split-button .button.arrow.disabled.toggle-button .arrow-button, button.confirm.arrow.disabled .arrow-button, .split-button .primaryOption button.arrow.disabled .arrow-button, .split-button button.arrow.disabled.toggle-button .arrow-button, input[type="submit"].confirm.arrow.disabled .arrow-button, form .input-prepend [type="submit"].confirm.arrow.disabled.add-on .arrow-button, form .input-prepend .split-button .primaryOption button[type="submit"].arrow.disabled.add-on .arrow-button, .split-button .primaryOption form .input-prepend button[type="submit"].arrow.disabled.add-on .arrow-button, form .input-prepend .split-button [type="submit"].arrow.disabled.add-on.toggle-button .arrow-button, .split-button form .input-prepend [type="submit"].arrow.disabled.add-on.toggle-button .arrow-button, .form .input-prepend [type="submit"].confirm.arrow.disabled.add-on .arrow-button, .form .input-prepend .split-button .primaryOption button[type="submit"].arrow.disabled.add-on .arrow-button, .split-button .primaryOption .form .input-prepend button[type="submit"].arrow.disabled.add-on .arrow-button, .form .input-prepend .split-button [type="submit"].arrow.disabled.add-on.toggle-button .arrow-button, .split-button .form .input-prepend [type="submit"].arrow.disabled.add-on.toggle-button .arrow-button, .split-button input[type="submit"].arrow.disabled.toggle-button .arrow-button, input[type="button"].confirm.arrow.disabled .arrow-button, form .input-prepend [type="button"].confirm.arrow.disabled.add-on .arrow-button, form .input-prepend .split-button .primaryOption button[type="button"].arrow.disabled.add-on .arrow-button, .split-button .primaryOption form .input-prepend button[type="button"].arrow.disabled.add-on .arrow-button, form .input-prepend .split-button [type="button"].arrow.disabled.add-on.toggle-button .arrow-button, .split-button form .input-prepend [type="button"].arrow.disabled.add-on.toggle-button .arrow-button, .form .input-prepend [type="button"].confirm.arrow.disabled.add-on .arrow-button, .form .input-prepend .split-button .primaryOption button[type="button"].arrow.disabled.add-on .arrow-button, .split-button .primaryOption .form .input-prepend button[type="button"].arrow.disabled.add-on .arrow-button, .form .input-prepend .split-button [type="button"].arrow.disabled.add-on.toggle-button .arrow-button, .split-button .form .input-prepend [type="button"].arrow.disabled.add-on.toggle-button .arrow-button, .split-button input[type="button"].arrow.disabled.toggle-button .arrow-button, input[type="reset"].confirm.arrow.disabled .arrow-button, form .input-prepend [type="reset"].confirm.arrow.disabled.add-on .arrow-button, form .input-prepend .split-button .primaryOption button[type="reset"].arrow.disabled.add-on .arrow-button, .split-button .primaryOption form .input-prepend button[type="reset"].arrow.disabled.add-on .arrow-button, form .input-prepend .split-button [type="reset"].arrow.disabled.add-on.toggle-button .arrow-button, .split-button form .input-prepend [type="reset"].arrow.disabled.add-on.toggle-button .arrow-button, .form .input-prepend [type="reset"].confirm.arrow.disabled.add-on .arrow-button, .form .input-prepend .split-button .primaryOption button[type="reset"].arrow.disabled.add-on .arrow-button, .split-button .primaryOption .form .input-prepend button[type="reset"].arrow.disabled.add-on .arrow-button, .form .input-prepend .split-button [type="reset"].arrow.disabled.add-on.toggle-button .arrow-button, .split-button .form .input-prepend [type="reset"].arrow.disabled.add-on.toggle-button .arrow-button, .split-button input[type="reset"].arrow.disabled.toggle-button .arrow-button, input[type="submit"].confirm.arrow.disabled .arrow-button, form .input-prepend [type="submit"].confirm.arrow.disabled.add-on .arrow-button, form .input-prepend .split-button .primaryOption button[type="submit"].arrow.disabled.add-on .arrow-button, .split-button .primaryOption form .input-prepend button[type="submit"].arrow.disabled.add-on .arrow-button, form .input-prepend .split-button [type="submit"].arrow.disabled.add-on.toggle-button .arrow-button, .split-button form .input-prepend [type="submit"].arrow.disabled.add-on.toggle-button .arrow-button, .form .input-prepend [type="submit"].confirm.arrow.disabled.add-on .arrow-button, .form .input-prepend .split-button .primaryOption button[type="submit"].arrow.disabled.add-on .arrow-button, .split-button .primaryOption .form .input-prepend button[type="submit"].arrow.disabled.add-on .arrow-button, .form .input-prepend .split-button [type="submit"].arrow.disabled.add-on.toggle-button .arrow-button, .split-button .form .input-prepend [type="submit"].arrow.disabled.add-on.toggle-button .arrow-button, .split-button input[type="submit"].arrow.disabled.toggle-button .arrow-button, a.button.confirm.arrow.disabled .arrow-button, .split-button a.button.arrow.disabled.toggle-button .arrow-button {
|
|
border-left: 18px solid #eee;
|
|
}
|
|
/* line 266, bahmni-components/_buttons.scss */
|
|
.button.confirm.arrow.disabled .arrow-border-button, .split-button .primaryOption button.button.arrow.disabled .arrow-border-button, .split-button .button.arrow.disabled.toggle-button .arrow-border-button, button.confirm.arrow.disabled .arrow-border-button, .split-button .primaryOption button.arrow.disabled .arrow-border-button, .split-button button.arrow.disabled.toggle-button .arrow-border-button, input[type="submit"].confirm.arrow.disabled .arrow-border-button, form .input-prepend [type="submit"].confirm.arrow.disabled.add-on .arrow-border-button, form .input-prepend .split-button .primaryOption button[type="submit"].arrow.disabled.add-on .arrow-border-button, .split-button .primaryOption form .input-prepend button[type="submit"].arrow.disabled.add-on .arrow-border-button, form .input-prepend .split-button [type="submit"].arrow.disabled.add-on.toggle-button .arrow-border-button, .split-button form .input-prepend [type="submit"].arrow.disabled.add-on.toggle-button .arrow-border-button, .form .input-prepend [type="submit"].confirm.arrow.disabled.add-on .arrow-border-button, .form .input-prepend .split-button .primaryOption button[type="submit"].arrow.disabled.add-on .arrow-border-button, .split-button .primaryOption .form .input-prepend button[type="submit"].arrow.disabled.add-on .arrow-border-button, .form .input-prepend .split-button [type="submit"].arrow.disabled.add-on.toggle-button .arrow-border-button, .split-button .form .input-prepend [type="submit"].arrow.disabled.add-on.toggle-button .arrow-border-button, .split-button input[type="submit"].arrow.disabled.toggle-button .arrow-border-button, input[type="button"].confirm.arrow.disabled .arrow-border-button, form .input-prepend [type="button"].confirm.arrow.disabled.add-on .arrow-border-button, form .input-prepend .split-button .primaryOption button[type="button"].arrow.disabled.add-on .arrow-border-button, .split-button .primaryOption form .input-prepend button[type="button"].arrow.disabled.add-on .arrow-border-button, form .input-prepend .split-button [type="button"].arrow.disabled.add-on.toggle-button .arrow-border-button, .split-button form .input-prepend [type="button"].arrow.disabled.add-on.toggle-button .arrow-border-button, .form .input-prepend [type="button"].confirm.arrow.disabled.add-on .arrow-border-button, .form .input-prepend .split-button .primaryOption button[type="button"].arrow.disabled.add-on .arrow-border-button, .split-button .primaryOption .form .input-prepend button[type="button"].arrow.disabled.add-on .arrow-border-button, .form .input-prepend .split-button [type="button"].arrow.disabled.add-on.toggle-button .arrow-border-button, .split-button .form .input-prepend [type="button"].arrow.disabled.add-on.toggle-button .arrow-border-button, .split-button input[type="button"].arrow.disabled.toggle-button .arrow-border-button, input[type="reset"].confirm.arrow.disabled .arrow-border-button, form .input-prepend [type="reset"].confirm.arrow.disabled.add-on .arrow-border-button, form .input-prepend .split-button .primaryOption button[type="reset"].arrow.disabled.add-on .arrow-border-button, .split-button .primaryOption form .input-prepend button[type="reset"].arrow.disabled.add-on .arrow-border-button, form .input-prepend .split-button [type="reset"].arrow.disabled.add-on.toggle-button .arrow-border-button, .split-button form .input-prepend [type="reset"].arrow.disabled.add-on.toggle-button .arrow-border-button, .form .input-prepend [type="reset"].confirm.arrow.disabled.add-on .arrow-border-button, .form .input-prepend .split-button .primaryOption button[type="reset"].arrow.disabled.add-on .arrow-border-button, .split-button .primaryOption .form .input-prepend button[type="reset"].arrow.disabled.add-on .arrow-border-button, .form .input-prepend .split-button [type="reset"].arrow.disabled.add-on.toggle-button .arrow-border-button, .split-button .form .input-prepend [type="reset"].arrow.disabled.add-on.toggle-button .arrow-border-button, .split-button input[type="reset"].arrow.disabled.toggle-button .arrow-border-button, input[type="submit"].confirm.arrow.disabled .arrow-border-button, form .input-prepend [type="submit"].confirm.arrow.disabled.add-on .arrow-border-button, form .input-prepend .split-button .primaryOption button[type="submit"].arrow.disabled.add-on .arrow-border-button, .split-button .primaryOption form .input-prepend button[type="submit"].arrow.disabled.add-on .arrow-border-button, form .input-prepend .split-button [type="submit"].arrow.disabled.add-on.toggle-button .arrow-border-button, .split-button form .input-prepend [type="submit"].arrow.disabled.add-on.toggle-button .arrow-border-button, .form .input-prepend [type="submit"].confirm.arrow.disabled.add-on .arrow-border-button, .form .input-prepend .split-button .primaryOption button[type="submit"].arrow.disabled.add-on .arrow-border-button, .split-button .primaryOption .form .input-prepend button[type="submit"].arrow.disabled.add-on .arrow-border-button, .form .input-prepend .split-button [type="submit"].arrow.disabled.add-on.toggle-button .arrow-border-button, .split-button .form .input-prepend [type="submit"].arrow.disabled.add-on.toggle-button .arrow-border-button, .split-button input[type="submit"].arrow.disabled.toggle-button .arrow-border-button, a.button.confirm.arrow.disabled .arrow-border-button, .split-button a.button.arrow.disabled.toggle-button .arrow-border-button {
|
|
border-left: 18px solid #ccc;
|
|
}
|
|
/* line 300, bahmni-components/_buttons.scss */
|
|
.button.cancel, button.cancel, input[type="submit"].cancel, form .input-prepend [type="submit"].cancel.add-on, .form .input-prepend [type="submit"].cancel.add-on, input[type="button"].cancel, form .input-prepend [type="button"].cancel.add-on, .form .input-prepend [type="button"].cancel.add-on, input[type="reset"].cancel, form .input-prepend [type="reset"].cancel.add-on, .form .input-prepend [type="reset"].cancel.add-on, input[type="submit"].cancel, form .input-prepend [type="submit"].cancel.add-on, .form .input-prepend [type="submit"].cancel.add-on, a.button.cancel {
|
|
border-radius: 3px;
|
|
background: linear-gradient(to bottom, #ff6666, #ff3d3d);
|
|
background-color: #ff3d3d;
|
|
border: #ff3d3d 1px solid;
|
|
padding: 6px 20px 7px;
|
|
display: inline-block;
|
|
line-height: 1.2em;
|
|
color: white;
|
|
cursor: pointer;
|
|
min-width: 0;
|
|
max-width: 300px;
|
|
text-decoration: none;
|
|
max-width: 250px;
|
|
min-width: 0;
|
|
margin-right: 10px;
|
|
}
|
|
/* line 153, bahmni-components/_buttons.scss */
|
|
.button.cancel:hover, button.cancel:hover, input[type="submit"].cancel:hover, form .input-prepend [type="submit"].cancel.add-on:hover, .form .input-prepend [type="submit"].cancel.add-on:hover, input[type="button"].cancel:hover, form .input-prepend [type="button"].cancel.add-on:hover, .form .input-prepend [type="button"].cancel.add-on:hover, input[type="reset"].cancel:hover, form .input-prepend [type="reset"].cancel.add-on:hover, .form .input-prepend [type="reset"].cancel.add-on:hover, input[type="submit"].cancel:hover, form .input-prepend [type="submit"].cancel.add-on:hover, .form .input-prepend [type="submit"].cancel.add-on:hover, a.button.cancel:hover {
|
|
background: #ff4747;
|
|
border-color: #ff2424;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 153, bahmni-components/_buttons.scss */
|
|
.button.cancel:hover, button.cancel:hover, input[type="submit"].cancel:hover, form .input-prepend [type="submit"].cancel.add-on:hover, .form .input-prepend [type="submit"].cancel.add-on:hover, input[type="button"].cancel:hover, form .input-prepend [type="button"].cancel.add-on:hover, .form .input-prepend [type="button"].cancel.add-on:hover, input[type="reset"].cancel:hover, form .input-prepend [type="reset"].cancel.add-on:hover, .form .input-prepend [type="reset"].cancel.add-on:hover, input[type="submit"].cancel:hover, form .input-prepend [type="submit"].cancel.add-on:hover, .form .input-prepend [type="submit"].cancel.add-on:hover, a.button.cancel:hover {
|
|
background: linear-gradient(to bottom, #ff6666, #ff3d3d);
|
|
border: #ff3d3d 1px solid;
|
|
}
|
|
}
|
|
/* line 162, bahmni-components/_buttons.scss */
|
|
.button.cancel.active, button.cancel.active, input[type="submit"].cancel.active, form .input-prepend [type="submit"].cancel.active.add-on, .form .input-prepend [type="submit"].cancel.active.add-on, input[type="button"].cancel.active, form .input-prepend [type="button"].cancel.active.add-on, .form .input-prepend [type="button"].cancel.active.add-on, input[type="reset"].cancel.active, form .input-prepend [type="reset"].cancel.active.add-on, .form .input-prepend [type="reset"].cancel.active.add-on, input[type="submit"].cancel.active, form .input-prepend [type="submit"].cancel.active.add-on, .form .input-prepend [type="submit"].cancel.active.add-on, a.button.cancel.active {
|
|
background: #ff3333;
|
|
border-color: #ff2424;
|
|
}
|
|
/* line 167, bahmni-components/_buttons.scss */
|
|
.button.cancel i, button.cancel i, input[type="submit"].cancel i, form .input-prepend [type="submit"].cancel.add-on i, .form .input-prepend [type="submit"].cancel.add-on i, input[type="button"].cancel i, form .input-prepend [type="button"].cancel.add-on i, .form .input-prepend [type="button"].cancel.add-on i, input[type="reset"].cancel i, form .input-prepend [type="reset"].cancel.add-on i, .form .input-prepend [type="reset"].cancel.add-on i, input[type="submit"].cancel i, form .input-prepend [type="submit"].cancel.add-on i, .form .input-prepend [type="submit"].cancel.add-on i, a.button.cancel i {
|
|
font-size: 1.2em;
|
|
margin: 0;
|
|
padding: 0;
|
|
line-height: .5em;
|
|
}
|
|
/* line 175, bahmni-components/_buttons.scss */
|
|
.button.cancel.big i, .button.cancel.medium i, button.cancel.big i, button.cancel.medium i, input[type="submit"].cancel.big i, form .input-prepend [type="submit"].cancel.big.add-on i, .form .input-prepend [type="submit"].cancel.big.add-on i, input[type="submit"].cancel.medium i, form .input-prepend [type="submit"].cancel.medium.add-on i, .form .input-prepend [type="submit"].cancel.medium.add-on i, input[type="button"].cancel.big i, form .input-prepend [type="button"].cancel.big.add-on i, .form .input-prepend [type="button"].cancel.big.add-on i, input[type="button"].cancel.medium i, form .input-prepend [type="button"].cancel.medium.add-on i, .form .input-prepend [type="button"].cancel.medium.add-on i, input[type="reset"].cancel.big i, form .input-prepend [type="reset"].cancel.big.add-on i, .form .input-prepend [type="reset"].cancel.big.add-on i, input[type="reset"].cancel.medium i, form .input-prepend [type="reset"].cancel.medium.add-on i, .form .input-prepend [type="reset"].cancel.medium.add-on i, input[type="submit"].cancel.big i, form .input-prepend [type="submit"].cancel.big.add-on i, .form .input-prepend [type="submit"].cancel.big.add-on i, input[type="submit"].cancel.medium i, form .input-prepend [type="submit"].cancel.medium.add-on i, .form .input-prepend [type="submit"].cancel.medium.add-on i, a.button.cancel.big i, a.button.cancel.medium i {
|
|
display: block;
|
|
font-size: 50px;
|
|
margin: 0 auto;
|
|
padding: 10px;
|
|
}
|
|
/* line 184, bahmni-components/_buttons.scss */
|
|
.button.cancel.medium i, button.cancel.medium i, input[type="submit"].cancel.medium i, form .input-prepend [type="submit"].cancel.medium.add-on i, .form .input-prepend [type="submit"].cancel.medium.add-on i, input[type="button"].cancel.medium i, form .input-prepend [type="button"].cancel.medium.add-on i, .form .input-prepend [type="button"].cancel.medium.add-on i, input[type="reset"].cancel.medium i, form .input-prepend [type="reset"].cancel.medium.add-on i, .form .input-prepend [type="reset"].cancel.medium.add-on i, input[type="submit"].cancel.medium i, form .input-prepend [type="submit"].cancel.medium.add-on i, .form .input-prepend [type="submit"].cancel.medium.add-on i, a.button.cancel.medium i {
|
|
font-size: 34px;
|
|
}
|
|
/* line 189, bahmni-components/_buttons.scss */
|
|
.button.cancel.disabled, .button.cancel:disabled, button.cancel.disabled, button.cancel:disabled, input[type="submit"].cancel.disabled, form .input-prepend [type="submit"].cancel.disabled.add-on, .form .input-prepend [type="submit"].cancel.disabled.add-on, input[type="submit"].cancel:disabled, form .input-prepend [type="submit"].cancel.add-on:disabled, .form .input-prepend [type="submit"].cancel.add-on:disabled, input[type="button"].cancel.disabled, form .input-prepend [type="button"].cancel.disabled.add-on, .form .input-prepend [type="button"].cancel.disabled.add-on, input[type="button"].cancel:disabled, form .input-prepend [type="button"].cancel.add-on:disabled, .form .input-prepend [type="button"].cancel.add-on:disabled, input[type="reset"].cancel.disabled, form .input-prepend [type="reset"].cancel.disabled.add-on, .form .input-prepend [type="reset"].cancel.disabled.add-on, input[type="reset"].cancel:disabled, form .input-prepend [type="reset"].cancel.add-on:disabled, .form .input-prepend [type="reset"].cancel.add-on:disabled, input[type="submit"].cancel.disabled, form .input-prepend [type="submit"].cancel.disabled.add-on, .form .input-prepend [type="submit"].cancel.disabled.add-on, input[type="submit"].cancel:disabled, form .input-prepend [type="submit"].cancel.add-on:disabled, .form .input-prepend [type="submit"].cancel.add-on:disabled, a.button.cancel.disabled, a.button.cancel:disabled {
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #333;
|
|
cursor: default;
|
|
}
|
|
/* line 196, bahmni-components/_buttons.scss */
|
|
.button.cancel.print, button.cancel.print, input[type="submit"].cancel.print, form .input-prepend [type="submit"].cancel.print.add-on, .form .input-prepend [type="submit"].cancel.print.add-on, input[type="button"].cancel.print, form .input-prepend [type="button"].cancel.print.add-on, .form .input-prepend [type="button"].cancel.print.add-on, input[type="reset"].cancel.print, form .input-prepend [type="reset"].cancel.print.add-on, .form .input-prepend [type="reset"].cancel.print.add-on, input[type="submit"].cancel.print, form .input-prepend [type="submit"].cancel.print.add-on, .form .input-prepend [type="submit"].cancel.print.add-on, a.button.cancel.print {
|
|
padding: 10px;
|
|
}
|
|
/* line 199, bahmni-components/_buttons.scss */
|
|
.button.cancel.print i, button.cancel.print i, input[type="submit"].cancel.print i, form .input-prepend [type="submit"].cancel.print.add-on i, .form .input-prepend [type="submit"].cancel.print.add-on i, input[type="button"].cancel.print i, form .input-prepend [type="button"].cancel.print.add-on i, .form .input-prepend [type="button"].cancel.print.add-on i, input[type="reset"].cancel.print i, form .input-prepend [type="reset"].cancel.print.add-on i, .form .input-prepend [type="reset"].cancel.print.add-on i, input[type="submit"].cancel.print i, form .input-prepend [type="submit"].cancel.print.add-on i, .form .input-prepend [type="submit"].cancel.print.add-on i, a.button.cancel.print i {
|
|
font-size: 1.5em;
|
|
}
|
|
/* line 204, bahmni-components/_buttons.scss */
|
|
.button.cancel.app, button.cancel.app, input[type="submit"].cancel.app, form .input-prepend [type="submit"].cancel.app.add-on, .form .input-prepend [type="submit"].cancel.app.add-on, input[type="button"].cancel.app, form .input-prepend [type="button"].cancel.app.add-on, .form .input-prepend [type="button"].cancel.app.add-on, input[type="reset"].cancel.app, form .input-prepend [type="reset"].cancel.app.add-on, .form .input-prepend [type="reset"].cancel.app.add-on, input[type="submit"].cancel.app, form .input-prepend [type="submit"].cancel.app.add-on, .form .input-prepend [type="submit"].cancel.app.add-on, a.button.cancel.app {
|
|
padding: 20px 10px;
|
|
width: 150px;
|
|
min-height: 90px;
|
|
vertical-align: top;
|
|
line-height: 1.3em;
|
|
margin: 10px;
|
|
text-align: center;
|
|
}
|
|
/* line 214, bahmni-components/_buttons.scss */
|
|
.button.cancel.arrow, button.cancel.arrow, input[type="submit"].cancel.arrow, form .input-prepend [type="submit"].cancel.arrow.add-on, .form .input-prepend [type="submit"].cancel.arrow.add-on, input[type="button"].cancel.arrow, form .input-prepend [type="button"].cancel.arrow.add-on, .form .input-prepend [type="button"].cancel.arrow.add-on, input[type="reset"].cancel.arrow, form .input-prepend [type="reset"].cancel.arrow.add-on, .form .input-prepend [type="reset"].cancel.arrow.add-on, input[type="submit"].cancel.arrow, form .input-prepend [type="submit"].cancel.arrow.add-on, .form .input-prepend [type="submit"].cancel.arrow.add-on, a.button.cancel.arrow {
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
padding: 9px 5px;
|
|
margin-left: -10px;
|
|
background: #81a726;
|
|
color: white;
|
|
border-color: #bbb;
|
|
height: 68px;
|
|
}
|
|
/* line 224, bahmni-components/_buttons.scss */
|
|
.button.cancel.arrow span, button.cancel.arrow span, input[type="submit"].cancel.arrow span, form .input-prepend [type="submit"].cancel.arrow.add-on span, .form .input-prepend [type="submit"].cancel.arrow.add-on span, input[type="button"].cancel.arrow span, form .input-prepend [type="button"].cancel.arrow.add-on span, .form .input-prepend [type="button"].cancel.arrow.add-on span, input[type="reset"].cancel.arrow span, form .input-prepend [type="reset"].cancel.arrow.add-on span, .form .input-prepend [type="reset"].cancel.arrow.add-on span, input[type="submit"].cancel.arrow span, form .input-prepend [type="submit"].cancel.arrow.add-on span, .form .input-prepend [type="submit"].cancel.arrow.add-on span, a.button.cancel.arrow span {
|
|
display: block;
|
|
line-height: 1em;
|
|
}
|
|
/* line 229, bahmni-components/_buttons.scss */
|
|
.button.cancel.arrow i, button.cancel.arrow i, input[type="submit"].cancel.arrow i, form .input-prepend [type="submit"].cancel.arrow.add-on i, .form .input-prepend [type="submit"].cancel.arrow.add-on i, input[type="button"].cancel.arrow i, form .input-prepend [type="button"].cancel.arrow.add-on i, .form .input-prepend [type="button"].cancel.arrow.add-on i, input[type="reset"].cancel.arrow i, form .input-prepend [type="reset"].cancel.arrow.add-on i, .form .input-prepend [type="reset"].cancel.arrow.add-on i, input[type="submit"].cancel.arrow i, form .input-prepend [type="submit"].cancel.arrow.add-on i, .form .input-prepend [type="submit"].cancel.arrow.add-on i, a.button.cancel.arrow i {
|
|
line-height: 1em;
|
|
font-size: 2em;
|
|
}
|
|
/* line 234, bahmni-components/_buttons.scss */
|
|
.button.cancel.arrow .arrow-button, button.cancel.arrow .arrow-button, input[type="submit"].cancel.arrow .arrow-button, form .input-prepend [type="submit"].cancel.arrow.add-on .arrow-button, .form .input-prepend [type="submit"].cancel.arrow.add-on .arrow-button, input[type="button"].cancel.arrow .arrow-button, form .input-prepend [type="button"].cancel.arrow.add-on .arrow-button, .form .input-prepend [type="button"].cancel.arrow.add-on .arrow-button, input[type="reset"].cancel.arrow .arrow-button, form .input-prepend [type="reset"].cancel.arrow.add-on .arrow-button, .form .input-prepend [type="reset"].cancel.arrow.add-on .arrow-button, input[type="submit"].cancel.arrow .arrow-button, form .input-prepend [type="submit"].cancel.arrow.add-on .arrow-button, .form .input-prepend [type="submit"].cancel.arrow.add-on .arrow-button, a.button.cancel.arrow .arrow-button {
|
|
width: 0;
|
|
height: 0;
|
|
top: 0;
|
|
right: -17px;
|
|
border-bottom: 34px solid transparent;
|
|
border-top: 33px solid transparent;
|
|
border-left: 18px solid #81a726;
|
|
position: absolute;
|
|
}
|
|
/* line 245, bahmni-components/_buttons.scss */
|
|
.button.cancel.arrow .arrow-border-button, button.cancel.arrow .arrow-border-button, input[type="submit"].cancel.arrow .arrow-border-button, form .input-prepend [type="submit"].cancel.arrow.add-on .arrow-border-button, .form .input-prepend [type="submit"].cancel.arrow.add-on .arrow-border-button, input[type="button"].cancel.arrow .arrow-border-button, form .input-prepend [type="button"].cancel.arrow.add-on .arrow-border-button, .form .input-prepend [type="button"].cancel.arrow.add-on .arrow-border-button, input[type="reset"].cancel.arrow .arrow-border-button, form .input-prepend [type="reset"].cancel.arrow.add-on .arrow-border-button, .form .input-prepend [type="reset"].cancel.arrow.add-on .arrow-border-button, input[type="submit"].cancel.arrow .arrow-border-button, form .input-prepend [type="submit"].cancel.arrow.add-on .arrow-border-button, .form .input-prepend [type="submit"].cancel.arrow.add-on .arrow-border-button, a.button.cancel.arrow .arrow-border-button {
|
|
width: 0;
|
|
height: 0;
|
|
top: 0;
|
|
right: -18px;
|
|
border-bottom: 34px solid transparent;
|
|
border-top: 33px solid transparent;
|
|
border-left: 18px solid #bbb;
|
|
position: absolute;
|
|
}
|
|
/* line 256, bahmni-components/_buttons.scss */
|
|
.button.cancel.arrow.disabled, button.cancel.arrow.disabled, input[type="submit"].cancel.arrow.disabled, form .input-prepend [type="submit"].cancel.arrow.disabled.add-on, .form .input-prepend [type="submit"].cancel.arrow.disabled.add-on, input[type="button"].cancel.arrow.disabled, form .input-prepend [type="button"].cancel.arrow.disabled.add-on, .form .input-prepend [type="button"].cancel.arrow.disabled.add-on, input[type="reset"].cancel.arrow.disabled, form .input-prepend [type="reset"].cancel.arrow.disabled.add-on, .form .input-prepend [type="reset"].cancel.arrow.disabled.add-on, input[type="submit"].cancel.arrow.disabled, form .input-prepend [type="submit"].cancel.arrow.disabled.add-on, .form .input-prepend [type="submit"].cancel.arrow.disabled.add-on, a.button.cancel.arrow.disabled {
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #ccc;
|
|
cursor: default;
|
|
}
|
|
/* line 262, bahmni-components/_buttons.scss */
|
|
.button.cancel.arrow.disabled .arrow-button, button.cancel.arrow.disabled .arrow-button, input[type="submit"].cancel.arrow.disabled .arrow-button, form .input-prepend [type="submit"].cancel.arrow.disabled.add-on .arrow-button, .form .input-prepend [type="submit"].cancel.arrow.disabled.add-on .arrow-button, input[type="button"].cancel.arrow.disabled .arrow-button, form .input-prepend [type="button"].cancel.arrow.disabled.add-on .arrow-button, .form .input-prepend [type="button"].cancel.arrow.disabled.add-on .arrow-button, input[type="reset"].cancel.arrow.disabled .arrow-button, form .input-prepend [type="reset"].cancel.arrow.disabled.add-on .arrow-button, .form .input-prepend [type="reset"].cancel.arrow.disabled.add-on .arrow-button, input[type="submit"].cancel.arrow.disabled .arrow-button, form .input-prepend [type="submit"].cancel.arrow.disabled.add-on .arrow-button, .form .input-prepend [type="submit"].cancel.arrow.disabled.add-on .arrow-button, a.button.cancel.arrow.disabled .arrow-button {
|
|
border-left: 18px solid #eee;
|
|
}
|
|
/* line 266, bahmni-components/_buttons.scss */
|
|
.button.cancel.arrow.disabled .arrow-border-button, button.cancel.arrow.disabled .arrow-border-button, input[type="submit"].cancel.arrow.disabled .arrow-border-button, form .input-prepend [type="submit"].cancel.arrow.disabled.add-on .arrow-border-button, .form .input-prepend [type="submit"].cancel.arrow.disabled.add-on .arrow-border-button, input[type="button"].cancel.arrow.disabled .arrow-border-button, form .input-prepend [type="button"].cancel.arrow.disabled.add-on .arrow-border-button, .form .input-prepend [type="button"].cancel.arrow.disabled.add-on .arrow-border-button, input[type="reset"].cancel.arrow.disabled .arrow-border-button, form .input-prepend [type="reset"].cancel.arrow.disabled.add-on .arrow-border-button, .form .input-prepend [type="reset"].cancel.arrow.disabled.add-on .arrow-border-button, input[type="submit"].cancel.arrow.disabled .arrow-border-button, form .input-prepend [type="submit"].cancel.arrow.disabled.add-on .arrow-border-button, .form .input-prepend [type="submit"].cancel.arrow.disabled.add-on .arrow-border-button, a.button.cancel.arrow.disabled .arrow-border-button {
|
|
border-left: 18px solid #ccc;
|
|
}
|
|
/* line 307, bahmni-components/_buttons.scss */
|
|
.button.no-color, button.no-color, input[type="submit"].no-color, form .input-prepend [type="submit"].no-color.add-on, .form .input-prepend [type="submit"].no-color.add-on, input[type="button"].no-color, form .input-prepend [type="button"].no-color.add-on, .form .input-prepend [type="button"].no-color.add-on, input[type="reset"].no-color, form .input-prepend [type="reset"].no-color.add-on, .form .input-prepend [type="reset"].no-color.add-on, input[type="submit"].no-color, form .input-prepend [type="submit"].no-color.add-on, .form .input-prepend [type="submit"].no-color.add-on, a.button.no-color {
|
|
border-radius: 3px;
|
|
background: linear-gradient(to bottom, #FFF, #DDD);
|
|
background-color: #DDD;
|
|
border: #DDD 1px solid;
|
|
padding: 6px 20px 7px;
|
|
display: inline-block;
|
|
line-height: 1.2em;
|
|
color: #363463;
|
|
cursor: pointer;
|
|
min-width: 0;
|
|
max-width: 300px;
|
|
text-decoration: none;
|
|
}
|
|
/* line 153, bahmni-components/_buttons.scss */
|
|
.button.no-color:hover, button.no-color:hover, input[type="submit"].no-color:hover, form .input-prepend [type="submit"].no-color.add-on:hover, .form .input-prepend [type="submit"].no-color.add-on:hover, input[type="button"].no-color:hover, form .input-prepend [type="button"].no-color.add-on:hover, .form .input-prepend [type="button"].no-color.add-on:hover, input[type="reset"].no-color:hover, form .input-prepend [type="reset"].no-color.add-on:hover, .form .input-prepend [type="reset"].no-color.add-on:hover, input[type="submit"].no-color:hover, form .input-prepend [type="submit"].no-color.add-on:hover, .form .input-prepend [type="submit"].no-color.add-on:hover, a.button.no-color:hover {
|
|
background: #e2e2e2;
|
|
border-color: #d0d0d0;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 153, bahmni-components/_buttons.scss */
|
|
.button.no-color:hover, button.no-color:hover, input[type="submit"].no-color:hover, form .input-prepend [type="submit"].no-color.add-on:hover, .form .input-prepend [type="submit"].no-color.add-on:hover, input[type="button"].no-color:hover, form .input-prepend [type="button"].no-color.add-on:hover, .form .input-prepend [type="button"].no-color.add-on:hover, input[type="reset"].no-color:hover, form .input-prepend [type="reset"].no-color.add-on:hover, .form .input-prepend [type="reset"].no-color.add-on:hover, input[type="submit"].no-color:hover, form .input-prepend [type="submit"].no-color.add-on:hover, .form .input-prepend [type="submit"].no-color.add-on:hover, a.button.no-color:hover {
|
|
background: linear-gradient(to bottom, #FFF, #DDD);
|
|
border: #DDD 1px solid;
|
|
}
|
|
}
|
|
/* line 162, bahmni-components/_buttons.scss */
|
|
.button.no-color.active, button.no-color.active, input[type="submit"].no-color.active, form .input-prepend [type="submit"].no-color.active.add-on, .form .input-prepend [type="submit"].no-color.active.add-on, input[type="button"].no-color.active, form .input-prepend [type="button"].no-color.active.add-on, .form .input-prepend [type="button"].no-color.active.add-on, input[type="reset"].no-color.active, form .input-prepend [type="reset"].no-color.active.add-on, .form .input-prepend [type="reset"].no-color.active.add-on, input[type="submit"].no-color.active, form .input-prepend [type="submit"].no-color.active.add-on, .form .input-prepend [type="submit"].no-color.active.add-on, a.button.no-color.active {
|
|
background: #d8d8d8;
|
|
border-color: #d0d0d0;
|
|
}
|
|
/* line 167, bahmni-components/_buttons.scss */
|
|
.button.no-color i, button.no-color i, input[type="submit"].no-color i, form .input-prepend [type="submit"].no-color.add-on i, .form .input-prepend [type="submit"].no-color.add-on i, input[type="button"].no-color i, form .input-prepend [type="button"].no-color.add-on i, .form .input-prepend [type="button"].no-color.add-on i, input[type="reset"].no-color i, form .input-prepend [type="reset"].no-color.add-on i, .form .input-prepend [type="reset"].no-color.add-on i, input[type="submit"].no-color i, form .input-prepend [type="submit"].no-color.add-on i, .form .input-prepend [type="submit"].no-color.add-on i, a.button.no-color i {
|
|
font-size: 1.2em;
|
|
margin: 0;
|
|
padding: 0;
|
|
line-height: .5em;
|
|
}
|
|
/* line 175, bahmni-components/_buttons.scss */
|
|
.button.no-color.big i, .button.no-color.medium i, button.no-color.big i, button.no-color.medium i, input[type="submit"].no-color.big i, form .input-prepend [type="submit"].no-color.big.add-on i, .form .input-prepend [type="submit"].no-color.big.add-on i, input[type="submit"].no-color.medium i, form .input-prepend [type="submit"].no-color.medium.add-on i, .form .input-prepend [type="submit"].no-color.medium.add-on i, input[type="button"].no-color.big i, form .input-prepend [type="button"].no-color.big.add-on i, .form .input-prepend [type="button"].no-color.big.add-on i, input[type="button"].no-color.medium i, form .input-prepend [type="button"].no-color.medium.add-on i, .form .input-prepend [type="button"].no-color.medium.add-on i, input[type="reset"].no-color.big i, form .input-prepend [type="reset"].no-color.big.add-on i, .form .input-prepend [type="reset"].no-color.big.add-on i, input[type="reset"].no-color.medium i, form .input-prepend [type="reset"].no-color.medium.add-on i, .form .input-prepend [type="reset"].no-color.medium.add-on i, input[type="submit"].no-color.big i, form .input-prepend [type="submit"].no-color.big.add-on i, .form .input-prepend [type="submit"].no-color.big.add-on i, input[type="submit"].no-color.medium i, form .input-prepend [type="submit"].no-color.medium.add-on i, .form .input-prepend [type="submit"].no-color.medium.add-on i, a.button.no-color.big i, a.button.no-color.medium i {
|
|
display: block;
|
|
font-size: 50px;
|
|
margin: 0 auto;
|
|
padding: 10px;
|
|
}
|
|
/* line 184, bahmni-components/_buttons.scss */
|
|
.button.no-color.medium i, button.no-color.medium i, input[type="submit"].no-color.medium i, form .input-prepend [type="submit"].no-color.medium.add-on i, .form .input-prepend [type="submit"].no-color.medium.add-on i, input[type="button"].no-color.medium i, form .input-prepend [type="button"].no-color.medium.add-on i, .form .input-prepend [type="button"].no-color.medium.add-on i, input[type="reset"].no-color.medium i, form .input-prepend [type="reset"].no-color.medium.add-on i, .form .input-prepend [type="reset"].no-color.medium.add-on i, input[type="submit"].no-color.medium i, form .input-prepend [type="submit"].no-color.medium.add-on i, .form .input-prepend [type="submit"].no-color.medium.add-on i, a.button.no-color.medium i {
|
|
font-size: 34px;
|
|
}
|
|
/* line 189, bahmni-components/_buttons.scss */
|
|
.button.no-color.disabled, .button.no-color:disabled, button.no-color.disabled, button.no-color:disabled, input[type="submit"].no-color.disabled, form .input-prepend [type="submit"].no-color.disabled.add-on, .form .input-prepend [type="submit"].no-color.disabled.add-on, input[type="submit"].no-color:disabled, form .input-prepend [type="submit"].no-color.add-on:disabled, .form .input-prepend [type="submit"].no-color.add-on:disabled, input[type="button"].no-color.disabled, form .input-prepend [type="button"].no-color.disabled.add-on, .form .input-prepend [type="button"].no-color.disabled.add-on, input[type="button"].no-color:disabled, form .input-prepend [type="button"].no-color.add-on:disabled, .form .input-prepend [type="button"].no-color.add-on:disabled, input[type="reset"].no-color.disabled, form .input-prepend [type="reset"].no-color.disabled.add-on, .form .input-prepend [type="reset"].no-color.disabled.add-on, input[type="reset"].no-color:disabled, form .input-prepend [type="reset"].no-color.add-on:disabled, .form .input-prepend [type="reset"].no-color.add-on:disabled, input[type="submit"].no-color.disabled, form .input-prepend [type="submit"].no-color.disabled.add-on, .form .input-prepend [type="submit"].no-color.disabled.add-on, input[type="submit"].no-color:disabled, form .input-prepend [type="submit"].no-color.add-on:disabled, .form .input-prepend [type="submit"].no-color.add-on:disabled, a.button.no-color.disabled, a.button.no-color:disabled {
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #333;
|
|
cursor: default;
|
|
}
|
|
/* line 196, bahmni-components/_buttons.scss */
|
|
.button.no-color.print, button.no-color.print, input[type="submit"].no-color.print, form .input-prepend [type="submit"].no-color.print.add-on, .form .input-prepend [type="submit"].no-color.print.add-on, input[type="button"].no-color.print, form .input-prepend [type="button"].no-color.print.add-on, .form .input-prepend [type="button"].no-color.print.add-on, input[type="reset"].no-color.print, form .input-prepend [type="reset"].no-color.print.add-on, .form .input-prepend [type="reset"].no-color.print.add-on, input[type="submit"].no-color.print, form .input-prepend [type="submit"].no-color.print.add-on, .form .input-prepend [type="submit"].no-color.print.add-on, a.button.no-color.print {
|
|
padding: 10px;
|
|
}
|
|
/* line 199, bahmni-components/_buttons.scss */
|
|
.button.no-color.print i, button.no-color.print i, input[type="submit"].no-color.print i, form .input-prepend [type="submit"].no-color.print.add-on i, .form .input-prepend [type="submit"].no-color.print.add-on i, input[type="button"].no-color.print i, form .input-prepend [type="button"].no-color.print.add-on i, .form .input-prepend [type="button"].no-color.print.add-on i, input[type="reset"].no-color.print i, form .input-prepend [type="reset"].no-color.print.add-on i, .form .input-prepend [type="reset"].no-color.print.add-on i, input[type="submit"].no-color.print i, form .input-prepend [type="submit"].no-color.print.add-on i, .form .input-prepend [type="submit"].no-color.print.add-on i, a.button.no-color.print i {
|
|
font-size: 1.5em;
|
|
}
|
|
/* line 204, bahmni-components/_buttons.scss */
|
|
.button.no-color.app, button.no-color.app, input[type="submit"].no-color.app, form .input-prepend [type="submit"].no-color.app.add-on, .form .input-prepend [type="submit"].no-color.app.add-on, input[type="button"].no-color.app, form .input-prepend [type="button"].no-color.app.add-on, .form .input-prepend [type="button"].no-color.app.add-on, input[type="reset"].no-color.app, form .input-prepend [type="reset"].no-color.app.add-on, .form .input-prepend [type="reset"].no-color.app.add-on, input[type="submit"].no-color.app, form .input-prepend [type="submit"].no-color.app.add-on, .form .input-prepend [type="submit"].no-color.app.add-on, a.button.no-color.app {
|
|
padding: 20px 10px;
|
|
width: 150px;
|
|
min-height: 90px;
|
|
vertical-align: top;
|
|
line-height: 1.3em;
|
|
margin: 10px;
|
|
text-align: center;
|
|
}
|
|
/* line 214, bahmni-components/_buttons.scss */
|
|
.button.no-color.arrow, button.no-color.arrow, input[type="submit"].no-color.arrow, form .input-prepend [type="submit"].no-color.arrow.add-on, .form .input-prepend [type="submit"].no-color.arrow.add-on, input[type="button"].no-color.arrow, form .input-prepend [type="button"].no-color.arrow.add-on, .form .input-prepend [type="button"].no-color.arrow.add-on, input[type="reset"].no-color.arrow, form .input-prepend [type="reset"].no-color.arrow.add-on, .form .input-prepend [type="reset"].no-color.arrow.add-on, input[type="submit"].no-color.arrow, form .input-prepend [type="submit"].no-color.arrow.add-on, .form .input-prepend [type="submit"].no-color.arrow.add-on, a.button.no-color.arrow {
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
padding: 9px 5px;
|
|
margin-left: -10px;
|
|
background: #81a726;
|
|
color: white;
|
|
border-color: #bbb;
|
|
height: 68px;
|
|
}
|
|
/* line 224, bahmni-components/_buttons.scss */
|
|
.button.no-color.arrow span, button.no-color.arrow span, input[type="submit"].no-color.arrow span, form .input-prepend [type="submit"].no-color.arrow.add-on span, .form .input-prepend [type="submit"].no-color.arrow.add-on span, input[type="button"].no-color.arrow span, form .input-prepend [type="button"].no-color.arrow.add-on span, .form .input-prepend [type="button"].no-color.arrow.add-on span, input[type="reset"].no-color.arrow span, form .input-prepend [type="reset"].no-color.arrow.add-on span, .form .input-prepend [type="reset"].no-color.arrow.add-on span, input[type="submit"].no-color.arrow span, form .input-prepend [type="submit"].no-color.arrow.add-on span, .form .input-prepend [type="submit"].no-color.arrow.add-on span, a.button.no-color.arrow span {
|
|
display: block;
|
|
line-height: 1em;
|
|
}
|
|
/* line 229, bahmni-components/_buttons.scss */
|
|
.button.no-color.arrow i, button.no-color.arrow i, input[type="submit"].no-color.arrow i, form .input-prepend [type="submit"].no-color.arrow.add-on i, .form .input-prepend [type="submit"].no-color.arrow.add-on i, input[type="button"].no-color.arrow i, form .input-prepend [type="button"].no-color.arrow.add-on i, .form .input-prepend [type="button"].no-color.arrow.add-on i, input[type="reset"].no-color.arrow i, form .input-prepend [type="reset"].no-color.arrow.add-on i, .form .input-prepend [type="reset"].no-color.arrow.add-on i, input[type="submit"].no-color.arrow i, form .input-prepend [type="submit"].no-color.arrow.add-on i, .form .input-prepend [type="submit"].no-color.arrow.add-on i, a.button.no-color.arrow i {
|
|
line-height: 1em;
|
|
font-size: 2em;
|
|
}
|
|
/* line 234, bahmni-components/_buttons.scss */
|
|
.button.no-color.arrow .arrow-button, button.no-color.arrow .arrow-button, input[type="submit"].no-color.arrow .arrow-button, form .input-prepend [type="submit"].no-color.arrow.add-on .arrow-button, .form .input-prepend [type="submit"].no-color.arrow.add-on .arrow-button, input[type="button"].no-color.arrow .arrow-button, form .input-prepend [type="button"].no-color.arrow.add-on .arrow-button, .form .input-prepend [type="button"].no-color.arrow.add-on .arrow-button, input[type="reset"].no-color.arrow .arrow-button, form .input-prepend [type="reset"].no-color.arrow.add-on .arrow-button, .form .input-prepend [type="reset"].no-color.arrow.add-on .arrow-button, input[type="submit"].no-color.arrow .arrow-button, form .input-prepend [type="submit"].no-color.arrow.add-on .arrow-button, .form .input-prepend [type="submit"].no-color.arrow.add-on .arrow-button, a.button.no-color.arrow .arrow-button {
|
|
width: 0;
|
|
height: 0;
|
|
top: 0;
|
|
right: -17px;
|
|
border-bottom: 34px solid transparent;
|
|
border-top: 33px solid transparent;
|
|
border-left: 18px solid #81a726;
|
|
position: absolute;
|
|
}
|
|
/* line 245, bahmni-components/_buttons.scss */
|
|
.button.no-color.arrow .arrow-border-button, button.no-color.arrow .arrow-border-button, input[type="submit"].no-color.arrow .arrow-border-button, form .input-prepend [type="submit"].no-color.arrow.add-on .arrow-border-button, .form .input-prepend [type="submit"].no-color.arrow.add-on .arrow-border-button, input[type="button"].no-color.arrow .arrow-border-button, form .input-prepend [type="button"].no-color.arrow.add-on .arrow-border-button, .form .input-prepend [type="button"].no-color.arrow.add-on .arrow-border-button, input[type="reset"].no-color.arrow .arrow-border-button, form .input-prepend [type="reset"].no-color.arrow.add-on .arrow-border-button, .form .input-prepend [type="reset"].no-color.arrow.add-on .arrow-border-button, input[type="submit"].no-color.arrow .arrow-border-button, form .input-prepend [type="submit"].no-color.arrow.add-on .arrow-border-button, .form .input-prepend [type="submit"].no-color.arrow.add-on .arrow-border-button, a.button.no-color.arrow .arrow-border-button {
|
|
width: 0;
|
|
height: 0;
|
|
top: 0;
|
|
right: -18px;
|
|
border-bottom: 34px solid transparent;
|
|
border-top: 33px solid transparent;
|
|
border-left: 18px solid #bbb;
|
|
position: absolute;
|
|
}
|
|
/* line 256, bahmni-components/_buttons.scss */
|
|
.button.no-color.arrow.disabled, button.no-color.arrow.disabled, input[type="submit"].no-color.arrow.disabled, form .input-prepend [type="submit"].no-color.arrow.disabled.add-on, .form .input-prepend [type="submit"].no-color.arrow.disabled.add-on, input[type="button"].no-color.arrow.disabled, form .input-prepend [type="button"].no-color.arrow.disabled.add-on, .form .input-prepend [type="button"].no-color.arrow.disabled.add-on, input[type="reset"].no-color.arrow.disabled, form .input-prepend [type="reset"].no-color.arrow.disabled.add-on, .form .input-prepend [type="reset"].no-color.arrow.disabled.add-on, input[type="submit"].no-color.arrow.disabled, form .input-prepend [type="submit"].no-color.arrow.disabled.add-on, .form .input-prepend [type="submit"].no-color.arrow.disabled.add-on, a.button.no-color.arrow.disabled {
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #ccc;
|
|
cursor: default;
|
|
}
|
|
/* line 262, bahmni-components/_buttons.scss */
|
|
.button.no-color.arrow.disabled .arrow-button, button.no-color.arrow.disabled .arrow-button, input[type="submit"].no-color.arrow.disabled .arrow-button, form .input-prepend [type="submit"].no-color.arrow.disabled.add-on .arrow-button, .form .input-prepend [type="submit"].no-color.arrow.disabled.add-on .arrow-button, input[type="button"].no-color.arrow.disabled .arrow-button, form .input-prepend [type="button"].no-color.arrow.disabled.add-on .arrow-button, .form .input-prepend [type="button"].no-color.arrow.disabled.add-on .arrow-button, input[type="reset"].no-color.arrow.disabled .arrow-button, form .input-prepend [type="reset"].no-color.arrow.disabled.add-on .arrow-button, .form .input-prepend [type="reset"].no-color.arrow.disabled.add-on .arrow-button, input[type="submit"].no-color.arrow.disabled .arrow-button, form .input-prepend [type="submit"].no-color.arrow.disabled.add-on .arrow-button, .form .input-prepend [type="submit"].no-color.arrow.disabled.add-on .arrow-button, a.button.no-color.arrow.disabled .arrow-button {
|
|
border-left: 18px solid #eee;
|
|
}
|
|
/* line 266, bahmni-components/_buttons.scss */
|
|
.button.no-color.arrow.disabled .arrow-border-button, button.no-color.arrow.disabled .arrow-border-button, input[type="submit"].no-color.arrow.disabled .arrow-border-button, form .input-prepend [type="submit"].no-color.arrow.disabled.add-on .arrow-border-button, .form .input-prepend [type="submit"].no-color.arrow.disabled.add-on .arrow-border-button, input[type="button"].no-color.arrow.disabled .arrow-border-button, form .input-prepend [type="button"].no-color.arrow.disabled.add-on .arrow-border-button, .form .input-prepend [type="button"].no-color.arrow.disabled.add-on .arrow-border-button, input[type="reset"].no-color.arrow.disabled .arrow-border-button, form .input-prepend [type="reset"].no-color.arrow.disabled.add-on .arrow-border-button, .form .input-prepend [type="reset"].no-color.arrow.disabled.add-on .arrow-border-button, input[type="submit"].no-color.arrow.disabled .arrow-border-button, form .input-prepend [type="submit"].no-color.arrow.disabled.add-on .arrow-border-button, .form .input-prepend [type="submit"].no-color.arrow.disabled.add-on .arrow-border-button, a.button.no-color.arrow.disabled .arrow-border-button {
|
|
border-left: 18px solid #ccc;
|
|
}
|
|
|
|
/* button states - lvha */
|
|
/* line 314, bahmni-components/_buttons.scss */
|
|
button:hover {
|
|
opacity: 0.8;
|
|
}
|
|
|
|
/* line 315, bahmni-components/_buttons.scss */
|
|
button:focus, a:focus, .btn:focus {
|
|
outline: 2px solid #007fff;
|
|
}
|
|
|
|
/* line 318, bahmni-components/_buttons.scss */
|
|
button[disabled] {
|
|
opacity: 0.4;
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
/*backButton:*/
|
|
/* line 322, bahmni-components/_buttons.scss */
|
|
a.back-btn, button.back-btn {
|
|
position: relative;
|
|
display: inline-block;
|
|
text-decoration: none;
|
|
z-index: 1;
|
|
margin: 6px 6px 0 0px;
|
|
color: #FFFFFF;
|
|
border-left: 0;
|
|
float: left;
|
|
font-size: 16px;
|
|
border-radius: 3px;
|
|
}
|
|
/* line 333, bahmni-components/_buttons.scss */
|
|
a.back-btn:hover, button.back-btn:hover {
|
|
text-decoration: none;
|
|
color: #FFFFFF;
|
|
cursor: pointer;
|
|
opacity: 0.8;
|
|
}
|
|
/* line 340, bahmni-components/_buttons.scss */
|
|
a.back-btn.dashboard-link img, button.back-btn.dashboard-link img {
|
|
height: 26px;
|
|
width: 26px;
|
|
border-radius: 100%;
|
|
float: left;
|
|
margin-right: 5px;
|
|
}
|
|
/* line 347, bahmni-components/_buttons.scss */
|
|
a.back-btn .patient-info, button.back-btn .patient-info {
|
|
float: left;
|
|
font-size: 12px;
|
|
color: #FFFFFF;
|
|
line-height: 1.1;
|
|
}
|
|
/* line 352, bahmni-components/_buttons.scss */
|
|
a.back-btn .patient-info .patient-id, button.back-btn .patient-info .patient-id {
|
|
display: block;
|
|
color: #ccc;
|
|
font-size: 11px;
|
|
}
|
|
/* line 357, bahmni-components/_buttons.scss */
|
|
a.back-btn .patient-info .patient-name, button.back-btn .patient-info .patient-name {
|
|
width: 100px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: block;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 357, bahmni-components/_buttons.scss */
|
|
a.back-btn .patient-info .patient-name, button.back-btn .patient-info .patient-name {
|
|
width: 75px;
|
|
}
|
|
}
|
|
|
|
/* line 370, bahmni-components/_buttons.scss */
|
|
ul li a.back-btn, ul li a.back-btn:hover, button.back-btn, a.back-btn {
|
|
padding: 4px 10px 5px 10px;
|
|
border: 1px solid #476b6b;
|
|
background: linear-gradient(to bottom, #669999, #527a7a);
|
|
}
|
|
/* line 375, bahmni-components/_buttons.scss */
|
|
ul li a.back-btn i, ul li a.back-btn:hover i, button.back-btn i, a.back-btn i {
|
|
font-size: 30px;
|
|
line-height: 1;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
@media screen and (max-width: 470px) {
|
|
/* line 375, bahmni-components/_buttons.scss */
|
|
ul li a.back-btn i, ul li a.back-btn:hover i, button.back-btn i, a.back-btn i {
|
|
font-size: 22px;
|
|
}
|
|
}
|
|
/* line 384, bahmni-components/_buttons.scss */
|
|
ul li a.back-btn.dashboard-link, ul li a.back-btn:hover.dashboard-link, button.back-btn.dashboard-link, a.back-btn.dashboard-link {
|
|
padding: 6px 8px 5px;
|
|
}
|
|
/* line 387, bahmni-components/_buttons.scss */
|
|
ul li a.back-btn.back-icon, ul li a.back-btn:hover.back-icon, button.back-btn.back-icon, a.back-btn.back-icon {
|
|
padding-left: 30px;
|
|
}
|
|
/* line 389, bahmni-components/_buttons.scss */
|
|
ul li a.back-btn.back-icon:before, ul li a.back-btn:hover.back-icon:before, button.back-btn.back-icon:before, a.back-btn.back-icon:before {
|
|
font-family: FontAwesome;
|
|
content: "\F0A8";
|
|
position: absolute;
|
|
left: 5px;
|
|
top: 11px;
|
|
font-size: 20px;
|
|
font-weight: normal;
|
|
}
|
|
/* line 397, bahmni-components/_buttons.scss */
|
|
ul li a.back-btn.back-icon:before:hover, ul li a.back-btn:hover.back-icon:before:hover, button.back-btn.back-icon:before:hover, a.back-btn.back-icon:before:hover {
|
|
cursor: pointer;
|
|
}
|
|
@media screen and (max-width: 470px) {
|
|
/* line 370, bahmni-components/_buttons.scss */
|
|
ul li a.back-btn, ul li a.back-btn:hover, button.back-btn, a.back-btn {
|
|
padding: 4px 5px 5px;
|
|
}
|
|
}
|
|
|
|
/* line 406, bahmni-components/_buttons.scss */
|
|
button.back-btn {
|
|
box-shadow: none;
|
|
line-height: 1.1em;
|
|
}
|
|
|
|
/* line 410, bahmni-components/_buttons.scss */
|
|
.back-btn-link {
|
|
*zoom: 1;
|
|
padding: 5px 8px 5px;
|
|
border: 1px solid #476b6b;
|
|
background: linear-gradient(to bottom, #669999, #527a7a);
|
|
margin-top: 6px;
|
|
float: left;
|
|
display: inline-block;
|
|
border-radius: 2px;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.back-btn-link:before, .back-btn-link:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.back-btn-link:after {
|
|
clear: both;
|
|
}
|
|
/* line 419, bahmni-components/_buttons.scss */
|
|
.back-btn-link:hover {
|
|
text-decoration: none;
|
|
color: #FFFFFF;
|
|
cursor: pointer;
|
|
opacity: 0.8;
|
|
}
|
|
/* line 425, bahmni-components/_buttons.scss */
|
|
.back-btn-link img {
|
|
height: 26px;
|
|
width: 26px;
|
|
border-radius: 100%;
|
|
float: left;
|
|
margin-right: 5px;
|
|
}
|
|
/* line 433, bahmni-components/_buttons.scss */
|
|
.back-btn-link .patient-info {
|
|
float: left;
|
|
font-size: 12px;
|
|
color: #FFFFFF;
|
|
line-height: 1.1;
|
|
}
|
|
/* line 438, bahmni-components/_buttons.scss */
|
|
.back-btn-link .patient-info .patient-id {
|
|
display: block;
|
|
color: #ccc;
|
|
font-size: 11px;
|
|
}
|
|
/* line 443, bahmni-components/_buttons.scss */
|
|
.back-btn-link .patient-info .patient-name {
|
|
width: 100px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: inline-block;
|
|
height: 15px;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 443, bahmni-components/_buttons.scss */
|
|
.back-btn-link .patient-info .patient-name {
|
|
width: 75px;
|
|
}
|
|
}
|
|
|
|
/* multi select */
|
|
/* line 458, bahmni-components/_buttons.scss */
|
|
.multi-select-button-group div.btn-tooltip-wrapper {
|
|
position: relative;
|
|
}
|
|
/* line 461, bahmni-components/_buttons.scss */
|
|
.multi-select-button-group button {
|
|
float: left;
|
|
margin: 0 2px 2px 0;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
text-align: left;
|
|
height: 32px !important;
|
|
}
|
|
/* line 469, bahmni-components/_buttons.scss */
|
|
.multi-select-button-group button.grid-row-element {
|
|
font-size: 12px;
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
/* line 473, bahmni-components/_buttons.scss */
|
|
.multi-select-button-group button.grid-row-element .fa-ok {
|
|
display: none;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
font-size: 14px;
|
|
line-height: inherit;
|
|
}
|
|
/* line 480, bahmni-components/_buttons.scss */
|
|
.multi-select-button-group button.grid-row-element.active {
|
|
color: #457FAC;
|
|
padding-left: 3px;
|
|
}
|
|
/* line 483, bahmni-components/_buttons.scss */
|
|
.multi-select-button-group button.grid-row-element.active .fa-ok {
|
|
display: inline-block;
|
|
}
|
|
/* line 489, bahmni-components/_buttons.scss */
|
|
.multi-select-button-group button:focus, .multi-select-button-group a:focus, .multi-select-button-group .btn:focus {
|
|
border: 2px solid #007fff;
|
|
outline: 0;
|
|
}
|
|
|
|
/* line 494, bahmni-components/_buttons.scss */
|
|
.illegalValue .multi-select-button-group {
|
|
width: auto;
|
|
}
|
|
|
|
/* line 496, bahmni-components/_buttons.scss */
|
|
.secondary-button,
|
|
.secondary-button:hover,
|
|
input[type="submit"].secondary-button,
|
|
form .input-prepend [type="submit"].secondary-button.add-on,
|
|
.form .input-prepend [type="submit"].secondary-button.add-on,
|
|
input[type="submit"].secondary-button:hover,
|
|
form .input-prepend [type="submit"].secondary-button.add-on:hover,
|
|
.form .input-prepend [type="submit"].secondary-button.add-on:hover {
|
|
background: linear-gradient(to bottom, #669999, #527a7a);
|
|
color: #FFFFFF;
|
|
border: 1px solid #476b6b;
|
|
}
|
|
|
|
/* line 505, bahmni-components/_buttons.scss */
|
|
.icon-button {
|
|
padding: 6px 8px 7px;
|
|
}
|
|
|
|
/* icon button */
|
|
/* line 510, bahmni-components/_buttons.scss */
|
|
.comment-toggle {
|
|
padding: 5px;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 510, bahmni-components/_buttons.scss */
|
|
.comment-toggle {
|
|
margin: 5px 0 0 10px;
|
|
}
|
|
}
|
|
/* line 515, bahmni-components/_buttons.scss */
|
|
.comment-toggle .fa-file-text-o {
|
|
display: none;
|
|
}
|
|
/* line 519, bahmni-components/_buttons.scss */
|
|
.comment-toggle.has-notes .fa-file-text-o {
|
|
display: block;
|
|
}
|
|
/* line 522, bahmni-components/_buttons.scss */
|
|
.comment-toggle.has-notes .fa-file-o {
|
|
display: none;
|
|
}
|
|
/* line 528, bahmni-components/_buttons.scss */
|
|
.comment-toggle.active .fa-file-o .fa-plus-circle {
|
|
display: none;
|
|
}
|
|
/* line 531, bahmni-components/_buttons.scss */
|
|
.comment-toggle.active .fa-file-o .fa-minus-circle {
|
|
display: block;
|
|
}
|
|
/* line 536, bahmni-components/_buttons.scss */
|
|
.comment-toggle .fa-file-o {
|
|
position: relative;
|
|
font-size: 16px;
|
|
color: #666;
|
|
}
|
|
/* line 540, bahmni-components/_buttons.scss */
|
|
.comment-toggle .fa-file-o .fa-minus-circle {
|
|
display: none;
|
|
}
|
|
/* line 543, bahmni-components/_buttons.scss */
|
|
.comment-toggle .fa-file-o .fa-plus-circle, .comment-toggle .fa-file-o .fa-ok-sign, .comment-toggle .fa-file-o .fa-plus, .comment-toggle .fa-file-o .fa-minus-circle {
|
|
position: absolute;
|
|
right: 2px;
|
|
bottom: 2px;
|
|
font-size: 10px;
|
|
color: green;
|
|
background: #FFFFFF;
|
|
border-radius: 8px;
|
|
padding: 0;
|
|
}
|
|
/* line 556, bahmni-components/_buttons.scss */
|
|
.comment-toggle .fa-file-alt {
|
|
font-size: 21px;
|
|
color: orange;
|
|
}
|
|
|
|
/* Add Favourite button */
|
|
/* line 564, bahmni-components/_buttons.scss */
|
|
.add-fav {
|
|
cursor: pointer;
|
|
color: #fff;
|
|
margin-left: 12px;
|
|
float: left;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 564, bahmni-components/_buttons.scss */
|
|
.add-fav {
|
|
margin-left: 21px;
|
|
}
|
|
}
|
|
/* line 572, bahmni-components/_buttons.scss */
|
|
.add-fav .fa-thumb-tack {
|
|
font-size: 18px;
|
|
padding: 0;
|
|
width: auto;
|
|
}
|
|
/* line 578, bahmni-components/_buttons.scss */
|
|
.add-fav .fa-star-empty {
|
|
font-size: 20px;
|
|
color: #666;
|
|
position: relative;
|
|
transition: all .5s ease-in-out;
|
|
padding: 0;
|
|
}
|
|
/* line 586, bahmni-components/_buttons.scss */
|
|
.add-fav input[type="checkbox"], .add-fav form .input-prepend [type="checkbox"].add-on, form .input-prepend .add-fav [type="checkbox"].add-on, .add-fav .form .input-prepend [type="checkbox"].add-on, .form .input-prepend .add-fav [type="checkbox"].add-on {
|
|
position: absolute;
|
|
opacity: 0;
|
|
}
|
|
/* line 589, bahmni-components/_buttons.scss */
|
|
.add-fav input[type="checkbox"] + .fa-thumb-tack, .add-fav form .input-prepend [type="checkbox"].add-on + .fa-thumb-tack, form .input-prepend .add-fav [type="checkbox"].add-on + .fa-thumb-tack, .add-fav .form .input-prepend [type="checkbox"].add-on + .fa-thumb-tack, .form .input-prepend .add-fav [type="checkbox"].add-on + .fa-thumb-tack {
|
|
cursor: pointer;
|
|
}
|
|
/* line 592, bahmni-components/_buttons.scss */
|
|
.add-fav input[type="checkbox"] + .fa-thumb-tack:hover, .add-fav form .input-prepend [type="checkbox"].add-on + .fa-thumb-tack:hover, form .input-prepend .add-fav [type="checkbox"].add-on + .fa-thumb-tack:hover, .add-fav .form .input-prepend [type="checkbox"].add-on + .fa-thumb-tack:hover, .form .input-prepend .add-fav [type="checkbox"].add-on + .fa-thumb-tack:hover {
|
|
opacity: 0.5;
|
|
}
|
|
/* line 596, bahmni-components/_buttons.scss */
|
|
.add-fav input[type="checkbox"]:checked + .fa-thumb-tack, .add-fav form .input-prepend [type="checkbox"].add-on:checked + .fa-thumb-tack, form .input-prepend .add-fav [type="checkbox"].add-on:checked + .fa-thumb-tack, .add-fav .form .input-prepend [type="checkbox"].add-on:checked + .fa-thumb-tack, .form .input-prepend .add-fav [type="checkbox"].add-on:checked + .fa-thumb-tack {
|
|
color: orange;
|
|
display: block;
|
|
-webkit-transform: rotate(45deg);
|
|
-moz-transform: rotate(45deg);
|
|
-ms-transform: rotate(45deg);
|
|
-o-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
/* split button - seperate scss file */
|
|
/* line 611, bahmni-components/_buttons.scss */
|
|
.refill-btn, .stop-drug-btn {
|
|
padding: 10px !important;
|
|
font-family: "OpenSansBold";
|
|
color: #666;
|
|
}
|
|
|
|
/* line 612, bahmni-components/_buttons.scss */
|
|
.refill-btn .fa-play {
|
|
font-size: 1em !important;
|
|
}
|
|
|
|
/* line 614, bahmni-components/_buttons.scss */
|
|
.btn-small {
|
|
font-size: 14px;
|
|
padding: 5px;
|
|
}
|
|
|
|
/* line 618, bahmni-components/_buttons.scss */
|
|
.grouped-buttons {
|
|
overflow: hidden;
|
|
display: inline-block;
|
|
}
|
|
/* line 621, bahmni-components/_buttons.scss */
|
|
.grouped-buttons .btn--left, .grouped-buttons .btn--right {
|
|
float: left;
|
|
}
|
|
|
|
/* line 627, bahmni-components/_buttons.scss */
|
|
button.toggle .fa-angle-up {
|
|
display: none;
|
|
}
|
|
/* line 630, bahmni-components/_buttons.scss */
|
|
button.toggle.active {
|
|
background: none !important;
|
|
}
|
|
/* line 632, bahmni-components/_buttons.scss */
|
|
button.toggle.active .fa-angle-up {
|
|
display: block;
|
|
}
|
|
/* line 635, bahmni-components/_buttons.scss */
|
|
button.toggle.active .fa-angle-down {
|
|
display: none;
|
|
}
|
|
|
|
/* line 643, bahmni-components/_buttons.scss */
|
|
.toggle-btn button.toggle .fa-angle-up {
|
|
display: none;
|
|
}
|
|
/* line 648, bahmni-components/_buttons.scss */
|
|
.toggle-btn.active button.toggle {
|
|
background: none !important;
|
|
}
|
|
/* line 650, bahmni-components/_buttons.scss */
|
|
.toggle-btn.active button.toggle .fa-angle-up {
|
|
display: block;
|
|
}
|
|
/* line 653, bahmni-components/_buttons.scss */
|
|
.toggle-btn.active button.toggle .fa-angle-down {
|
|
display: none;
|
|
}
|
|
|
|
/* line 662, bahmni-components/_buttons.scss */
|
|
.toggle-buttons .show-after-active {
|
|
display: none;
|
|
}
|
|
/* line 666, bahmni-components/_buttons.scss */
|
|
.toggle-buttons.active .show-before-active {
|
|
display: none;
|
|
}
|
|
/* line 669, bahmni-components/_buttons.scss */
|
|
.toggle-buttons.active .show-after-active {
|
|
display: inline-block;
|
|
}
|
|
|
|
/* line 674, bahmni-components/_buttons.scss */
|
|
button.btn--add {
|
|
background: linear-gradient(to bottom, #A1D030, #88af28);
|
|
background-color: #88af28;
|
|
border: #88af28 1px solid;
|
|
color: #FFFFFF;
|
|
font-size: 13px !important;
|
|
padding: 7px !important;
|
|
margin-left: 20px;
|
|
}
|
|
/* line 682, bahmni-components/_buttons.scss */
|
|
button.btn--add .fa-plus {
|
|
color: #FFFFFF;
|
|
padding: 0;
|
|
font-size: 16px;
|
|
display: inline-block;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
/* line 1, bahmni-components/_autoComplete.scss */
|
|
.autocompleteMultiSelect {
|
|
width: auto;
|
|
min-width: 197px;
|
|
max-width: 807px;
|
|
}
|
|
|
|
/* line 7, bahmni-components/_autoComplete.scss */
|
|
tags-input .autocomplete {
|
|
border: 1px solid #ddd;
|
|
background: linear-gradient(to bottom, #FFF, #ECECEC);
|
|
background-color: #ECECEC;
|
|
}
|
|
/* line 11, bahmni-components/_autoComplete.scss */
|
|
tags-input .autocomplete .suggestion-item {
|
|
font: 14px openSans;
|
|
border-radius: 3px;
|
|
padding: 4px 10px 5px;
|
|
display: block;
|
|
line-height: 1.2em;
|
|
width: 100%;
|
|
color: #363463;
|
|
background-color: initial;
|
|
}
|
|
/* line 20, bahmni-components/_autoComplete.scss */
|
|
tags-input .autocomplete .suggestion-item em {
|
|
background: none;
|
|
color: #457FAC;
|
|
}
|
|
/* line 24, bahmni-components/_autoComplete.scss */
|
|
tags-input .autocomplete .suggestion-item.selected {
|
|
background: #d8d8d8;
|
|
border: #d0d0d0 1px solid;
|
|
color: #457FAC;
|
|
}
|
|
/* line 28, bahmni-components/_autoComplete.scss */
|
|
tags-input .autocomplete .suggestion-item.selected em {
|
|
background: #d8d8d8;
|
|
color: #457FAC;
|
|
}
|
|
/* line 35, bahmni-components/_autoComplete.scss */
|
|
tags-input .tags {
|
|
border-radius: 0px;
|
|
}
|
|
/* line 37, bahmni-components/_autoComplete.scss */
|
|
tags-input .tags .tag-list {
|
|
display: inline;
|
|
}
|
|
/* line 40, bahmni-components/_autoComplete.scss */
|
|
tags-input .tags .tag-item {
|
|
border: 1px solid #ddd;
|
|
background: linear-gradient(to bottom, #FFF, #DDD);
|
|
background-color: #DDD;
|
|
color: #363463;
|
|
}
|
|
/* line 45, bahmni-components/_autoComplete.scss */
|
|
tags-input .tags .tag-item .remove-button {
|
|
color: #363463;
|
|
}
|
|
/* line 49, bahmni-components/_autoComplete.scss */
|
|
tags-input .tags.focused {
|
|
box-shadow: none;
|
|
outline: 2px solid #007FFF;
|
|
background: #FFFDF7;
|
|
}
|
|
/* line 55, bahmni-components/_autoComplete.scss */
|
|
tags-input.ng-invalid .tags {
|
|
box-shadow: none;
|
|
}
|
|
/* line 58, bahmni-components/_autoComplete.scss */
|
|
tags-input .host {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
/* line 2, bahmni-components/_inPageTabs.scss */
|
|
.inpage .tabs {
|
|
font-size: 0;
|
|
margin: 0;
|
|
}
|
|
/* line 7, bahmni-components/_inPageTabs.scss */
|
|
.inpage .tabs:after {
|
|
clear: both;
|
|
content: '';
|
|
display: table;
|
|
}
|
|
/* line 13, bahmni-components/_inPageTabs.scss */
|
|
.inpage .tabs .tab {
|
|
display: inline;
|
|
}
|
|
/* line 17, bahmni-components/_inPageTabs.scss */
|
|
.inpage .tabs .tab-label {
|
|
background: #eee;
|
|
border: 1px solid #ccc;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
left: 1px;
|
|
margin-left: -1px;
|
|
padding: 10px;
|
|
position: relative;
|
|
vertical-align: bottom;
|
|
cursor: pointer;
|
|
}
|
|
/* line 30, bahmni-components/_inPageTabs.scss */
|
|
.inpage .tabs .tab > [type="radio"] {
|
|
position: absolute;
|
|
height: 1px;
|
|
width: 1px;
|
|
overflow: hidden;
|
|
clip: rect(1px, 1px, 1px, 1px);
|
|
}
|
|
/* line 37, bahmni-components/_inPageTabs.scss */
|
|
.inpage .tabs .inpage-tab-panel {
|
|
display: inline;
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
height: 0;
|
|
width: 0;
|
|
}
|
|
/* line 45, bahmni-components/_inPageTabs.scss */
|
|
.inpage .tabs .inpage-tab-content {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
display: block;
|
|
background: white;
|
|
padding: 0;
|
|
border: 1px solid #ccc;
|
|
float: left;
|
|
font-size: 16px;
|
|
font-size: 1rem;
|
|
margin-top: -1px;
|
|
width: 100%;
|
|
}
|
|
/* line 60, bahmni-components/_inPageTabs.scss */
|
|
.inpage .tabs .tab [type="radio"]:checked + .tab-label {
|
|
background: white;
|
|
border-bottom-width: 0;
|
|
padding-bottom: 11px;
|
|
}
|
|
/* line 66, bahmni-components/_inPageTabs.scss */
|
|
.inpage .tabs .tab [type="radio"]:checked ~ .inpage-tab-panel {
|
|
display: inline;
|
|
}
|
|
@media only screen and (max-width: 50em) {
|
|
/* line 70, bahmni-components/_inPageTabs.scss */
|
|
.inpage .tabs .tab > label {
|
|
background: #ccc;
|
|
border-color: #b3b3b3;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
}
|
|
/* line 79, bahmni-components/_inPageTabs.scss */
|
|
.inpage .tabs .tab > [type="radio"]:checked + label {
|
|
background: #333;
|
|
border-color: #666;
|
|
color: #ccc;
|
|
}
|
|
}
|
|
|
|
/* line 2, bahmni-components/_ngDialog.scss */
|
|
.touch body.ngdialog-open {
|
|
position: fixed;
|
|
}
|
|
/* line 4, bahmni-components/_ngDialog.scss */
|
|
.touch body.ngdialog-open #ClinicalController {
|
|
display: block !important;
|
|
position: fixed;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
/* line 12, bahmni-components/_ngDialog.scss */
|
|
.touch body.ngdialog-open.show-controller-back #ClinicalController {
|
|
display: block !important;
|
|
}
|
|
/* line 16, bahmni-components/_ngDialog.scss */
|
|
.touch body.ngdialog-open.show-controller-back .ngdialog {
|
|
position: fixed !important;
|
|
}
|
|
|
|
/* line 25, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-close:before {
|
|
display: none;
|
|
content: "";
|
|
}
|
|
|
|
/* line 30, bahmni-components/_ngDialog.scss */
|
|
.template-header {
|
|
height: 52px;
|
|
background: #527A7A;
|
|
border-radius: 0;
|
|
margin-bottom: 15px;
|
|
padding: 0 15px;
|
|
box-sizing: border-box;
|
|
position: fixed;
|
|
width: 100%;
|
|
}
|
|
/* line 39, bahmni-components/_ngDialog.scss */
|
|
.template-header h5 {
|
|
display: inline-block;
|
|
color: #eee;
|
|
line-height: 50px;
|
|
padding: 0 0 0 10px;
|
|
font-size: 16px;
|
|
margin: 0;
|
|
}
|
|
/* line 47, bahmni-components/_ngDialog.scss */
|
|
.template-header h6 {
|
|
display: inline-block;
|
|
width: auto;
|
|
float: right;
|
|
margin: 17px 0px 13px;
|
|
border-bottom: 0 !important;
|
|
color: #FFFFFF;
|
|
font-size: 16px;
|
|
clear: right;
|
|
}
|
|
|
|
/* line 59, bahmni-components/_ngDialog.scss */
|
|
.template-container {
|
|
padding: 65px 20px;
|
|
position: relative;
|
|
}
|
|
/* line 62, bahmni-components/_ngDialog.scss */
|
|
.template-container section {
|
|
margin-bottom: 15px;
|
|
}
|
|
/* line 64, bahmni-components/_ngDialog.scss */
|
|
.template-container section section, .template-container section table {
|
|
margin: 0;
|
|
}
|
|
/* line 72, bahmni-components/_ngDialog.scss */
|
|
.template-container table {
|
|
margin-top: 5px;
|
|
}
|
|
/* line 75, bahmni-components/_ngDialog.scss */
|
|
.template-container .ipd-investigation tr th {
|
|
background: #eee;
|
|
}
|
|
/* line 78, bahmni-components/_ngDialog.scss */
|
|
.template-container td.value {
|
|
width: 50%;
|
|
}
|
|
/* line 81, bahmni-components/_ngDialog.scss */
|
|
.template-container table.ipd-investigation td {
|
|
display: block;
|
|
height: 2.3em;
|
|
text-align: left;
|
|
}
|
|
|
|
/* line 90, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-content {
|
|
font-size: 14px !important;
|
|
color: #333;
|
|
position: absolute;
|
|
top: 52px;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
overflow: auto;
|
|
clear: both;
|
|
}
|
|
/* line 101, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-content table th {
|
|
background: #eee;
|
|
background-image: none;
|
|
color: #666;
|
|
padding: 5px 10px;
|
|
}
|
|
/* line 107, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-content table tr:nth-child(even), .ngdialog-content table tr:nth-child(odd) {
|
|
background: #FFFFFF;
|
|
}
|
|
/* line 110, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-content table tr th, .ngdialog-content table tr td {
|
|
font-size: 14px;
|
|
color: #333;
|
|
border: 0;
|
|
}
|
|
/* line 115, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-content table td.toggle-btn {
|
|
padding: 5px;
|
|
width: 30px;
|
|
}
|
|
/* line 120, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-content table.h-scroll tr td, .ngdialog-content table.h-scroll tr th, .ngdialog-content table.pivot-table tr td, .ngdialog-content table.pivot-table tr th {
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
/* line 128, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-content .treatment-section table tr td.days {
|
|
width: 150px;
|
|
}
|
|
/* line 131, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-content .treatment-section table tr td.dosage {
|
|
width: 40%;
|
|
font-size: 14px;
|
|
}
|
|
|
|
/* line 144, bahmni-components/_ngDialog.scss */
|
|
.dialog-button-group {
|
|
margin-top: 10px;
|
|
clear: both;
|
|
}
|
|
/* line 146, bahmni-components/_ngDialog.scss */
|
|
.dialog-button-group button:focus {
|
|
outline: 2px solid #007fff;
|
|
}
|
|
|
|
/* line 150, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page {
|
|
padding-bottom: 10px;
|
|
padding-top: 0px;
|
|
top: 52px;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 150, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page {
|
|
overflow: hidden;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: rgba(0, 0, 0, 0.4);
|
|
}
|
|
}
|
|
/* line 160, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-overlay {
|
|
top: 52px;
|
|
height: 100%;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 160, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-overlay {
|
|
right: 0px;
|
|
display: none;
|
|
}
|
|
}
|
|
/* line 168, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-close {
|
|
border-radius: 5px;
|
|
cursor: pointer;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
width: 30px;
|
|
height: 30px;
|
|
}
|
|
/* line 176, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-close:before {
|
|
display: block;
|
|
background: 0 0;
|
|
border-radius: 3px;
|
|
color: #bbb;
|
|
content: '\00D7';
|
|
font-size: 26px;
|
|
font-weight: 400;
|
|
height: 30px;
|
|
line-height: 26px;
|
|
position: absolute;
|
|
right: 3px;
|
|
text-align: center;
|
|
top: 3px;
|
|
width: 30px;
|
|
}
|
|
/* line 193, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content {
|
|
max-width: 1180px;
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
height: 98%;
|
|
margin-top: -52px;
|
|
margin-bottom: 20px;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 193, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
max-width: 1000px;
|
|
height: 95%;
|
|
box-sizing: border-box;
|
|
padding: 0 0px 10px;
|
|
}
|
|
}
|
|
/* line 212, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container {
|
|
padding: 10px 20px;
|
|
width: 100%;
|
|
margin-bottom: 25px;
|
|
margin-top: 25px;
|
|
height: 98%;
|
|
}
|
|
/* line 218, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container .concept-set-container {
|
|
max-height: 605px;
|
|
overflow-y: auto;
|
|
height: 84%;
|
|
position: absolute;
|
|
top: 57px;
|
|
}
|
|
/* line 224, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container .concept-set-container:-webkit-scrollbar-track {
|
|
width: 10px;
|
|
}
|
|
/* line 227, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container .concept-set-container.concept-set-container-lab {
|
|
height: 84%;
|
|
}
|
|
/* line 232, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container section {
|
|
height: 98%;
|
|
}
|
|
/* line 234, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container section.form-field-inline {
|
|
height: auto;
|
|
}
|
|
/* line 239, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container .edit-bacteriology-section, .ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container .bacteriology-container, .ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container .bacteriology-container .sample-container, .ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container .bacteriology-container .sample-container, .ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container .bacteriology-container form {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
/* line 243, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container .edit-bacteriology-section > div {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
}
|
|
/* line 248, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container .section-grid {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 97%;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 212, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container {
|
|
position: static;
|
|
}
|
|
}
|
|
/* line 256, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container h6 {
|
|
font-size: 1.5em;
|
|
color: #009384;
|
|
font-family: openSansSemiBold;
|
|
margin-top: 0;
|
|
}
|
|
|
|
/* line 266, bahmni-components/_ngDialog.scss */
|
|
.ng-dialog-all-details-page .ngdialog-content .template-container .concept-set-container {
|
|
width: 97%;
|
|
}
|
|
|
|
/* line 271, bahmni-components/_ngDialog.scss */
|
|
.ng-dialog-view .ngdialog-content .template-container {
|
|
overflow-y: auto;
|
|
}
|
|
/* line 273, bahmni-components/_ngDialog.scss */
|
|
.ng-dialog-view .ngdialog-content .template-container section {
|
|
height: auto !important;
|
|
}
|
|
/* line 276, bahmni-components/_ngDialog.scss */
|
|
.ng-dialog-view .ngdialog-content .template-container .concept-set-container {
|
|
height: 84%;
|
|
}
|
|
|
|
/* line 280, bahmni-components/_ngDialog.scss */
|
|
.ng-dialog-all-details-page.ng-dialog-edit .ngdialog-content .template-container .concept-set-container {
|
|
width: 100%;
|
|
top: 41px;
|
|
height: 84%;
|
|
}
|
|
/* line 284, bahmni-components/_ngDialog.scss */
|
|
.ng-dialog-all-details-page.ng-dialog-edit .ngdialog-content .template-container .concept-set-container section {
|
|
height: auto;
|
|
}
|
|
|
|
/* line 289, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container .concept-set-container-lab .section-grid {
|
|
position: static !important;
|
|
height: auto !important;
|
|
}
|
|
|
|
/* line 1, bahmni-components/_gallery.scss */
|
|
.arrow {
|
|
cursor: pointer;
|
|
display: block;
|
|
height: 64px;
|
|
margin-top: -35px;
|
|
position: absolute;
|
|
top: 50%;
|
|
width: 64px;
|
|
opacity: 0.2;
|
|
}
|
|
|
|
/* line 12, bahmni-components/_gallery.scss */
|
|
.arrow.prev {
|
|
background-image: url(../images/prev.png);
|
|
left: 20px;
|
|
opacity: 0.2;
|
|
}
|
|
|
|
/* line 18, bahmni-components/_gallery.scss */
|
|
.arrow.next {
|
|
background-image: url(../images/next.png);
|
|
opacity: 0.2;
|
|
right: 20px;
|
|
}
|
|
|
|
/* line 24, bahmni-components/_gallery.scss */
|
|
.arrow.prev:active {
|
|
opacity: 1;
|
|
}
|
|
|
|
/* line 28, bahmni-components/_gallery.scss */
|
|
.arrow.next:active {
|
|
opacity: 1;
|
|
}
|
|
|
|
/* line 32, bahmni-components/_gallery.scss */
|
|
.nav {
|
|
bottom: -4px;
|
|
display: block;
|
|
height: 48px;
|
|
left: 0;
|
|
margin: 0 auto;
|
|
padding: 1em 0 0.8em;
|
|
position: absolute;
|
|
right: 0;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
|
|
/* line 45, bahmni-components/_gallery.scss */
|
|
.nav li {
|
|
border: 5px solid #ccc;
|
|
border-radius: 5px;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
height: 30px;
|
|
margin: 0 8px;
|
|
position: relative;
|
|
width: 50px;
|
|
}
|
|
|
|
/* line 56, bahmni-components/_gallery.scss */
|
|
.nav li.active {
|
|
border: 5px solid #FFFFFF;
|
|
}
|
|
|
|
/* line 60, bahmni-components/_gallery.scss */
|
|
.nav li img {
|
|
width: 100%;
|
|
}
|
|
|
|
/* line 64, bahmni-components/_gallery.scss */
|
|
.slider {
|
|
margin: 0 auto;
|
|
position: relative;
|
|
width: 100%;
|
|
-webkit-perspective: 1000px;
|
|
-moz-perspective: 1000px;
|
|
-ms-perspective: 1000px;
|
|
-o-perspective: 1000px;
|
|
perspective: 1000px;
|
|
-webkit-transform-style: preserve-3d;
|
|
-moz-transform-style: preserve-3d;
|
|
-ms-transform-style: preserve-3d;
|
|
-o-transform-style: preserve-3d;
|
|
transform-style: preserve-3d;
|
|
}
|
|
|
|
/* line 82, bahmni-components/_gallery.scss */
|
|
.slide {
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
bottom: 0;
|
|
left: 0;
|
|
margin: auto;
|
|
overflow: auto;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 10px;
|
|
}
|
|
/* line 92, bahmni-components/_gallery.scss */
|
|
.slide.pdf-slide {
|
|
overflow: hidden;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 92, bahmni-components/_gallery.scss */
|
|
.slide.pdf-slide {
|
|
width: 640px;
|
|
}
|
|
}
|
|
/* line 98, bahmni-components/_gallery.scss */
|
|
.slide .pdf-link {
|
|
text-align: right;
|
|
display: block;
|
|
margin-right: 10px;
|
|
}
|
|
/* line 102, bahmni-components/_gallery.scss */
|
|
.slide .pdf-link i {
|
|
font-size: 16px;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 98, bahmni-components/_gallery.scss */
|
|
.slide .pdf-link {
|
|
display: block;
|
|
float: right;
|
|
margin: 0px 0 10px;
|
|
font-family: openSansSemiBold;
|
|
}
|
|
/* line 110, bahmni-components/_gallery.scss */
|
|
.slide .pdf-link:hover {
|
|
text-decoration: underline;
|
|
}
|
|
/* line 113, bahmni-components/_gallery.scss */
|
|
.slide .pdf-link .fa-file-pdf-o {
|
|
font-size: 16px;
|
|
margin: 0;
|
|
}
|
|
}
|
|
/* line 119, bahmni-components/_gallery.scss */
|
|
.slide .scroll-pdf-frame {
|
|
overflow: auto;
|
|
overflow-x: hidden;
|
|
-webkit-overflow-scrolling: touch;
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 1px solid #e0e0e0;
|
|
}
|
|
/* line 126, bahmni-components/_gallery.scss */
|
|
.slide .scroll-pdf-frame .pdf-frame {
|
|
width: 100%;
|
|
min-height: 500px;
|
|
max-height: 100%;
|
|
border: none;
|
|
vertical-align: top;
|
|
}
|
|
|
|
/* line 138, bahmni-components/_gallery.scss */
|
|
.slide.ng-hide-add {
|
|
opacity: 1;
|
|
-webkit-transition: 1s linear all;
|
|
-moz-transition: 1s linear all;
|
|
-o-transition: 1s linear all;
|
|
transition: 1s linear all;
|
|
-webkit-transform-origin: right top 0;
|
|
-moz-transform-origin: right top 0;
|
|
-ms-transform-origin: right top 0;
|
|
-o-transform-origin: right top 0;
|
|
transform-origin: right top 0;
|
|
}
|
|
|
|
/* line 153, bahmni-components/_gallery.scss */
|
|
.slide.ng-hide-add.ng-hide-add-active {
|
|
opacity: 0;
|
|
}
|
|
|
|
/* line 157, bahmni-components/_gallery.scss */
|
|
.slide.ng-hide-remove {
|
|
-webkit-transition: 1s linear all;
|
|
-moz-transition: 1s linear all;
|
|
-o-transition: 1s linear all;
|
|
transition: 1s linear all;
|
|
display: block !important;
|
|
opacity: 0;
|
|
}
|
|
|
|
/* line 167, bahmni-components/_gallery.scss */
|
|
.slide, .slide.ng-hide-remove.ng-hide-remove-active {
|
|
opacity: 1;
|
|
}
|
|
|
|
/* line 171, bahmni-components/_gallery.scss */
|
|
.template-header {
|
|
margin-bottom: 0;
|
|
z-index: 1;
|
|
position: static;
|
|
}
|
|
/* line 175, bahmni-components/_gallery.scss */
|
|
.template-header h2 {
|
|
position: relative;
|
|
top: -50px;
|
|
right: 55px;
|
|
}
|
|
|
|
/* line 182, bahmni-components/_gallery.scss */
|
|
.slider.container {
|
|
background: #eee;
|
|
}
|
|
|
|
/* line 186, bahmni-components/_gallery.scss */
|
|
.image-title {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
/* line 190, bahmni-components/_gallery.scss */
|
|
.image-bottom-bar {
|
|
text-align: right;
|
|
}
|
|
/* line 192, bahmni-components/_gallery.scss */
|
|
.image-bottom-bar .fa-file-alt {
|
|
font-size: 18px;
|
|
}
|
|
|
|
/* line 197, bahmni-components/_gallery.scss */
|
|
.image-title, .image-bottom-bar {
|
|
font-size: 16px;
|
|
font-family: OpenSansBold, Arial, sans-serif;
|
|
}
|
|
|
|
/* line 202, bahmni-components/_gallery.scss */
|
|
.image-bottom-bar, .image-desc {
|
|
display: block;
|
|
overflow: auto;
|
|
padding: 10px 20px;
|
|
background: #eee;
|
|
}
|
|
|
|
/* line 209, bahmni-components/_gallery.scss */
|
|
.image-date, .image-index {
|
|
color: #666;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
/* line 214, bahmni-components/_gallery.scss */
|
|
.image-index {
|
|
font-size: 14px;
|
|
margin-left: 15px;
|
|
}
|
|
|
|
/* line 219, bahmni-components/_gallery.scss */
|
|
.image-desc {
|
|
background: #eee;
|
|
}
|
|
/* line 221, bahmni-components/_gallery.scss */
|
|
.image-desc strong {
|
|
font-family: OpenSansBold, Arial, sans-serif;
|
|
}
|
|
|
|
/* line 226, bahmni-components/_gallery.scss */
|
|
.no-image {
|
|
height: 100%;
|
|
text-align: center;
|
|
padding: 35px 0;
|
|
}
|
|
/* line 230, bahmni-components/_gallery.scss */
|
|
.no-image i.fa-picture {
|
|
font-size: 10em;
|
|
color: #ccc;
|
|
}
|
|
/* line 234, bahmni-components/_gallery.scss */
|
|
.no-image .no-image-msg {
|
|
font-size: 16px;
|
|
}
|
|
|
|
/* line 239, bahmni-components/_gallery.scss */
|
|
.image-actions {
|
|
text-align: center;
|
|
background: #eee;
|
|
padding: 10px 0;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
/*Impression*/
|
|
/* line 247, bahmni-components/_gallery.scss */
|
|
.image-container {
|
|
width: 100%;
|
|
position: relative;
|
|
padding-top: 52px;
|
|
}
|
|
|
|
/* line 253, bahmni-components/_gallery.scss */
|
|
.image-container.shift {
|
|
float: left;
|
|
width: 70%;
|
|
}
|
|
|
|
/* line 258, bahmni-components/_gallery.scss */
|
|
.image-impression-section {
|
|
right: -30%;
|
|
}
|
|
|
|
/* line 262, bahmni-components/_gallery.scss */
|
|
.image-impression-section.shift {
|
|
float: right;
|
|
width: 30%;
|
|
padding: 10px 10px 0px 0;
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 267, bahmni-components/_gallery.scss */
|
|
.image-impression-section.shift textarea {
|
|
width: 98%;
|
|
border: 1px solid #ccc;
|
|
}
|
|
/* line 272, bahmni-components/_gallery.scss */
|
|
.image-impression-section.shift .save-impression-btn {
|
|
margin: 5px 0;
|
|
width: 100%;
|
|
max-width: 100% !important;
|
|
}
|
|
/* line 278, bahmni-components/_gallery.scss */
|
|
.image-impression-section.shift .impression {
|
|
max-height: 400px;
|
|
overflow-y: auto;
|
|
}
|
|
/* line 281, bahmni-components/_gallery.scss */
|
|
.image-impression-section.shift .impression li pre {
|
|
padding: 5px;
|
|
margin-bottom: 3px;
|
|
}
|
|
/* line 287, bahmni-components/_gallery.scss */
|
|
.image-impression-section.shift .impression-control {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
/* line 292, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default {
|
|
padding: 0;
|
|
}
|
|
/* line 294, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content {
|
|
background: #fff;
|
|
}
|
|
/* line 297, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .template-header h5 {
|
|
font-weight: normal;
|
|
}
|
|
/* line 300, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .template-header .dialog-close-btn, .gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .template-header .toggle-patient {
|
|
background: transparent;
|
|
border: none;
|
|
outline: none;
|
|
color: #fff;
|
|
float: right;
|
|
font-size: 20px;
|
|
line-height: 50px;
|
|
padding: 0;
|
|
margin: 0;
|
|
margin-right: 5px;
|
|
}
|
|
/* line 311, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .template-header .dialog-close-btn:hover, .gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .template-header .dialog-close-btn:focus, .gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .template-header .toggle-patient:hover, .gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .template-header .toggle-patient:focus {
|
|
outline: none;
|
|
border: none;
|
|
background: transparent;
|
|
}
|
|
/* line 318, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .image-container {
|
|
padding: 10px 0;
|
|
background: #fff;
|
|
}
|
|
/* line 321, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .image-container div {
|
|
background: #fff;
|
|
}
|
|
/* line 325, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .image-container.shift .container {
|
|
padding: 0 10px;
|
|
}
|
|
/* line 329, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .image-container .slider.container {
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 331, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .image-container .slider.container .slide {
|
|
position: static;
|
|
height: auto;
|
|
margin: 0 auto;
|
|
display: block;
|
|
}
|
|
/* line 338, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .image-container .image-bottom-bar, .gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .image-container .image-desc {
|
|
padding: 0 10px;
|
|
}
|
|
/* line 342, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .image-container .image-bottom-bar {
|
|
text-align: left;
|
|
font-family: Opensans, Arial, sans-serif;
|
|
}
|
|
/* line 345, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .image-container .image-bottom-bar .image-preview-notes {
|
|
display: block;
|
|
float: none;
|
|
color: #848383;
|
|
border: 1px solid #b4b7b9;
|
|
padding: 5px;
|
|
border-radius: 3px;
|
|
font-size: 14px;
|
|
line-height: 1;
|
|
}
|
|
/* line 354, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .image-container .image-bottom-bar .image-preview-notes.hide {
|
|
display: none;
|
|
}
|
|
/* line 358, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .image-container .image-bottom-bar p span {
|
|
float: none;
|
|
color: #a9a4a4;
|
|
font-size: 12px;
|
|
}
|
|
/* line 364, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .image-container .null-data-message {
|
|
padding: 10px 10px 0;
|
|
}
|
|
|
|
/* line 370, bahmni-components/_gallery.scss */
|
|
.gallery-open .ngdialog.ngdialog-theme-default .ngdialog-content {
|
|
padding: 0;
|
|
width: 70%;
|
|
}
|
|
|
|
/* line 1, bahmni-components/_templateController.scss */
|
|
.template-control {
|
|
width: 100%;
|
|
height: 42px;
|
|
position: fixed;
|
|
top: 94px;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 999;
|
|
box-sizing: border-box;
|
|
text-align: right;
|
|
box-shadow: 0px 3px 4px #9e9e9e inset;
|
|
background: #fafafa;
|
|
}
|
|
/* line 13, bahmni-components/_templateController.scss */
|
|
.template-control .template-control-wrapper {
|
|
margin: 0 auto;
|
|
max-width: 1300px;
|
|
}
|
|
@media screen and (max-width: 1300px) {
|
|
/* line 13, bahmni-components/_templateController.scss */
|
|
.template-control .template-control-wrapper {
|
|
padding: 0 10px;
|
|
}
|
|
}
|
|
/* line 20, bahmni-components/_templateController.scss */
|
|
.template-control .template-control-panel-right-wrap {
|
|
float: right;
|
|
width: 100%;
|
|
}
|
|
/* line 24, bahmni-components/_templateController.scss */
|
|
.template-control .template-control-panel-right {
|
|
margin-left: 290px;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 24, bahmni-components/_templateController.scss */
|
|
.template-control .template-control-panel-right {
|
|
margin-left: 265px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 850px) {
|
|
/* line 24, bahmni-components/_templateController.scss */
|
|
.template-control .template-control-panel-right {
|
|
margin-left: 240px;
|
|
}
|
|
}
|
|
/* line 33, bahmni-components/_templateController.scss */
|
|
.template-control .template-control-panel-button {
|
|
*zoom: 1;
|
|
padding: 7px 0 5px;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.template-control .template-control-panel-button:before, .template-control .template-control-panel-button:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.template-control .template-control-panel-button:after {
|
|
clear: both;
|
|
}
|
|
/* line 36, bahmni-components/_templateController.scss */
|
|
.template-control .template-control-panel-button button {
|
|
border-radius: 3px;
|
|
background: linear-gradient(to bottom, #A1D030, #88af28);
|
|
background-color: #88af28;
|
|
border: #88af28 1px solid;
|
|
padding: 6px 20px 7px;
|
|
display: inline-block;
|
|
line-height: 1.2em;
|
|
color: #FFFFFF;
|
|
cursor: pointer;
|
|
min-width: 0;
|
|
max-width: 300px;
|
|
text-decoration: none;
|
|
font-size: 14px;
|
|
border-color: #7b9f24;
|
|
}
|
|
/* line 153, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button:hover {
|
|
background: #8eb82a;
|
|
border-color: #779b23;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 153, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button:hover {
|
|
background: linear-gradient(to bottom, #A1D030, #88af28);
|
|
border: #88af28 1px solid;
|
|
}
|
|
}
|
|
/* line 162, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button.active {
|
|
background: #81a726;
|
|
border-color: #779b23;
|
|
}
|
|
/* line 167, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button i {
|
|
font-size: 1.2em;
|
|
margin: 0;
|
|
padding: 0;
|
|
line-height: .5em;
|
|
}
|
|
/* line 175, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button.big i, .template-control .template-control-panel-button button.medium i {
|
|
display: block;
|
|
font-size: 50px;
|
|
margin: 0 auto;
|
|
padding: 10px;
|
|
}
|
|
/* line 184, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button.medium i {
|
|
font-size: 34px;
|
|
}
|
|
/* line 189, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button.disabled, .template-control .template-control-panel-button button:disabled {
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #333;
|
|
cursor: default;
|
|
}
|
|
/* line 196, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button.print {
|
|
padding: 10px;
|
|
}
|
|
/* line 199, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button.print i {
|
|
font-size: 1.5em;
|
|
}
|
|
/* line 204, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button.app {
|
|
padding: 20px 10px;
|
|
width: 150px;
|
|
min-height: 90px;
|
|
vertical-align: top;
|
|
line-height: 1.3em;
|
|
margin: 10px;
|
|
text-align: center;
|
|
}
|
|
/* line 214, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button.arrow {
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
padding: 9px 5px;
|
|
margin-left: -10px;
|
|
background: #81a726;
|
|
color: white;
|
|
border-color: #bbb;
|
|
height: 68px;
|
|
}
|
|
/* line 224, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button.arrow span {
|
|
display: block;
|
|
line-height: 1em;
|
|
}
|
|
/* line 229, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button.arrow i {
|
|
line-height: 1em;
|
|
font-size: 2em;
|
|
}
|
|
/* line 234, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button.arrow .arrow-button {
|
|
width: 0;
|
|
height: 0;
|
|
top: 0;
|
|
right: -17px;
|
|
border-bottom: 34px solid transparent;
|
|
border-top: 33px solid transparent;
|
|
border-left: 18px solid #81a726;
|
|
position: absolute;
|
|
}
|
|
/* line 245, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button.arrow .arrow-border-button {
|
|
width: 0;
|
|
height: 0;
|
|
top: 0;
|
|
right: -18px;
|
|
border-bottom: 34px solid transparent;
|
|
border-top: 33px solid transparent;
|
|
border-left: 18px solid #bbb;
|
|
position: absolute;
|
|
}
|
|
/* line 256, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button.arrow.disabled {
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #ccc;
|
|
cursor: default;
|
|
}
|
|
/* line 262, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button.arrow.disabled .arrow-button {
|
|
border-left: 18px solid #eee;
|
|
}
|
|
/* line 266, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button.arrow.disabled .arrow-border-button {
|
|
border-left: 18px solid #ccc;
|
|
}
|
|
/* line 42, bahmni-components/_templateController.scss */
|
|
.template-control .patient-details {
|
|
color: #000000;
|
|
text-shadow: 1px 1px 1px rgba(204, 204, 204, 0.9);
|
|
}
|
|
|
|
/* line 48, bahmni-components/_templateController.scss */
|
|
.template-control-panel {
|
|
*zoom: 1;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.template-control-panel:before, .template-control-panel:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.template-control-panel:after {
|
|
clear: both;
|
|
}
|
|
/* line 50, bahmni-components/_templateController.scss */
|
|
.template-control-panel .primary-section-grid {
|
|
border: 1px solid #ccc;
|
|
background: #FFFFFF;
|
|
padding: 0 10px 10px;
|
|
}
|
|
/* line 55, bahmni-components/_templateController.scss */
|
|
.template-control-panel .template-search-wrapper {
|
|
*zoom: 1;
|
|
padding: 10px;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.template-control-panel .template-search-wrapper:before, .template-control-panel .template-search-wrapper:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.template-control-panel .template-search-wrapper:after {
|
|
clear: both;
|
|
}
|
|
/* line 58, bahmni-components/_templateController.scss */
|
|
.template-control-panel .template-search-wrapper .template-search-inner {
|
|
width: 33.3%;
|
|
}
|
|
/* line 61, bahmni-components/_templateController.scss */
|
|
.template-control-panel .template-search-wrapper .search_field {
|
|
padding: 5px 10px;
|
|
font-size: 12px;
|
|
max-width: 300px;
|
|
box-sizing: border-box;
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
/* line 71, bahmni-components/_templateController.scss */
|
|
.template-control-panel ul.template-icons {
|
|
max-height: 324px;
|
|
width: 100%;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
}
|
|
/* line 76, bahmni-components/_templateController.scss */
|
|
.template-control-panel ul.template-icons li {
|
|
padding: 2px;
|
|
float: left;
|
|
width: 33.3%;
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 81, bahmni-components/_templateController.scss */
|
|
.template-control-panel ul.template-icons li button {
|
|
width: 100%;
|
|
display: inline-block;
|
|
float: left;
|
|
margin: 1px 3px;
|
|
font-size: 12px;
|
|
border: 1px solid #ccc;
|
|
padding: 5px 10px;
|
|
color: #333;
|
|
text-align: left;
|
|
line-height: 1.2;
|
|
box-sizing: border-box;
|
|
min-height: 40px;
|
|
word-break: break-all;
|
|
}
|
|
/* line 95, bahmni-components/_templateController.scss */
|
|
.template-control-panel ul.template-icons li button i {
|
|
font-size: 1.5em;
|
|
margin: 0 auto;
|
|
vertical-align: middle;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
/* line 81, bahmni-components/_templateController.scss */
|
|
.template-control-panel ul.template-icons li button {
|
|
min-height: 57px;
|
|
}
|
|
}
|
|
|
|
/* line 108, bahmni-components/_templateController.scss */
|
|
ul.template-icons::-webkit-scrollbar {
|
|
width: 10px;
|
|
}
|
|
|
|
/* line 112, bahmni-components/_templateController.scss */
|
|
ul.template-icons::-webkit-scrollbar-track {
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
border-radius: 7px;
|
|
}
|
|
|
|
/* line 117, bahmni-components/_templateController.scss */
|
|
ul.template-icons::-webkit-scrollbar-thumb {
|
|
background-color: #666;
|
|
border-radius: 7px;
|
|
}
|
|
|
|
/* line 1, bahmni-components/_patientControlPanel.scss */
|
|
button.toggle-patient {
|
|
float: right;
|
|
margin: 5px 0;
|
|
background: #669999;
|
|
border: 1px solid #527a7a;
|
|
padding: 7px 14px;
|
|
}
|
|
/* line 7, bahmni-components/_patientControlPanel.scss */
|
|
button.toggle-patient i {
|
|
padding: 0;
|
|
font-size: 20px;
|
|
}
|
|
@media only screen and (max-width: 470px) {
|
|
/* line 7, bahmni-components/_patientControlPanel.scss */
|
|
button.toggle-patient i {
|
|
font-size: 17px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 15, bahmni-components/_patientControlPanel.scss */
|
|
button.toggle-patient.hide-ipad {
|
|
display: none;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 470px) {
|
|
/* line 1, bahmni-components/_patientControlPanel.scss */
|
|
button.toggle-patient {
|
|
padding: 6px 5px;
|
|
}
|
|
}
|
|
|
|
/* line 24, bahmni-components/_patientControlPanel.scss */
|
|
button.toggle-patient:hover {
|
|
opacity: 0.8;
|
|
}
|
|
|
|
/* line 27, bahmni-components/_patientControlPanel.scss */
|
|
button.toggle-patient.shift {
|
|
background-color: #527a7a;
|
|
}
|
|
|
|
/* line 31, bahmni-components/_patientControlPanel.scss */
|
|
.patient-control-panel {
|
|
padding: 0;
|
|
}
|
|
/* line 33, bahmni-components/_patientControlPanel.scss */
|
|
.patient-control-panel .overlay {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
background: rgba(0, 0, 0, 0.4);
|
|
z-index: 9999999;
|
|
}
|
|
|
|
/* line 42, bahmni-components/_patientControlPanel.scss */
|
|
aside a {
|
|
color: #FFFFFF;
|
|
}
|
|
/* line 45, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history {
|
|
position: fixed;
|
|
width: 300px;
|
|
background: #333;
|
|
bottom: 0;
|
|
top: 50px;
|
|
box-shadow: -3px 5px 10px #666;
|
|
z-index: 99999999;
|
|
height: auto;
|
|
}
|
|
/* line 54, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history h2 {
|
|
color: #666;
|
|
font-size: 14px;
|
|
border-bottom-color: #666;
|
|
padding-left: 10px;
|
|
margin-bottom: 8px;
|
|
}
|
|
/* line 61, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history ul {
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 64, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history ul.visit-history {
|
|
height: 250px;
|
|
overflow-y: auto;
|
|
border-top: 1px solid #333;
|
|
}
|
|
/* line 69, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history li a {
|
|
display: block;
|
|
padding: 10px 20px;
|
|
color: #999999;
|
|
font-size: 14px;
|
|
border-bottom: 1px solid #262626;
|
|
border-top: 1px solid #404040;
|
|
}
|
|
/* line 76, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history li a:hover {
|
|
text-decoration: none;
|
|
background: #333;
|
|
color: #ccc;
|
|
}
|
|
/* line 82, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history li a.log-out {
|
|
cursor: pointer;
|
|
}
|
|
/* line 85, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history li:last-child a {
|
|
border-bottom: 0;
|
|
}
|
|
/* line 88, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history .patient-info {
|
|
padding-bottom: 10px;
|
|
}
|
|
/* line 90, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history .patient-info .patient-img img {
|
|
border-radius: 10px;
|
|
margin: 10px;
|
|
width: 50px;
|
|
float: left;
|
|
display: block;
|
|
}
|
|
/* line 97, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history .patient-info .patient-handler {
|
|
float: right;
|
|
width: 230px;
|
|
}
|
|
/* line 101, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history .patient-info h4, aside.visit-history .patient-info h5, aside.visit-history .patient-info .ward {
|
|
color: #ccc;
|
|
display: block;
|
|
padding-left: 10px;
|
|
font-size: 14px;
|
|
text-align: left;
|
|
}
|
|
/* line 108, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history .patient-info h4.patient-name {
|
|
text-transform: capitalize;
|
|
font-size: 16px;
|
|
}
|
|
/* line 110, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history .patient-info h4.patient-name a {
|
|
color: #ccc;
|
|
}
|
|
/* line 112, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history .patient-info h5, aside.visit-history .patient-info .ward {
|
|
color: #666;
|
|
margin-top: 5px;
|
|
}
|
|
/* line 113, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history .patient-info h5.patient-identifier {
|
|
color: #ccc;
|
|
}
|
|
/* line 118, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history.ng-hide-add, aside.visit-history.ng-hide-remove {
|
|
-webkit-transition: all linear 0.3s;
|
|
-moz-transition: all linear 0.3s;
|
|
-o-transition: all linear 0.3s;
|
|
transition: all linear 0.3s;
|
|
display: block !important;
|
|
}
|
|
/* line 126, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history.ng-hide-add.ng-hide-add-active, aside.visit-history.ng-hide-remove {
|
|
right: -350px;
|
|
}
|
|
/* line 131, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history.ng-hide-add, aside.visit-history.ng-hide-remove.ng-hide-remove-active {
|
|
right: 0;
|
|
}
|
|
/* line 136, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history {
|
|
right: 0;
|
|
}
|
|
/* line 141, bahmni-components/_patientControlPanel.scss */
|
|
aside .visit-history-entry.selected a, aside .visit-history-entry.selected a:hover, aside .summary.selected a, aside .summary.selected a:hover {
|
|
background: #666;
|
|
color: #FFFFFF;
|
|
cursor: default;
|
|
}
|
|
/* line 146, bahmni-components/_patientControlPanel.scss */
|
|
aside .visit-history-entry.active, aside .summary.active {
|
|
color: #eee;
|
|
}
|
|
/* line 147, bahmni-components/_patientControlPanel.scss */
|
|
aside .visit-history-entry .fa-star, aside .summary .fa-star {
|
|
color: #E8A000;
|
|
display: none;
|
|
}
|
|
/* line 148, bahmni-components/_patientControlPanel.scss */
|
|
aside .visit-history-entry.active .fa-star, aside .summary.active .fa-star {
|
|
display: inline-block;
|
|
}
|
|
|
|
/* line 151, bahmni-components/_patientControlPanel.scss */
|
|
.btn-patient-doc .fa-file-o {
|
|
color: #eee;
|
|
margin-right: 5px;
|
|
font-size: 18px;
|
|
}
|
|
|
|
/* line 157, bahmni-components/_patientControlPanel.scss */
|
|
.dashboard-btn [class^="fa-"],
|
|
.dashboard-btn [class*=" fa-"] {
|
|
display: none;
|
|
color: #eee;
|
|
margin-right: 5px;
|
|
font-size: 18px;
|
|
}
|
|
|
|
/* line 165, bahmni-components/_patientControlPanel.scss */
|
|
.btn-consultation .fa-vitals-2 {
|
|
display: inline-block;
|
|
}
|
|
|
|
/* line 166, bahmni-components/_patientControlPanel.scss */
|
|
.btn-trends .fa-bar-chart {
|
|
display: inline-block;
|
|
}
|
|
|
|
/* line 167, bahmni-components/_patientControlPanel.scss */
|
|
.btn-summary .fa-th-large {
|
|
display: inline-block;
|
|
}
|
|
|
|
/* line 168, bahmni-components/_patientControlPanel.scss */
|
|
.btn-print .fa-print {
|
|
display: inline-block;
|
|
}
|
|
|
|
/* line 171, bahmni-components/_patientControlPanel.scss */
|
|
ul.visit-history::-webkit-scrollbar {
|
|
width: 1em;
|
|
}
|
|
|
|
/* line 175, bahmni-components/_patientControlPanel.scss */
|
|
ul.visit-history::-webkit-scrollbar-track {
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
border-radius: 15px;
|
|
}
|
|
|
|
/* line 180, bahmni-components/_patientControlPanel.scss */
|
|
ul.visit-history::-webkit-scrollbar-thumb {
|
|
background-color: #666;
|
|
border-radius: 15px;
|
|
}
|
|
|
|
/* line 1, bahmni-components/_tooltip.scss */
|
|
.ipd-test-results {
|
|
max-width: 70px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
display: inline-block;
|
|
text-overflow: ellipsis;
|
|
cursor: pointer;
|
|
}
|
|
|
|
/* line 10, bahmni-components/_tooltip.scss */
|
|
.tooltip {
|
|
position: absolute;
|
|
padding: 5px;
|
|
margin-left: 70px;
|
|
margin-top: -28px;
|
|
background: #e8edf3;
|
|
border-radius: 5px;
|
|
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
|
|
}
|
|
/* line 18, bahmni-components/_tooltip.scss */
|
|
.tooltip i {
|
|
color: #e8edf3;
|
|
font-size: 20px;
|
|
position: absolute;
|
|
left: -10px;
|
|
top: 0px;
|
|
}
|
|
|
|
/* line 1, bahmni-components/_splitButton.scss */
|
|
.split-button {
|
|
overflow: hidden;
|
|
margin: 2px;
|
|
border-radius: 3px;
|
|
}
|
|
/* line 5, bahmni-components/_splitButton.scss */
|
|
.split-button ul {
|
|
border-radius: 3px 0 0 3px;
|
|
border-right: none;
|
|
float: left;
|
|
margin-bottom: 5px;
|
|
}
|
|
/* line 10, bahmni-components/_splitButton.scss */
|
|
.split-button ul.hidden-options {
|
|
width: 250px;
|
|
margin-top: 1px;
|
|
box-shadow: 1px 2px 2px #6B6969;
|
|
float: none;
|
|
z-index: 9999;
|
|
background: #8eb82a;
|
|
border-bottom: none;
|
|
color: #fff;
|
|
clear: both;
|
|
border-right: 0;
|
|
position: absolute;
|
|
}
|
|
/* line 23, bahmni-components/_splitButton.scss */
|
|
.split-button ul li {
|
|
font-size: .9em;
|
|
}
|
|
/* line 25, bahmni-components/_splitButton.scss */
|
|
.split-button ul li.primaryOption {
|
|
width: 250px;
|
|
}
|
|
/* line 27, bahmni-components/_splitButton.scss */
|
|
.split-button ul li.primaryOption button {
|
|
text-align: left;
|
|
}
|
|
/* line 31, bahmni-components/_splitButton.scss */
|
|
.split-button ul li.secondaryOption {
|
|
display: none;
|
|
border-bottom: 1px solid #699007;
|
|
background: none;
|
|
}
|
|
/* line 35, bahmni-components/_splitButton.scss */
|
|
.split-button ul li.secondaryOption:last-child {
|
|
border-bottom: 1px solid #ccc;
|
|
border-radius: 0 0 3px 3px;
|
|
}
|
|
/* line 39, bahmni-components/_splitButton.scss */
|
|
.split-button ul li.secondaryOption button {
|
|
border-radius: 0;
|
|
text-align: left;
|
|
border: 0;
|
|
margin: 2px 0;
|
|
background: none;
|
|
color: #fff;
|
|
}
|
|
/* line 46, bahmni-components/_splitButton.scss */
|
|
.split-button ul li.secondaryOption button:hover {
|
|
background: #a1d030;
|
|
}
|
|
/* line 50, bahmni-components/_splitButton.scss */
|
|
.split-button ul li.secondaryOption:hover {
|
|
background: #a1d030;
|
|
}
|
|
/* line 54, bahmni-components/_splitButton.scss */
|
|
.split-button ul li button {
|
|
margin: 0;
|
|
font-size: 14px;
|
|
width: 100%;
|
|
margin-right: 0 !important;
|
|
}
|
|
/* line 59, bahmni-components/_splitButton.scss */
|
|
.split-button ul li button:focus {
|
|
outline: 2px solid #007fff;
|
|
}
|
|
/* line 65, bahmni-components/_splitButton.scss */
|
|
.split-button .toggle-button {
|
|
margin-top: 0;
|
|
margin-right: 0 !important;
|
|
}
|
|
/* line 68, bahmni-components/_splitButton.scss */
|
|
.split-button .toggle-button:focus {
|
|
outline: 2px solid #007fff;
|
|
}
|
|
|
|
/* line 80, bahmni-components/_splitButton.scss */
|
|
.print-action-items {
|
|
margin: 8px 10px 0 0;
|
|
}
|
|
|
|
/*doc
|
|
---
|
|
title: Basic Tables
|
|
name: basic_Table
|
|
category: Layout - Table
|
|
---
|
|
|
|
Tables in the application are automatically styled. Make sure you use <thead> and <tbody> sections around your rows.
|
|
If each of a table rows have multiple possible actions associated with them, use an "Actions" column with icons.For your reference you can check medication tab in clinical dashboard.
|
|
|
|
```html_example
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>Table Header</th>
|
|
<th>Table Header</th>
|
|
<th>Table Header</th>
|
|
<th>Actions</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>Table Data</td>
|
|
<td>Table Data</td>
|
|
<td>Table Data</td>
|
|
<td>
|
|
<button>
|
|
Stop
|
|
</button>
|
|
<button>
|
|
<i class="fa fa-plus-circle"></i>
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Table Data</td>
|
|
<td>Table Data</td>
|
|
<td>Table Data</td>
|
|
<td>
|
|
<button>
|
|
Stop
|
|
</button>
|
|
<button>
|
|
<i class="fa fa-plus-circle"></i>
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Table Data</td>
|
|
<td>Table Data</td>
|
|
<td>Table Data</td>
|
|
<td>
|
|
<button>
|
|
Stop
|
|
</button>
|
|
<button>
|
|
<i class="fa fa-plus-circle"></i>
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
```
|
|
|
|
|
|
*/
|
|
/*doc
|
|
---
|
|
title: Pivot Tables
|
|
name: pivot_table
|
|
category: Layout - Table
|
|
---
|
|
|
|
|
|
```html_example
|
|
<article class="visit">
|
|
<section class="dashboard-tabular-obs-section">
|
|
<section class="tabular-obs">
|
|
<table class="tableAsColumn">
|
|
<tbody>
|
|
<tr>
|
|
<th>Table Header</th>
|
|
<th>Table Header</th>
|
|
<th>Table Header</th>
|
|
</tr>
|
|
<tr>
|
|
<td>Table Data</td>
|
|
<td>Table Data</td>
|
|
<td>Table Data</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Table Data</td>
|
|
<td>Table Data</td>
|
|
<td>Table Data</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
</section>
|
|
</article>
|
|
```
|
|
|
|
|
|
*/
|
|
/*old styles - visit - diagnosis, diagnosis tab*/
|
|
/* line 113, bahmni-components/_table.scss */
|
|
.table {
|
|
border: 0;
|
|
font-size: 14.4px;
|
|
font-size: 0.9rem;
|
|
}
|
|
/* line 116, bahmni-components/_table.scss */
|
|
.table .row {
|
|
*zoom: 1;
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.table .row:before, .table .row:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.table .row:after {
|
|
clear: both;
|
|
}
|
|
/* line 120, bahmni-components/_table.scss */
|
|
.table .col {
|
|
padding: 10px 0px;
|
|
font-size: 14.4px;
|
|
font-size: 0.9rem;
|
|
display: inline;
|
|
float: left;
|
|
width: 860px;
|
|
margin: 0 10px;
|
|
}
|
|
/* line 126, bahmni-components/_table.scss */
|
|
.table .table-header {
|
|
background: #eee;
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
/* line 129, bahmni-components/_table.scss */
|
|
.table .table-header .col {
|
|
font-size: 16px;
|
|
font-size: 1rem;
|
|
font-weight: bold;
|
|
}
|
|
/* line 136, bahmni-components/_table.scss */
|
|
.table .table-body .row:hover {
|
|
background: #FFFFFF;
|
|
}
|
|
/* line 139, bahmni-components/_table.scss */
|
|
.table .table-body .row:nth-child(even) {
|
|
background: #eee;
|
|
}
|
|
|
|
/*basic table*/
|
|
/* line 148, bahmni-components/_table.scss */
|
|
table thead tr th {
|
|
background: #ddd;
|
|
padding: 7px;
|
|
font-weight: bold;
|
|
font-family: OpenSans, Arial, sans-serif;
|
|
}
|
|
/* line 154, bahmni-components/_table.scss */
|
|
table tbody tr:nth-child(odd), table tr:nth-child(even) {
|
|
background: #FFFFFF;
|
|
}
|
|
/* line 157, bahmni-components/_table.scss */
|
|
table tr {
|
|
border: 0;
|
|
/* this overrites the external settings */
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
|
|
/*table with no border*/
|
|
/* line 165, bahmni-components/_table.scss */
|
|
table.no-borders thead tr th {
|
|
background: #FFFFFF;
|
|
}
|
|
/* line 168, bahmni-components/_table.scss */
|
|
table.no-borders th, table.no-borders tr, table.no-borders td {
|
|
border: 0;
|
|
}
|
|
|
|
/* line 175, bahmni-components/_table.scss */
|
|
table.alt-row tbody tr:nth-child(even) td, table.alt-row tbody tr:nth-child(even) th {
|
|
background-color: #f3f3f3;
|
|
}
|
|
|
|
/*table with horzontal borders*/
|
|
/* line 182, bahmni-components/_table.scss */
|
|
table.horizontal-only th, table.horizontal-only td {
|
|
border: 0;
|
|
}
|
|
|
|
/*list mimic table*/
|
|
/* line 189, bahmni-components/_table.scss */
|
|
ul.table-mimic li {
|
|
width: 100%;
|
|
border-bottom: 1px solid #e1e1e1;
|
|
box-sizing: border-box;
|
|
*zoom: 1;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
ul.table-mimic li:before, ul.table-mimic li:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
ul.table-mimic li:after {
|
|
clear: both;
|
|
}
|
|
/* line 194, bahmni-components/_table.scss */
|
|
ul.table-mimic li:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
/*inline scroll table*/
|
|
/* line 201, bahmni-components/_table.scss */
|
|
table.h-scroll {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
display: block;
|
|
position: relative;
|
|
font-size: 14px;
|
|
margin-top: 0;
|
|
overflow: auto;
|
|
/* sort out borders */
|
|
}
|
|
/* line 207, bahmni-components/_table.scss */
|
|
table.h-scroll tr {
|
|
border: 1px solid #ddd;
|
|
}
|
|
/* line 208, bahmni-components/_table.scss */
|
|
table.h-scroll th, table.h-scroll td {
|
|
margin: 0;
|
|
vertical-align: top;
|
|
padding: 5px 10px;
|
|
min-height: 26px;
|
|
}
|
|
/* line 209, bahmni-components/_table.scss */
|
|
table.h-scroll th {
|
|
text-align: left;
|
|
background: #eee;
|
|
}
|
|
/* line 210, bahmni-components/_table.scss */
|
|
table.h-scroll th.drug {
|
|
font-family: "OpenSans", Arial, sans-serif;
|
|
}
|
|
/* line 212, bahmni-components/_table.scss */
|
|
table.h-scroll thead {
|
|
display: block;
|
|
float: left;
|
|
}
|
|
/* line 213, bahmni-components/_table.scss */
|
|
table.h-scroll tbody {
|
|
display: block;
|
|
width: auto;
|
|
position: relative;
|
|
overflow-x: auto;
|
|
white-space: nowrap;
|
|
font: inherit;
|
|
overflow-y: hidden;
|
|
}
|
|
/* line 214, bahmni-components/_table.scss */
|
|
table.h-scroll thead tr {
|
|
display: block;
|
|
border: 0;
|
|
}
|
|
/* line 215, bahmni-components/_table.scss */
|
|
table.h-scroll th {
|
|
display: block;
|
|
}
|
|
/* line 216, bahmni-components/_table.scss */
|
|
table.h-scroll tbody tr {
|
|
display: table-cell;
|
|
vertical-align: top;
|
|
border-top: 0;
|
|
}
|
|
/* line 217, bahmni-components/_table.scss */
|
|
table.h-scroll td {
|
|
display: block;
|
|
text-align: left;
|
|
}
|
|
/* line 220, bahmni-components/_table.scss */
|
|
table.h-scroll th {
|
|
border-bottom: 0;
|
|
border-left: 0;
|
|
}
|
|
/* line 221, bahmni-components/_table.scss */
|
|
table.h-scroll td {
|
|
border-left: 0;
|
|
border-right: 0;
|
|
border-bottom: 0;
|
|
}
|
|
|
|
/* line 224, bahmni-components/_table.scss */
|
|
.table-scroll-x {
|
|
overflow-x: scroll;
|
|
}
|
|
|
|
/* line 1, bahmni-components/_typography.scss */
|
|
.dashboard-section section.hierarchy .form-field {
|
|
padding: 0;
|
|
}
|
|
|
|
/* line 6, bahmni-components/_typography.scss */
|
|
.hierarchy ul li {
|
|
border-top: 1px solid #eee;
|
|
font-size: 14px;
|
|
color: #000000;
|
|
background: #ddd;
|
|
clear: both;
|
|
}
|
|
/* line 12, bahmni-components/_typography.scss */
|
|
.hierarchy ul li .tree-list-item {
|
|
padding-top: 3px;
|
|
padding-bottom: 3px;
|
|
padding-left: 10px;
|
|
display: inherit;
|
|
}
|
|
/* line 17, bahmni-components/_typography.scss */
|
|
.hierarchy ul li .tree-list-item .visit-start-date {
|
|
margin-right: 5px;
|
|
}
|
|
/* line 20, bahmni-components/_typography.scss */
|
|
.hierarchy ul li .tree-list-item .field-attribute {
|
|
width: 250px;
|
|
}
|
|
/* line 24, bahmni-components/_typography.scss */
|
|
.hierarchy ul li ul li {
|
|
background: #FFFFFF;
|
|
}
|
|
/* line 26, bahmni-components/_typography.scss */
|
|
.hierarchy ul li ul li.has-child {
|
|
background: #FFFFFF;
|
|
}
|
|
/* line 28, bahmni-components/_typography.scss */
|
|
.hierarchy ul li ul li.has-child ul li {
|
|
background: #FFFFFF;
|
|
}
|
|
/* line 32, bahmni-components/_typography.scss */
|
|
.hierarchy ul li ul li .tree-list-item {
|
|
padding-left: 20px;
|
|
}
|
|
/* line 34, bahmni-components/_typography.scss */
|
|
.hierarchy ul li ul li .tree-list-item .field-attribute {
|
|
width: 240px;
|
|
}
|
|
/* line 38, bahmni-components/_typography.scss */
|
|
.hierarchy ul li ul li ul li {
|
|
font-size: 13px;
|
|
background: #FFFFFF;
|
|
}
|
|
/* line 41, bahmni-components/_typography.scss */
|
|
.hierarchy ul li ul li ul li .tree-list-item {
|
|
padding-left: 30px;
|
|
}
|
|
/* line 43, bahmni-components/_typography.scss */
|
|
.hierarchy ul li ul li ul li .tree-list-item .field-attribute {
|
|
width: 230px;
|
|
}
|
|
/* line 47, bahmni-components/_typography.scss */
|
|
.hierarchy ul li ul li ul li ul li {
|
|
font-size: 12px;
|
|
}
|
|
/* line 49, bahmni-components/_typography.scss */
|
|
.hierarchy ul li ul li ul li ul li .tree-list-item {
|
|
padding-left: 40px;
|
|
}
|
|
/* line 51, bahmni-components/_typography.scss */
|
|
.hierarchy ul li ul li ul li ul li .tree-list-item .testUnderPanel {
|
|
width: 34% !important;
|
|
}
|
|
/* line 54, bahmni-components/_typography.scss */
|
|
.hierarchy ul li ul li ul li ul li .tree-list-item .field-attribute {
|
|
width: 220px;
|
|
}
|
|
/* line 60, bahmni-components/_typography.scss */
|
|
.hierarchy ul li ul li ul li ul li ul li .tree-list-item {
|
|
padding-left: 50px;
|
|
}
|
|
/* line 62, bahmni-components/_typography.scss */
|
|
.hierarchy ul li ul li ul li ul li ul li .tree-list-item .field-attribute {
|
|
width: 210px;
|
|
}
|
|
/* line 70, bahmni-components/_typography.scss */
|
|
.hierarchy ul li ul li ul.is-intake-template li .tree-list-item {
|
|
padding-left: 20px;
|
|
font-size: 14px;
|
|
background: #f6f6f6;
|
|
}
|
|
/* line 74, bahmni-components/_typography.scss */
|
|
.hierarchy ul li ul li ul.is-intake-template li .tree-list-item .field-attribute {
|
|
width: 260px;
|
|
}
|
|
/* line 79, bahmni-components/_typography.scss */
|
|
.hierarchy ul li ul li ul.is-intake-template li ul li .tree-list-item {
|
|
padding-left: 30px;
|
|
font-size: 12px;
|
|
background: #FFFFFF;
|
|
}
|
|
/* line 83, bahmni-components/_typography.scss */
|
|
.hierarchy ul li ul li ul.is-intake-template li ul li .tree-list-item .field-attribute {
|
|
width: 230px;
|
|
}
|
|
/* line 89, bahmni-components/_typography.scss */
|
|
.hierarchy ul li ul li ul.is-intake-template li ul li ul li .tree-list-item {
|
|
padding-left: 40px;
|
|
}
|
|
/* line 91, bahmni-components/_typography.scss */
|
|
.hierarchy ul li ul li ul.is-intake-template li ul li ul li .tree-list-item .field-attribute {
|
|
width: 220px;
|
|
}
|
|
/* line 101, bahmni-components/_typography.scss */
|
|
.hierarchy .form-field {
|
|
padding: 0;
|
|
}
|
|
|
|
/* line 1, clinical/_patientSearch.scss */
|
|
.search-wrapper {
|
|
padding-bottom: 5px;
|
|
}
|
|
/* line 3, clinical/_patientSearch.scss */
|
|
.search-wrapper input, .search-wrapper form .input-prepend .add-on, form .input-prepend .search-wrapper .add-on, .search-wrapper .form .input-prepend .add-on, .form .input-prepend .search-wrapper .add-on {
|
|
min-width: 300px;
|
|
padding-left: 10px;
|
|
margin: 15px 5px;
|
|
}
|
|
/* line 7, clinical/_patientSearch.scss */
|
|
.search-wrapper input:focus, .search-wrapper form .input-prepend .add-on:focus, form .input-prepend .search-wrapper .add-on:focus, .search-wrapper .form .input-prepend .add-on:focus, .form .input-prepend .search-wrapper .add-on:focus {
|
|
outline: 2px solid #007fff;
|
|
background: #fffdf7;
|
|
}
|
|
|
|
/* line 14, clinical/_patientSearch.scss */
|
|
.tab-content {
|
|
overflow: auto;
|
|
padding: 5px;
|
|
background: #FFFFFF;
|
|
border: 1px solid #ccc;
|
|
border-radius: 0 5px 5px 5px;
|
|
}
|
|
/* line 20, clinical/_patientSearch.scss */
|
|
.tab-content li {
|
|
text-align: center;
|
|
cursor: pointer;
|
|
padding-top: 10px;
|
|
border: 1px solid #FFFFFF;
|
|
background: #eee;
|
|
}
|
|
/* line 26, clinical/_patientSearch.scss */
|
|
.tab-content li .patient-name {
|
|
font-size: 12px;
|
|
color: #333;
|
|
text-transform: capitalize;
|
|
width: 110px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
padding: 0 5px;
|
|
line-height: 1.5em;
|
|
margin: 0 auto;
|
|
font-family: OpenSansSemiBold;
|
|
}
|
|
/* line 39, clinical/_patientSearch.scss */
|
|
.tab-content li .patient-id {
|
|
color: #666;
|
|
font-size: 11px;
|
|
}
|
|
/* line 43, clinical/_patientSearch.scss */
|
|
.tab-content li:hover {
|
|
border: 1px solid #ccc;
|
|
background: #eee;
|
|
}
|
|
/* line 48, clinical/_patientSearch.scss */
|
|
.tab-content .reg-srch-btn {
|
|
margin: 3px 15px;
|
|
}
|
|
/* line 50, clinical/_patientSearch.scss */
|
|
.tab-content .reg-srch-btn button[disabled="disabled"] {
|
|
cursor: not-allowed;
|
|
}
|
|
/* line 55, clinical/_patientSearch.scss */
|
|
.tab-content .patient-list-spinner {
|
|
display: none;
|
|
top: 32px;
|
|
margin-top: -28px;
|
|
position: relative;
|
|
min-height: 2em;
|
|
}
|
|
|
|
/* line 66, clinical/_patientSearch.scss */
|
|
.patient-search-wrapper i.ipd-indication {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
background: #88af28;
|
|
color: white;
|
|
padding: 2px 8px;
|
|
border-radius: 0 5px 0 0;
|
|
font-size: 18px;
|
|
}
|
|
/* line 79, clinical/_patientSearch.scss */
|
|
.patient-search-wrapper .ward-details-container table.patient-list-table th {
|
|
text-transform: capitalize;
|
|
}
|
|
/* line 83, clinical/_patientSearch.scss */
|
|
.patient-search-wrapper .ward-details-container table tr td {
|
|
position: relative;
|
|
}
|
|
/* line 85, clinical/_patientSearch.scss */
|
|
.patient-search-wrapper .ward-details-container table tr td i.ipd-indication {
|
|
border-radius: 0;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 83, clinical/_patientSearch.scss */
|
|
.patient-search-wrapper .ward-details-container table tr td {
|
|
padding: 10px;
|
|
}
|
|
}
|
|
/* line 95, clinical/_patientSearch.scss */
|
|
.patient-search-wrapper .tabs {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
/* line 99, clinical/_patientSearch.scss */
|
|
.active-patient {
|
|
display: inline-block;
|
|
}
|
|
|
|
/* line 102, clinical/_patientSearch.scss */
|
|
.smallImages {
|
|
height: 50px;
|
|
width: 50px;
|
|
}
|
|
|
|
/* revisit - active visits */
|
|
/* line 109, clinical/_patientSearch.scss */
|
|
.active-visits li {
|
|
padding: 2px 0;
|
|
border-radius: 10px;
|
|
position: relative;
|
|
}
|
|
@media screen and (min-width: 1100px) {
|
|
/* line 109, clinical/_patientSearch.scss */
|
|
.active-visits li {
|
|
width: 10.9%;
|
|
}
|
|
}
|
|
@media screen and (max-width: 1099px) {
|
|
/* line 109, clinical/_patientSearch.scss */
|
|
.active-visits li {
|
|
width: 12.25%;
|
|
}
|
|
}
|
|
@media screen and (max-width: 1013px) {
|
|
/* line 109, clinical/_patientSearch.scss */
|
|
.active-visits li {
|
|
width: 136px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 1005px) {
|
|
/* line 109, clinical/_patientSearch.scss */
|
|
.active-visits li {
|
|
width: 135px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 1000px) {
|
|
/* line 109, clinical/_patientSearch.scss */
|
|
.active-visits li {
|
|
width: 134px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 995px) {
|
|
/* line 109, clinical/_patientSearch.scss */
|
|
.active-visits li {
|
|
width: 133px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 990px) {
|
|
/* line 109, clinical/_patientSearch.scss */
|
|
.active-visits li {
|
|
width: 132px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 980px) {
|
|
/* line 109, clinical/_patientSearch.scss */
|
|
.active-visits li {
|
|
width: 130px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 965px) {
|
|
/* line 109, clinical/_patientSearch.scss */
|
|
.active-visits li {
|
|
width: 128px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 947px) {
|
|
/* line 109, clinical/_patientSearch.scss */
|
|
.active-visits li {
|
|
width: 126px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 947px) {
|
|
/* line 109, clinical/_patientSearch.scss */
|
|
.active-visits li {
|
|
width: 126px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 925px) {
|
|
/* line 109, clinical/_patientSearch.scss */
|
|
.active-visits li {
|
|
width: 125px;
|
|
}
|
|
}
|
|
@media screen and (min-width: 701px) and (max-width: 900px) {
|
|
/* line 109, clinical/_patientSearch.scss */
|
|
.active-visits li {
|
|
width: 19.7%;
|
|
}
|
|
}
|
|
@media screen and (min-width: 601px) and (max-width: 700px) {
|
|
/* line 109, clinical/_patientSearch.scss */
|
|
.active-visits li {
|
|
width: 24.6%;
|
|
}
|
|
}
|
|
@media screen and (min-width: 481px) and (max-width: 600px) {
|
|
/* line 109, clinical/_patientSearch.scss */
|
|
.active-visits li {
|
|
width: 24%;
|
|
}
|
|
}
|
|
@media screen and (max-width: 480px) {
|
|
/* line 109, clinical/_patientSearch.scss */
|
|
.active-visits li {
|
|
width: 32%;
|
|
}
|
|
/* line 160, clinical/_patientSearch.scss */
|
|
.active-visits li .patient-name {
|
|
text-align: left;
|
|
padding-left: 20px;
|
|
width: 93px;
|
|
}
|
|
}
|
|
/* line 166, clinical/_patientSearch.scss */
|
|
.active-visits li div {
|
|
font-size: 14.4px;
|
|
font-size: 0.9rem;
|
|
color: #333;
|
|
}
|
|
|
|
/* line 2, clinical/_visit.scss */
|
|
.visit-summary-page section.block {
|
|
margin: 0 0 15px;
|
|
}
|
|
/* line 5, clinical/_visit.scss */
|
|
.visit-summary-page section.block section.block {
|
|
margin: 0;
|
|
border: 0;
|
|
}
|
|
/* line 9, clinical/_visit.scss */
|
|
.visit-summary-page section.block table {
|
|
font-size: 14px;
|
|
}
|
|
/* line 13, clinical/_visit.scss */
|
|
.visit-summary-page .hierarchy ul li ul li.has-child {
|
|
font-family: OpenSansSemiBold;
|
|
background: #eee;
|
|
}
|
|
/* line 16, clinical/_visit.scss */
|
|
.visit-summary-page .hierarchy ul li ul li.has-child ul li {
|
|
font-family: OpenSans;
|
|
background: #fff;
|
|
}
|
|
/* line 19, clinical/_visit.scss */
|
|
.visit-summary-page .hierarchy ul li ul li.has-child ul li.has-child {
|
|
font-family: OpenSans;
|
|
background: #fff;
|
|
}
|
|
/* line 23, clinical/_visit.scss */
|
|
.visit-summary-page .hierarchy ul li ul li.has-child ul li ul li .tree-list-item .testUnderPanel {
|
|
width: 34.4% !important;
|
|
}
|
|
|
|
/* line 31, clinical/_visit.scss */
|
|
.opd-wrapper {
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
/* line 33, clinical/_visit.scss */
|
|
.visit table tr:nth-child(even), .visit table tr:nth-child(odd) {
|
|
background: #FFFFFF;
|
|
}
|
|
/* line 37, clinical/_visit.scss */
|
|
.visit table tr:nth-child(even) a:hover, .visit table tr:nth-child(odd) a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
/* line 39, clinical/_visit.scss */
|
|
.visit table tr:nth-child(even) a:hover .fa-star, .visit table tr:nth-child(odd) a:hover .fa-star {
|
|
text-decoration: none;
|
|
}
|
|
/* line 45, clinical/_visit.scss */
|
|
.visit table
|
|
.info-message {
|
|
padding: 10px;
|
|
color: red;
|
|
border: 1px solid #ccc;
|
|
}
|
|
/* line 51, clinical/_visit.scss */
|
|
.visit .block-day {
|
|
border: 3px solid #67ad95;
|
|
padding: 10px;
|
|
background: #FFFFFF;
|
|
}
|
|
/* line 55, clinical/_visit.scss */
|
|
.visit .block-day h1 {
|
|
color: #274b59;
|
|
float: left;
|
|
padding: 0px 10px;
|
|
font-family: OpenSansBold, Arial, sans-serif;
|
|
}
|
|
|
|
/* line 64, clinical/_visit.scss */
|
|
.visit .hierarchy ul li {
|
|
overflow: hidden;
|
|
}
|
|
/* line 66, clinical/_visit.scss */
|
|
.visit .visit-dashboard span.visitType {
|
|
display: inline-block;
|
|
margin-right: 10%;
|
|
float: right;
|
|
}
|
|
/* line 72, clinical/_visit.scss */
|
|
.visit .visit-dashboard.hierarchy ul li ul li span {
|
|
padding: 3px 10px !important;
|
|
display: inline-block;
|
|
}
|
|
/* line 77, clinical/_visit.scss */
|
|
.visit .visit-dashboard.hierarchy ul li ul li ul li span {
|
|
padding: 3px 20px !important;
|
|
display: inline-block;
|
|
}
|
|
/* line 83, clinical/_visit.scss */
|
|
.visit .visit-dashboard .formDataTime {
|
|
width: 200px;
|
|
text-align: right;
|
|
}
|
|
/* line 86, clinical/_visit.scss */
|
|
.visit .visit-dashboard .formDataTime .formDataEdit {
|
|
padding: 0 !important;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 83, clinical/_visit.scss */
|
|
.visit .visit-dashboard .formDataTime {
|
|
width: 214px;
|
|
}
|
|
}
|
|
/* line 93, clinical/_visit.scss */
|
|
.visit .visit-dashboard .formDataDate {
|
|
width: 140px;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 93, clinical/_visit.scss */
|
|
.visit .visit-dashboard .formDataDate {
|
|
width: 154px;
|
|
}
|
|
}
|
|
/* line 100, clinical/_visit.scss */
|
|
.visit table tr th {
|
|
background: #eee;
|
|
background-image: none;
|
|
color: #333;
|
|
}
|
|
/* line 106, clinical/_visit.scss */
|
|
.visit table tr th.notes .accession {
|
|
clear: both;
|
|
overflow: auto;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
/* line 113, clinical/_visit.scss */
|
|
.visit .diagnosis .history-diagnosis {
|
|
margin: 0;
|
|
table-layout: fixed;
|
|
border-right: 0;
|
|
}
|
|
/* line 116, clinical/_visit.scss */
|
|
.visit .diagnosis .history-diagnosis .view {
|
|
font-size: 11px;
|
|
}
|
|
/* line 119, clinical/_visit.scss */
|
|
.visit .diagnosis .history-diagnosis .toggle-btn-date-wrapper {
|
|
float: right;
|
|
height: 15px;
|
|
}
|
|
/* line 122, clinical/_visit.scss */
|
|
.visit .diagnosis .history-diagnosis .toggle-btn-date-wrapper .toggle-btn {
|
|
display: inline-block;
|
|
margin-top: -2px;
|
|
}
|
|
/* line 126, clinical/_visit.scss */
|
|
.visit .diagnosis .history-diagnosis .toggle-btn-date-wrapper .date {
|
|
float: left;
|
|
}
|
|
/* line 130, clinical/_visit.scss */
|
|
.visit .diagnosis .history-diagnosis .status {
|
|
float: none;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
/* line 137, clinical/_visit.scss */
|
|
.visit .diagnosis .history-diagnosis .table-header .col.col4 {
|
|
float: right;
|
|
width: 9%;
|
|
padding: 10px;
|
|
display: inline-block;
|
|
}
|
|
/* line 145, clinical/_visit.scss */
|
|
.visit .diagnosis .history-diagnosis .table-body .row {
|
|
background: #FFFFFF;
|
|
}
|
|
/* line 146, clinical/_visit.scss */
|
|
.visit .diagnosis .history-diagnosis .table-body .placeholder {
|
|
font-size: 14px;
|
|
padding: 10px;
|
|
}
|
|
/* line 150, clinical/_visit.scss */
|
|
.visit .diagnosis .history-diagnosis .table-body .diagnosis-name {
|
|
padding: 10px;
|
|
display: inline-block;
|
|
}
|
|
/* line 155, clinical/_visit.scss */
|
|
.visit .diagnosis .history-diagnosis .table-body .col.col1 .diagnosis-name.ruled-out {
|
|
color: #666;
|
|
text-decoration: line-through;
|
|
}
|
|
/* line 160, clinical/_visit.scss */
|
|
.visit .diagnosis .history-diagnosis .table-body .col.col4 {
|
|
float: right;
|
|
width: 8%;
|
|
padding: 10px;
|
|
display: inline-block;
|
|
}
|
|
|
|
/* line 169, clinical/_visit.scss */
|
|
.observation-section h3 {
|
|
font-family: OpenSansBold, Arial, sans-serif;
|
|
margin-top: 10px;
|
|
}
|
|
/* line 173, clinical/_visit.scss */
|
|
.observation-section .is-abnormal {
|
|
color: red;
|
|
}
|
|
|
|
/* line 178, clinical/_visit.scss */
|
|
.visit .current {
|
|
font-size: 14px;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
/* line 183, clinical/_visit.scss */
|
|
.disposition-state {
|
|
font-size: 14px;
|
|
float: left;
|
|
}
|
|
/* line 186, clinical/_visit.scss */
|
|
.disposition-state span {
|
|
color: #666;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
/* line 192, clinical/_visit.scss */
|
|
.obs-concept {
|
|
width: 80%;
|
|
}
|
|
|
|
/* line 196, clinical/_visit.scss */
|
|
.expander-row, .laborder-section li {
|
|
padding: 5px 10px;
|
|
clear: both;
|
|
overflow: auto;
|
|
padding-right: 0;
|
|
}
|
|
|
|
/* line 203, clinical/_visit.scss */
|
|
.disposition-section li {
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
/* line 205, clinical/_visit.scss */
|
|
.disposition-section li .toggle i {
|
|
padding-right: 0;
|
|
}
|
|
|
|
/* line 211, clinical/_visit.scss */
|
|
.toggle {
|
|
float: left;
|
|
background: none;
|
|
border: none;
|
|
padding: 0;
|
|
color: #666;
|
|
}
|
|
/* line 217, clinical/_visit.scss */
|
|
.toggle:hover {
|
|
background: none;
|
|
border: none;
|
|
}
|
|
/* line 221, clinical/_visit.scss */
|
|
.toggle.has-notes {
|
|
color: orange;
|
|
}
|
|
/* line 224, clinical/_visit.scss */
|
|
.toggle i {
|
|
padding: 0 10px;
|
|
font-size: 18px;
|
|
}
|
|
/* line 228, clinical/_visit.scss */
|
|
.toggle.fr {
|
|
float: right;
|
|
}
|
|
|
|
/* line 232, clinical/_visit.scss */
|
|
.has-toggle-btn {
|
|
border-right: 1px solid transparent !important;
|
|
}
|
|
|
|
/* line 235, clinical/_visit.scss */
|
|
.toggle-btn {
|
|
padding: 0;
|
|
}
|
|
|
|
/* line 239, clinical/_visit.scss */
|
|
.consult-notes {
|
|
margin: 0;
|
|
padding: 10px !important;
|
|
overflow: auto;
|
|
}
|
|
/* line 243, clinical/_visit.scss */
|
|
.consult-notes h5 {
|
|
font-family: OpenSansBold, Arial, sans-serif;
|
|
float: left;
|
|
margin-right: 10px;
|
|
}
|
|
/* line 248, clinical/_visit.scss */
|
|
.consult-notes .consult-notes-text {
|
|
width: 80%;
|
|
float: left;
|
|
}
|
|
|
|
/* line 254, clinical/_visit.scss */
|
|
.consult-notes-item {
|
|
border-top: 1px solid #ccc;
|
|
overflow: auto;
|
|
padding-top: 10px;
|
|
}
|
|
/* line 258, clinical/_visit.scss */
|
|
.consult-notes-item:first-child {
|
|
border-top: 0;
|
|
padding-top: 0;
|
|
}
|
|
|
|
/* line 266, clinical/_visit.scss */
|
|
.drug-name, .dosage-days {
|
|
width: 340px;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 266, clinical/_visit.scss */
|
|
.drug-name, .dosage-days {
|
|
width: 160px;
|
|
}
|
|
}
|
|
|
|
/* line 274, clinical/_visit.scss */
|
|
.treatment-section table {
|
|
margin-top: 0;
|
|
margin-bottom: 0px;
|
|
}
|
|
/* line 278, clinical/_visit.scss */
|
|
.treatment-section table td, .treatment-section table th {
|
|
border: 0;
|
|
}
|
|
/* line 281, clinical/_visit.scss */
|
|
.treatment-section table tr.title th {
|
|
background: #f1f1f1;
|
|
font-size: 14px;
|
|
white-space: nowrap;
|
|
}
|
|
/* line 286, clinical/_visit.scss */
|
|
.treatment-section table tr td {
|
|
font-size: 14px;
|
|
vertical-align: top;
|
|
}
|
|
/* line 289, clinical/_visit.scss */
|
|
.treatment-section table tr td .discontinued-text {
|
|
display: block;
|
|
color: #666;
|
|
font-size: 12px;
|
|
}
|
|
/* line 295, clinical/_visit.scss */
|
|
.treatment-section table tr td.toggle-btn {
|
|
width: 36px !important;
|
|
}
|
|
/* line 298, clinical/_visit.scss */
|
|
.treatment-section table .drugorder-date {
|
|
text-transform: uppercase;
|
|
}
|
|
/* line 301, clinical/_visit.scss */
|
|
.treatment-section table .dosage-form {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
/* line 310, clinical/_visit.scss */
|
|
table.ipd-investigation .belongsToPanel {
|
|
padding-left: 25px;
|
|
font-family: sans-serif;
|
|
}
|
|
/* line 311, clinical/_visit.scss */
|
|
table.ipd-investigation .upload-file-url {
|
|
float: left;
|
|
width: auto;
|
|
margin-top: 2px;
|
|
}
|
|
|
|
/* line 317, clinical/_visit.scss */
|
|
.ipd-test-results {
|
|
padding: 3px 5px;
|
|
border-right: 1px solid #eee;
|
|
}
|
|
|
|
/* line 321, clinical/_visit.scss */
|
|
.one-result.ipd-test-results {
|
|
border: 0;
|
|
}
|
|
|
|
/* line 323, clinical/_visit.scss */
|
|
.laborder-section .temp-class, .observation .temp-class {
|
|
font-family: OpenSansBold, Arial, sans-serif;
|
|
}
|
|
/* line 326, clinical/_visit.scss */
|
|
.laborder-section table, .observation table {
|
|
margin-top: 0;
|
|
}
|
|
/* line 328, clinical/_visit.scss */
|
|
.laborder-section table td, .observation table td {
|
|
font-size: 14px;
|
|
}
|
|
/* line 329, clinical/_visit.scss */
|
|
.laborder-section table td.name, .observation table td.name {
|
|
padding: 5px 10px;
|
|
}
|
|
/* line 333, clinical/_visit.scss */
|
|
.laborder-section table td.value .obs-value, .observation table td.value .obs-value {
|
|
float: left;
|
|
width: 60%;
|
|
}
|
|
|
|
/* line 341, clinical/_visit.scss */
|
|
.observation table tr td {
|
|
padding: 2px 10px;
|
|
}
|
|
/* line 343, clinical/_visit.scss */
|
|
.observation table tr td.headerRow {
|
|
background: #f1f1f1;
|
|
font-family: OpenSansBold, Arial, sans-serif;
|
|
padding: 5px 5px 5px 10px;
|
|
color: #666;
|
|
}
|
|
/* line 349, clinical/_visit.scss */
|
|
.observation table tr td.name {
|
|
padding-left: 20px;
|
|
}
|
|
/* line 353, clinical/_visit.scss */
|
|
.observation table tr td.value .obs-value {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
/* line 358, clinical/_visit.scss */
|
|
.laborder-item, .obs-item {
|
|
background: #eee;
|
|
color: #666;
|
|
text-align: left;
|
|
padding: 10px 7px 10px 7px;
|
|
border: 1px solid #ccc;
|
|
display: block;
|
|
}
|
|
|
|
/* line 367, clinical/_visit.scss */
|
|
.obs-item .labresults-item {
|
|
margin: 10px 0;
|
|
}
|
|
|
|
/* line 370, clinical/_visit.scss */
|
|
td.value {
|
|
width: 400px;
|
|
}
|
|
|
|
/* line 374, clinical/_visit.scss */
|
|
td.header {
|
|
background: #eee;
|
|
color: #666;
|
|
padding: 10px 7px;
|
|
}
|
|
|
|
/* line 380, clinical/_visit.scss */
|
|
span.range {
|
|
font-size: 14px;
|
|
color: #666;
|
|
margin-top: 5px;
|
|
}
|
|
/* line 384, clinical/_visit.scss */
|
|
span.range .units {
|
|
color: #666;
|
|
}
|
|
|
|
/* line 388, clinical/_visit.scss */
|
|
.laborder-section table {
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 390, clinical/_visit.scss */
|
|
.laborder-section table th {
|
|
padding-right: 10px;
|
|
}
|
|
/* line 391, clinical/_visit.scss */
|
|
.laborder-section table th.notes.inline-notes {
|
|
font-family: "OpenSans", Arial, sans-serif;
|
|
}
|
|
/* line 394, clinical/_visit.scss */
|
|
.laborder-section table tr.header td {
|
|
background: #f1f1f1;
|
|
font-family: OpenSansBold, Arial, sans-serif;
|
|
color: #666;
|
|
}
|
|
/* line 399, clinical/_visit.scss */
|
|
.laborder-section table tr.header.pending-result td {
|
|
font-family: "OpenSans", Arial, sans-serif;
|
|
color: #333;
|
|
}
|
|
/* line 404, clinical/_visit.scss */
|
|
.laborder-section table tr.pending-result .status {
|
|
color: orange;
|
|
float: right;
|
|
}
|
|
/* line 410, clinical/_visit.scss */
|
|
.laborder-section td.belongsToPanel {
|
|
padding-left: 30px;
|
|
}
|
|
/* line 412, clinical/_visit.scss */
|
|
.laborder-section td.belongsToPanel span {
|
|
display: block;
|
|
}
|
|
/* line 415, clinical/_visit.scss */
|
|
.laborder-section td.belongsToPanel span.range {
|
|
font-size: 12px;
|
|
}
|
|
|
|
/* line 421, clinical/_visit.scss */
|
|
.radiology-investigations .radiology-doc-item {
|
|
clear: both;
|
|
overflow: auto;
|
|
border-bottom: 1px solid #eee;
|
|
padding-right: 5px;
|
|
}
|
|
/* line 426, clinical/_visit.scss */
|
|
.radiology-investigations .radiology-doc-item a {
|
|
width: 80%;
|
|
float: left;
|
|
}
|
|
/* line 429, clinical/_visit.scss */
|
|
.radiology-investigations .radiology-doc-item a i {
|
|
padding-left: 0;
|
|
}
|
|
|
|
/* line 433, clinical/_visit.scss */
|
|
.toggle-btn {
|
|
padding: 2px;
|
|
font-family: arial;
|
|
font-size: 14px;
|
|
}
|
|
|
|
/* line 440, clinical/_visit.scss */
|
|
.dosage-days .dosage {
|
|
float: left;
|
|
}
|
|
/* line 443, clinical/_visit.scss */
|
|
.dosage-days .copy {
|
|
font-size: 14px;
|
|
color: #666;
|
|
}
|
|
/* line 447, clinical/_visit.scss */
|
|
.dosage-days .prn {
|
|
display: block;
|
|
margin-top: 5px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
/* line 455, clinical/_visit.scss */
|
|
.visit-actions button {
|
|
float: right;
|
|
margin-left: 5px;
|
|
padding: 8px 10px;
|
|
}
|
|
|
|
/* line 462, clinical/_visit.scss */
|
|
.no-visit {
|
|
padding: 30px 10px;
|
|
color: #666;
|
|
border: 1px solid #ccc;
|
|
background: #eee;
|
|
margin-top: 10px;
|
|
text-align: center;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
/* line 471, clinical/_visit.scss */
|
|
.row-click {
|
|
cursor: pointer;
|
|
}
|
|
|
|
/* line 474, clinical/_visit.scss */
|
|
.laborder-sub-heading {
|
|
*zoom: 1;
|
|
font-size: 14px;
|
|
padding: 5px;
|
|
border-bottom: 1px solid #eee;
|
|
background: #ddd;
|
|
color: #000000;
|
|
cursor: pointer;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.laborder-sub-heading:before, .laborder-sub-heading:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.laborder-sub-heading:after {
|
|
clear: both;
|
|
}
|
|
/* line 482, clinical/_visit.scss */
|
|
.laborder-sub-heading .toggle-btn {
|
|
padding: 2px 5px;
|
|
font-size: 12px;
|
|
border: 1px #d0d0d0 solid;
|
|
}
|
|
|
|
/* line 488, clinical/_visit.scss */
|
|
.concept-set-group {
|
|
margin-bottom: 20px;
|
|
}
|
|
/* line 491, clinical/_visit.scss */
|
|
.concept-set-group .checkbox-inline input[type="checkbox"], .concept-set-group .checkbox-inline form .input-prepend [type="checkbox"].add-on, form .input-prepend .concept-set-group .checkbox-inline [type="checkbox"].add-on, .concept-set-group .checkbox-inline .form .input-prepend [type="checkbox"].add-on, .form .input-prepend .concept-set-group .checkbox-inline [type="checkbox"].add-on, .concept-set-group .checkbox-inline label.add-new.checkbox-btn {
|
|
width: auto !important;
|
|
margin-left: 0 !important;
|
|
}
|
|
/* line 495, clinical/_visit.scss */
|
|
.concept-set-group .checkbox-inline label.add-new.checkbox-btn {
|
|
margin: 4px;
|
|
}
|
|
|
|
/* line 500, clinical/_visit.scss */
|
|
legend.mylegend {
|
|
background: #FFFFFF !important;
|
|
}
|
|
|
|
/* line 502, clinical/_visit.scss */
|
|
.visits-navbar-section {
|
|
text-align: center;
|
|
}
|
|
|
|
/* line 505, clinical/_visit.scss */
|
|
.visits-nav-bar {
|
|
text-align: center;
|
|
display: inline-block;
|
|
margin: 0 auto 10px;
|
|
}
|
|
/* line 509, clinical/_visit.scss */
|
|
.visits-nav-bar .prev-visit, .visits-nav-bar .next-visit {
|
|
border-radius: 3px;
|
|
background: linear-gradient(to bottom, #FFF, #DDD);
|
|
background-color: #DDD;
|
|
border: #DDD 1px solid;
|
|
padding: 6px 20px 7px;
|
|
display: inline-block;
|
|
line-height: 1.2em;
|
|
color: #363463;
|
|
cursor: pointer;
|
|
min-width: 0;
|
|
max-width: 300px;
|
|
text-decoration: none;
|
|
color: #A1D030;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
}
|
|
/* line 153, bahmni-components/_buttons.scss */
|
|
.visits-nav-bar .prev-visit:hover, .visits-nav-bar .next-visit:hover {
|
|
background: #e2e2e2;
|
|
border-color: #d0d0d0;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 153, bahmni-components/_buttons.scss */
|
|
.visits-nav-bar .prev-visit:hover, .visits-nav-bar .next-visit:hover {
|
|
background: linear-gradient(to bottom, #FFF, #DDD);
|
|
border: #DDD 1px solid;
|
|
}
|
|
}
|
|
/* line 162, bahmni-components/_buttons.scss */
|
|
.visits-nav-bar .prev-visit.active, .visits-nav-bar .next-visit.active {
|
|
background: #d8d8d8;
|
|
border-color: #d0d0d0;
|
|
}
|
|
/* line 167, bahmni-components/_buttons.scss */
|
|
.visits-nav-bar .prev-visit i, .visits-nav-bar .next-visit i {
|
|
font-size: 1.2em;
|
|
margin: 0;
|
|
padding: 0;
|
|
line-height: .5em;
|
|
}
|
|
/* line 175, bahmni-components/_buttons.scss */
|
|
.visits-nav-bar .prev-visit.big i, .visits-nav-bar .prev-visit.medium i, .visits-nav-bar .next-visit.big i, .visits-nav-bar .next-visit.medium i {
|
|
display: block;
|
|
font-size: 50px;
|
|
margin: 0 auto;
|
|
padding: 10px;
|
|
}
|
|
/* line 184, bahmni-components/_buttons.scss */
|
|
.visits-nav-bar .prev-visit.medium i, .visits-nav-bar .next-visit.medium i {
|
|
font-size: 34px;
|
|
}
|
|
/* line 189, bahmni-components/_buttons.scss */
|
|
.visits-nav-bar .prev-visit.disabled, .visits-nav-bar .prev-visit:disabled, .visits-nav-bar .next-visit.disabled, .visits-nav-bar .next-visit:disabled {
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #333;
|
|
cursor: default;
|
|
}
|
|
/* line 196, bahmni-components/_buttons.scss */
|
|
.visits-nav-bar .prev-visit.print, .visits-nav-bar .next-visit.print {
|
|
padding: 10px;
|
|
}
|
|
/* line 199, bahmni-components/_buttons.scss */
|
|
.visits-nav-bar .prev-visit.print i, .visits-nav-bar .next-visit.print i {
|
|
font-size: 1.5em;
|
|
}
|
|
/* line 204, bahmni-components/_buttons.scss */
|
|
.visits-nav-bar .prev-visit.app, .visits-nav-bar .next-visit.app {
|
|
padding: 20px 10px;
|
|
width: 150px;
|
|
min-height: 90px;
|
|
vertical-align: top;
|
|
line-height: 1.3em;
|
|
margin: 10px;
|
|
text-align: center;
|
|
}
|
|
/* line 214, bahmni-components/_buttons.scss */
|
|
.visits-nav-bar .prev-visit.arrow, .visits-nav-bar .next-visit.arrow {
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
padding: 9px 5px;
|
|
margin-left: -10px;
|
|
background: #81a726;
|
|
color: white;
|
|
border-color: #bbb;
|
|
height: 68px;
|
|
}
|
|
/* line 224, bahmni-components/_buttons.scss */
|
|
.visits-nav-bar .prev-visit.arrow span, .visits-nav-bar .next-visit.arrow span {
|
|
display: block;
|
|
line-height: 1em;
|
|
}
|
|
/* line 229, bahmni-components/_buttons.scss */
|
|
.visits-nav-bar .prev-visit.arrow i, .visits-nav-bar .next-visit.arrow i {
|
|
line-height: 1em;
|
|
font-size: 2em;
|
|
}
|
|
/* line 234, bahmni-components/_buttons.scss */
|
|
.visits-nav-bar .prev-visit.arrow .arrow-button, .visits-nav-bar .next-visit.arrow .arrow-button {
|
|
width: 0;
|
|
height: 0;
|
|
top: 0;
|
|
right: -17px;
|
|
border-bottom: 34px solid transparent;
|
|
border-top: 33px solid transparent;
|
|
border-left: 18px solid #81a726;
|
|
position: absolute;
|
|
}
|
|
/* line 245, bahmni-components/_buttons.scss */
|
|
.visits-nav-bar .prev-visit.arrow .arrow-border-button, .visits-nav-bar .next-visit.arrow .arrow-border-button {
|
|
width: 0;
|
|
height: 0;
|
|
top: 0;
|
|
right: -18px;
|
|
border-bottom: 34px solid transparent;
|
|
border-top: 33px solid transparent;
|
|
border-left: 18px solid #bbb;
|
|
position: absolute;
|
|
}
|
|
/* line 256, bahmni-components/_buttons.scss */
|
|
.visits-nav-bar .prev-visit.arrow.disabled, .visits-nav-bar .next-visit.arrow.disabled {
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #ccc;
|
|
cursor: default;
|
|
}
|
|
/* line 262, bahmni-components/_buttons.scss */
|
|
.visits-nav-bar .prev-visit.arrow.disabled .arrow-button, .visits-nav-bar .next-visit.arrow.disabled .arrow-button {
|
|
border-left: 18px solid #eee;
|
|
}
|
|
/* line 266, bahmni-components/_buttons.scss */
|
|
.visits-nav-bar .prev-visit.arrow.disabled .arrow-border-button, .visits-nav-bar .next-visit.arrow.disabled .arrow-border-button {
|
|
border-left: 18px solid #ccc;
|
|
}
|
|
/* line 514, clinical/_visit.scss */
|
|
.visits-nav-bar .prev-visit:hover, .visits-nav-bar .next-visit:hover {
|
|
text-decoration: none;
|
|
color: #91bc2b;
|
|
}
|
|
/* line 519, clinical/_visit.scss */
|
|
.visits-nav-bar .prev-visit.disabled, .visits-nav-bar .next-visit.disabled {
|
|
color: #ccc;
|
|
}
|
|
/* line 521, clinical/_visit.scss */
|
|
.visits-nav-bar .prev-visit.disabled:hover, .visits-nav-bar .next-visit.disabled:hover {
|
|
cursor: not-allowed;
|
|
}
|
|
/* line 525, clinical/_visit.scss */
|
|
.visits-nav-bar .visit-details {
|
|
display: inline-block;
|
|
background: #eee;
|
|
padding: 10px;
|
|
border: 1px solid #ccc;
|
|
color: #666;
|
|
min-width: 190px;
|
|
margin: 0;
|
|
}
|
|
/* line 533, clinical/_visit.scss */
|
|
.visits-nav-bar .visit-details .visit-date {
|
|
color: #333;
|
|
font-family: OpenSansBold, Arial, sans-serif;
|
|
}
|
|
/* line 538, clinical/_visit.scss */
|
|
.visits-nav-bar i.fa-caret-right, .visits-nav-bar i.fa-caret-left {
|
|
padding: 0;
|
|
}
|
|
|
|
/* line 543, clinical/_visit.scss */
|
|
.observation table tr td.toggle-btn {
|
|
width: 50px;
|
|
padding: 0;
|
|
}
|
|
|
|
/* line 547, clinical/_visit.scss */
|
|
.observation table tr td.value img {
|
|
width: 30px;
|
|
height: 30px;
|
|
border: 3px solid #ccc;
|
|
cursor: pointer;
|
|
}
|
|
/* line 552, clinical/_visit.scss */
|
|
.observation table tr td.value img:hover, .observation table tr td.value img:active {
|
|
opacity: 0.8;
|
|
}
|
|
|
|
/* line 557, clinical/_visit.scss */
|
|
.h-scroll .fa-stop {
|
|
color: #cc0000;
|
|
}
|
|
/* line 558, clinical/_visit.scss */
|
|
.h-scroll .fa-ok {
|
|
color: green;
|
|
}
|
|
|
|
/* line 561, clinical/_visit.scss */
|
|
a.visit:before {
|
|
content: "";
|
|
position: absolute;
|
|
height: 20px;
|
|
width: 140px;
|
|
}
|
|
|
|
/* line 568, clinical/_visit.scss */
|
|
.dashboard-patientInformation-section section.block {
|
|
background: none !important;
|
|
}
|
|
/* line 572, clinical/_visit.scss */
|
|
.dashboard-patientInformation-section table td.name {
|
|
width: 35%;
|
|
}
|
|
/* line 575, clinical/_visit.scss */
|
|
.dashboard-patientInformation-section table td.relationshipType {
|
|
text-indent: 10px;
|
|
}
|
|
/* line 578, clinical/_visit.scss */
|
|
.dashboard-patientInformation-section table td.value {
|
|
width: auto;
|
|
}
|
|
/* line 581, clinical/_visit.scss */
|
|
.dashboard-patientInformation-section table .patient-info {
|
|
border: 0;
|
|
}
|
|
/* line 583, clinical/_visit.scss */
|
|
.dashboard-patientInformation-section table .patient-info td {
|
|
border-top-left-radius: 5px;
|
|
border-top-right-radius: 5px;
|
|
background: #f1f1f1;
|
|
border-top: 0;
|
|
position: relative;
|
|
}
|
|
/* line 589, clinical/_visit.scss */
|
|
.dashboard-patientInformation-section table .patient-info td .ipd-indication {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
background: #88af28;
|
|
color: white;
|
|
padding: 4px 11px;
|
|
border-radius: 0 2px 0 0;
|
|
font-size: 20px;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 589, clinical/_visit.scss */
|
|
.dashboard-patientInformation-section table .patient-info td .ipd-indication {
|
|
bottom: -1px;
|
|
border-radius: 0;
|
|
top: auto;
|
|
}
|
|
}
|
|
/* line 605, clinical/_visit.scss */
|
|
.dashboard-patientInformation-section table .patient-info .patient-img {
|
|
margin-right: 5px;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
/* line 611, clinical/_visit.scss */
|
|
.dashboard-patientInformation-section table .patient-info .patient-img img {
|
|
height: 35px;
|
|
width: auto;
|
|
border: 1px solid #ccc;
|
|
border-radius: 100%;
|
|
}
|
|
/* line 618, clinical/_visit.scss */
|
|
.dashboard-patientInformation-section table .patient-info .patient-value {
|
|
display: inline-block;
|
|
width: 86%;
|
|
}
|
|
/* line 621, clinical/_visit.scss */
|
|
.dashboard-patientInformation-section table .patient-info .patient-value span {
|
|
font-size: 12px;
|
|
color: #333;
|
|
}
|
|
/* line 625, clinical/_visit.scss */
|
|
.dashboard-patientInformation-section table .patient-info .patient-value .patient-name {
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
color: #000;
|
|
margin-bottom: 3px;
|
|
}
|
|
/* line 631, clinical/_visit.scss */
|
|
.dashboard-patientInformation-section table .patient-info .patient-value .patient-gender-age {
|
|
font-family: openSansBold;
|
|
}
|
|
/* line 633, clinical/_visit.scss */
|
|
.dashboard-patientInformation-section table .patient-info .patient-value .patient-gender-age span {
|
|
font-family: openSans;
|
|
}
|
|
/* line 637, clinical/_visit.scss */
|
|
.dashboard-patientInformation-section table .patient-info .patient-value .patient-birth-time {
|
|
display: inline-block;
|
|
margin-right: 5px;
|
|
}
|
|
/* line 641, clinical/_visit.scss */
|
|
.dashboard-patientInformation-section table .patient-info .patient-value .patient-address {
|
|
display: block;
|
|
margin-top: 3px;
|
|
color: #666;
|
|
}
|
|
/* line 648, clinical/_visit.scss */
|
|
.dashboard-patientInformation-section table .patient-estimated-text {
|
|
font-size: 12px;
|
|
font-style: italic;
|
|
color: #868686 !important;
|
|
}
|
|
|
|
/* line 659, clinical/_visit.scss */
|
|
.c3 td.value {
|
|
width: auto;
|
|
}
|
|
|
|
/* line 666, clinical/_visit.scss */
|
|
.ng-dialog-all-details-page .visit-dashboard i {
|
|
width: 1.7em;
|
|
}
|
|
/* line 669, clinical/_visit.scss */
|
|
.ng-dialog-all-details-page .visit-dashboard ul li {
|
|
background: #fff;
|
|
}
|
|
/* line 672, clinical/_visit.scss */
|
|
.ng-dialog-all-details-page .visit-dashboard ul li ul li span {
|
|
padding: 3px 10px !important;
|
|
}
|
|
/* line 674, clinical/_visit.scss */
|
|
.ng-dialog-all-details-page .visit-dashboard ul li ul li span.formDataTime {
|
|
width: 234px;
|
|
text-align: right;
|
|
}
|
|
/* line 677, clinical/_visit.scss */
|
|
.ng-dialog-all-details-page .visit-dashboard ul li ul li span.formDataTime .formDataEdit {
|
|
padding: 0 !important;
|
|
}
|
|
/* line 681, clinical/_visit.scss */
|
|
.ng-dialog-all-details-page .visit-dashboard ul li ul li span.formDataDate {
|
|
width: 174px;
|
|
}
|
|
|
|
/* line 2, clinical/_consultation.scss */
|
|
.consultation-page .section-grid {
|
|
margin-bottom: 15px;
|
|
}
|
|
/* line 6, clinical/_consultation.scss */
|
|
.consultation-page .messages .null-data-message {
|
|
margin: 0;
|
|
}
|
|
/* line 10, clinical/_consultation.scss */
|
|
.consultation-page .consultation-notes {
|
|
margin-top: 10px;
|
|
}
|
|
/* line 12, clinical/_consultation.scss */
|
|
.consultation-page .consultation-notes textarea {
|
|
padding: 10px;
|
|
margin: 10px;
|
|
width: 96%;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 12, clinical/_consultation.scss */
|
|
.consultation-page .consultation-notes textarea {
|
|
width: 94%;
|
|
}
|
|
}
|
|
/* line 22, clinical/_consultation.scss */
|
|
.consultation-page .observation .toggle {
|
|
padding-right: 3px;
|
|
}
|
|
/* line 27, clinical/_consultation.scss */
|
|
.consultation-page .disposition .toggle i {
|
|
padding-right: 5px;
|
|
}
|
|
|
|
/* line 35, clinical/_consultation.scss */
|
|
.clinical-consultation .tabs .fa-home {
|
|
padding: 0;
|
|
}
|
|
|
|
/* line 43, clinical/_consultation.scss */
|
|
.disposition button.toggle .fa-minus-circle {
|
|
display: none !important;
|
|
}
|
|
/* line 46, clinical/_consultation.scss */
|
|
.disposition button.toggle.active {
|
|
background: none !important;
|
|
}
|
|
/* line 48, clinical/_consultation.scss */
|
|
.disposition button.toggle.active .fa-minus-circle {
|
|
display: block !important;
|
|
}
|
|
/* line 51, clinical/_consultation.scss */
|
|
.disposition button.toggle.active .fa-plus-circle {
|
|
display: none !important;
|
|
}
|
|
|
|
/* line 2, clinical/_diagnosis.scss */
|
|
.diagnosis .col {
|
|
margin: 0 !important;
|
|
}
|
|
/* line 5, clinical/_diagnosis.scss */
|
|
.diagnosis .comment-toggle {
|
|
margin: 0;
|
|
}
|
|
/* line 8, clinical/_diagnosis.scss */
|
|
.diagnosis .diagnosis-toggle {
|
|
padding: 7px 5px;
|
|
}
|
|
/* line 12, clinical/_diagnosis.scss */
|
|
.diagnosis .table .row {
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
/* line 15, clinical/_diagnosis.scss */
|
|
.diagnosis .table .table-header.row {
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
/* line 19, clinical/_diagnosis.scss */
|
|
.diagnosis .new-diagnosis, .diagnosis .current-diagnosis, .diagnosis .history-diagnosis {
|
|
margin-bottom: 25px;
|
|
border: 1px solid #b3b3b3;
|
|
border-bottom: none;
|
|
}
|
|
/* line 24, clinical/_diagnosis.scss */
|
|
.diagnosis .new-diagnosis {
|
|
border: 1px solid #b3b3b3;
|
|
background: #FFFFFF;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
/* line 24, clinical/_diagnosis.scss */
|
|
.diagnosis .new-diagnosis {
|
|
margin-top: 20px;
|
|
}
|
|
}
|
|
/* line 31, clinical/_diagnosis.scss */
|
|
.diagnosis .new-diagnosis .row-remover {
|
|
border: 1px solid #ccc;
|
|
border-radius: 5px;
|
|
float: right;
|
|
padding: 5px 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 37, clinical/_diagnosis.scss */
|
|
.diagnosis .new-diagnosis .row-remover span {
|
|
font-size: 20px;
|
|
color: #660000;
|
|
padding: 0;
|
|
}
|
|
/* line 44, clinical/_diagnosis.scss */
|
|
.diagnosis .table-header {
|
|
background: #eee;
|
|
border-radius: 5px 5px 0 0;
|
|
}
|
|
/* line 47, clinical/_diagnosis.scss */
|
|
.diagnosis .table-header span {
|
|
font-size: 14px;
|
|
white-space: nowrap;
|
|
color: #666;
|
|
font-family: OpenSansBold, Arial, sans-serif;
|
|
font-weight: normal;
|
|
padding-left: 12px;
|
|
}
|
|
/* line 56, clinical/_diagnosis.scss */
|
|
.diagnosis input[type=number], .diagnosis form .input-prepend [type=number].add-on, form .input-prepend .diagnosis [type=number].add-on, .diagnosis .form .input-prepend [type=number].add-on, .form .input-prepend .diagnosis [type=number].add-on {
|
|
width: 50px;
|
|
}
|
|
/* line 59, clinical/_diagnosis.scss */
|
|
.diagnosis .col1 {
|
|
display: inline;
|
|
float: left;
|
|
width: 220px;
|
|
margin: 0 10px;
|
|
width: 39%;
|
|
}
|
|
/* line 61, clinical/_diagnosis.scss */
|
|
.diagnosis .col1 input[type="text"], .diagnosis .col1 form .input-prepend [type="text"].add-on, form .input-prepend .diagnosis .col1 [type="text"].add-on, .diagnosis .col1 .form .input-prepend [type="text"].add-on, .form .input-prepend .diagnosis .col1 [type="text"].add-on {
|
|
min-width: 160px;
|
|
margin-left: 10px;
|
|
margin-top: 0;
|
|
float: left;
|
|
}
|
|
/* line 67, clinical/_diagnosis.scss */
|
|
.diagnosis .col1 input[type="checkbox"], .diagnosis .col1 form .input-prepend [type="checkbox"].add-on, form .input-prepend .diagnosis .col1 [type="checkbox"].add-on, .diagnosis .col1 .form .input-prepend [type="checkbox"].add-on, .form .input-prepend .diagnosis .col1 [type="checkbox"].add-on {
|
|
margin-top: 8px;
|
|
}
|
|
/* line 70, clinical/_diagnosis.scss */
|
|
.diagnosis .col1 label.add-new {
|
|
margin-top: 10px;
|
|
font-size: 12px;
|
|
}
|
|
/* line 72, clinical/_diagnosis.scss */
|
|
.diagnosis .col1 .diagnosis-name, .diagnosis .col1 .diagnosis-date {
|
|
width: 50%;
|
|
padding: 0 10px;
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 77, clinical/_diagnosis.scss */
|
|
.diagnosis .col1 .diagnosis-date {
|
|
font-size: 13px;
|
|
}
|
|
/* line 81, clinical/_diagnosis.scss */
|
|
.diagnosis .col2 {
|
|
display: inline;
|
|
float: left;
|
|
width: 220px;
|
|
margin: 0 10px;
|
|
width: 22%;
|
|
}
|
|
/* line 83, clinical/_diagnosis.scss */
|
|
.diagnosis .col2 button:first-child {
|
|
margin-left: 10px;
|
|
}
|
|
/* line 87, clinical/_diagnosis.scss */
|
|
.diagnosis .col2.notes-subscriber {
|
|
width: 45%;
|
|
padding: 0;
|
|
}
|
|
/* line 91, clinical/_diagnosis.scss */
|
|
.diagnosis .col2 .subscriber-name {
|
|
padding: 18px 10px 3px 0;
|
|
text-align: right;
|
|
font-size: 10px;
|
|
color: #666;
|
|
box-sizing: border-box;
|
|
width: 36%;
|
|
display: inline-block;
|
|
vertical-align: bottom;
|
|
}
|
|
/* line 101, clinical/_diagnosis.scss */
|
|
.diagnosis .col2 .diagnosis-notes {
|
|
display: inline-block;
|
|
width: 60%;
|
|
box-sizing: border-box;
|
|
font-size: 13px;
|
|
padding: 10px 10px 10px 0;
|
|
}
|
|
/* line 109, clinical/_diagnosis.scss */
|
|
.diagnosis .col3 {
|
|
display: inline;
|
|
float: left;
|
|
width: 220px;
|
|
margin: 0 10px;
|
|
width: 23%;
|
|
}
|
|
/* line 111, clinical/_diagnosis.scss */
|
|
.diagnosis .col3 button:first-child {
|
|
margin-left: 10px;
|
|
}
|
|
/* line 116, clinical/_diagnosis.scss */
|
|
.diagnosis .col4 {
|
|
display: inline;
|
|
float: left;
|
|
width: 140px;
|
|
margin: 0 10px;
|
|
width: 12%;
|
|
}
|
|
/* line 119, clinical/_diagnosis.scss */
|
|
.diagnosis .col4.diagnosis-actions {
|
|
font-size: 13px;
|
|
width: 16%;
|
|
}
|
|
/* line 122, clinical/_diagnosis.scss */
|
|
.diagnosis .col4.diagnosis-actions a {
|
|
text-decoration: underline;
|
|
margin: 0 5px;
|
|
color: #2b95ff;
|
|
}
|
|
/* line 126, clinical/_diagnosis.scss */
|
|
.diagnosis .col4.diagnosis-actions a:hover {
|
|
text-decoration: none;
|
|
}
|
|
/* line 129, clinical/_diagnosis.scss */
|
|
.diagnosis .col4.diagnosis-actions a.followUp {
|
|
pointer-events: none;
|
|
text-decoration: none;
|
|
color: #e7ac3e;
|
|
font-weight: bold;
|
|
}
|
|
/* line 138, clinical/_diagnosis.scss */
|
|
.diagnosis .col5 {
|
|
display: inline;
|
|
float: left;
|
|
width: 60px;
|
|
margin: 0 10px;
|
|
width: 3%;
|
|
}
|
|
/* line 142, clinical/_diagnosis.scss */
|
|
.diagnosis .view-past {
|
|
position: relative;
|
|
-webkit-transition: background-color 1s ease;
|
|
}
|
|
/* line 145, clinical/_diagnosis.scss */
|
|
.diagnosis .view-past .message {
|
|
position: absolute;
|
|
-webkit-transition: display 1s ease;
|
|
right: 215px;
|
|
top: 20px;
|
|
color: orange;
|
|
margin-bottom: 5px;
|
|
font-size: 14px;
|
|
display: none;
|
|
}
|
|
/* line 156, clinical/_diagnosis.scss */
|
|
.diagnosis .view-past.edited {
|
|
background-color: #cceffc;
|
|
}
|
|
/* line 158, clinical/_diagnosis.scss */
|
|
.diagnosis .view-past.edited .message {
|
|
display: block;
|
|
}
|
|
/* line 162, clinical/_diagnosis.scss */
|
|
.diagnosis button:first-child, .diagnosis button.accept-btn {
|
|
margin-left: 10px;
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
border-right: 1;
|
|
}
|
|
/* line 168, clinical/_diagnosis.scss */
|
|
.diagnosis button:last-child {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
border-left: 1;
|
|
}
|
|
/* line 173, clinical/_diagnosis.scss */
|
|
.diagnosis button {
|
|
padding: 8px 7px;
|
|
font-size: 11px;
|
|
}
|
|
/* line 177, clinical/_diagnosis.scss */
|
|
.diagnosis .status button {
|
|
border-radius: 3px;
|
|
}
|
|
/* line 180, clinical/_diagnosis.scss */
|
|
.diagnosis button:focus {
|
|
outline: 0;
|
|
border: 2px solid #007fff;
|
|
}
|
|
/* line 184, clinical/_diagnosis.scss */
|
|
.diagnosis button.active {
|
|
color: #457FAC;
|
|
padding-top: 7px;
|
|
}
|
|
/* line 187, clinical/_diagnosis.scss */
|
|
.diagnosis button.active span:before {
|
|
font-family: FontAwesome;
|
|
content: "\f00c";
|
|
font-size: 18px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
/* line 196, clinical/_diagnosis.scss */
|
|
.current-diagnosis .diagnosis-row, .history-diagnosis .diagnosis-row {
|
|
overflow: auto;
|
|
clear: both;
|
|
}
|
|
/* line 199, clinical/_diagnosis.scss */
|
|
.current-diagnosis .diagnosis-row .view-past, .history-diagnosis .diagnosis-row .view-past {
|
|
overflow: auto;
|
|
clear: both;
|
|
}
|
|
/* line 202, clinical/_diagnosis.scss */
|
|
.current-diagnosis .diagnosis-row .view-past .col, .history-diagnosis .diagnosis-row .view-past .col {
|
|
padding-top: 0;
|
|
padding-bottom: 5px;
|
|
}
|
|
/* line 203, clinical/_diagnosis.scss */
|
|
.current-diagnosis .diagnosis-row .view-past .diagnosis-name, .history-diagnosis .diagnosis-row .view-past .diagnosis-name {
|
|
padding-left: 10px;
|
|
font-size: 14px;
|
|
}
|
|
/* line 206, clinical/_diagnosis.scss */
|
|
.current-diagnosis .diagnosis-row .view-past .diagnosis-name.ruled-out, .history-diagnosis .diagnosis-row .view-past .diagnosis-name.ruled-out {
|
|
color: #666;
|
|
text-decoration: line-through;
|
|
}
|
|
/* line 211, clinical/_diagnosis.scss */
|
|
.current-diagnosis .diagnosis-row .view-past .col2, .history-diagnosis .diagnosis-row .view-past .col2 {
|
|
padding-left: 10px;
|
|
}
|
|
/* line 212, clinical/_diagnosis.scss */
|
|
.current-diagnosis .diagnosis-row .view-past .col2, .current-diagnosis .diagnosis-row .view-past .col3, .history-diagnosis .diagnosis-row .view-past .col2, .history-diagnosis .diagnosis-row .view-past .col3 {
|
|
font-size: 12px;
|
|
margin-top: 5px;
|
|
}
|
|
/* line 216, clinical/_diagnosis.scss */
|
|
.current-diagnosis .diagnosis-row .view-past .col2 .view, .current-diagnosis .diagnosis-row .view-past .col3 .view, .history-diagnosis .diagnosis-row .view-past .col2 .view, .history-diagnosis .diagnosis-row .view-past .col3 .view {
|
|
margin-bottom: 5px;
|
|
}
|
|
/* line 217, clinical/_diagnosis.scss */
|
|
.current-diagnosis .diagnosis-row .view-past .col2 .date, .current-diagnosis .diagnosis-row .view-past .col3 .date, .history-diagnosis .diagnosis-row .view-past .col2 .date, .history-diagnosis .diagnosis-row .view-past .col3 .date {
|
|
margin-right: 5px;
|
|
}
|
|
/* line 222, clinical/_diagnosis.scss */
|
|
.current-diagnosis .diagnosis-row button.toggle, .history-diagnosis .diagnosis-row button.toggle {
|
|
font-size: 100%;
|
|
background: none;
|
|
}
|
|
/* line 225, clinical/_diagnosis.scss */
|
|
.current-diagnosis .diagnosis-row button.toggle i, .history-diagnosis .diagnosis-row button.toggle i {
|
|
border-radius: 3px;
|
|
background: linear-gradient(to bottom, #FFF, #DDD);
|
|
background-color: #DDD;
|
|
border: #DDD 1px solid;
|
|
padding: 6px 20px 7px;
|
|
display: inline-block;
|
|
line-height: 1.2em;
|
|
color: #363463;
|
|
cursor: pointer;
|
|
min-width: 0;
|
|
max-width: 300px;
|
|
text-decoration: none;
|
|
padding: 10px 5px 5px 8px;
|
|
}
|
|
/* line 153, bahmni-components/_buttons.scss */
|
|
.current-diagnosis .diagnosis-row button.toggle i:hover, .history-diagnosis .diagnosis-row button.toggle i:hover {
|
|
background: #e2e2e2;
|
|
border-color: #d0d0d0;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 153, bahmni-components/_buttons.scss */
|
|
.current-diagnosis .diagnosis-row button.toggle i:hover, .history-diagnosis .diagnosis-row button.toggle i:hover {
|
|
background: linear-gradient(to bottom, #FFF, #DDD);
|
|
border: #DDD 1px solid;
|
|
}
|
|
}
|
|
/* line 162, bahmni-components/_buttons.scss */
|
|
.current-diagnosis .diagnosis-row button.toggle i.active, .history-diagnosis .diagnosis-row button.toggle i.active {
|
|
background: #d8d8d8;
|
|
border-color: #d0d0d0;
|
|
}
|
|
/* line 167, bahmni-components/_buttons.scss */
|
|
.current-diagnosis .diagnosis-row button.toggle i i, .history-diagnosis .diagnosis-row button.toggle i i {
|
|
font-size: 1.2em;
|
|
margin: 0;
|
|
padding: 0;
|
|
line-height: .5em;
|
|
}
|
|
/* line 175, bahmni-components/_buttons.scss */
|
|
.current-diagnosis .diagnosis-row button.toggle i.big i, .current-diagnosis .diagnosis-row button.toggle i.medium i, .history-diagnosis .diagnosis-row button.toggle i.big i, .history-diagnosis .diagnosis-row button.toggle i.medium i {
|
|
display: block;
|
|
font-size: 50px;
|
|
margin: 0 auto;
|
|
padding: 10px;
|
|
}
|
|
/* line 184, bahmni-components/_buttons.scss */
|
|
.current-diagnosis .diagnosis-row button.toggle i.medium i, .history-diagnosis .diagnosis-row button.toggle i.medium i {
|
|
font-size: 34px;
|
|
}
|
|
/* line 189, bahmni-components/_buttons.scss */
|
|
.current-diagnosis .diagnosis-row button.toggle i.disabled, .current-diagnosis .diagnosis-row button.toggle i:disabled, .history-diagnosis .diagnosis-row button.toggle i.disabled, .history-diagnosis .diagnosis-row button.toggle i:disabled {
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #333;
|
|
cursor: default;
|
|
}
|
|
/* line 196, bahmni-components/_buttons.scss */
|
|
.current-diagnosis .diagnosis-row button.toggle i.print, .history-diagnosis .diagnosis-row button.toggle i.print {
|
|
padding: 10px;
|
|
}
|
|
/* line 199, bahmni-components/_buttons.scss */
|
|
.current-diagnosis .diagnosis-row button.toggle i.print i, .history-diagnosis .diagnosis-row button.toggle i.print i {
|
|
font-size: 1.5em;
|
|
}
|
|
/* line 204, bahmni-components/_buttons.scss */
|
|
.current-diagnosis .diagnosis-row button.toggle i.app, .history-diagnosis .diagnosis-row button.toggle i.app {
|
|
padding: 20px 10px;
|
|
width: 150px;
|
|
min-height: 90px;
|
|
vertical-align: top;
|
|
line-height: 1.3em;
|
|
margin: 10px;
|
|
text-align: center;
|
|
}
|
|
/* line 214, bahmni-components/_buttons.scss */
|
|
.current-diagnosis .diagnosis-row button.toggle i.arrow, .history-diagnosis .diagnosis-row button.toggle i.arrow {
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
padding: 9px 5px;
|
|
margin-left: -10px;
|
|
background: #81a726;
|
|
color: white;
|
|
border-color: #bbb;
|
|
height: 68px;
|
|
}
|
|
/* line 224, bahmni-components/_buttons.scss */
|
|
.current-diagnosis .diagnosis-row button.toggle i.arrow span, .history-diagnosis .diagnosis-row button.toggle i.arrow span {
|
|
display: block;
|
|
line-height: 1em;
|
|
}
|
|
/* line 229, bahmni-components/_buttons.scss */
|
|
.current-diagnosis .diagnosis-row button.toggle i.arrow i, .history-diagnosis .diagnosis-row button.toggle i.arrow i {
|
|
line-height: 1em;
|
|
font-size: 2em;
|
|
}
|
|
/* line 234, bahmni-components/_buttons.scss */
|
|
.current-diagnosis .diagnosis-row button.toggle i.arrow .arrow-button, .history-diagnosis .diagnosis-row button.toggle i.arrow .arrow-button {
|
|
width: 0;
|
|
height: 0;
|
|
top: 0;
|
|
right: -17px;
|
|
border-bottom: 34px solid transparent;
|
|
border-top: 33px solid transparent;
|
|
border-left: 18px solid #81a726;
|
|
position: absolute;
|
|
}
|
|
/* line 245, bahmni-components/_buttons.scss */
|
|
.current-diagnosis .diagnosis-row button.toggle i.arrow .arrow-border-button, .history-diagnosis .diagnosis-row button.toggle i.arrow .arrow-border-button {
|
|
width: 0;
|
|
height: 0;
|
|
top: 0;
|
|
right: -18px;
|
|
border-bottom: 34px solid transparent;
|
|
border-top: 33px solid transparent;
|
|
border-left: 18px solid #bbb;
|
|
position: absolute;
|
|
}
|
|
/* line 256, bahmni-components/_buttons.scss */
|
|
.current-diagnosis .diagnosis-row button.toggle i.arrow.disabled, .history-diagnosis .diagnosis-row button.toggle i.arrow.disabled {
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #ccc;
|
|
cursor: default;
|
|
}
|
|
/* line 262, bahmni-components/_buttons.scss */
|
|
.current-diagnosis .diagnosis-row button.toggle i.arrow.disabled .arrow-button, .history-diagnosis .diagnosis-row button.toggle i.arrow.disabled .arrow-button {
|
|
border-left: 18px solid #eee;
|
|
}
|
|
/* line 266, bahmni-components/_buttons.scss */
|
|
.current-diagnosis .diagnosis-row button.toggle i.arrow.disabled .arrow-border-button, .history-diagnosis .diagnosis-row button.toggle i.arrow.disabled .arrow-border-button {
|
|
border-left: 18px solid #ccc;
|
|
}
|
|
|
|
/* line 233, clinical/_diagnosis.scss */
|
|
.diagnosis .history-diagnosis .table-body .row.edit-diagnosis {
|
|
overflow: auto;
|
|
clear: both;
|
|
background: #eee;
|
|
border-bottom: 0;
|
|
}
|
|
|
|
@media screen and (max-width: 930px) {
|
|
/* line 243, clinical/_diagnosis.scss */
|
|
.diagnosis .status button {
|
|
white-space: nowrap;
|
|
border-radius: 3px !important;
|
|
}
|
|
|
|
/* line 248, clinical/_diagnosis.scss */
|
|
.diagnosis .col1 {
|
|
width: 37%;
|
|
}
|
|
/* line 251, clinical/_diagnosis.scss */
|
|
.diagnosis .col2 {
|
|
width: 18%;
|
|
}
|
|
/* line 254, clinical/_diagnosis.scss */
|
|
.diagnosis .col3 {
|
|
width: 18%;
|
|
}
|
|
/* line 257, clinical/_diagnosis.scss */
|
|
.diagnosis .col4 {
|
|
width: 16%;
|
|
}
|
|
/* line 260, clinical/_diagnosis.scss */
|
|
.diagnosis .col5 {
|
|
width: 9%;
|
|
}
|
|
/* line 263, clinical/_diagnosis.scss */
|
|
.diagnosis button {
|
|
width: 78px;
|
|
}
|
|
/* line 266, clinical/_diagnosis.scss */
|
|
.diagnosis .comment-toggle, .diagnosis .toggle, .diagnosis .remove-diagnosis {
|
|
width: auto;
|
|
}
|
|
/* line 269, clinical/_diagnosis.scss */
|
|
.diagnosis button:first-child {
|
|
margin-left: 10px;
|
|
border-right: 1px;
|
|
border-radius: 3px 3px 0 0;
|
|
}
|
|
/* line 274, clinical/_diagnosis.scss */
|
|
.diagnosis button:last-child {
|
|
border-radius: 0 0 3px 3px;
|
|
border-left: 1px;
|
|
margin-left: 10px;
|
|
}
|
|
/* line 279, clinical/_diagnosis.scss */
|
|
.diagnosis .view-past .message {
|
|
font-size: 10px;
|
|
top: 8px;
|
|
}
|
|
}
|
|
/* line 287, clinical/_diagnosis.scss */
|
|
.visit .history-diagnosis .diagnosis-row button.toggle {
|
|
color: #666;
|
|
padding: 0;
|
|
}
|
|
/* line 291, clinical/_diagnosis.scss */
|
|
.visit .history-diagnosis .diagnosis-row button.toggle.has-notes i {
|
|
color: orange;
|
|
}
|
|
/* line 295, clinical/_diagnosis.scss */
|
|
.visit .history-diagnosis .diagnosis-row button.toggle i {
|
|
padding: 0;
|
|
background: none;
|
|
border: none;
|
|
color: #666;
|
|
}
|
|
/* line 300, clinical/_diagnosis.scss */
|
|
.visit .history-diagnosis .diagnosis-row button.toggle i:hover {
|
|
background: none;
|
|
}
|
|
|
|
/* line 308, clinical/_diagnosis.scss */
|
|
.diagnosis-row button.toggle.has-notes i {
|
|
color: orange;
|
|
}
|
|
|
|
/* line 311, clinical/_diagnosis.scss */
|
|
textarea.comment-section {
|
|
margin: 0 10px 10px 10px;
|
|
min-width: 80%;
|
|
}
|
|
|
|
/* line 315, clinical/_diagnosis.scss */
|
|
button.add-condition {
|
|
margin-top: 7px;
|
|
font-size: 12px;
|
|
padding: 11px 7px;
|
|
}
|
|
|
|
/* line 320, clinical/_diagnosis.scss */
|
|
.condition-header {
|
|
width: 56%;
|
|
display: inline-block;
|
|
}
|
|
|
|
/* line 324, clinical/_diagnosis.scss */
|
|
.conditions-display-contorl-overflow {
|
|
height: 98%;
|
|
overflow: auto;
|
|
}
|
|
|
|
/* line 328, clinical/_diagnosis.scss */
|
|
.disable-conditions-in-retro-mode {
|
|
background: #eee;
|
|
color: #999;
|
|
}
|
|
/* line 331, clinical/_diagnosis.scss */
|
|
.disable-conditions-in-retro-mode input, .disable-conditions-in-retro-mode form .input-prepend .add-on, form .input-prepend .disable-conditions-in-retro-mode .add-on, .disable-conditions-in-retro-mode .form .input-prepend .add-on, .form .input-prepend .disable-conditions-in-retro-mode .add-on, .disable-conditions-in-retro-mode button {
|
|
pointer-events: none;
|
|
background: #eee;
|
|
color: #999;
|
|
}
|
|
/* line 336, clinical/_diagnosis.scss */
|
|
.disable-conditions-in-retro-mode a {
|
|
pointer-events: none;
|
|
color: #999 !important;
|
|
}
|
|
|
|
/* line 3, clinical/_disposition.scss */
|
|
.disposition-wrapper .disposition-tab label {
|
|
float: left;
|
|
margin-right: 10px;
|
|
}
|
|
/* line 7, clinical/_disposition.scss */
|
|
.disposition-wrapper .disposition-tab .dispositionNotesWrap {
|
|
*zoom: 1;
|
|
clear: both;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.disposition-wrapper .disposition-tab .dispositionNotesWrap:before, .disposition-wrapper .disposition-tab .dispositionNotesWrap:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.disposition-wrapper .disposition-tab .dispositionNotesWrap:after {
|
|
clear: both;
|
|
}
|
|
/* line 10, clinical/_disposition.scss */
|
|
.disposition-wrapper .disposition-tab .dispositionNotesWrap label {
|
|
float: none;
|
|
}
|
|
/* line 13, clinical/_disposition.scss */
|
|
.disposition-wrapper .disposition-tab .dispositionNotesWrap textarea {
|
|
margin: 10px 0;
|
|
width: 98.1%;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 13, clinical/_disposition.scss */
|
|
.disposition-wrapper .disposition-tab .dispositionNotesWrap textarea {
|
|
width: 97.7%;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
/* line 13, clinical/_disposition.scss */
|
|
.disposition-wrapper .disposition-tab .dispositionNotesWrap textarea {
|
|
width: 94.9%;
|
|
}
|
|
}
|
|
|
|
/* line 1, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container {
|
|
font-size: 12px;
|
|
}
|
|
/* line 3, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .dashboard-section-wrapper {
|
|
position: static;
|
|
}
|
|
/* line 6, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .drug-details {
|
|
line-height: 1.5em;
|
|
padding-left: 10px;
|
|
margin-top: 5px;
|
|
width: 58%;
|
|
float: left;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 6, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .drug-details {
|
|
width: 46%;
|
|
}
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
/* line 6, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .drug-details {
|
|
width: 44%;
|
|
}
|
|
}
|
|
/* line 19, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container div.start-date span {
|
|
line-height: 1em;
|
|
padding-top: 7px;
|
|
font-family: OpenSansItalic;
|
|
font-size: 12px;
|
|
color: #666;
|
|
display: block;
|
|
width: 130px;
|
|
text-align: left;
|
|
}
|
|
/* line 28, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container div.start-date span.stop-date {
|
|
padding-bottom: 7px;
|
|
}
|
|
/* line 32, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .table-mimic {
|
|
font-size: 12px;
|
|
}
|
|
/* line 35, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .footer-note .time-stamp {
|
|
display: inline-block;
|
|
padding-right: 5px;
|
|
}
|
|
/* line 39, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .button-group-wrapper {
|
|
float: right;
|
|
width: 215px;
|
|
padding: 3px 0;
|
|
}
|
|
/* line 43, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .button-group-wrapper button.toggle.has-notes {
|
|
background: none !important;
|
|
}
|
|
/* line 46, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .button-group-wrapper .button-group {
|
|
float: right;
|
|
}
|
|
/* line 47, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .button-group-wrapper button, .treatment-page-container .button-group-wrapper button:hover {
|
|
padding: 0;
|
|
margin: 0;
|
|
float: left;
|
|
margin-right: 2px;
|
|
}
|
|
/* line 52, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .button-group-wrapper button i, .treatment-page-container .button-group-wrapper button:hover i {
|
|
font-size: 1.3em;
|
|
color: #666;
|
|
padding: 3px 0.2em;
|
|
}
|
|
/* line 58, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .button-group-wrapper .refill-btn, .treatment-page-container .button-group-wrapper .stop-drug-btn {
|
|
padding: 6px !important;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 58, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .button-group-wrapper .refill-btn, .treatment-page-container .button-group-wrapper .stop-drug-btn {
|
|
padding: 4px 6px !important;
|
|
}
|
|
}
|
|
/* line 64, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .button-group-wrapper button.dispense-btn {
|
|
font-family: OpenSansBold;
|
|
color: #457FAC;
|
|
padding: 0 7px;
|
|
width: auto;
|
|
height: 24px;
|
|
}
|
|
/* line 70, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .button-group-wrapper button.dispense-btn:hover {
|
|
padding: 0 7px;
|
|
}
|
|
/* line 73, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .button-group-wrapper button.dispense-btn i {
|
|
color: #457FAC;
|
|
font-size: 1.2em;
|
|
padding: 0;
|
|
}
|
|
/* line 80, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .add-drug-btn, .treatment-page-container .reset-drug-form {
|
|
margin-top: 4px;
|
|
margin-left: 5px;
|
|
}
|
|
/* line 83, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .add-drug-btn.move-add-drug-btn, .treatment-page-container .reset-drug-form.move-add-drug-btn {
|
|
margin-top: 52px;
|
|
}
|
|
/* line 2, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .drug-type-title {
|
|
color: #000;
|
|
margin: 0;
|
|
font-family: openSansSemiBold;
|
|
margin-bottom: 5px;
|
|
font-size: 15px;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 9, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .type-of-drug-section {
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
/* line 14, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .default-drug-container {
|
|
margin-bottom: 25px;
|
|
}
|
|
/* line 16, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .default-drug-container.multi-select-button-group {
|
|
max-width: 100%;
|
|
}
|
|
/* line 20, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .medication-drug-container {
|
|
margin-bottom: 25px;
|
|
}
|
|
/* line 22, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .medication-drug-container .accept-btn {
|
|
margin-right: 5px;
|
|
margin-top: 4px;
|
|
padding: 6px 10px 7px;
|
|
}
|
|
/* line 27, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .medication-drug-container .drug-name {
|
|
min-width: 330px;
|
|
width: 330px;
|
|
margin-right: 10px;
|
|
float: left;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 27, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .medication-drug-container .drug-name {
|
|
width: 160px;
|
|
min-width: 160px;
|
|
}
|
|
}
|
|
/* line 38, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .edit-drug-order {
|
|
background: #FFFFFF;
|
|
padding: 6px 5px 6px 8px;
|
|
}
|
|
/* line 42, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper textarea.drug-order-notes {
|
|
min-width: 330px;
|
|
width: 330px;
|
|
margin-right: 10px;
|
|
float: left;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 42, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper textarea.drug-order-notes {
|
|
width: 160px;
|
|
min-width: 160px;
|
|
}
|
|
}
|
|
/* line 52, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper input[type="number"], .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper form .input-prepend [type="number"].add-on, form .input-prepend .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper [type="number"].add-on, .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper .form .input-prepend [type="number"].add-on, .form .input-prepend .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper [type="number"].add-on {
|
|
width: 35px;
|
|
min-width: 35px;
|
|
margin-right: 2px;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
margin-right: 2px;
|
|
}
|
|
/* line 59, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper input[type="number"]::-webkit-inner-spin-button, .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper form .input-prepend [type="number"].add-on::-webkit-inner-spin-button, form .input-prepend .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper [type="number"].add-on::-webkit-inner-spin-button, .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper .form .input-prepend [type="number"].add-on::-webkit-inner-spin-button, .form .input-prepend .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper [type="number"].add-on::-webkit-inner-spin-button, .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper input[type="number"]::-webkit-outer-spin-button, .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper form .input-prepend [type="number"].add-on::-webkit-outer-spin-button, form .input-prepend .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper [type="number"].add-on::-webkit-outer-spin-button, .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper .form .input-prepend [type="number"].add-on::-webkit-outer-spin-button, .form .input-prepend .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper [type="number"].add-on::-webkit-outer-spin-button {
|
|
-webkit-appearance: none;
|
|
margin: 0;
|
|
}
|
|
/* line 64, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper #uniform-dose {
|
|
width: 105px;
|
|
}
|
|
/* line 67, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper input[type="date"], .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper form .input-prepend [type="date"].add-on, form .input-prepend .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper [type="date"].add-on, .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper .form .input-prepend [type="date"].add-on, .form .input-prepend .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper [type="date"].add-on {
|
|
padding-right: 0px;
|
|
padding-left: 5px;
|
|
width: 123px;
|
|
}
|
|
/* line 71, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper input[type="date"]::-webkit-inner-spin-button, .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper form .input-prepend [type="date"].add-on::-webkit-inner-spin-button, form .input-prepend .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper [type="date"].add-on::-webkit-inner-spin-button, .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper .form .input-prepend [type="date"].add-on::-webkit-inner-spin-button, .form .input-prepend .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper [type="date"].add-on::-webkit-inner-spin-button, .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper input[type="date"]::-webkit-outer-spin-button, .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper form .input-prepend [type="date"].add-on::-webkit-outer-spin-button, form .input-prepend .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper [type="date"].add-on::-webkit-outer-spin-button, .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper .form .input-prepend [type="date"].add-on::-webkit-outer-spin-button, .form .input-prepend .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper [type="date"].add-on::-webkit-outer-spin-button {
|
|
-webkit-appearance: none;
|
|
display: none;
|
|
}
|
|
/* line 76, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper .start-date-label {
|
|
padding: 0 5px 0 10px;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 76, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper .start-date-label {
|
|
padding: 7px 5px 0 10px;
|
|
}
|
|
}
|
|
/* line 83, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper button.exchange-btn, .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper button.showInfo-btn {
|
|
margin-top: 4px;
|
|
padding: 4px 8px 5px;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 83, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper button.exchange-btn, .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper button.showInfo-btn {
|
|
padding: 6px 10px 7px;
|
|
}
|
|
}
|
|
/* line 90, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper button#SOS {
|
|
margin-right: 5px;
|
|
line-height: .9em;
|
|
margin-top: 4px;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 90, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper button#SOS {
|
|
line-height: 1.3em;
|
|
}
|
|
}
|
|
/* line 98, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper button.exchange-btn {
|
|
margin-right: 4px;
|
|
}
|
|
/* line 102, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper select {
|
|
width: auto;
|
|
}
|
|
/* line 105, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper select, .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper input[type="date"], .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper form .input-prepend [type="date"].add-on, form .input-prepend .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper [type="date"].add-on, .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper .form .input-prepend [type="date"].add-on, .form .input-prepend .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper [type="date"].add-on {
|
|
min-width: 110px;
|
|
margin-right: 2px;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 105, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper select, .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper input[type="date"], .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper form .input-prepend [type="date"].add-on, form .input-prepend .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper [type="date"].add-on, .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper .form .input-prepend [type="date"].add-on, .form .input-prepend .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper [type="date"].add-on {
|
|
height: 32px;
|
|
}
|
|
}
|
|
/* line 112, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper .frequency-widget-wrapper {
|
|
float: left;
|
|
}
|
|
/* line 115, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper .frequency-widget-wrapper .dosingUnitsFractions-container label {
|
|
padding: 0 5px 0 3px;
|
|
}
|
|
/* line 120, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper .frequency-widget {
|
|
width: auto;
|
|
float: left;
|
|
}
|
|
/* line 126, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper .frequency-widget.variable-frequency input[type="number"], .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper .frequency-widget.variable-frequency form .input-prepend [type="number"].add-on, form .input-prepend .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper .frequency-widget.variable-frequency [type="number"].add-on, .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper .frequency-widget.variable-frequency .form .input-prepend [type="number"].add-on, .form .input-prepend .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper .frequency-widget.variable-frequency [type="number"].add-on {
|
|
min-width: 32px;
|
|
width: 32px;
|
|
padding-right: 0;
|
|
}
|
|
/* line 133, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper .duration-widget {
|
|
float: left;
|
|
}
|
|
/* line 135, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper .duration-widget input[type="number"], .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper .duration-widget form .input-prepend [type="number"].add-on, form .input-prepend .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper .duration-widget [type="number"].add-on, .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper .duration-widget .form .input-prepend [type="number"].add-on, .form .input-prepend .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper .duration-widget [type="number"].add-on {
|
|
width: 57px;
|
|
min-width: 57px;
|
|
}
|
|
/* line 140, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper .quantity-widget {
|
|
float: left;
|
|
}
|
|
/* line 142, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper .quantity-widget input[type="number"], .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper .quantity-widget form .input-prepend [type="number"].add-on, form .input-prepend .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper .quantity-widget [type="number"].add-on, .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper .quantity-widget .form .input-prepend [type="number"].add-on, .form .input-prepend .treatment-page-container .edit-drug-order-container .edit-drug-order .drug-options-wrapper .quantity-widget [type="number"].add-on {
|
|
width: 35px;
|
|
min-width: 35px;
|
|
}
|
|
/* line 154, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .medications-orderset-list .drug-details {
|
|
margin-bottom: 5px;
|
|
}
|
|
/* line 159, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .medications-orderset-list .inpage .tabs .tab .tab-label {
|
|
background: white;
|
|
border-bottom-width: 0;
|
|
padding-bottom: 11px;
|
|
}
|
|
/* line 165, clinical/treatment/_addNewDrug.scss */
|
|
.treatment-page-container .medications-orderset-list .inpage .tabs .inpage-tab-panel {
|
|
display: inline !important;
|
|
}
|
|
/* line 89, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .drug-orders-history {
|
|
margin: 10px 0;
|
|
}
|
|
/* line 92, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .drug-stop-container {
|
|
font-size: 14px;
|
|
width: 100%;
|
|
padding-left: 10px;
|
|
box-sizing: border-box;
|
|
padding-right: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
/* line 101, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .drug-stop-container .field-attribute.stop-date-label .control-label {
|
|
width: auto;
|
|
}
|
|
/* line 106, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .drug-stop-container .field-value {
|
|
margin-right: 5px;
|
|
}
|
|
/* line 108, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .drug-stop-container .field-value textarea {
|
|
height: 25px;
|
|
width: 540px;
|
|
}
|
|
/* line 115, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .new-drug-order {
|
|
margin: 0px 0 10px;
|
|
}
|
|
/* line 118, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .highlight {
|
|
background: #cceffc;
|
|
border: 1px solid #9ce0f9;
|
|
}
|
|
/* line 122, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .active-drug {
|
|
border-left: 5px solid orange;
|
|
}
|
|
/* line 125, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .scheduled-drug {
|
|
border-left: 5px solid green;
|
|
}
|
|
/* line 128, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .refill-drugs-btn, .treatment-page-container .dispense-all-btn {
|
|
font-size: 14px;
|
|
margin-right: 0;
|
|
display: none;
|
|
}
|
|
/* line 132, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .refill-drugs-btn i, .treatment-page-container .dispense-all-btn i {
|
|
padding: 0;
|
|
font-size: 14px;
|
|
}
|
|
/* line 137, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .dispense-all-btn {
|
|
margin-right: 5px;
|
|
}
|
|
/* line 141, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .bulk-edit-options-container {
|
|
padding: 10px 10px 10px 10px;
|
|
background-color: #eee;
|
|
border-bottom: 1px #bbb solid;
|
|
margin-bottom: 4px;
|
|
box-shadow: 1px 2px 7px #ccc;
|
|
}
|
|
/* line 148, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .bulk-edit-options-container .bulk-btn-container .stepper__btn {
|
|
height: 26px;
|
|
}
|
|
/* line 152, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .bulk-edit-options-container .select-all-chkBox {
|
|
top: 6px;
|
|
}
|
|
/* line 155, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .bulk-edit-options-container .duration.bulkDuration {
|
|
min-width: 80px;
|
|
display: inline-block;
|
|
width: 80px;
|
|
margin-top: 0;
|
|
}
|
|
/* line 161, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .bulk-edit-options-container select.bulk-duration-unit {
|
|
min-width: 110px;
|
|
display: inline-block;
|
|
margin-top: 0;
|
|
margin-right: 5px;
|
|
}
|
|
/* line 167, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .bulk-edit-options-container .bulk-update-btn {
|
|
margin-left: 15px;
|
|
}
|
|
/* line 171, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .tabs .tab [type=radio]:checked ~ .dispense-all-btn,
|
|
.treatment-page-container .tabs .tab [type=radio]:checked ~ .refill-drugs-btn {
|
|
display: inline-block;
|
|
line-height: 14px;
|
|
}
|
|
/* line 178, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .invalid {
|
|
background: lightcoral;
|
|
border: 1px solid #ff0000;
|
|
}
|
|
/* line 182, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .show-invalid .ng-invalid:enabled {
|
|
border: 2px solid #ff3434;
|
|
background: #ffcdcd;
|
|
}
|
|
/* line 186, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .revise-refill-modal-wrapper {
|
|
outline: 0;
|
|
}
|
|
/* line 189, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left {
|
|
width: 24%;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 189, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left {
|
|
width: 26%;
|
|
}
|
|
}
|
|
/* line 194, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left .treatment-data-container, .treatment-page-container .treatment-section-left .order-set-container {
|
|
background: #fff;
|
|
border-radius: 3px;
|
|
box-sizing: border-box;
|
|
z-index: 999;
|
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
|
|
width: 100%;
|
|
}
|
|
/* line 202, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left .order-set-container {
|
|
margin-top: 20px;
|
|
}
|
|
/* line 205, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left .order-section-container {
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 205, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left .order-section-container {
|
|
padding: 10px 5px;
|
|
}
|
|
}
|
|
/* line 211, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left .order-section-container .Order-section-orderDrug {
|
|
margin: 0 0 30px;
|
|
}
|
|
/* line 213, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left .order-section-container .Order-section-orderDrug .unit-wrap {
|
|
position: relative;
|
|
}
|
|
/* line 215, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left .order-section-container .Order-section-orderDrug .unit-wrap .exchange-btn {
|
|
position: absolute;
|
|
padding: 4px 3px 3px;
|
|
line-height: initial;
|
|
margin-top: 5px;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 215, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left .order-section-container .Order-section-orderDrug .unit-wrap .exchange-btn {
|
|
padding: 7px 6px 6px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
/* line 215, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left .order-section-container .Order-section-orderDrug .unit-wrap .exchange-btn {
|
|
top: -31px;
|
|
right: 0;
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
/* line 231, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left .order-section-container .Order-section-orderDrug .variable-frequency .dose-cell {
|
|
margin-left: 0px;
|
|
}
|
|
/* line 235, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left .order-section-container .Order-section-orderDrug h2.section-title {
|
|
margin: 0 0 10px;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 235, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left .order-section-container .Order-section-orderDrug h2.section-title {
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
/* line 235, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left .order-section-container .Order-section-orderDrug h2.section-title {
|
|
font-size: 13px;
|
|
}
|
|
}
|
|
/* line 246, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left .order-section-container h3.orderSet-additional-info {
|
|
font-family: OpenSansBold;
|
|
color: #333;
|
|
font-size: 13px;
|
|
border-bottom: 1px solid #ccc;
|
|
padding: 20px 0 5px;
|
|
margin: 0 0 10px;
|
|
}
|
|
/* line 254, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left .order-section-container #SOS {
|
|
margin-right: 5px;
|
|
line-height: .9em;
|
|
margin-top: 4px;
|
|
padding: 6px 20px 6px;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 254, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left .order-section-container #SOS {
|
|
line-height: 1.3em;
|
|
padding: 7px 20px;
|
|
}
|
|
}
|
|
/* line 266, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left form .form-field input, .treatment-page-container .treatment-section-left form .form-field .input-prepend .add-on, .treatment-page-container .treatment-section-left form .input-prepend .form-field .add-on, .form .input-prepend .treatment-page-container .treatment-section-left form .form-field .add-on, .treatment-page-container .treatment-section-left form .form-field select, .treatment-page-container .treatment-section-left .form .form-field input, form .input-prepend .treatment-page-container .treatment-section-left .form .form-field .add-on, .treatment-page-container .treatment-section-left .form .form-field .input-prepend .add-on, .treatment-page-container .treatment-section-left .form .input-prepend .form-field .add-on, .treatment-page-container .treatment-section-left .form .form-field select {
|
|
padding: 4px 10px 3px;
|
|
width: 185px;
|
|
min-width: 185px;
|
|
box-sizing: border-box;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 266, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left form .form-field input, .treatment-page-container .treatment-section-left form .form-field .input-prepend .add-on, .treatment-page-container .treatment-section-left form .input-prepend .form-field .add-on, .form .input-prepend .treatment-page-container .treatment-section-left form .form-field .add-on, .treatment-page-container .treatment-section-left form .form-field select, .treatment-page-container .treatment-section-left .form .form-field input, form .input-prepend .treatment-page-container .treatment-section-left .form .form-field .add-on, .treatment-page-container .treatment-section-left .form .form-field .input-prepend .add-on, .treatment-page-container .treatment-section-left .form .input-prepend .form-field .add-on, .treatment-page-container .treatment-section-left .form .form-field select {
|
|
padding: 6px 10px;
|
|
width: 142px;
|
|
min-width: 142px;
|
|
height: 31px;
|
|
}
|
|
}
|
|
/* line 279, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left form .form-field .field-attribute label, .treatment-page-container .treatment-section-left .form .form-field .field-attribute label {
|
|
width: 7.6em;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
/* line 279, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left form .form-field .field-attribute label, .treatment-page-container .treatment-section-left .form .form-field .field-attribute label {
|
|
float: none;
|
|
width: 11em;
|
|
clear: both;
|
|
text-align: left;
|
|
}
|
|
}
|
|
/* line 289, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left .edit-drug-order-container .accept-btn {
|
|
margin-left: 5px;
|
|
margin-top: 4px;
|
|
padding: 7px 10px 7px;
|
|
width: 77px;
|
|
clear: both;
|
|
float: right;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 289, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left .edit-drug-order-container .accept-btn {
|
|
padding: 8px 10px 7px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
/* line 289, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left .edit-drug-order-container .accept-btn {
|
|
margin-right: 41px;
|
|
}
|
|
}
|
|
/* line 303, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left input[type="date"], .treatment-page-container .treatment-section-left form .input-prepend [type="date"].add-on, form .input-prepend .treatment-page-container .treatment-section-left [type="date"].add-on, .treatment-page-container .treatment-section-left .form .input-prepend [type="date"].add-on, .form .input-prepend .treatment-page-container .treatment-section-left [type="date"].add-on {
|
|
padding: 2px 10px 3px !important;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 303, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left input[type="date"], .treatment-page-container .treatment-section-left form .input-prepend [type="date"].add-on, form .input-prepend .treatment-page-container .treatment-section-left [type="date"].add-on, .treatment-page-container .treatment-section-left .form .input-prepend [type="date"].add-on, .form .input-prepend .treatment-page-container .treatment-section-left [type="date"].add-on {
|
|
padding: 6px 10px !important;
|
|
}
|
|
}
|
|
/* line 309, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left textarea {
|
|
width: 185px;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 309, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left textarea {
|
|
width: 142px;
|
|
}
|
|
}
|
|
/* line 315, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left .operations {
|
|
margin-top: 10px;
|
|
}
|
|
/* line 318, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left .dose-cell {
|
|
margin-left: 5px;
|
|
}
|
|
/* line 320, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left .dose-cell input[type="number"], .treatment-page-container .treatment-section-left .dose-cell form .input-prepend [type="number"].add-on, form .input-prepend .treatment-page-container .treatment-section-left .dose-cell [type="number"].add-on, .treatment-page-container .treatment-section-left .dose-cell .form .input-prepend [type="number"].add-on, .form .input-prepend .treatment-page-container .treatment-section-left .dose-cell [type="number"].add-on {
|
|
min-width: 59.6px;
|
|
width: 59.6px;
|
|
padding: 4px 0px 3px 8px !important;
|
|
text-align: center;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 320, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left .dose-cell input[type="number"], .treatment-page-container .treatment-section-left .dose-cell form .input-prepend [type="number"].add-on, form .input-prepend .treatment-page-container .treatment-section-left .dose-cell [type="number"].add-on, .treatment-page-container .treatment-section-left .dose-cell .form .input-prepend [type="number"].add-on, .form .input-prepend .treatment-page-container .treatment-section-left .dose-cell [type="number"].add-on {
|
|
min-width: 45px;
|
|
width: 45px;
|
|
padding: 7px 0px 7px 8px !important;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
/* line 320, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left .dose-cell input[type="number"], .treatment-page-container .treatment-section-left .dose-cell form .input-prepend [type="number"].add-on, form .input-prepend .treatment-page-container .treatment-section-left .dose-cell [type="number"].add-on, .treatment-page-container .treatment-section-left .dose-cell .form .input-prepend [type="number"].add-on, .form .input-prepend .treatment-page-container .treatment-section-left .dose-cell [type="number"].add-on {
|
|
width: 44px;
|
|
min-width: 44px;
|
|
}
|
|
}
|
|
/* line 338, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left h3.orderSet-additional-info {
|
|
font-family: OpenSansBold;
|
|
color: #333;
|
|
font-size: 13px;
|
|
border-bottom: 1px solid #ccc;
|
|
padding: 20px 0 5px;
|
|
margin: 0 0 10px;
|
|
}
|
|
/* line 346, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left #SOS {
|
|
margin-right: 5px;
|
|
line-height: .9em;
|
|
margin-top: 4px;
|
|
padding: 6px 20px 6px;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 346, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-left #SOS {
|
|
line-height: 1.3em;
|
|
padding: 7px 20px;
|
|
}
|
|
}
|
|
/* line 358, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-right {
|
|
width: 75%;
|
|
float: right;
|
|
}
|
|
/* line 361, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-right .dashboard-section {
|
|
position: relative;
|
|
clear: both;
|
|
margin-top: 0;
|
|
border-radius: 3px 3px 0 0;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 358, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .treatment-section-right {
|
|
width: 73%;
|
|
}
|
|
}
|
|
/* line 372, clinical/treatment/_treatment.scss */
|
|
.treatment-page-container .frequencyField {
|
|
clear: both;
|
|
}
|
|
|
|
/*doc
|
|
---
|
|
title: Scrollable Table with 2 fixed Columns
|
|
name: scrollable_table
|
|
category: Layout - Table
|
|
---
|
|
|
|
Tables in the application are automatically styled. Make sure you use <thead> and <tbody> sections around your rows.
|
|
If each of a table rows have multiple possible actions associated with them, use an "Actions" column with icons.For your reference you can check medication tab in clinical dashboard.
|
|
|
|
```html_example
|
|
<div class="treatment-page-container">
|
|
<div class="drugOrderHistorySectionContainer clearfix">
|
|
<div class="drugOrderTable">
|
|
<div class="drugOrderTableScroll noOfActions-1-width">
|
|
<table class="drug-order-table treatments-details-table">
|
|
<thead>
|
|
<tr>
|
|
<th class="drugName">Table Header</th>
|
|
<th class="active-drugs">Table Header</th>
|
|
<th class="active-drugs">Table Header</th>
|
|
<th class="active-drugs">Table Header</th>
|
|
<th class="active-drugs">Table Header</th>
|
|
<th class="empty-header noOfActions-1-width">Actions</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td class="drugName">Table Data</td>
|
|
<td>Table Data</td>
|
|
<td>Table Data</td>
|
|
<td>Table Data</td>
|
|
<td>Table Data</td>
|
|
<td class="buttonColumn noOfActions-1-width">
|
|
<div class="button-group-wrapper">
|
|
<div class="button-group">
|
|
<button><i class="fa fa-remove"></i></button>
|
|
</div>
|
|
<button class="toggle">
|
|
<i class="fa fa-plus-circle"></i>
|
|
</button>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="drugName">Table Data</td>
|
|
<td>Table Data</td>
|
|
<td>Table Data</td>
|
|
<td>Table Data</td>
|
|
<td>Table Data</td>
|
|
<td class="buttonColumn noOfActions-1-width">
|
|
<div class="button-group-wrapper">
|
|
<div class="button-group">
|
|
<button><i class="fa fa-remove"></i></button>
|
|
</div>
|
|
<button class="toggle">
|
|
<i class="fa fa-plus-circle"></i>
|
|
</button>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="drugName">Table Data</td>
|
|
<td>Table Data</td>
|
|
<td>Table Data</td>
|
|
<td>Table Data</td>
|
|
<td>Table Data</td>
|
|
<td class="buttonColumn noOfActions-1-width">
|
|
<div class="button-group-wrapper">
|
|
<div class="button-group">
|
|
<button><i class="fa fa-remove"></i></button>
|
|
</div>
|
|
<button class="toggle">
|
|
<i class="fa fa-plus-circle"></i>
|
|
</button>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
```
|
|
|
|
|
|
*/
|
|
/* line 91, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer .drugOrderTable {
|
|
width: 100%;
|
|
position: relative !important;
|
|
clear: both;
|
|
overflow: hidden;
|
|
}
|
|
/* line 97, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer .drugOrderTableScroll {
|
|
width: auto;
|
|
overflow-x: auto;
|
|
overflow-y: hidden;
|
|
margin-left: 240px;
|
|
}
|
|
/* line 102, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer .drugOrderTableScroll.noOfActions-4-width {
|
|
margin-right: 200px;
|
|
}
|
|
/* line 105, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer .drugOrderTableScroll.noOfActions-3-width {
|
|
margin-right: 165px;
|
|
}
|
|
/* line 108, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer .drugOrderTableScroll.noOfActions-2-width {
|
|
margin-right: 130px;
|
|
}
|
|
/* line 111, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer .drugOrderTableScroll.noOfActions-1-width {
|
|
margin-right: 90px;
|
|
}
|
|
/* line 114, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer .drugOrderTableScroll.noOfActions-0-width {
|
|
margin-right: 75px;
|
|
}
|
|
/* line 117, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer .drugOrderTableScroll.noOfActions--width {
|
|
margin-right: 65px;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 97, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer .drugOrderTableScroll {
|
|
margin-left: 170px;
|
|
}
|
|
}
|
|
/* line 125, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table u {
|
|
border: none !important;
|
|
font-family: openSans !important;
|
|
}
|
|
/* line 129, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table thead tr {
|
|
border: none !important;
|
|
}
|
|
/* line 132, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table thead tr th {
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
}
|
|
/* line 137, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table tbody tr td {
|
|
border: none !important;
|
|
border-top: 1px #ccc solid !important;
|
|
white-space: nowrap;
|
|
}
|
|
/* line 144, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table tr.edited {
|
|
border-bottom: none;
|
|
}
|
|
/* line 147, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table tr.medicationDrugNotes {
|
|
border-top: 2px solid #EFF8FF;
|
|
background: #EFF8FF;
|
|
}
|
|
/* line 150, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table tr.medicationDrugNotes td {
|
|
text-align: left;
|
|
padding-left: 10px;
|
|
}
|
|
/* line 153, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table tr.medicationDrugNotes td .additionalInstructions {
|
|
padding-right: 10px;
|
|
}
|
|
/* line 159, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table tr.formStopReason td {
|
|
padding: 4px 5px 7px;
|
|
}
|
|
/* line 162, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table tr.formStopReason .form-field {
|
|
font-size: 12px;
|
|
border-bottom: none;
|
|
padding-bottom: 0px;
|
|
}
|
|
/* line 167, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table tr.formStopReason .form-field .field-attribute {
|
|
font-size: 12px;
|
|
width: auto;
|
|
}
|
|
/* line 170, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table tr.formStopReason .form-field .field-attribute label {
|
|
margin-top: 3px !important;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 170, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table tr.formStopReason .form-field .field-attribute label {
|
|
margin-top: 7px !important;
|
|
}
|
|
}
|
|
/* line 177, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table tr.formStopReason .form-field .field-value input[type="date"], .drugOrderHistorySectionContainer table.treatments-details-table tr.formStopReason .form-field .field-value form .input-prepend [type="date"].add-on, form .input-prepend .drugOrderHistorySectionContainer table.treatments-details-table tr.formStopReason .form-field .field-value [type="date"].add-on, .drugOrderHistorySectionContainer table.treatments-details-table tr.formStopReason .form-field .field-value .form .input-prepend [type="date"].add-on, .form .input-prepend .drugOrderHistorySectionContainer table.treatments-details-table tr.formStopReason .form-field .field-value [type="date"].add-on, .drugOrderHistorySectionContainer table.treatments-details-table tr.formStopReason .form-field .field-value select, .drugOrderHistorySectionContainer table.treatments-details-table tr.formStopReason .form-field .field-value textarea {
|
|
margin-top: 0 !important;
|
|
}
|
|
/* line 180, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table tr.formStopReason .form-field .field-value input[type="date"], .drugOrderHistorySectionContainer table.treatments-details-table tr.formStopReason .form-field .field-value form .input-prepend [type="date"].add-on, form .input-prepend .drugOrderHistorySectionContainer table.treatments-details-table tr.formStopReason .form-field .field-value [type="date"].add-on, .drugOrderHistorySectionContainer table.treatments-details-table tr.formStopReason .form-field .field-value .form .input-prepend [type="date"].add-on, .form .input-prepend .drugOrderHistorySectionContainer table.treatments-details-table tr.formStopReason .form-field .field-value [type="date"].add-on {
|
|
width: 120px;
|
|
padding: 2px 10px !important;
|
|
}
|
|
/* line 184, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table tr.formStopReason .form-field .field-value select {
|
|
width: 140px;
|
|
min-width: 140px;
|
|
color: #363463;
|
|
padding: 2px 10px;
|
|
margin: 5px 0 0;
|
|
background-color: #FFF;
|
|
border: 1px solid #DDD;
|
|
}
|
|
/* line 193, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table tr.formStopReason .form-field .field-value textarea {
|
|
width: 131px !important;
|
|
padding: 2px 10px;
|
|
border: 1px solid #DDD;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 199, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table tr.formStopReason .form-field .field-value textarea {
|
|
width: 400px !important;
|
|
height: 32px !important;
|
|
}
|
|
/* line 203, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table tr.formStopReason .form-field .field-value select {
|
|
width: 197px !important;
|
|
}
|
|
}
|
|
/* line 211, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table th {
|
|
background: #eee;
|
|
background-image: none;
|
|
color: #333;
|
|
width: 113px;
|
|
font-family: openSansSemiBold;
|
|
}
|
|
/* line 217, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table th.active-drugs {
|
|
width: 25%;
|
|
}
|
|
/* line 220, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table th.drugName {
|
|
width: 240px;
|
|
text-align: left;
|
|
position: absolute;
|
|
top: auto;
|
|
left: 0;
|
|
box-sizing: border-box;
|
|
border-right: none;
|
|
height: 100%;
|
|
padding-left: 10px;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 220, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table th.drugName {
|
|
width: 170px;
|
|
}
|
|
}
|
|
/* line 233, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table th.drugName span {
|
|
z-index: 999;
|
|
position: static;
|
|
width: 100%;
|
|
}
|
|
/* line 239, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table th.stopReason {
|
|
width: 160px;
|
|
}
|
|
/* line 242, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table th.instructions {
|
|
width: 168px;
|
|
}
|
|
/* line 245, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table th.empty-header {
|
|
position: absolute;
|
|
right: 0;
|
|
top: auto;
|
|
box-sizing: border-box;
|
|
height: 100%;
|
|
}
|
|
/* line 251, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table th.empty-header.noOfActions-4-width {
|
|
width: 200px;
|
|
}
|
|
/* line 254, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table th.empty-header.noOfActions-3-width {
|
|
width: 165px;
|
|
}
|
|
/* line 257, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table th.empty-header.noOfActions-2-width {
|
|
width: 130px;
|
|
}
|
|
/* line 260, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table th.empty-header.noOfActions-1-width {
|
|
width: 90px;
|
|
}
|
|
/* line 263, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table th.empty-header.noOfActions-0-width {
|
|
width: 75px;
|
|
}
|
|
/* line 266, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table th.empty-header.noOfActions--width {
|
|
width: 65px;
|
|
}
|
|
/* line 271, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table td {
|
|
text-align: center;
|
|
padding: 6px 5px 7px;
|
|
vertical-align: middle;
|
|
}
|
|
/* line 275, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table td.drugName {
|
|
text-align: left;
|
|
padding-left: 10px;
|
|
width: 240px;
|
|
text-align: left;
|
|
position: absolute;
|
|
top: auto;
|
|
left: 0;
|
|
box-sizing: border-box;
|
|
background: #EFEFF2;
|
|
border-bottom: 1px solid #ddd;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 275, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table td.drugName {
|
|
width: 170px;
|
|
}
|
|
}
|
|
/* line 292, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table td.drugName span {
|
|
z-index: 999;
|
|
position: static;
|
|
width: 100%;
|
|
}
|
|
/* line 297, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table td.drugName .orderSetStagingAreaCheckbox {
|
|
margin: 1px 7px 0 0;
|
|
transform: scale(1.2);
|
|
}
|
|
/* line 302, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table td.drugNameStopForm {
|
|
padding: 6px 10px 43px;
|
|
}
|
|
/* line 305, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table td.drugNameAddNote {
|
|
padding: 6px 10px 31px;
|
|
}
|
|
/* line 308, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table td.drugNameStopFormAddNote {
|
|
padding: 6px 10px 85px;
|
|
}
|
|
/* line 311, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table td.buttonColumn {
|
|
position: absolute;
|
|
right: 0;
|
|
top: auto;
|
|
padding: 2px 5px;
|
|
border-bottom: 1px solid #ddd;
|
|
background: #EFEFF2;
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 320, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table td.buttonColumnStopForm {
|
|
padding: 2px 5px 38px;
|
|
}
|
|
/* line 323, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table td.buttonColumnAddNote {
|
|
padding: 2px 5px 26px;
|
|
}
|
|
/* line 326, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table td.buttonColumnStopFormAddNote {
|
|
padding: 2px 5px 82px;
|
|
}
|
|
/* line 329, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table td.noActionColumn {
|
|
padding: 3px 5px;
|
|
}
|
|
/* line 332, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table td.noOfActions-4-width {
|
|
width: 200px;
|
|
}
|
|
/* line 335, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table td.noOfActions-3-width {
|
|
width: 165px;
|
|
}
|
|
/* line 338, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table td.noOfActions-2-width {
|
|
width: 130px;
|
|
}
|
|
/* line 341, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table td.noOfActions-1-width {
|
|
width: 90px;
|
|
}
|
|
/* line 344, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table td.noOfActions-0-width {
|
|
width: 75px;
|
|
}
|
|
/* line 347, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table td.noOfActions--width {
|
|
width: 65px;
|
|
}
|
|
/* line 350, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table td.noActionColumnAddNote {
|
|
padding: 3px 5px 27px;
|
|
}
|
|
/* line 353, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table td.drug-stop-container {
|
|
padding: 0;
|
|
}
|
|
/* line 356, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table td .button-group-wrapper {
|
|
width: auto;
|
|
padding: 0 !important;
|
|
position: static;
|
|
}
|
|
/* line 361, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table td .button-group-wrapper button i, .drugOrderHistorySectionContainer table.treatments-details-table td .button-group-wrapper button:hover i {
|
|
font-size: 1.8em;
|
|
padding: 0 !important;
|
|
}
|
|
/* line 366, clinical/treatment/_customDrugOrderHistory.scss */
|
|
.drugOrderHistorySectionContainer table.treatments-details-table td .button-group-wrapper .button-group {
|
|
float: left;
|
|
}
|
|
|
|
/* line 1, clinical/treatment/_treatmentOrderSet.scss */
|
|
.orderSet-order-container {
|
|
margin: 20px 0;
|
|
}
|
|
/* line 4, clinical/treatment/_treatmentOrderSet.scss */
|
|
.orderSet-order-container .orderSet-orders .section-title.orderSet-orderAnOrderSet {
|
|
font-size: 14px !important;
|
|
padding: 10px 5px;
|
|
}
|
|
/* line 7, clinical/treatment/_treatmentOrderSet.scss */
|
|
.orderSet-order-container .orderSet-orders .section-title.orderSet-orderAnOrderSet .button-group {
|
|
margin-top: -3px;
|
|
}
|
|
/* line 9, clinical/treatment/_treatmentOrderSet.scss */
|
|
.orderSet-order-container .orderSet-orders .section-title.orderSet-orderAnOrderSet .button-group button {
|
|
padding: 6px 8px;
|
|
font-size: 12px;
|
|
}
|
|
/* line 15, clinical/treatment/_treatmentOrderSet.scss */
|
|
.orderSet-order-container .orderSet-orders .dashboard-orderSet {
|
|
padding: 5px;
|
|
}
|
|
/* line 17, clinical/treatment/_treatmentOrderSet.scss */
|
|
.orderSet-order-container .orderSet-orders .dashboard-orderSet p {
|
|
font-size: 12px;
|
|
line-height: 1.5;
|
|
}
|
|
|
|
/* line 26, clinical/treatment/_treatmentOrderSet.scss */
|
|
table.orderSet-table th {
|
|
background: #eee;
|
|
color: #333;
|
|
font-family: openSansSemiBold;
|
|
text-align: center;
|
|
}
|
|
/* line 32, clinical/treatment/_treatmentOrderSet.scss */
|
|
table.orderSet-table th.drugName, table.orderSet-table td.drugName {
|
|
width: 300px;
|
|
text-align: left;
|
|
}
|
|
/* line 35, clinical/treatment/_treatmentOrderSet.scss */
|
|
table.orderSet-table th.drugName span, table.orderSet-table td.drugName span {
|
|
display: block;
|
|
width: 240px;
|
|
}
|
|
/* line 39, clinical/treatment/_treatmentOrderSet.scss */
|
|
table.orderSet-table th.drugName input[type="checkbox"], table.orderSet-table th.drugName form .input-prepend [type="checkbox"].add-on, form .input-prepend table.orderSet-table th.drugName [type="checkbox"].add-on, table.orderSet-table th.drugName .form .input-prepend [type="checkbox"].add-on, .form .input-prepend table.orderSet-table th.drugName [type="checkbox"].add-on, table.orderSet-table td.drugName input[type="checkbox"], table.orderSet-table td.drugName form .input-prepend [type="checkbox"].add-on, form .input-prepend table.orderSet-table td.drugName [type="checkbox"].add-on, table.orderSet-table td.drugName .form .input-prepend [type="checkbox"].add-on, .form .input-prepend table.orderSet-table td.drugName [type="checkbox"].add-on {
|
|
width: 20px;
|
|
}
|
|
/* line 43, clinical/treatment/_treatmentOrderSet.scss */
|
|
table.orderSet-table td {
|
|
padding: 4px 7px !important;
|
|
}
|
|
/* line 45, clinical/treatment/_treatmentOrderSet.scss */
|
|
table.orderSet-table td .button-group-wrapper {
|
|
width: auto;
|
|
}
|
|
|
|
/* line 2, clinical/_observations.scss */
|
|
.vitals .form-field {
|
|
padding-top: 10px;
|
|
}
|
|
/* line 5, clinical/_observations.scss */
|
|
.vitals .compuptedValue {
|
|
padding: 10px 10px 10px 0;
|
|
}
|
|
/* line 8, clinical/_observations.scss */
|
|
.vitals .field-attribute {
|
|
width: 18em;
|
|
}
|
|
/* line 10, clinical/_observations.scss */
|
|
.vitals .field-attribute .label-add-on {
|
|
float: left;
|
|
text-align: left;
|
|
margin: 0.5em 0em 0em 0em;
|
|
}
|
|
/* line 17, clinical/_observations.scss */
|
|
.vitals fieldset legend + .form-group {
|
|
padding: 10px;
|
|
border: 1px solid #ccc;
|
|
margin-top: 20px;
|
|
border-radius: 5px;
|
|
}
|
|
/* line 22, clinical/_observations.scss */
|
|
.vitals fieldset legend + .form-group legend {
|
|
color: #8E8D8D;
|
|
top: 8px;
|
|
left: 30px;
|
|
}
|
|
/* line 27, clinical/_observations.scss */
|
|
.vitals fieldset legend + .form-group legend + .form-group {
|
|
padding: 10px 0;
|
|
background: #eee;
|
|
}
|
|
/* line 32, clinical/_observations.scss */
|
|
.vitals fieldset legend {
|
|
position: absolute;
|
|
top: 7px;
|
|
left: 20px;
|
|
padding: 5px 10px;
|
|
font-family: OpenSansBold, Arial, sans-serif;
|
|
font-size: 14px;
|
|
color: #666;
|
|
border: 1px solid #999999;
|
|
border-radius: 20px;
|
|
text-transform: none;
|
|
font-size: 12px;
|
|
}
|
|
/* line 44, clinical/_observations.scss */
|
|
.vitals fieldset legend .add-more {
|
|
padding-left: 10px;
|
|
margin-left: 10px;
|
|
border-left: 1px solid #ccc;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 44, clinical/_observations.scss */
|
|
.vitals fieldset legend .add-more {
|
|
margin-top: 0 !important;
|
|
}
|
|
}
|
|
/* line 52, clinical/_observations.scss */
|
|
.vitals fieldset legend .add-more-btn {
|
|
font-size: 10px;
|
|
padding: 3px;
|
|
}
|
|
/* line 58, clinical/_observations.scss */
|
|
.vitals fieldset .form-field-group label.control-label {
|
|
margin-left: 0;
|
|
}
|
|
/* line 63, clinical/_observations.scss */
|
|
.vitals fieldset {
|
|
position: relative;
|
|
width: 100%;
|
|
}
|
|
/* line 67, clinical/_observations.scss */
|
|
.vitals fieldset.collapsible-set.collapsed legend + .form-group {
|
|
border: none;
|
|
border-top: 1px solid #ccc;
|
|
border-radius: 0;
|
|
background: none !important;
|
|
}
|
|
/* line 73, clinical/_observations.scss */
|
|
.vitals fieldset.collapsible-set.collapsed legend {
|
|
background-color: #DCDCDC !important;
|
|
}
|
|
/* line 76, clinical/_observations.scss */
|
|
.vitals fieldset.collapsible-set legend {
|
|
cursor: pointer;
|
|
}
|
|
/* line 82, clinical/_observations.scss */
|
|
.vitals input[type="date"] + .hint, .vitals form .input-prepend [type="date"].add-on + .hint, form .input-prepend .vitals [type="date"].add-on + .hint, .vitals .form .input-prepend [type="date"].add-on + .hint, .form .input-prepend .vitals [type="date"].add-on + .hint {
|
|
display: none;
|
|
}
|
|
/* line 86, clinical/_observations.scss */
|
|
.vitals .hint {
|
|
font-size: 13px;
|
|
display: inline-block;
|
|
color: #666;
|
|
float: left;
|
|
padding: 10px 10px 0;
|
|
width: 100px;
|
|
}
|
|
@media screen and (max-width: 850px) {
|
|
/* line 86, clinical/_observations.scss */
|
|
.vitals .hint {
|
|
width: 175px;
|
|
padding-right: 20px;
|
|
box-sizing: border-box;
|
|
text-align: right;
|
|
}
|
|
}
|
|
@media screen and (max-width: 595px) {
|
|
/* line 86, clinical/_observations.scss */
|
|
.vitals .hint {
|
|
padding: 4px 10px;
|
|
}
|
|
}
|
|
/* line 104, clinical/_observations.scss */
|
|
.vitals .info {
|
|
color: #2b95ff;
|
|
font-size: 14px;
|
|
line-height: 1.4em;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
@media screen and (max-width: 595px) {
|
|
/* line 113, clinical/_observations.scss */
|
|
form .vitals .form-field .field-value {
|
|
margin-left: 10px;
|
|
width: 97%;
|
|
}
|
|
}
|
|
/* line 118, clinical/_observations.scss */
|
|
form .vitals .form-field .field-value input, form .vitals .form-field .field-value .input-prepend .add-on, form .input-prepend .vitals .form-field .field-value .add-on, .form .input-prepend form .vitals .form-field .field-value .add-on {
|
|
width: 12.5em;
|
|
}
|
|
/* line 121, clinical/_observations.scss */
|
|
form .vitals .form-field .field-value .autocomplete {
|
|
width: 220px;
|
|
overflow: auto;
|
|
}
|
|
/* line 124, clinical/_observations.scss */
|
|
form .vitals .form-field .field-value .autocomplete input.concept-name.ui-autocomplete-input, form .vitals .form-field .field-value .autocomplete .input-prepend .concept-name.ui-autocomplete-input.add-on, form .input-prepend .vitals .form-field .field-value .autocomplete .concept-name.ui-autocomplete-input.add-on, .form .input-prepend form .vitals .form-field .field-value .autocomplete .concept-name.ui-autocomplete-input.add-on {
|
|
float: left;
|
|
min-width: 197px;
|
|
margin-right: 15px;
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 130, clinical/_observations.scss */
|
|
form .vitals .form-field .field-value .autocomplete .accept-btn {
|
|
margin-top: 6px;
|
|
}
|
|
/* line 132, clinical/_observations.scss */
|
|
form .vitals .form-field .field-value .autocomplete .accept-btn:focus {
|
|
border: 2px solid #007fff;
|
|
outline: none;
|
|
}
|
|
/* line 138, clinical/_observations.scss */
|
|
form .vitals .form-field .field-value .select2-drop-active, form .vitals .form-field .field-value .select2-container-active .select2-choice, form .vitals .form-field .field-value .select2-container-active .select2-choices, form .vitals .form-field .field-value .select2-drop.select2-drop-above.select2-drop-active {
|
|
border: 1px solid #999999;
|
|
}
|
|
|
|
/* line 144, clinical/_observations.scss */
|
|
form .observations-tab .vitals .form-field .field-value .autocomplete {
|
|
width: 292px;
|
|
}
|
|
|
|
/* line 151, clinical/_observations.scss */
|
|
.form-horizontal fieldset label {
|
|
float: left;
|
|
margin-left: 20px;
|
|
margin-right: 20px;
|
|
text-align: right;
|
|
font-size: 14px;
|
|
}
|
|
@media screen and (max-width: 595px) {
|
|
/* line 151, clinical/_observations.scss */
|
|
.form-horizontal fieldset label {
|
|
width: 96%;
|
|
text-align: left;
|
|
}
|
|
}
|
|
|
|
/* line 166, clinical/_observations.scss */
|
|
concept input:invalid, concept form .input-prepend .add-on:invalid, form .input-prepend concept .add-on:invalid, concept .form .input-prepend .add-on:invalid, .form .input-prepend concept .add-on:invalid {
|
|
background-color: #FFFAD8;
|
|
outline: 1px solid #ffe63f;
|
|
}
|
|
/* line 169, clinical/_observations.scss */
|
|
concept input:invalid:focus, concept form .input-prepend .add-on:invalid:focus, form .input-prepend concept .add-on:invalid:focus, concept .form .input-prepend .add-on:invalid:focus, .form .input-prepend concept .add-on:invalid:focus {
|
|
outline: 1px solid #ffe63f;
|
|
}
|
|
|
|
/*custom changes: auto complete form field -> will be moved globally once finalized.*/
|
|
/* line 176, clinical/_observations.scss */
|
|
.select2-container .select2-choice {
|
|
padding: 5px;
|
|
height: 16px;
|
|
line-height: 16px;
|
|
margin-top: 4px;
|
|
}
|
|
@media screen and (max-width: 595px) {
|
|
/* line 176, clinical/_observations.scss */
|
|
.select2-container .select2-choice {
|
|
margin-top: 5px;
|
|
}
|
|
}
|
|
|
|
/* line 186, clinical/_observations.scss */
|
|
.select2-results .select2-result-label {
|
|
font-size: 14px;
|
|
padding: 10px;
|
|
}
|
|
|
|
/* line 191, clinical/_observations.scss */
|
|
.select2-container .select2-choice abbr, .select2-container .select2-choice abbr:hover {
|
|
background: none;
|
|
top: 5px;
|
|
right: 33px;
|
|
}
|
|
|
|
/* line 197, clinical/_observations.scss */
|
|
.select2-container .select2-choice abbr:before {
|
|
font-family: FontAwesome;
|
|
content: "\f00d";
|
|
font-size: 24px;
|
|
color: #999999;
|
|
}
|
|
|
|
/* line 204, clinical/_observations.scss */
|
|
concept-set {
|
|
display: block;
|
|
}
|
|
|
|
/* line 209, clinical/_observations.scss */
|
|
.concept-set-group .concept-set-title {
|
|
*zoom: 1;
|
|
cursor: pointer;
|
|
position: relative;
|
|
background: #527a7a;
|
|
padding: 0 100px 0 0;
|
|
border-radius: 3px 3px 0 0;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.concept-set-group .concept-set-title:before, .concept-set-group .concept-set-title:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.concept-set-group .concept-set-title:after {
|
|
clear: both;
|
|
}
|
|
/* line 216, clinical/_observations.scss */
|
|
.concept-set-group .concept-set-title h2.section-title {
|
|
padding: 0;
|
|
background: #527a7a;
|
|
padding: 10px 0 10px 10px;
|
|
font-size: 14px;
|
|
border-radius: 3px 3px 0 0;
|
|
}
|
|
/* line 222, clinical/_observations.scss */
|
|
.concept-set-group .concept-set-title h2.section-title button {
|
|
font-size: 12px;
|
|
font-family: Opensans, Arial, sans-serif;
|
|
}
|
|
/* line 227, clinical/_observations.scss */
|
|
.concept-set-group .concept-set-title .form-actions {
|
|
width: auto;
|
|
top: 0;
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: 0;
|
|
padding: 10px 10px;
|
|
}
|
|
/* line 234, clinical/_observations.scss */
|
|
.concept-set-group .concept-set-title .form-actions button {
|
|
display: table;
|
|
float: left;
|
|
width: auto;
|
|
margin-left: 12px;
|
|
background: none;
|
|
padding: 0;
|
|
border: none;
|
|
color: #fff;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 234, clinical/_observations.scss */
|
|
.concept-set-group .concept-set-title .form-actions button {
|
|
margin-left: 21px;
|
|
}
|
|
}
|
|
/* line 246, clinical/_observations.scss */
|
|
.concept-set-group .concept-set-title .form-actions button:focus {
|
|
outline: none;
|
|
}
|
|
/* line 249, clinical/_observations.scss */
|
|
.concept-set-group .concept-set-title .form-actions button:hover {
|
|
opacity: 0.5;
|
|
}
|
|
/* line 252, clinical/_observations.scss */
|
|
.concept-set-group .concept-set-title .form-actions button .fa {
|
|
padding: 0;
|
|
width: auto;
|
|
}
|
|
/* line 256, clinical/_observations.scss */
|
|
.concept-set-group .concept-set-title .form-actions button [class^="icon-"]:before,
|
|
.concept-set-group .concept-set-title .form-actions button [class*=" icon-"]:before {
|
|
font-size: 16px;
|
|
}
|
|
/* line 260, clinical/_observations.scss */
|
|
.concept-set-group .concept-set-title .form-actions button .fa-trash {
|
|
font-size: 18px;
|
|
}
|
|
|
|
/* line 269, clinical/_observations.scss */
|
|
.vitals.form-horizontal {
|
|
padding: 5px;
|
|
}
|
|
/* line 272, clinical/_observations.scss */
|
|
.vitals .consultation-image {
|
|
padding: 5px;
|
|
clear: both;
|
|
box-sizing: border-box;
|
|
border-radius: 3px;
|
|
position: relative;
|
|
width: 200px;
|
|
text-align: center;
|
|
}
|
|
/* line 280, clinical/_observations.scss */
|
|
.vitals .consultation-image button {
|
|
position: absolute;
|
|
top: 0;
|
|
}
|
|
/* line 284, clinical/_observations.scss */
|
|
.vitals .consultation-image .file {
|
|
width: 160px;
|
|
height: 160px;
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
position: relative;
|
|
border: 1px solid #eee;
|
|
border-radius: 3px;
|
|
}
|
|
/* line 292, clinical/_observations.scss */
|
|
.vitals .consultation-image .file .comment-toggle {
|
|
margin: 9px 10px 5px 0;
|
|
}
|
|
/* line 295, clinical/_observations.scss */
|
|
.vitals .consultation-image .file .row-remover {
|
|
margin: 0;
|
|
right: 0;
|
|
padding: 0;
|
|
background: transparent;
|
|
border: none;
|
|
outline: 0;
|
|
}
|
|
/* line 302, clinical/_observations.scss */
|
|
.vitals .consultation-image .file .row-remover span {
|
|
color: #F40428;
|
|
text-shadow: 1px 1px 1px #8E0010;
|
|
}
|
|
/* line 307, clinical/_observations.scss */
|
|
.vitals .consultation-image .file .undo-img-delete {
|
|
width: 100%;
|
|
left: 0;
|
|
height: 100%;
|
|
background: rgba(255, 255, 255, 0.9);
|
|
}
|
|
/* line 312, clinical/_observations.scss */
|
|
.vitals .consultation-image .file .undo-img-delete span {
|
|
color: #88af28;
|
|
font-size: 30px;
|
|
}
|
|
/* line 316, clinical/_observations.scss */
|
|
.vitals .consultation-image .file .undo-img-delete:hover {
|
|
opacity: 1;
|
|
}
|
|
/* line 320, clinical/_observations.scss */
|
|
.vitals .consultation-image .file img.has-image {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
height: 100%;
|
|
width: auto;
|
|
-webkit-transform: translate(-50%, -50%);
|
|
-ms-transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
/* line 331, clinical/_observations.scss */
|
|
.vitals .consultation-image .placeholder {
|
|
width: 160px;
|
|
height: 160px;
|
|
float: left;
|
|
margin: 0;
|
|
text-align: center;
|
|
border: 1px solid transparent;
|
|
border-radius: 3px;
|
|
padding: 0;
|
|
position: relative;
|
|
cursor: pointer;
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
}
|
|
/* line 344, clinical/_observations.scss */
|
|
.vitals .consultation-image .placeholder:hover {
|
|
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
|
|
border-color: #eee;
|
|
}
|
|
/* line 348, clinical/_observations.scss */
|
|
.vitals .consultation-image .placeholder i {
|
|
color: #888;
|
|
font-size: 18px;
|
|
line-height: 60px;
|
|
width: 60px;
|
|
height: 60px;
|
|
font-size: 30px;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
margin: auto;
|
|
}
|
|
/* line 363, clinical/_observations.scss */
|
|
.vitals .consultation-image .file-browse {
|
|
position: absolute;
|
|
z-index: -999;
|
|
min-width: 1px;
|
|
width: 1px;
|
|
visibility: hidden;
|
|
}
|
|
/* line 371, clinical/_observations.scss */
|
|
.vitals .consultation-image .comment-toggle {
|
|
margin-right: 10px;
|
|
margin-bottom: 5px;
|
|
}
|
|
/* line 375, clinical/_observations.scss */
|
|
.vitals .consultation-image.consultation-image-disabled {
|
|
pointer-events: none;
|
|
}
|
|
/* line 377, clinical/_observations.scss */
|
|
.vitals .consultation-image.consultation-image-disabled .placeholder.btn {
|
|
opacity: 0.4;
|
|
}
|
|
/* line 381, clinical/_observations.scss */
|
|
.vitals .consultation-image input, .vitals .consultation-image form .input-prepend .add-on, form .input-prepend .vitals .consultation-image .add-on, .vitals .consultation-image .form .input-prepend .add-on, .form .input-prepend .vitals .consultation-image .add-on, .vitals .consultation-image textarea {
|
|
width: 100% !important;
|
|
display: inline-block;
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 387, clinical/_observations.scss */
|
|
.vitals .form-group.form-group-video {
|
|
float: none;
|
|
}
|
|
/* line 389, clinical/_observations.scss */
|
|
.vitals .form-group.form-group-video label.control-label {
|
|
margin-right: -100%;
|
|
}
|
|
/* line 392, clinical/_observations.scss */
|
|
.vitals .form-group.form-group-video .field-value {
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
/* line 397, clinical/_observations.scss */
|
|
.vitals .consultation-video {
|
|
width: auto;
|
|
background: none;
|
|
margin-left: 210px;
|
|
}
|
|
/* line 401, clinical/_observations.scss */
|
|
.vitals .consultation-video form .vitals .form-field .field-value input, .vitals .consultation-video form .vitals .form-field .field-value .input-prepend .add-on, .vitals .consultation-video form .input-prepend .vitals .form-field .field-value .add-on, .form .input-prepend .vitals .consultation-video form .vitals .form-field .field-value .add-on {
|
|
width: 50px;
|
|
}
|
|
/* line 404, clinical/_observations.scss */
|
|
.vitals .consultation-video label.placeholder {
|
|
width: auto;
|
|
margin: 0 !important;
|
|
padding: 6px 15px;
|
|
background: #eee;
|
|
cursor: pointer;
|
|
border: 1px solid #ccc;
|
|
border-radius: 3px;
|
|
}
|
|
/* line 413, clinical/_observations.scss */
|
|
.vitals .consultation-video .file-browse {
|
|
position: absolute;
|
|
z-index: -999;
|
|
min-width: 1px;
|
|
width: 1px;
|
|
}
|
|
|
|
/* line 423, clinical/_observations.scss */
|
|
.leaf-observation-node .obs-comment-section {
|
|
padding-bottom: 30px;
|
|
display: inline-block;
|
|
}
|
|
|
|
/* line 429, clinical/_observations.scss */
|
|
.field-value .concept-description {
|
|
margin: 0 10px 5px 0;
|
|
display: inline-block;
|
|
}
|
|
/* line 432, clinical/_observations.scss */
|
|
.field-value .concept-description ul, .field-value .concept-description ol {
|
|
margin-left: 20px;
|
|
}
|
|
/* line 435, clinical/_observations.scss */
|
|
.field-value .concept-description ul li {
|
|
list-style-type: disc;
|
|
}
|
|
/* line 438, clinical/_observations.scss */
|
|
.field-value .concept-description ol li {
|
|
list-style-type: decimal;
|
|
}
|
|
/* line 441, clinical/_observations.scss */
|
|
.field-value .concept-description span.description {
|
|
margin-top: 7px;
|
|
}
|
|
/* line 444, clinical/_observations.scss */
|
|
.field-value .concept-description span.details, .field-value .concept-description span.description {
|
|
font-size: 10px;
|
|
padding: 2px 10px;
|
|
border-radius: 20px;
|
|
background: #e8edf3;
|
|
min-width: 30px;
|
|
display: inline-block;
|
|
line-height: 1.5em;
|
|
}
|
|
/* line 453, clinical/_observations.scss */
|
|
.field-value .concept-description p {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
/* line 458, clinical/_observations.scss */
|
|
.concept-set-description {
|
|
font-size: 12px;
|
|
margin-top: 15px;
|
|
}
|
|
|
|
/* line 463, clinical/_observations.scss */
|
|
.concept-tooltip-trigger {
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
width: 18px;
|
|
height: 18px;
|
|
line-height: 18px;
|
|
text-align: center;
|
|
border-radius: 100%;
|
|
font-size: 20px;
|
|
color: #669999;
|
|
box-shadow: 1px 1px 1px #ccc;
|
|
background: #FFFFFF;
|
|
padding: 0;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
/* line 479, clinical/_observations.scss */
|
|
.concept-tooltip-description {
|
|
margin-bottom: 10px;
|
|
margin-left: 150px;
|
|
text-align: left;
|
|
position: relative;
|
|
}
|
|
/* line 484, clinical/_observations.scss */
|
|
.concept-tooltip-description .details {
|
|
display: inline-block;
|
|
font-size: 12px;
|
|
padding: 5px;
|
|
border-radius: 5px;
|
|
background: #000000;
|
|
color: #FFFFFF;
|
|
}
|
|
/* line 492, clinical/_observations.scss */
|
|
.concept-tooltip-description i {
|
|
position: absolute;
|
|
bottom: -16px;
|
|
left: 1%;
|
|
font-size: 20px;
|
|
color: #000000;
|
|
}
|
|
/* line 499, clinical/_observations.scss */
|
|
.concept-tooltip-description p {
|
|
margin-bottom: 5px;
|
|
line-height: 1.1;
|
|
}
|
|
|
|
/* line 506, clinical/_observations.scss */
|
|
.stepper.illegalValue {
|
|
border: none !important;
|
|
background: none !important;
|
|
}
|
|
/* line 511, clinical/_observations.scss */
|
|
.stepper .stepper__btn {
|
|
padding: 7px 20px 7px !important;
|
|
vertical-align: middle;
|
|
}
|
|
/* line 514, clinical/_observations.scss */
|
|
.stepper .stepper__btn.stepper__minus {
|
|
float: left;
|
|
margin-right: 1px;
|
|
}
|
|
/* line 518, clinical/_observations.scss */
|
|
.stepper .stepper__btn.stepper__plus {
|
|
float: right;
|
|
margin-left: 1px;
|
|
}
|
|
/* line 524, clinical/_observations.scss */
|
|
.stepper .stepper__field {
|
|
float: left;
|
|
min-width: 10% !important;
|
|
width: 4.4em !important;
|
|
display: inline-block;
|
|
margin: 0;
|
|
}
|
|
|
|
/* line 535, clinical/_observations.scss */
|
|
.vitals table caption {
|
|
text-align: left;
|
|
font-family: "OpenSansBold";
|
|
font-size: 12px;
|
|
padding: 0 0 5px;
|
|
color: #666;
|
|
}
|
|
/* line 542, clinical/_observations.scss */
|
|
.vitals table th {
|
|
font-size: 11px;
|
|
}
|
|
|
|
/* line 550, clinical/_observations.scss */
|
|
.vitals .mylegend .add-more {
|
|
margin-top: 0;
|
|
float: right;
|
|
}
|
|
/* line 555, clinical/_observations.scss */
|
|
.vitals .mylegend #removeClonedObs.fa-remove {
|
|
margin-top: 0;
|
|
font-size: 12px;
|
|
}
|
|
|
|
/* line 561, clinical/_observations.scss */
|
|
.concept-tooltip-tabular-observation {
|
|
margin-left: 70px;
|
|
}
|
|
|
|
/* line 565, clinical/_observations.scss */
|
|
.field-value-buttonSelectType {
|
|
max-width: 66%;
|
|
width: auto;
|
|
}
|
|
/* line 568, clinical/_observations.scss */
|
|
.field-value-buttonSelectType .multi-select-button-group button {
|
|
width: 200px;
|
|
text-align: center;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 568, clinical/_observations.scss */
|
|
.field-value-buttonSelectType .multi-select-button-group button {
|
|
width: 185px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 1200px) {
|
|
/* line 565, clinical/_observations.scss */
|
|
.field-value-buttonSelectType {
|
|
max-width: 62%;
|
|
}
|
|
}
|
|
@media screen and (max-width: 850px) {
|
|
/* line 565, clinical/_observations.scss */
|
|
.field-value-buttonSelectType {
|
|
max-width: 50%;
|
|
}
|
|
}
|
|
|
|
/* line 585, clinical/_observations.scss */
|
|
.add-more-wrapper {
|
|
display: inline-block;
|
|
}
|
|
|
|
/* line 589, clinical/_observations.scss */
|
|
.illegalValue .multi-select-button-group {
|
|
display: table;
|
|
width: auto;
|
|
}
|
|
|
|
/* line 594, clinical/_observations.scss */
|
|
.field-value-buttonSelectType .illegalValue {
|
|
display: table;
|
|
width: auto;
|
|
}
|
|
|
|
/* line 601, clinical/_observations.scss */
|
|
.concept-set-panel {
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
position: relative;
|
|
}
|
|
/* line 605, clinical/_observations.scss */
|
|
.concept-set-panel .left-panel-toggle {
|
|
display: none;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 605, clinical/_observations.scss */
|
|
.concept-set-panel .left-panel-toggle {
|
|
display: inline-block;
|
|
color: #669999;
|
|
border: 1px solid;
|
|
position: fixed;
|
|
left: 10px;
|
|
z-index: 999;
|
|
width: 25px;
|
|
height: 25px;
|
|
text-align: center;
|
|
font-size: 19px;
|
|
border-radius: 3px;
|
|
}
|
|
}
|
|
/* line 621, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-left {
|
|
float: left;
|
|
width: 275px;
|
|
margin-right: -100%;
|
|
position: relative;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 621, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-left {
|
|
display: none;
|
|
}
|
|
/* line 628, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-left .concept-set-panel-wrap {
|
|
webkit-box-shadow: 17px 4px 29px -16px rgba(0, 0, 0, 0.75);
|
|
-moz-box-shadow: 17px 4px 29px -16px rgba(0, 0, 0, 0.75);
|
|
box-shadow: 17px 4px 29px -16px rgba(0, 0, 0, 0.75);
|
|
}
|
|
/* line 633, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-left.form-menu-toggeled {
|
|
display: block;
|
|
}
|
|
}
|
|
/* line 639, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-left .concept-set-panel-wrap {
|
|
border-radius: 5px 5px 0 0;
|
|
border: 1px solid #BBB;
|
|
position: fixed;
|
|
width: inherit;
|
|
height: auto;
|
|
top: 138px;
|
|
bottom: 50px;
|
|
background: #FFFFFF;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
z-index: 10000;
|
|
}
|
|
/* line 652, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-left .multi-select-lab-tests {
|
|
width: 100% !important;
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 655, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-left .multi-select-lab-tests li {
|
|
position: relative;
|
|
}
|
|
/* line 657, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-left .multi-select-lab-tests li.emptymsg {
|
|
display: list-item;
|
|
padding: 10px;
|
|
color: #BBB;
|
|
font-size: 12px;
|
|
}
|
|
/* line 663, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-left .multi-select-lab-tests li + .emptymsg {
|
|
display: none;
|
|
}
|
|
/* line 666, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-left .multi-select-lab-tests li a {
|
|
overflow: auto;
|
|
box-sizing: border-box;
|
|
font-size: 12px;
|
|
border-bottom: 1px solid #ccc;
|
|
padding: 8px 10px !important;
|
|
display: block;
|
|
color: #3d5c5c;
|
|
}
|
|
/* line 674, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-left .multi-select-lab-tests li a .concept-set-name {
|
|
display: block;
|
|
width: auto;
|
|
margin-right: 25px;
|
|
word-break: break-all;
|
|
}
|
|
/* line 679, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-left .multi-select-lab-tests li a .concept-set-name.concept-set-name-extra {
|
|
margin-right: 52px;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 666, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-left .multi-select-lab-tests li a {
|
|
padding: 8px 5px;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
/* line 687, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-left .multi-select-lab-tests li a:hover {
|
|
background: #b7e5e5;
|
|
}
|
|
/* line 691, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-left .multi-select-lab-tests li .button-wrap {
|
|
padding: 0;
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 691, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-left .multi-select-lab-tests li .button-wrap {
|
|
right: 5px;
|
|
}
|
|
}
|
|
/* line 700, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-left .multi-select-lab-tests li .button-wrap .fa-exclamation-triangle {
|
|
margin-left: 5px;
|
|
font-size: 17px;
|
|
width: auto;
|
|
}
|
|
/* line 705, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-left .multi-select-lab-tests li .button-wrap .fa-plus {
|
|
color: #666;
|
|
font-size: 18px;
|
|
width: auto;
|
|
font-weight: 100;
|
|
}
|
|
/* line 713, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-left .multi-select-lab-tests li.active a {
|
|
background: #527a7a;
|
|
color: #FFFFFF;
|
|
font-family: "OpenSansSemiBold";
|
|
}
|
|
/* line 718, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-left .multi-select-lab-tests li.active .fa-plus {
|
|
color: #FFFFFF;
|
|
}
|
|
/* line 726, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-right-wrap {
|
|
float: right;
|
|
width: 100%;
|
|
}
|
|
/* line 730, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-right {
|
|
margin-left: 290px;
|
|
margin-top: 34px;
|
|
position: relative;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 730, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-right {
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
@media screen and (max-width: 850px) {
|
|
/* line 730, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-right {
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
/* line 741, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-right ul li.concept-set-panel-no-template {
|
|
width: 100%;
|
|
border: 1px solid #BBB;
|
|
border-radius: 5px 5px 0 0;
|
|
background: #FFFFFF;
|
|
box-sizing: border-box;
|
|
display: list-item;
|
|
}
|
|
@media screen and (max-width: 760px) {
|
|
/* line 741, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-right ul li.concept-set-panel-no-template {
|
|
height: auto;
|
|
position: static;
|
|
border: none;
|
|
background: none;
|
|
}
|
|
}
|
|
/* line 755, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-right ul li + .concept-set-panel-no-template {
|
|
display: none;
|
|
}
|
|
/* line 760, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-right .section-title #removeClonedObs.fa-remove {
|
|
padding: 3px 5px 4px;
|
|
width: auto;
|
|
margin: -3px 0 0;
|
|
font-size: 14px;
|
|
}
|
|
/* line 766, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-right .concept-set-title {
|
|
cursor: initial;
|
|
}
|
|
/* line 768, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-right .concept-set-title .section-title {
|
|
cursor: pointer;
|
|
}
|
|
@media screen and (max-width: 1200px) {
|
|
/* line 772, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-right div.duration.checkbox-inline {
|
|
margin-top: 0;
|
|
margin-left: 193px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 772, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-right div.duration.checkbox-inline {
|
|
margin-left: 10px;
|
|
margin-top: -10px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 1200px) {
|
|
/* line 781, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-right div.duration.checkbox-inline .input.duration-value {
|
|
padding: 2px 10px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 1200px) {
|
|
/* line 787, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-right #chief_complaint_data_addmore_observation_4 {
|
|
margin-top: 9px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 850px) {
|
|
/* line 787, clinical/_observations.scss */
|
|
.concept-set-panel .concept-set-panel-right #chief_complaint_data_addmore_observation_4 {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
/* line 796, clinical/_observations.scss */
|
|
.concept-set-panel form .form-field textarea, .concept-set-panel .form .form-field textarea {
|
|
width: 500px;
|
|
}
|
|
/* line 799, clinical/_observations.scss */
|
|
.concept-set-panel table .field-value-buttonSelectType {
|
|
width: 47%;
|
|
}
|
|
|
|
/* line 805, clinical/_observations.scss */
|
|
.button-wrap-video .add-more, .button-wrap-video .fa-remove {
|
|
margin: 4px 5px 0 0 !important;
|
|
}
|
|
|
|
/* line 810, clinical/_observations.scss */
|
|
.form-field.form-field-group.image-upload-wrapper {
|
|
display: inline-block;
|
|
width: auto;
|
|
vertical-align: top;
|
|
margin-left: 34px;
|
|
}
|
|
|
|
/* line 817, clinical/_observations.scss */
|
|
.ngdialog .ngdialog-content .video-dialog {
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
/* line 822, clinical/_observations.scss */
|
|
.observation-image {
|
|
margin: 2px;
|
|
width: 100px;
|
|
height: 80px;
|
|
}
|
|
|
|
/*doc
|
|
---
|
|
title: Half page Layout
|
|
name: half_page_layout
|
|
category: Layout - sections
|
|
---
|
|
|
|
Clinical Display control in different structure:
|
|
|
|
```html_example
|
|
<div class="dashboard-sections-wrapper">
|
|
<div class="dashboard-sections halfpage-container dashboard-sections-left">
|
|
<section class="dashboard-section">
|
|
<div>
|
|
<h2 class="section-title has-link">
|
|
<span class="title-link">Section Title</span>
|
|
<i class="fa fa-external-link"></i>
|
|
</h2>
|
|
</div>
|
|
<section class="block hierarchy">
|
|
<ul class="form-field">
|
|
<li>
|
|
<span class="tree-list-item row-click toggle-container">
|
|
<i class="fa fa-caret-right"></i>
|
|
<i class="fa fa-caret-down"></i>
|
|
<span class="obs-date ng-binding">Observation</span>
|
|
<span class="fr order-sub-heading-container">
|
|
<span class="order-sub-heading">
|
|
<span class="provider-name fl">Username</span>
|
|
<span class="provider-date fr">27 Jan 16 6:36 pm</span>
|
|
</span>
|
|
</span>
|
|
</span>
|
|
</span>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</section>
|
|
</div>
|
|
<div class="dashboard-sections halfpage-container dashboard-sections-right">
|
|
<section class="dashboard-section">
|
|
<div>
|
|
<h2 class="section-title has-link">
|
|
<span class="title-link">Section Title</span>
|
|
<i class="fa fa-external-link"></i>
|
|
</h2>
|
|
<section class="block">
|
|
<table class="dashboard-table">
|
|
<tbody>
|
|
<tr>
|
|
<td>Sample Data1</td>
|
|
<td>Sample Data2</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
```
|
|
|
|
|
|
*/
|
|
/*doc
|
|
---
|
|
title: Three Fourth Layout
|
|
name: three_fourth_layout
|
|
category: Layout - sections
|
|
---
|
|
|
|
|
|
```html_example
|
|
<div class="dashboard-sections-wrapper">
|
|
<div class="dashboard-sections three-fourth-page-container">
|
|
<div class="three-fourth-page LAYOUT_75_25">
|
|
<section class="dashboard-section">
|
|
<div>
|
|
<h2 class="section-title has-link">
|
|
<span class="title-link">Section Title</span>
|
|
<i class="fa fa-external-link"></i>
|
|
</h2>
|
|
</div>
|
|
<section class="block hierarchy">
|
|
<ul class="form-field">
|
|
<li>
|
|
<span class="tree-list-item row-click toggle-container" toggle="obsGroup.isOpen">
|
|
<i class="fa fa-caret-right"></i>
|
|
<i class="fa fa-caret-down"></i>
|
|
<span class="obs-date">Observation</span>
|
|
<span class="fr order-sub-heading-container">
|
|
<span class="order-sub-heading">
|
|
<span class="provider-name fl">Username</span>
|
|
<span class="provider-date fr">27 Jan 16 6:36 pm</span>
|
|
</span>
|
|
</span>
|
|
</span>
|
|
</span>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
```
|
|
|
|
|
|
*/
|
|
/*doc
|
|
---
|
|
title: One Fourth Layout
|
|
name: one_fourth_layout
|
|
category: Layout - sections
|
|
---
|
|
|
|
|
|
```html_example
|
|
<div class="dashboard-sections-wrapper">
|
|
<div class="dashboard-sections halfpage-container dashboard-sections-left">
|
|
<section class="dashboard-section LAYOUT_25_75">
|
|
<div>
|
|
<h2 class="section-title has-link">
|
|
<span class="title-link">Section Title</span>
|
|
<i class="fa fa-external-link"></i>
|
|
</h2>
|
|
<section class="block">
|
|
<table class="dashboard-table">
|
|
<tbody>
|
|
<tr>
|
|
<td>Sample Data1</td>
|
|
<td>Sample Data2</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
```
|
|
|
|
|
|
*/
|
|
/* line 152, clinical/_patientDashboard.scss */
|
|
.pgContainer {
|
|
position: relative;
|
|
overflow-y: auto;
|
|
width: 100%;
|
|
height: 100%;
|
|
min-height: 860px;
|
|
right: 0;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
/* line 161, clinical/_patientDashboard.scss */
|
|
.dashboard-date-picker {
|
|
float: left;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
/* line 168, clinical/_patientDashboard.scss */
|
|
.print-list-wrapper.active ul {
|
|
display: block;
|
|
}
|
|
/* line 172, clinical/_patientDashboard.scss */
|
|
.print-list-wrapper ul {
|
|
display: none;
|
|
background: #fff;
|
|
position: absolute;
|
|
top: 46px;
|
|
width: 220px;
|
|
padding: 10px 10px 0;
|
|
}
|
|
/* line 179, clinical/_patientDashboard.scss */
|
|
.print-list-wrapper ul li {
|
|
display: block;
|
|
padding-bottom: 10px;
|
|
cursor: pointer;
|
|
}
|
|
@media screen and (max-width: 700px) {
|
|
/* line 166, clinical/_patientDashboard.scss */
|
|
.print-list-wrapper {
|
|
diplay: none;
|
|
}
|
|
}
|
|
|
|
/* line 190, clinical/_patientDashboard.scss */
|
|
.dashboard-sections-wrapper {
|
|
*zoom: 1;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.dashboard-sections-wrapper:before, .dashboard-sections-wrapper:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.dashboard-sections-wrapper:after {
|
|
clear: both;
|
|
}
|
|
/* line 192, clinical/_patientDashboard.scss */
|
|
.dashboard-sections-wrapper .dashboard-sections {
|
|
*zoom: 1;
|
|
margin: 0;
|
|
box-sizing: border-box;
|
|
float: left;
|
|
width: 100%;
|
|
padding: 0;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.dashboard-sections-wrapper .dashboard-sections:before, .dashboard-sections-wrapper .dashboard-sections:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.dashboard-sections-wrapper .dashboard-sections:after {
|
|
clear: both;
|
|
}
|
|
/* line 199, clinical/_patientDashboard.scss */
|
|
.dashboard-sections-wrapper .dashboard-sections.halfpage-container {
|
|
width: 50%;
|
|
}
|
|
/* line 201, clinical/_patientDashboard.scss */
|
|
.dashboard-sections-wrapper .dashboard-sections.halfpage-container .LAYOUT_25_75 {
|
|
width: 49.7%;
|
|
}
|
|
@media screen and (max-width: 760px) {
|
|
/* line 201, clinical/_patientDashboard.scss */
|
|
.dashboard-sections-wrapper .dashboard-sections.halfpage-container .LAYOUT_25_75 {
|
|
width: 100%;
|
|
float: none;
|
|
}
|
|
}
|
|
/* line 209, clinical/_patientDashboard.scss */
|
|
.dashboard-sections-wrapper .dashboard-sections.halfpage-container.dashboard-sections-left .LAYOUT_25_75 {
|
|
width: 48.3%;
|
|
}
|
|
@media screen and (max-width: 760px) {
|
|
/* line 209, clinical/_patientDashboard.scss */
|
|
.dashboard-sections-wrapper .dashboard-sections.halfpage-container.dashboard-sections-left .LAYOUT_25_75 {
|
|
width: 100%;
|
|
float: none;
|
|
}
|
|
}
|
|
@media screen and (max-width: 859px) {
|
|
/* line 199, clinical/_patientDashboard.scss */
|
|
.dashboard-sections-wrapper .dashboard-sections.halfpage-container {
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
padding: 0;
|
|
float: none;
|
|
}
|
|
}
|
|
/* line 224, clinical/_patientDashboard.scss */
|
|
.dashboard-sections-wrapper .dashboard-sections.dashboard-sections-right {
|
|
padding: 0px 0px 0px 5px;
|
|
}
|
|
@media screen and (max-width: 859px) {
|
|
/* line 224, clinical/_patientDashboard.scss */
|
|
.dashboard-sections-wrapper .dashboard-sections.dashboard-sections-right {
|
|
padding: 0;
|
|
}
|
|
}
|
|
/* line 230, clinical/_patientDashboard.scss */
|
|
.dashboard-sections-wrapper .dashboard-sections.dashboard-sections-left {
|
|
padding: 0px 5px 0px 0px;
|
|
}
|
|
@media screen and (max-width: 859px) {
|
|
/* line 230, clinical/_patientDashboard.scss */
|
|
.dashboard-sections-wrapper .dashboard-sections.dashboard-sections-left {
|
|
padding: 0;
|
|
}
|
|
}
|
|
/* line 237, clinical/_patientDashboard.scss */
|
|
.dashboard-sections-wrapper .dashboard-sections.three-fourth-page-container div.three-fourth-page {
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 239, clinical/_patientDashboard.scss */
|
|
.dashboard-sections-wrapper .dashboard-sections.three-fourth-page-container div.three-fourth-page.section-0 {
|
|
padding-right: 5px;
|
|
}
|
|
/* line 242, clinical/_patientDashboard.scss */
|
|
.dashboard-sections-wrapper .dashboard-sections.three-fourth-page-container div.three-fourth-page.section-1 {
|
|
padding-left: 5px;
|
|
}
|
|
/* line 246, clinical/_patientDashboard.scss */
|
|
.dashboard-sections-wrapper .dashboard-sections.three-fourth-page-container .LAYOUT_25_75 {
|
|
width: 24.5%;
|
|
float: left;
|
|
}
|
|
@media screen and (max-width: 760px) {
|
|
/* line 246, clinical/_patientDashboard.scss */
|
|
.dashboard-sections-wrapper .dashboard-sections.three-fourth-page-container .LAYOUT_25_75 {
|
|
width: 100%;
|
|
float: none;
|
|
}
|
|
}
|
|
/* line 255, clinical/_patientDashboard.scss */
|
|
.dashboard-sections-wrapper .dashboard-sections.three-fourth-page-container .LAYOUT_75_25 {
|
|
width: 75.5%;
|
|
float: left;
|
|
}
|
|
@media screen and (max-width: 760px) {
|
|
/* line 255, clinical/_patientDashboard.scss */
|
|
.dashboard-sections-wrapper .dashboard-sections.three-fourth-page-container .LAYOUT_75_25 {
|
|
width: 100%;
|
|
float: none;
|
|
}
|
|
}
|
|
/* line 264, clinical/_patientDashboard.scss */
|
|
.dashboard-sections-wrapper .dashboard-sections .disease-date {
|
|
font-family: OpenSansSemiBold;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/* line 273, clinical/_patientDashboard.scss */
|
|
#diagnosisSection .ruled-out.diagnosis-name {
|
|
color: #666;
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
/* line 279, clinical/_patientDashboard.scss */
|
|
.dashboard-section {
|
|
margin: 0;
|
|
margin-bottom: 10px;
|
|
font-size: 14px;
|
|
position: relative;
|
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
|
|
}
|
|
/* line 286, clinical/_patientDashboard.scss */
|
|
.dashboard-section .dashboard-section {
|
|
border: none;
|
|
margin-bottom: 0;
|
|
}
|
|
/* line 289, clinical/_patientDashboard.scss */
|
|
.dashboard-section .dashboard-section section .form-field {
|
|
border-bottom: none;
|
|
}
|
|
/* line 293, clinical/_patientDashboard.scss */
|
|
.dashboard-section .placeholder-message {
|
|
background: #ccc;
|
|
color: #666;
|
|
padding: 10px;
|
|
text-align: center;
|
|
display: none;
|
|
}
|
|
/* line 300, clinical/_patientDashboard.scss */
|
|
.dashboard-section .toggle {
|
|
width: 25px;
|
|
text-align: center;
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 304, clinical/_patientDashboard.scss */
|
|
.dashboard-section .toggle i {
|
|
padding: 0;
|
|
}
|
|
/* line 308, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.block {
|
|
padding: 0 !important;
|
|
border: 0;
|
|
background: #FFFFFF;
|
|
}
|
|
/* line 314, clinical/_patientDashboard.scss */
|
|
.dashboard-section table {
|
|
margin: 0;
|
|
border-left: 0;
|
|
border-right: 0;
|
|
font-size: 14px;
|
|
}
|
|
/* line 319, clinical/_patientDashboard.scss */
|
|
.dashboard-section table td, .dashboard-section table th {
|
|
vertical-align: top;
|
|
}
|
|
/* line 322, clinical/_patientDashboard.scss */
|
|
.dashboard-section table td.toggle-btn {
|
|
padding: 5px;
|
|
width: 30px;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 326, clinical/_patientDashboard.scss */
|
|
.dashboard-section table th {
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
/* line 333, clinical/_patientDashboard.scss */
|
|
.dashboard-section section label.date {
|
|
font-family: OpenSansBold, Arial, sans-serif;
|
|
background: #eee;
|
|
padding: 10px;
|
|
display: block;
|
|
color: #666;
|
|
}
|
|
/* line 340, clinical/_patientDashboard.scss */
|
|
.dashboard-section section ul.navigation-link-container {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
/* line 343, clinical/_patientDashboard.scss */
|
|
.dashboard-section section ul.navigation-link-container li {
|
|
display: block;
|
|
border-bottom: 1px #ccc solid;
|
|
}
|
|
/* line 346, clinical/_patientDashboard.scss */
|
|
.dashboard-section section ul.navigation-link-container li a {
|
|
display: inline-block;
|
|
padding: 8px 10px 7px;
|
|
line-height: 1;
|
|
}
|
|
/* line 350, clinical/_patientDashboard.scss */
|
|
.dashboard-section section ul.navigation-link-container li a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
/* line 354, clinical/_patientDashboard.scss */
|
|
.dashboard-section section ul.navigation-link-container li .order-sub-heading-container .order-sub-heading {
|
|
padding-top: 7px;
|
|
padding-right: 9px;
|
|
}
|
|
/* line 362, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.navigation-links-wrapper ul.navigation-link-container li {
|
|
float: left;
|
|
border-bottom: none;
|
|
border-right: 1px #ccc solid;
|
|
padding: 0 6px;
|
|
margin: 5px 0;
|
|
}
|
|
/* line 368, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.navigation-links-wrapper ul.navigation-link-container li:last-child {
|
|
border-right: 0;
|
|
}
|
|
/* line 371, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.navigation-links-wrapper ul.navigation-link-container li a {
|
|
padding: 4px 7px;
|
|
display: block;
|
|
border-radius: 4px;
|
|
text-transform: capitalize;
|
|
}
|
|
/* line 376, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.navigation-links-wrapper ul.navigation-link-container li a:hover {
|
|
text-decoration: none;
|
|
background: #97C32D;
|
|
color: #fff;
|
|
}
|
|
/* line 385, clinical/_patientDashboard.scss */
|
|
.dashboard-section section .form-field-group .form-field {
|
|
border: 0;
|
|
}
|
|
/* line 388, clinical/_patientDashboard.scss */
|
|
.dashboard-section section .form-field .form-field {
|
|
padding: 0;
|
|
border: 0;
|
|
}
|
|
/* line 391, clinical/_patientDashboard.scss */
|
|
.dashboard-section section .form-field .form-field .form-field {
|
|
padding: 0;
|
|
border: 0;
|
|
}
|
|
/* line 395, clinical/_patientDashboard.scss */
|
|
.dashboard-section section .form-field {
|
|
border-bottom: 1px solid #ccc;
|
|
padding: 5px;
|
|
font-size: 14px;
|
|
padding-left: 10px;
|
|
clear: both;
|
|
}
|
|
/* line 401, clinical/_patientDashboard.scss */
|
|
.dashboard-section section .form-field .field-attribute {
|
|
width: 45%;
|
|
display: inline-block;
|
|
}
|
|
/* line 405, clinical/_patientDashboard.scss */
|
|
.dashboard-section section .form-field .value-text-only {
|
|
display: inline-block;
|
|
}
|
|
/* line 408, clinical/_patientDashboard.scss */
|
|
.dashboard-section section .form-field .time {
|
|
font-size: 11px;
|
|
color: #666;
|
|
float: right;
|
|
padding-right: 5px;
|
|
}
|
|
/* line 415, clinical/_patientDashboard.scss */
|
|
.dashboard-section section .is-abnormal .field-attribute {
|
|
color: red;
|
|
}
|
|
|
|
/* line 421, clinical/_patientDashboard.scss */
|
|
.patient-dashboard.visit {
|
|
padding: 0;
|
|
margin-top: 45px;
|
|
}
|
|
|
|
/* line 422, clinical/_patientDashboard.scss */
|
|
.dashboard-visit-summary {
|
|
padding: 10px;
|
|
}
|
|
|
|
/* line 423, clinical/_patientDashboard.scss */
|
|
.dashboard-header {
|
|
width: 100%;
|
|
height: 52px;
|
|
background: #669999;
|
|
}
|
|
/* line 427, clinical/_patientDashboard.scss */
|
|
.dashboard-header h5 {
|
|
margin: 15px 0;
|
|
color: #eee;
|
|
text-transform: capitalize;
|
|
display: inline-block;
|
|
font-size: 16px;
|
|
}
|
|
|
|
/* line 436, clinical/_patientDashboard.scss */
|
|
.dashboard-treatment-section table {
|
|
margin: 0;
|
|
border-left: 0;
|
|
border-right: 0;
|
|
}
|
|
/* line 440, clinical/_patientDashboard.scss */
|
|
.dashboard-treatment-section table th, .dashboard-treatment-section table td {
|
|
padding: 5px;
|
|
}
|
|
/* line 443, clinical/_patientDashboard.scss */
|
|
.dashboard-treatment-section table tr th {
|
|
color: #666;
|
|
}
|
|
/* line 446, clinical/_patientDashboard.scss */
|
|
.dashboard-treatment-section table tr, .dashboard-treatment-section table td, .dashboard-treatment-section table th {
|
|
border-left: 0 !important;
|
|
border-right: 0 !important;
|
|
}
|
|
/* line 451, clinical/_patientDashboard.scss */
|
|
.dashboard-treatment-section table h5 span {
|
|
font-size: 14px;
|
|
color: #ccc;
|
|
}
|
|
/* line 456, clinical/_patientDashboard.scss */
|
|
.dashboard-treatment-section table td.dosage {
|
|
font-size: 12px;
|
|
width: 35%;
|
|
}
|
|
/* line 460, clinical/_patientDashboard.scss */
|
|
.dashboard-treatment-section table td.days {
|
|
font-size: 11px;
|
|
width: 10%;
|
|
}
|
|
/* line 463, clinical/_patientDashboard.scss */
|
|
.dashboard-treatment-section table td.days span {
|
|
color: #666;
|
|
}
|
|
|
|
/* line 470, clinical/_patientDashboard.scss */
|
|
table.dashboard-table {
|
|
margin: 0;
|
|
border-left: 0;
|
|
border-right: 0;
|
|
font-size: 14px;
|
|
}
|
|
/* line 475, clinical/_patientDashboard.scss */
|
|
table.dashboard-table tr th {
|
|
color: #666;
|
|
background: #eee;
|
|
}
|
|
/* line 479, clinical/_patientDashboard.scss */
|
|
table.dashboard-table tr, table.dashboard-table td {
|
|
border-left: 0 !important;
|
|
border-right: 0 !important;
|
|
}
|
|
|
|
/* line 486, clinical/_patientDashboard.scss */
|
|
table.drug-order-table td.drug.active-drug {
|
|
border-left: 3px solid orange !important;
|
|
}
|
|
/* line 489, clinical/_patientDashboard.scss */
|
|
table.drug-order-table td.drug.scheduled-drug {
|
|
border-left: 3px solid green !important;
|
|
}
|
|
/* line 492, clinical/_patientDashboard.scss */
|
|
table.drug-order-table td.drug span.drug-attr-highlight {
|
|
background: #457FAC;
|
|
color: #fff;
|
|
border-radius: 4px;
|
|
width: 16px;
|
|
height: 16px;
|
|
display: inline-block;
|
|
text-align: center;
|
|
padding-top: 2px;
|
|
margin-left: 0px;
|
|
font-size: 13px;
|
|
}
|
|
|
|
/* line 506, clinical/_patientDashboard.scss */
|
|
.placeholder-text {
|
|
font-size: 14px;
|
|
padding: 10px;
|
|
}
|
|
|
|
/* line 510, clinical/_patientDashboard.scss */
|
|
.white-popup {
|
|
position: relative;
|
|
background: #FFFFFF;
|
|
padding: 40px;
|
|
width: auto;
|
|
max-width: 200px;
|
|
margin: 20px auto;
|
|
text-align: center;
|
|
}
|
|
|
|
/* line 520, clinical/_patientDashboard.scss */
|
|
.dashboard-diagnosis-section .dashboard-table {
|
|
margin: 0;
|
|
}
|
|
/* line 524, clinical/_patientDashboard.scss */
|
|
.dashboard-diagnosis-section .diagnosis .history-diagnosis .table-body .row {
|
|
background: #FFFFFF;
|
|
}
|
|
/* line 525, clinical/_patientDashboard.scss */
|
|
.dashboard-diagnosis-section .diagnosis .history-diagnosis .table-body .diagnosis-name {
|
|
color: #333;
|
|
float: left;
|
|
padding: 0 0 0 10px;
|
|
}
|
|
/* line 530, clinical/_patientDashboard.scss */
|
|
.dashboard-diagnosis-section .diagnosis .history-diagnosis .table-body .ruled-out.diagnosis-name {
|
|
color: #666;
|
|
text-decoration: line-through;
|
|
}
|
|
/* line 535, clinical/_patientDashboard.scss */
|
|
.dashboard-diagnosis-section .table .col {
|
|
padding: 6px 0;
|
|
}
|
|
/* line 536, clinical/_patientDashboard.scss */
|
|
.dashboard-diagnosis-section .col.col1 {
|
|
width: 60%;
|
|
float: left;
|
|
}
|
|
/* line 540, clinical/_patientDashboard.scss */
|
|
.dashboard-diagnosis-section .col.col2 {
|
|
width: 35%;
|
|
float: right;
|
|
}
|
|
/* line 543, clinical/_patientDashboard.scss */
|
|
.dashboard-diagnosis-section .col.col2 .order {
|
|
margin: 0;
|
|
}
|
|
/* line 549, clinical/_patientDashboard.scss */
|
|
.dashboard-diagnosis-section .table-header .col.col2 span {
|
|
padding: 0;
|
|
}
|
|
/* line 553, clinical/_patientDashboard.scss */
|
|
.dashboard-diagnosis-section .table-body .col.col2 {
|
|
font-size: 11px;
|
|
padding-left: 10px;
|
|
}
|
|
/* line 556, clinical/_patientDashboard.scss */
|
|
.dashboard-diagnosis-section .table-body .col.col2 .view {
|
|
margin-bottom: 3px;
|
|
}
|
|
/* line 558, clinical/_patientDashboard.scss */
|
|
.dashboard-diagnosis-section .table-body .col.col2 .view .date {
|
|
float: right;
|
|
color: #666;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
/* line 568, clinical/_patientDashboard.scss */
|
|
.dashboard-laborders-section table {
|
|
margin-top: 0;
|
|
}
|
|
/* line 570, clinical/_patientDashboard.scss */
|
|
.dashboard-laborders-section table tr {
|
|
border-left: 0;
|
|
}
|
|
/* line 573, clinical/_patientDashboard.scss */
|
|
.dashboard-laborders-section table td {
|
|
border: 0;
|
|
}
|
|
/* line 576, clinical/_patientDashboard.scss */
|
|
.dashboard-laborders-section table td span.range {
|
|
font-size: 11px;
|
|
color: #666;
|
|
}
|
|
/* line 580, clinical/_patientDashboard.scss */
|
|
.dashboard-laborders-section table tr td.value {
|
|
width: 35%;
|
|
padding: 5px;
|
|
font-size: 12px;
|
|
color: #333;
|
|
}
|
|
/* line 585, clinical/_patientDashboard.scss */
|
|
.dashboard-laborders-section table tr td.value .line-value {
|
|
width: 50%;
|
|
float: left;
|
|
}
|
|
/* line 590, clinical/_patientDashboard.scss */
|
|
.dashboard-laborders-section table tr td .fr.date {
|
|
float: right;
|
|
font-size: 11px;
|
|
color: #666;
|
|
}
|
|
/* line 594, clinical/_patientDashboard.scss */
|
|
.dashboard-laborders-section table tr td .fr.date i.fa-file-alt {
|
|
font-size: 16px;
|
|
color: orange;
|
|
}
|
|
|
|
/* line 605, clinical/_patientDashboard.scss */
|
|
.dashboard-radiology-section .radiology-doc-item {
|
|
overflow: auto;
|
|
clear: both;
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
/* line 609, clinical/_patientDashboard.scss */
|
|
.dashboard-radiology-section .radiology-doc-item a {
|
|
padding: 5px 10px 7px 10px;
|
|
width: 77%;
|
|
float: left;
|
|
}
|
|
/* line 613, clinical/_patientDashboard.scss */
|
|
.dashboard-radiology-section .radiology-doc-item a i {
|
|
padding-left: 0;
|
|
}
|
|
/* line 615, clinical/_patientDashboard.scss */
|
|
.dashboard-radiology-section .radiology-doc-item span {
|
|
float: right;
|
|
font-size: 11px;
|
|
padding-right: 10px;
|
|
color: #666;
|
|
}
|
|
|
|
/* line 624, clinical/_patientDashboard.scss */
|
|
.testUnderPanel {
|
|
padding-left: 10px;
|
|
}
|
|
|
|
/* line 628, clinical/_patientDashboard.scss */
|
|
.dashboard-section section .form-field.is-text {
|
|
overflow: auto;
|
|
clear: both;
|
|
padding-left: 10px;
|
|
}
|
|
/* line 632, clinical/_patientDashboard.scss */
|
|
.dashboard-section section .form-field.is-text .value-text-only {
|
|
line-height: 1.3em;
|
|
}
|
|
|
|
/* line 640, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.block.hierarchy .field-attribute {
|
|
vertical-align: top;
|
|
}
|
|
/* line 641, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.block.hierarchy .testUnderPanel, .dashboard-section section.block.hierarchy .value-text-only, .dashboard-section section.block.hierarchy .date-text-only {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
/* line 642, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.block.hierarchy .testUnderPanel, .dashboard-section section.block.hierarchy .value-text-only {
|
|
width: 35%;
|
|
}
|
|
@media screen and (max-width: 700px) {
|
|
/* line 642, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.block.hierarchy .testUnderPanel, .dashboard-section section.block.hierarchy .value-text-only {
|
|
width: 45%;
|
|
}
|
|
}
|
|
/* line 648, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.block.hierarchy .testUnderPanel {
|
|
padding: 0;
|
|
}
|
|
@media screen and (max-width: 700px) {
|
|
/* line 648, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.block.hierarchy .testUnderPanel {
|
|
padding-right: 10px;
|
|
}
|
|
}
|
|
/* line 654, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.block.hierarchy .date-text-only {
|
|
width: 15%;
|
|
}
|
|
/* line 655, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.block.hierarchy .toggle i {
|
|
padding: 0;
|
|
}
|
|
/* line 656, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.block.hierarchy .img-concept {
|
|
border: 1px solid rgba(43, 149, 255, 0.5);
|
|
display: inline-block;
|
|
padding: 4px;
|
|
border-radius: 2px;
|
|
background: #fff;
|
|
margin: 0 3px;
|
|
transition: all .2s ease-in-out;
|
|
}
|
|
/* line 664, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.block.hierarchy .img-concept img {
|
|
vertical-align: top;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 1px solid #ddd;
|
|
width: 40px;
|
|
box-shadow: 0px 0px 3px #ccc;
|
|
height: auto;
|
|
transition: all .2s ease-in-out;
|
|
}
|
|
/* line 674, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.block.hierarchy .img-concept:hover {
|
|
border: 1px solid #2b95ff;
|
|
box-shadow: inset 0px 0px 3px #ccc;
|
|
}
|
|
/* line 677, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.block.hierarchy .img-concept:hover img {
|
|
box-shadow: none;
|
|
border-color: #ccc;
|
|
}
|
|
/* line 683, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.block.hierarchy li.video-concept {
|
|
border-top: none;
|
|
height: 300px;
|
|
margin: 5px 15px;
|
|
border: 1px solid #ccc;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
@media screen and (max-width: 1150px) {
|
|
/* line 683, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.block.hierarchy li.video-concept {
|
|
height: auto;
|
|
}
|
|
}
|
|
@media screen and (max-width: 859px) {
|
|
/* line 683, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.block.hierarchy li.video-concept {
|
|
height: 300px;
|
|
}
|
|
}
|
|
/* line 696, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.block.hierarchy li.video-concept .testUnderPanel {
|
|
width: 100% !important;
|
|
padding: 3px 10px 0;
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 700, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.block.hierarchy li.video-concept .testUnderPanel .btn-download {
|
|
padding: 5px 10px;
|
|
background: #fff;
|
|
border: 1px solid #ddd;
|
|
border-radius: 5px;
|
|
color: #88af28;
|
|
font-size: 12px;
|
|
margin-bottom: 7px;
|
|
}
|
|
/* line 710, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.block.hierarchy li.video-concept .tree-list-item {
|
|
padding-left: 0;
|
|
}
|
|
/* line 713, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.block.hierarchy li.video-concept .toggle {
|
|
position: absolute;
|
|
right: 0;
|
|
padding-top: 6px;
|
|
}
|
|
/* line 719, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.block.hierarchy li.video-concept pre {
|
|
width: 92%;
|
|
}
|
|
/* line 722, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.block.hierarchy li.video-concept .notes.inline-notes {
|
|
margin-top: -4px;
|
|
}
|
|
/* line 725, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.block.hierarchy li.video-concept .footer-note {
|
|
text-align: left;
|
|
float: none;
|
|
clear: both;
|
|
padding-top: 5px;
|
|
padding-left: 20px;
|
|
}
|
|
/* line 731, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.block.hierarchy li.video-concept .footer-note .provider {
|
|
float: none;
|
|
clear: both;
|
|
}
|
|
/* line 736, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.block.hierarchy li.video-concept .obs-video-thumb-container {
|
|
position: relative;
|
|
clear: both;
|
|
}
|
|
/* line 739, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.block.hierarchy li.video-concept .obs-video-thumb-container .obs-play-btn {
|
|
background: transparent;
|
|
color: darkgray;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
margin: auto;
|
|
outline: none;
|
|
border: none;
|
|
width: 83px;
|
|
height: 50px;
|
|
padding: 0;
|
|
}
|
|
/* line 753, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.block.hierarchy li.video-concept .obs-video-thumb-container .obs-play-btn i {
|
|
font-size: 50px;
|
|
padding: 0;
|
|
}
|
|
/* line 758, clinical/_patientDashboard.scss */
|
|
.dashboard-section section.block.hierarchy li.video-concept .obs-video-thumb-container img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
/* line 766, clinical/_patientDashboard.scss */
|
|
.dashboard-section .activeSince {
|
|
width: 35%;
|
|
display: inline-block;
|
|
float: right;
|
|
}
|
|
|
|
/* line 773, clinical/_patientDashboard.scss */
|
|
.template-container .dashboard-section section.block.hierarchy .testUnderPanel, .template-container .dashboard-section section.block.hierarchy .value-text-only {
|
|
width: 34.5% !important;
|
|
}
|
|
|
|
/* line 778, clinical/_patientDashboard.scss */
|
|
.dashboard-section section .form-field.is-text {
|
|
overflow: auto;
|
|
clear: both;
|
|
padding-left: 10px;
|
|
}
|
|
/* line 782, clinical/_patientDashboard.scss */
|
|
.dashboard-section section .form-field.is-text .value-text-only {
|
|
line-height: 1.3em;
|
|
}
|
|
|
|
/* line 788, clinical/_patientDashboard.scss */
|
|
.history-diagnosis .name {
|
|
width: 40%;
|
|
}
|
|
/* line 791, clinical/_patientDashboard.scss */
|
|
.history-diagnosis .view {
|
|
font-size: 12px;
|
|
}
|
|
/* line 794, clinical/_patientDashboard.scss */
|
|
.history-diagnosis .date {
|
|
font-size: 11px;
|
|
text-align: right;
|
|
}
|
|
/* line 798, clinical/_patientDashboard.scss */
|
|
.history-diagnosis .toggle-btn {
|
|
width: 24px;
|
|
}
|
|
/* line 800, clinical/_patientDashboard.scss */
|
|
.history-diagnosis .toggle-btn .toggle {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
/* line 807, clinical/_patientDashboard.scss */
|
|
table.pivot-table .tooltip {
|
|
margin-left: -5px;
|
|
margin-top: 0;
|
|
background: #333;
|
|
color: white;
|
|
box-shadow: none;
|
|
bottom: 36px;
|
|
top: auto;
|
|
z-index: 1;
|
|
}
|
|
/* line 816, clinical/_patientDashboard.scss */
|
|
table.pivot-table .tooltip i {
|
|
color: #333;
|
|
bottom: -15px;
|
|
left: 20px;
|
|
top: auto;
|
|
}
|
|
/* line 822, clinical/_patientDashboard.scss */
|
|
table.pivot-table .tooltip .details {
|
|
color: white !important;
|
|
}
|
|
/* line 826, clinical/_patientDashboard.scss */
|
|
table.pivot-table, table.pivot-table * {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 831, clinical/_patientDashboard.scss */
|
|
table.pivot-table span.range {
|
|
font-size: 11px;
|
|
}
|
|
/* line 834, clinical/_patientDashboard.scss */
|
|
table.pivot-table .row-header-group {
|
|
min-height: 40px;
|
|
vertical-align: middle;
|
|
font-weight: bold;
|
|
font-family: OpenSansBold, Arial, sans-serif;
|
|
}
|
|
/* line 839, clinical/_patientDashboard.scss */
|
|
table.pivot-table .row-header-group:first-letter {
|
|
text-transform: capitalize;
|
|
}
|
|
/* line 843, clinical/_patientDashboard.scss */
|
|
table.pivot-table thead th {
|
|
font-family: OpenSans, Arial, sans-serif;
|
|
font-weight: normal;
|
|
border-right: 0;
|
|
}
|
|
/* line 849, clinical/_patientDashboard.scss */
|
|
table.pivot-table tr td, table.pivot-table tr th {
|
|
line-height: 1.2em;
|
|
height: 36px;
|
|
max-height: 36px;
|
|
vertical-align: middle;
|
|
padding: 5px 10px;
|
|
}
|
|
/* line 857, clinical/_patientDashboard.scss */
|
|
table.pivot-table tbody {
|
|
white-space: normal;
|
|
font-size: 12px;
|
|
}
|
|
/* line 861, clinical/_patientDashboard.scss */
|
|
table.pivot-table tbody tr th, table.pivot-table tbody tr td {
|
|
width: 80px;
|
|
padding: 5px;
|
|
font-size: 12px;
|
|
}
|
|
/* line 866, clinical/_patientDashboard.scss */
|
|
table.pivot-table tbody tr th {
|
|
background: white;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
border-right: none;
|
|
}
|
|
/* line 871, clinical/_patientDashboard.scss */
|
|
table.pivot-table tbody tr th .time {
|
|
font-size: 12px;
|
|
color: #b8b8b8;
|
|
display: inline-block;
|
|
margin-top: 3px;
|
|
font-weight: normal;
|
|
font-family: OpenSans, Arial, sans-serif;
|
|
}
|
|
/* line 880, clinical/_patientDashboard.scss */
|
|
table.pivot-table tbody tr td {
|
|
position: relative;
|
|
}
|
|
/* line 882, clinical/_patientDashboard.scss */
|
|
table.pivot-table tbody tr td .popover-trigger {
|
|
cursor: pointer;
|
|
color: #2b95ff;
|
|
}
|
|
|
|
/* line 891, clinical/_patientDashboard.scss */
|
|
.recent-patients {
|
|
display: inline-block;
|
|
position: relative;
|
|
float: left;
|
|
}
|
|
/* line 895, clinical/_patientDashboard.scss */
|
|
.recent-patients img {
|
|
height: 31px;
|
|
float: left;
|
|
}
|
|
/* line 899, clinical/_patientDashboard.scss */
|
|
.recent-patients .back-btn {
|
|
padding: 5px 10px 3px !important;
|
|
}
|
|
/* line 903, clinical/_patientDashboard.scss */
|
|
.recent-patients .recent-patients-header .prev-patient, .recent-patients .recent-patients-header .next-patient {
|
|
border-radius: 3px;
|
|
background: linear-gradient(to bottom, #FFF, #DDD);
|
|
background-color: #DDD;
|
|
border: #DDD 1px solid;
|
|
padding: 6px 20px 7px;
|
|
display: inline-block;
|
|
line-height: 1.2em;
|
|
color: #363463;
|
|
cursor: pointer;
|
|
min-width: 0;
|
|
max-width: 300px;
|
|
text-decoration: none;
|
|
color: #A1D030;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
padding: 10px 15px 6px 15px;
|
|
float: left;
|
|
display: none;
|
|
}
|
|
/* line 153, bahmni-components/_buttons.scss */
|
|
.recent-patients .recent-patients-header .prev-patient:hover, .recent-patients .recent-patients-header .next-patient:hover {
|
|
background: #e2e2e2;
|
|
border-color: #d0d0d0;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 153, bahmni-components/_buttons.scss */
|
|
.recent-patients .recent-patients-header .prev-patient:hover, .recent-patients .recent-patients-header .next-patient:hover {
|
|
background: linear-gradient(to bottom, #FFF, #DDD);
|
|
border: #DDD 1px solid;
|
|
}
|
|
}
|
|
/* line 162, bahmni-components/_buttons.scss */
|
|
.recent-patients .recent-patients-header .prev-patient.active, .recent-patients .recent-patients-header .next-patient.active {
|
|
background: #d8d8d8;
|
|
border-color: #d0d0d0;
|
|
}
|
|
/* line 167, bahmni-components/_buttons.scss */
|
|
.recent-patients .recent-patients-header .prev-patient i, .recent-patients .recent-patients-header .next-patient i {
|
|
font-size: 1.2em;
|
|
margin: 0;
|
|
padding: 0;
|
|
line-height: .5em;
|
|
}
|
|
/* line 175, bahmni-components/_buttons.scss */
|
|
.recent-patients .recent-patients-header .prev-patient.big i, .recent-patients .recent-patients-header .prev-patient.medium i, .recent-patients .recent-patients-header .next-patient.big i, .recent-patients .recent-patients-header .next-patient.medium i {
|
|
display: block;
|
|
font-size: 50px;
|
|
margin: 0 auto;
|
|
padding: 10px;
|
|
}
|
|
/* line 184, bahmni-components/_buttons.scss */
|
|
.recent-patients .recent-patients-header .prev-patient.medium i, .recent-patients .recent-patients-header .next-patient.medium i {
|
|
font-size: 34px;
|
|
}
|
|
/* line 189, bahmni-components/_buttons.scss */
|
|
.recent-patients .recent-patients-header .prev-patient.disabled, .recent-patients .recent-patients-header .prev-patient:disabled, .recent-patients .recent-patients-header .next-patient.disabled, .recent-patients .recent-patients-header .next-patient:disabled {
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #333;
|
|
cursor: default;
|
|
}
|
|
/* line 196, bahmni-components/_buttons.scss */
|
|
.recent-patients .recent-patients-header .prev-patient.print, .recent-patients .recent-patients-header .next-patient.print {
|
|
padding: 10px;
|
|
}
|
|
/* line 199, bahmni-components/_buttons.scss */
|
|
.recent-patients .recent-patients-header .prev-patient.print i, .recent-patients .recent-patients-header .next-patient.print i {
|
|
font-size: 1.5em;
|
|
}
|
|
/* line 204, bahmni-components/_buttons.scss */
|
|
.recent-patients .recent-patients-header .prev-patient.app, .recent-patients .recent-patients-header .next-patient.app {
|
|
padding: 20px 10px;
|
|
width: 150px;
|
|
min-height: 90px;
|
|
vertical-align: top;
|
|
line-height: 1.3em;
|
|
margin: 10px;
|
|
text-align: center;
|
|
}
|
|
/* line 214, bahmni-components/_buttons.scss */
|
|
.recent-patients .recent-patients-header .prev-patient.arrow, .recent-patients .recent-patients-header .next-patient.arrow {
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
padding: 9px 5px;
|
|
margin-left: -10px;
|
|
background: #81a726;
|
|
color: white;
|
|
border-color: #bbb;
|
|
height: 68px;
|
|
}
|
|
/* line 224, bahmni-components/_buttons.scss */
|
|
.recent-patients .recent-patients-header .prev-patient.arrow span, .recent-patients .recent-patients-header .next-patient.arrow span {
|
|
display: block;
|
|
line-height: 1em;
|
|
}
|
|
/* line 229, bahmni-components/_buttons.scss */
|
|
.recent-patients .recent-patients-header .prev-patient.arrow i, .recent-patients .recent-patients-header .next-patient.arrow i {
|
|
line-height: 1em;
|
|
font-size: 2em;
|
|
}
|
|
/* line 234, bahmni-components/_buttons.scss */
|
|
.recent-patients .recent-patients-header .prev-patient.arrow .arrow-button, .recent-patients .recent-patients-header .next-patient.arrow .arrow-button {
|
|
width: 0;
|
|
height: 0;
|
|
top: 0;
|
|
right: -17px;
|
|
border-bottom: 34px solid transparent;
|
|
border-top: 33px solid transparent;
|
|
border-left: 18px solid #81a726;
|
|
position: absolute;
|
|
}
|
|
/* line 245, bahmni-components/_buttons.scss */
|
|
.recent-patients .recent-patients-header .prev-patient.arrow .arrow-border-button, .recent-patients .recent-patients-header .next-patient.arrow .arrow-border-button {
|
|
width: 0;
|
|
height: 0;
|
|
top: 0;
|
|
right: -18px;
|
|
border-bottom: 34px solid transparent;
|
|
border-top: 33px solid transparent;
|
|
border-left: 18px solid #bbb;
|
|
position: absolute;
|
|
}
|
|
/* line 256, bahmni-components/_buttons.scss */
|
|
.recent-patients .recent-patients-header .prev-patient.arrow.disabled, .recent-patients .recent-patients-header .next-patient.arrow.disabled {
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #ccc;
|
|
cursor: default;
|
|
}
|
|
/* line 262, bahmni-components/_buttons.scss */
|
|
.recent-patients .recent-patients-header .prev-patient.arrow.disabled .arrow-button, .recent-patients .recent-patients-header .next-patient.arrow.disabled .arrow-button {
|
|
border-left: 18px solid #eee;
|
|
}
|
|
/* line 266, bahmni-components/_buttons.scss */
|
|
.recent-patients .recent-patients-header .prev-patient.arrow.disabled .arrow-border-button, .recent-patients .recent-patients-header .next-patient.arrow.disabled .arrow-border-button {
|
|
border-left: 18px solid #ccc;
|
|
}
|
|
/* line 911, clinical/_patientDashboard.scss */
|
|
.recent-patients .recent-patients-header .prev-patient:hover, .recent-patients .recent-patients-header .next-patient:hover {
|
|
text-decoration: none;
|
|
color: #91bc2b;
|
|
}
|
|
/* line 916, clinical/_patientDashboard.scss */
|
|
.recent-patients .recent-patients-header .prev-patient.disabled, .recent-patients .recent-patients-header .next-patient.disabled {
|
|
color: #ccc;
|
|
}
|
|
/* line 918, clinical/_patientDashboard.scss */
|
|
.recent-patients .recent-patients-header .prev-patient.disabled:hover, .recent-patients .recent-patients-header .next-patient.disabled:hover {
|
|
cursor: not-allowed;
|
|
}
|
|
/* line 922, clinical/_patientDashboard.scss */
|
|
.recent-patients .recent-patients-header button {
|
|
padding: 10px 12px 9px;
|
|
float: left;
|
|
color: #FFFFFF;
|
|
border: 1px solid #476b6b;
|
|
background: linear-gradient(to bottom, #669999, #527a7a);
|
|
}
|
|
/* line 931, clinical/_patientDashboard.scss */
|
|
.recent-patients .recent-patients-panel {
|
|
position: absolute;
|
|
z-index: 1;
|
|
left: 0px;
|
|
top: 47px;
|
|
background: #FFFFFF;
|
|
border: 1px solid #ccc;
|
|
width: 330px;
|
|
max-height: 250px;
|
|
overflow-y: auto;
|
|
font-size: 14px;
|
|
color: #363463;
|
|
border-radius: 0px 5px 5px 5px;
|
|
box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
|
|
padding-bottom: 5px;
|
|
}
|
|
/* line 946, clinical/_patientDashboard.scss */
|
|
.recent-patients .recent-patients-panel::-webkit-scrollbar {
|
|
-webkit-appearance: none;
|
|
width: 2px;
|
|
height: 2px;
|
|
}
|
|
/* line 952, clinical/_patientDashboard.scss */
|
|
.recent-patients .recent-patients-panel::-webkit-scrollbar-thumb {
|
|
border-radius: 4px;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
|
|
}
|
|
/* line 957, clinical/_patientDashboard.scss */
|
|
.recent-patients .recent-patients-panel .recent-patients-search {
|
|
background: #F1F1F1;
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
border-radius: 0 5px 0 0;
|
|
}
|
|
/* line 962, clinical/_patientDashboard.scss */
|
|
.recent-patients .recent-patients-panel .recent-patients-search #patientIdentifier {
|
|
width: 100%;
|
|
color: #000;
|
|
padding: 2px 10px;
|
|
background-color: #FFF;
|
|
border: 1px solid #DDD;
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 972, clinical/_patientDashboard.scss */
|
|
.recent-patients .recent-patients-panel a, .recent-patients .recent-patients-panel .recent_patient {
|
|
color: #666;
|
|
font-size: 14px;
|
|
border-bottom: 1px solid #ccc;
|
|
padding: 13px 5px 12px 10px;
|
|
display: block;
|
|
}
|
|
/* line 978, clinical/_patientDashboard.scss */
|
|
.recent-patients .recent-patients-panel a:hover, .recent-patients .recent-patients-panel .recent_patient:hover {
|
|
text-decoration: underline;
|
|
}
|
|
/* line 981, clinical/_patientDashboard.scss */
|
|
.recent-patients .recent-patients-panel a span, .recent-patients .recent-patients-panel .recent_patient span {
|
|
max-width: 220px;
|
|
display: inline-block;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
padding-right: 5px;
|
|
float: left;
|
|
height: 20px !important;
|
|
}
|
|
/* line 993, clinical/_patientDashboard.scss */
|
|
.recent-patients .recent-patients-panel .currentPatient a {
|
|
background: #ddd;
|
|
}
|
|
/* line 997, clinical/_patientDashboard.scss */
|
|
.recent-patients .recent-patients-panel .recent_patient {
|
|
color: #000000;
|
|
}
|
|
/* line 999, clinical/_patientDashboard.scss */
|
|
.recent-patients .recent-patients-panel .recent_patient:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
/* line 1007, clinical/_patientDashboard.scss */
|
|
.dashboard-tabular-obs-section.dst-results .tabular-obs table {
|
|
table-layout: fixed;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 1007, clinical/_patientDashboard.scss */
|
|
.dashboard-tabular-obs-section.dst-results .tabular-obs table {
|
|
table-layout: auto;
|
|
}
|
|
}
|
|
/* line 1012, clinical/_patientDashboard.scss */
|
|
.dashboard-tabular-obs-section.dst-results .tabular-obs table td, .dashboard-tabular-obs-section.dst-results .tabular-obs table th {
|
|
word-break: break-word;
|
|
}
|
|
/* line 1017, clinical/_patientDashboard.scss */
|
|
.dashboard-tabular-obs-section .tabular-obs table tr td:first-child {
|
|
background: #eee;
|
|
background-image: none;
|
|
color: #333;
|
|
}
|
|
/* line 1022, clinical/_patientDashboard.scss */
|
|
.dashboard-tabular-obs-section .tabular-obs table.tableAsColumn tr:first-child td {
|
|
background: #eee !important;
|
|
font-family: OpenSansSemiBold;
|
|
color: #333;
|
|
}
|
|
/* line 1027, clinical/_patientDashboard.scss */
|
|
.dashboard-tabular-obs-section .tabular-obs table tr th.obsTableHeaderName {
|
|
width: 155px;
|
|
}
|
|
/* line 1030, clinical/_patientDashboard.scss */
|
|
.dashboard-tabular-obs-section .tabular-obs table tr th.obsTableEdit {
|
|
width: 170px;
|
|
}
|
|
/* line 1033, clinical/_patientDashboard.scss */
|
|
.dashboard-tabular-obs-section .tabular-obs table tr th.obsTableDate {
|
|
width: 75px;
|
|
word-break: normal;
|
|
}
|
|
/* line 1038, clinical/_patientDashboard.scss */
|
|
.dashboard-tabular-obs-section .tabular-obs table tr td.obsTableEdit {
|
|
width: 170px;
|
|
}
|
|
/* line 1040, clinical/_patientDashboard.scss */
|
|
.dashboard-tabular-obs-section .tabular-obs table tr td.obsTableEdit span.obsTableData {
|
|
width: 143px;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 1040, clinical/_patientDashboard.scss */
|
|
.dashboard-tabular-obs-section .tabular-obs table tr td.obsTableEdit span.obsTableData {
|
|
width: 135px;
|
|
}
|
|
}
|
|
|
|
/* line 1050, clinical/_patientDashboard.scss */
|
|
.dashboard-chronic-treatment-section .chronic-treatment {
|
|
overflow: auto;
|
|
}
|
|
/* line 1052, clinical/_patientDashboard.scss */
|
|
.dashboard-chronic-treatment-section .chronic-treatment .stopped {
|
|
background-color: lightsalmon;
|
|
}
|
|
/* line 1055, clinical/_patientDashboard.scss */
|
|
.dashboard-chronic-treatment-section .chronic-treatment .error {
|
|
background-color: red;
|
|
}
|
|
|
|
/* line 1063, clinical/_patientDashboard.scss */
|
|
.ngdialog-content .dashboard-chronic-treatment-section .chronic-treatment {
|
|
border-radius: 0;
|
|
overflow: auto !important;
|
|
}
|
|
/* line 1069, clinical/_patientDashboard.scss */
|
|
.ngdialog-content .dashboard-chronic-treatment-section table tr th {
|
|
border: 1px solid #ddd;
|
|
}
|
|
/* line 1072, clinical/_patientDashboard.scss */
|
|
.ngdialog-content .dashboard-chronic-treatment-section table tr td {
|
|
border: 1px solid #ddd;
|
|
}
|
|
|
|
/* line 1080, clinical/_patientDashboard.scss */
|
|
table.treatments-details-table {
|
|
font-size: 12px;
|
|
}
|
|
/* line 1082, clinical/_patientDashboard.scss */
|
|
table.treatments-details-table td {
|
|
border: none;
|
|
width: 18%;
|
|
padding: 10px 5px;
|
|
}
|
|
/* line 1086, clinical/_patientDashboard.scss */
|
|
table.treatments-details-table td.drug {
|
|
font-size: 14px !important;
|
|
padding: 10px;
|
|
}
|
|
/* line 1090, clinical/_patientDashboard.scss */
|
|
table.treatments-details-table td.toggle-btn {
|
|
width: 5%;
|
|
}
|
|
/* line 1095, clinical/_patientDashboard.scss */
|
|
table.treatments-details-table tr.test-notes-parent {
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
/* line 1098, clinical/_patientDashboard.scss */
|
|
table.treatments-details-table tr.notes-open {
|
|
border-bottom: none !important;
|
|
}
|
|
/* line 1100, clinical/_patientDashboard.scss */
|
|
table.treatments-details-table tr.notes-open td {
|
|
background: #EFF8FF;
|
|
}
|
|
/* line 1104, clinical/_patientDashboard.scss */
|
|
table.treatments-details-table tr.notes {
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
|
|
/* line 1109, clinical/_patientDashboard.scss */
|
|
.patient-dashboard small.hint {
|
|
padding-left: 3px;
|
|
}
|
|
|
|
/* line 1112, clinical/_patientDashboard.scss */
|
|
.patient-info-fixed-postion-container {
|
|
position: fixed;
|
|
top: 52px;
|
|
z-index: 998;
|
|
background: #ddd;
|
|
width: 100%;
|
|
left: 0;
|
|
box-shadow: 0px 1px 8px #686666;
|
|
border-bottom: 1px #699 solid;
|
|
}
|
|
/* line 1121, clinical/_patientDashboard.scss */
|
|
.patient-info-fixed-postion-container div.patient-info-fixed {
|
|
*zoom: 1;
|
|
max-width: 1300px;
|
|
margin: 2px auto 2px;
|
|
clear: both;
|
|
width: 100%;
|
|
padding: 0px 0px;
|
|
box-sizing: border-box;
|
|
font-family: openSansSemiBold;
|
|
height: 37px;
|
|
overflow: hidden;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.patient-info-fixed-postion-container div.patient-info-fixed:before, .patient-info-fixed-postion-container div.patient-info-fixed:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.patient-info-fixed-postion-container div.patient-info-fixed:after {
|
|
clear: both;
|
|
}
|
|
/* line 1133, clinical/_patientDashboard.scss */
|
|
.patient-info-fixed-postion-container div.patient-info-fixed ul li {
|
|
display: block;
|
|
float: left;
|
|
color: #000000;
|
|
border-left: 2px #828181 solid;
|
|
margin: 10px 0px;
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
/* line 1141, clinical/_patientDashboard.scss */
|
|
.patient-info-fixed-postion-container div.patient-info-fixed ul li.patient-name-image-container {
|
|
margin: 0;
|
|
margin: 0;
|
|
border-left: none;
|
|
display: table;
|
|
}
|
|
/* line 1146, clinical/_patientDashboard.scss */
|
|
.patient-info-fixed-postion-container div.patient-info-fixed ul li.patient-name-image-container .patient-image {
|
|
display: table-cell;
|
|
height: 35px;
|
|
width: auto;
|
|
border: 1px solid #ccc;
|
|
border-radius: 100%;
|
|
}
|
|
/* line 1153, clinical/_patientDashboard.scss */
|
|
.patient-info-fixed-postion-container div.patient-info-fixed ul li.patient-name-image-container .patient-name {
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
/* line 1164, clinical/_patientDashboard.scss */
|
|
.video-concept-show {
|
|
width: 50%;
|
|
float: left;
|
|
}
|
|
@media screen and (max-width: 1150px) {
|
|
/* line 1164, clinical/_patientDashboard.scss */
|
|
.video-concept-show {
|
|
width: 100%;
|
|
}
|
|
}
|
|
@media screen and (max-width: 859px) {
|
|
/* line 1164, clinical/_patientDashboard.scss */
|
|
.video-concept-show {
|
|
width: 50%;
|
|
}
|
|
}
|
|
|
|
/* line 1174, clinical/_patientDashboard.scss */
|
|
.ng-dialog-all-details-page .concept-set-container-view {
|
|
*zoom: 1;
|
|
background: #FFFFFF;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.ng-dialog-all-details-page .concept-set-container-view:before, .ng-dialog-all-details-page .concept-set-container-view:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.ng-dialog-all-details-page .concept-set-container-view:after {
|
|
clear: both;
|
|
}
|
|
/* line 1177, clinical/_patientDashboard.scss */
|
|
.ng-dialog-all-details-page .concept-set-container-view .video-concept-show {
|
|
width: 33.333%;
|
|
}
|
|
/* line 1179, clinical/_patientDashboard.scss */
|
|
.ng-dialog-all-details-page .concept-set-container-view .video-concept-show li.video-concept {
|
|
height: 310px !important;
|
|
}
|
|
@media screen and (max-width: 859px) {
|
|
/* line 1177, clinical/_patientDashboard.scss */
|
|
.ng-dialog-all-details-page .concept-set-container-view .video-concept-show {
|
|
width: 50%;
|
|
}
|
|
}
|
|
|
|
/* line 1189, clinical/_patientDashboard.scss */
|
|
h2.section-title.section-title-pivot {
|
|
overflow: hidden;
|
|
padding: 8px 10px 5px;
|
|
}
|
|
/* line 1193, clinical/_patientDashboard.scss */
|
|
h2.section-title.section-title-pivot .btn-scrolling {
|
|
margin-top: -3px;
|
|
}
|
|
/* line 1195, clinical/_patientDashboard.scss */
|
|
h2.section-title.section-title-pivot .btn-scrolling button {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
/* line 1, clinical/_charts.scss */
|
|
svg {
|
|
-webkit-tap-highlight-color: transparent;
|
|
}
|
|
|
|
/* line 5, clinical/_charts.scss */
|
|
.c3-line {
|
|
stroke-width: 3px;
|
|
}
|
|
|
|
/* line 10, clinical/_charts.scss */
|
|
.c3-ygrid-line text {
|
|
fill: #333;
|
|
}
|
|
/* line 13, clinical/_charts.scss */
|
|
.c3-ygrid-line.lowNormal line {
|
|
stroke: green;
|
|
opacity: .25 !important;
|
|
}
|
|
/* line 17, clinical/_charts.scss */
|
|
.c3-ygrid-line.hiNormal line {
|
|
stroke: red;
|
|
opacity: .25 !important;
|
|
}
|
|
|
|
/* line 24, clinical/_charts.scss */
|
|
.c3-target-reference-line circle {
|
|
visibility: hidden;
|
|
}
|
|
/* line 28, clinical/_charts.scss */
|
|
.c3-target-reference-line .c3-line {
|
|
stroke-width: 1px;
|
|
}
|
|
|
|
/* line 1, clinical/_orders.scss */
|
|
.selected-orders {
|
|
margin: 5px 0;
|
|
width: 99.5%;
|
|
}
|
|
@media (max-width: 768px) {
|
|
/* line 1, clinical/_orders.scss */
|
|
.selected-orders {
|
|
width: 97.4%;
|
|
}
|
|
}
|
|
/* line 7, clinical/_orders.scss */
|
|
.selected-orders .null-data-message {
|
|
padding-left: 5px;
|
|
}
|
|
/* line 10, clinical/_orders.scss */
|
|
.selected-orders ul.selected-items {
|
|
max-height: 334px;
|
|
width: 100%;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
}
|
|
/* line 15, clinical/_orders.scss */
|
|
.selected-orders ul.selected-items::-webkit-scrollbar-thumb {
|
|
border-radius: 4px;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
|
|
}
|
|
/* line 20, clinical/_orders.scss */
|
|
.selected-orders ul.selected-items::-webkit-scrollbar {
|
|
-webkit-appearance: none;
|
|
width: 2px;
|
|
height: 2px;
|
|
}
|
|
/* line 25, clinical/_orders.scss */
|
|
.selected-orders ul.selected-items li {
|
|
padding: 4px 1px 4px 3px;
|
|
float: left;
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 29, clinical/_orders.scss */
|
|
.selected-orders ul.selected-items li div {
|
|
border-radius: 3px;
|
|
background: linear-gradient(to bottom, #FFF, #DDD);
|
|
background-color: #DDD;
|
|
border: #DDD 1px solid;
|
|
padding: 6px 20px 7px;
|
|
display: inline-block;
|
|
line-height: 1.2em;
|
|
color: #363463;
|
|
cursor: pointer;
|
|
min-width: 0;
|
|
max-width: 300px;
|
|
text-decoration: none;
|
|
width: 100%;
|
|
display: inline-block;
|
|
display: table;
|
|
margin: 0;
|
|
font-size: 12px;
|
|
padding: 0;
|
|
color: #333;
|
|
text-align: left;
|
|
line-height: .9;
|
|
box-sizing: border-box;
|
|
cursor: default;
|
|
}
|
|
/* line 153, bahmni-components/_buttons.scss */
|
|
.selected-orders ul.selected-items li div:hover {
|
|
background: #e2e2e2;
|
|
border-color: #d0d0d0;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 153, bahmni-components/_buttons.scss */
|
|
.selected-orders ul.selected-items li div:hover {
|
|
background: linear-gradient(to bottom, #FFF, #DDD);
|
|
border: #DDD 1px solid;
|
|
}
|
|
}
|
|
/* line 162, bahmni-components/_buttons.scss */
|
|
.selected-orders ul.selected-items li div.active {
|
|
background: #d8d8d8;
|
|
border-color: #d0d0d0;
|
|
}
|
|
/* line 167, bahmni-components/_buttons.scss */
|
|
.selected-orders ul.selected-items li div i {
|
|
font-size: 1.2em;
|
|
margin: 0;
|
|
padding: 0;
|
|
line-height: .5em;
|
|
}
|
|
/* line 175, bahmni-components/_buttons.scss */
|
|
.selected-orders ul.selected-items li div.big i, .selected-orders ul.selected-items li div.medium i {
|
|
display: block;
|
|
font-size: 50px;
|
|
margin: 0 auto;
|
|
padding: 10px;
|
|
}
|
|
/* line 184, bahmni-components/_buttons.scss */
|
|
.selected-orders ul.selected-items li div.medium i {
|
|
font-size: 34px;
|
|
}
|
|
/* line 189, bahmni-components/_buttons.scss */
|
|
.selected-orders ul.selected-items li div.disabled, .selected-orders ul.selected-items li div:disabled {
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #333;
|
|
cursor: default;
|
|
}
|
|
/* line 196, bahmni-components/_buttons.scss */
|
|
.selected-orders ul.selected-items li div.print {
|
|
padding: 10px;
|
|
}
|
|
/* line 199, bahmni-components/_buttons.scss */
|
|
.selected-orders ul.selected-items li div.print i {
|
|
font-size: 1.5em;
|
|
}
|
|
/* line 204, bahmni-components/_buttons.scss */
|
|
.selected-orders ul.selected-items li div.app {
|
|
padding: 20px 10px;
|
|
width: 150px;
|
|
min-height: 90px;
|
|
vertical-align: top;
|
|
line-height: 1.3em;
|
|
margin: 10px;
|
|
text-align: center;
|
|
}
|
|
/* line 214, bahmni-components/_buttons.scss */
|
|
.selected-orders ul.selected-items li div.arrow {
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
padding: 9px 5px;
|
|
margin-left: -10px;
|
|
background: #81a726;
|
|
color: white;
|
|
border-color: #bbb;
|
|
height: 68px;
|
|
}
|
|
/* line 224, bahmni-components/_buttons.scss */
|
|
.selected-orders ul.selected-items li div.arrow span {
|
|
display: block;
|
|
line-height: 1em;
|
|
}
|
|
/* line 229, bahmni-components/_buttons.scss */
|
|
.selected-orders ul.selected-items li div.arrow i {
|
|
line-height: 1em;
|
|
font-size: 2em;
|
|
}
|
|
/* line 234, bahmni-components/_buttons.scss */
|
|
.selected-orders ul.selected-items li div.arrow .arrow-button {
|
|
width: 0;
|
|
height: 0;
|
|
top: 0;
|
|
right: -17px;
|
|
border-bottom: 34px solid transparent;
|
|
border-top: 33px solid transparent;
|
|
border-left: 18px solid #81a726;
|
|
position: absolute;
|
|
}
|
|
/* line 245, bahmni-components/_buttons.scss */
|
|
.selected-orders ul.selected-items li div.arrow .arrow-border-button {
|
|
width: 0;
|
|
height: 0;
|
|
top: 0;
|
|
right: -18px;
|
|
border-bottom: 34px solid transparent;
|
|
border-top: 33px solid transparent;
|
|
border-left: 18px solid #bbb;
|
|
position: absolute;
|
|
}
|
|
/* line 256, bahmni-components/_buttons.scss */
|
|
.selected-orders ul.selected-items li div.arrow.disabled {
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #ccc;
|
|
cursor: default;
|
|
}
|
|
/* line 262, bahmni-components/_buttons.scss */
|
|
.selected-orders ul.selected-items li div.arrow.disabled .arrow-button {
|
|
border-left: 18px solid #eee;
|
|
}
|
|
/* line 266, bahmni-components/_buttons.scss */
|
|
.selected-orders ul.selected-items li div.arrow.disabled .arrow-border-button {
|
|
border-left: 18px solid #ccc;
|
|
}
|
|
/* line 42, clinical/_orders.scss */
|
|
.selected-orders ul.selected-items li div.active {
|
|
background: linear-gradient(to bottom, #FFF, #ddd);
|
|
background-color: #ddd;
|
|
border: #ddd 1px solid;
|
|
}
|
|
/* line 46, clinical/_orders.scss */
|
|
.selected-orders ul.selected-items li div.active:hover {
|
|
background: #e2e2e2;
|
|
border-color: #d0d0d0;
|
|
}
|
|
/* line 51, clinical/_orders.scss */
|
|
.selected-orders ul.selected-items li div div {
|
|
display: table-cell;
|
|
padding: 10px;
|
|
vertical-align: middle;
|
|
border: none;
|
|
line-height: 1.2;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 51, clinical/_orders.scss */
|
|
.selected-orders ul.selected-items li div div {
|
|
width: 133px;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
/* line 51, clinical/_orders.scss */
|
|
.selected-orders ul.selected-items li div div {
|
|
width: 109px;
|
|
padding: 8px 5px;
|
|
}
|
|
}
|
|
/* line 64, clinical/_orders.scss */
|
|
.selected-orders ul.selected-items li div div.voided {
|
|
text-decoration: line-through;
|
|
}
|
|
/* line 68, clinical/_orders.scss */
|
|
.selected-orders ul.selected-items li div span {
|
|
display: table-cell;
|
|
width: 26px;
|
|
display: table-cell;
|
|
padding: 0 2px;
|
|
border-left: 1px #d0d0d0 solid;
|
|
vertical-align: middle;
|
|
}
|
|
/* line 75, clinical/_orders.scss */
|
|
.selected-orders ul.selected-items li div span i {
|
|
font-size: 1.5em;
|
|
cursor: pointer;
|
|
}
|
|
/* line 77, clinical/_orders.scss */
|
|
.selected-orders ul.selected-items li div span i.fa-remove {
|
|
color: #9D0101;
|
|
}
|
|
|
|
/* line 89, clinical/_orders.scss */
|
|
.order-list {
|
|
margin-top: 10px;
|
|
}
|
|
/* line 91, clinical/_orders.scss */
|
|
.order-list .order-grid {
|
|
border: 1px solid #669999;
|
|
border-radius: 5px 5px 0 0;
|
|
background: #FFFFFF;
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 97, clinical/_orders.scss */
|
|
.order-list .dashboard-section {
|
|
margin-top: -10px;
|
|
border-radius: 0;
|
|
}
|
|
/* line 101, clinical/_orders.scss */
|
|
.order-list h2.order-title {
|
|
cursor: pointer;
|
|
font-family: OpenSans, Arial, sans-serif;
|
|
padding: 10px;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
color: #FFFFFF;
|
|
font-size: 16px;
|
|
clear: both;
|
|
overflow: auto;
|
|
background: #669999;
|
|
position: relative;
|
|
}
|
|
/* line 114, clinical/_orders.scss */
|
|
.order-list .search-container {
|
|
*zoom: 1;
|
|
margin: 1%;
|
|
position: relative;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.order-list .search-container:before, .order-list .search-container:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.order-list .search-container:after {
|
|
clear: both;
|
|
}
|
|
/* line 118, clinical/_orders.scss */
|
|
.order-list .search-container.form .form-field .field-value input[type="text"], form .input-prepend .order-list .search-container.form .form-field .field-value [type="text"].add-on, .order-list .search-container.form .form-field .field-value .input-prepend [type="text"].add-on, .order-list .search-container.form .input-prepend .form-field .field-value [type="text"].add-on {
|
|
padding-right: 22px;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 120, clinical/_orders.scss */
|
|
.order-list .search-container.form .form-field .field-value input[type="text"].order_search_desktop, form .input-prepend .order-list .search-container.form .form-field .field-value [type="text"].order_search_desktop.add-on, .order-list .search-container.form .form-field .field-value .input-prepend [type="text"].order_search_desktop.add-on, .order-list .search-container.form .input-prepend .form-field .field-value [type="text"].order_search_desktop.add-on {
|
|
display: none;
|
|
}
|
|
}
|
|
/* line 125, clinical/_orders.scss */
|
|
.order-list .search-container.form .form-field .field-value input[type="text"].order_search_mobile, form .input-prepend .order-list .search-container.form .form-field .field-value [type="text"].order_search_mobile.add-on, .order-list .search-container.form .form-field .field-value .input-prepend [type="text"].order_search_mobile.add-on, .order-list .search-container.form .input-prepend .form-field .field-value [type="text"].order_search_mobile.add-on {
|
|
display: none;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 125, clinical/_orders.scss */
|
|
.order-list .search-container.form .form-field .field-value input[type="text"].order_search_mobile, form .input-prepend .order-list .search-container.form .form-field .field-value [type="text"].order_search_mobile.add-on, .order-list .search-container.form .form-field .field-value .input-prepend [type="text"].order_search_mobile.add-on, .order-list .search-container.form .input-prepend .form-field .field-value [type="text"].order_search_mobile.add-on {
|
|
display: block;
|
|
}
|
|
}
|
|
/* line 133, clinical/_orders.scss */
|
|
.order-list .search-container label.cross-button {
|
|
color: #9D0101;
|
|
position: absolute;
|
|
right: 1px;
|
|
top: -3px;
|
|
background: none;
|
|
border: none;
|
|
font-size: 18px;
|
|
}
|
|
/* line 143, clinical/_orders.scss */
|
|
.order-list .dashboard-section-wrapper {
|
|
margin: 0;
|
|
}
|
|
/* line 145, clinical/_orders.scss */
|
|
.order-list .dashboard-section-wrapper .orders-section-left {
|
|
width: 25%;
|
|
float: left;
|
|
margin: 0% 0 2% 10px;
|
|
}
|
|
/* line 149, clinical/_orders.scss */
|
|
.order-list .dashboard-section-wrapper .orders-section-left .multi-select-lab-tests {
|
|
width: 96%;
|
|
}
|
|
/* line 151, clinical/_orders.scss */
|
|
.order-list .dashboard-section-wrapper .orders-section-left .multi-select-lab-tests ul li a {
|
|
color: #FFFFFF;
|
|
background: #669999;
|
|
display: block;
|
|
padding: 8px 12px;
|
|
border-bottom: 1px #FFFFFF solid;
|
|
}
|
|
/* line 157, clinical/_orders.scss */
|
|
.order-list .dashboard-section-wrapper .orders-section-left .multi-select-lab-tests ul li a:hover {
|
|
background: #3D7474;
|
|
}
|
|
/* line 160, clinical/_orders.scss */
|
|
.order-list .dashboard-section-wrapper .orders-section-left .multi-select-lab-tests ul li a.active {
|
|
background: #3D7474;
|
|
}
|
|
/* line 166, clinical/_orders.scss */
|
|
.order-list .dashboard-section-wrapper .orders-section-right {
|
|
width: 74%;
|
|
float: right;
|
|
margin-top: 0%;
|
|
}
|
|
@media (max-width: 1200px) {
|
|
/* line 166, clinical/_orders.scss */
|
|
.order-list .dashboard-section-wrapper .orders-section-right {
|
|
width: 72%;
|
|
}
|
|
}
|
|
/* line 174, clinical/_orders.scss */
|
|
.order-list .dashboard-section-wrapper .order-section-container {
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
/* line 177, clinical/_orders.scss */
|
|
.order-list .dashboard-section-wrapper .order-section-container fieldset {
|
|
position: relative;
|
|
margin-top: 13px;
|
|
}
|
|
/* line 182, clinical/_orders.scss */
|
|
.order-list .dashboard-section-wrapper .order-section-container .order-title.mylegend {
|
|
position: absolute;
|
|
top: -15px;
|
|
left: 20px;
|
|
padding: 5px 10px;
|
|
font-family: "OpenSansBold";
|
|
font-size: 12px;
|
|
color: #666;
|
|
border: 1px solid #999999;
|
|
border-radius: 20px;
|
|
text-transform: uppercase;
|
|
}
|
|
/* line 195, clinical/_orders.scss */
|
|
.order-list .dashboard-section-wrapper .order-section-container .orderBtnContainer {
|
|
float: left;
|
|
display: block;
|
|
margin: 0 0 2.4% 0;
|
|
width: 97.6%;
|
|
border: 1px solid #c0c0c0;
|
|
padding: 20px 0 0 10px;
|
|
border-radius: 5px;
|
|
}
|
|
/* line 203, clinical/_orders.scss */
|
|
.order-list .dashboard-section-wrapper .order-section-container .orderBtnContainer ul li a {
|
|
padding: 8px 20px !important;
|
|
}
|
|
/* line 205, clinical/_orders.scss */
|
|
.order-list .dashboard-section-wrapper .order-section-container .orderBtnContainer ul li a.noteditable {
|
|
cursor: default;
|
|
background: #F2FAFF;
|
|
border: 1px #C9DEEC solid;
|
|
}
|
|
@media (max-width: 768px) {
|
|
/* line 203, clinical/_orders.scss */
|
|
.order-list .dashboard-section-wrapper .order-section-container .orderBtnContainer ul li a {
|
|
padding: 8px 15px !important;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
/* line 195, clinical/_orders.scss */
|
|
.order-list .dashboard-section-wrapper .order-section-container .orderBtnContainer {
|
|
width: 94.6%;
|
|
}
|
|
}
|
|
/* line 218, clinical/_orders.scss */
|
|
.order-list .dashboard-section-wrapper .order-section-container .orderBtn {
|
|
float: left;
|
|
margin-bottom: 10px;
|
|
margin-right: 1%;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
width: 260px;
|
|
white-space: nowrap;
|
|
height: 14px;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 218, clinical/_orders.scss */
|
|
.order-list .dashboard-section-wrapper .order-section-container .orderBtn {
|
|
width: 185px;
|
|
margin-bottom: 5px;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
/* line 218, clinical/_orders.scss */
|
|
.order-list .dashboard-section-wrapper .order-section-container .orderBtn {
|
|
width: 42%;
|
|
}
|
|
}
|
|
@media (max-width: 650px) {
|
|
/* line 218, clinical/_orders.scss */
|
|
.order-list .dashboard-section-wrapper .order-section-container .orderBtn {
|
|
width: 40%;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
/* line 218, clinical/_orders.scss */
|
|
.order-list .dashboard-section-wrapper .order-section-container .orderBtn {
|
|
width: 260px;
|
|
}
|
|
}
|
|
/* line 241, clinical/_orders.scss */
|
|
.order-list .dashboard-section-wrapper .order-section-container .orderBtn.noteditable {
|
|
cursor: default;
|
|
}
|
|
/* line 246, clinical/_orders.scss */
|
|
.order-list .dashboard-section-wrapper .block.consultation-notes {
|
|
border: 1px solid #669999;
|
|
width: 95%;
|
|
margin-top: 20px;
|
|
border-radius: 5px 5px 0 0;
|
|
border-top: 0;
|
|
}
|
|
/* line 252, clinical/_orders.scss */
|
|
.order-list .dashboard-section-wrapper .block.consultation-notes h2.section-title {
|
|
background: #3D7474;
|
|
border-radius: 5px 5px 0 0;
|
|
}
|
|
/* line 259, clinical/_orders.scss */
|
|
.order-list .disableOrdersInRetroMode .dashboard-section-wrapper .order-section-container .orderBtn {
|
|
pointer-events: none;
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #999;
|
|
}
|
|
/* line 265, clinical/_orders.scss */
|
|
.order-list .disableOrdersInRetroMode .fa-remove {
|
|
pointer-events: none;
|
|
background: #eee;
|
|
}
|
|
|
|
/* line 273, clinical/_orders.scss */
|
|
.new-order-highlight {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
background-color: #8DB529;
|
|
padding: 2px 6px;
|
|
font-size: 13px;
|
|
}
|
|
|
|
/* line 282, clinical/_orders.scss */
|
|
.order-provider-nane {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
/* line 287, clinical/_orders.scss */
|
|
.order-fullfilment-contianer .dashboard-section {
|
|
border-right: 0;
|
|
border-radius: 0;
|
|
}
|
|
/* line 292, clinical/_orders.scss */
|
|
.order-fullfilment-contianer .concept-set-title .has-notes {
|
|
position: relative;
|
|
top: 2px;
|
|
padding-right: 5px;
|
|
}
|
|
/* line 298, clinical/_orders.scss */
|
|
.order-fullfilment-contianer .hierarchy ul li ul li span {
|
|
background: #ddd;
|
|
}
|
|
/* line 301, clinical/_orders.scss */
|
|
.order-fullfilment-contianer .hierarchy ul li ul li ul li {
|
|
font-size: 14px;
|
|
}
|
|
/* line 303, clinical/_orders.scss */
|
|
.order-fullfilment-contianer .hierarchy ul li ul li ul li span {
|
|
background: #fff;
|
|
}
|
|
/* line 306, clinical/_orders.scss */
|
|
.order-fullfilment-contianer .hierarchy ul li ul li ul li ul li {
|
|
font-size: 13px;
|
|
}
|
|
|
|
/* line 312, clinical/_orders.scss */
|
|
.order-sub-heading-container {
|
|
width: 290px;
|
|
text-align: right;
|
|
}
|
|
/* line 315, clinical/_orders.scss */
|
|
.order-sub-heading-container .order-sub-heading {
|
|
font-size: 12px;
|
|
color: #666;
|
|
}
|
|
/* line 318, clinical/_orders.scss */
|
|
.order-sub-heading-container .order-sub-heading .provider-name {
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
width: 130px;
|
|
display: inline-block;
|
|
text-align: right;
|
|
padding-right: 10px;
|
|
}
|
|
/* line 327, clinical/_orders.scss */
|
|
.order-sub-heading-container .order-sub-heading .provider-date {
|
|
width: 120px;
|
|
display: inline-block;
|
|
text-align: left;
|
|
}
|
|
/* line 333, clinical/_orders.scss */
|
|
.order-sub-heading-container .fa-tasks {
|
|
color: #E8A000;
|
|
visibility: hidden;
|
|
margin-top: -0.1em;
|
|
}
|
|
/* line 337, clinical/_orders.scss */
|
|
.order-sub-heading-container .fa-tasks.visible-true {
|
|
visibility: visible;
|
|
}
|
|
|
|
/* line 345, clinical/_orders.scss */
|
|
.ngdialog.ngdialog-theme-default.selectedOrderNoteContainer-dialog .ngdialog-content {
|
|
width: 600px;
|
|
padding: 30px;
|
|
}
|
|
/* line 349, clinical/_orders.scss */
|
|
.ngdialog.ngdialog-theme-default.selectedOrderNoteContainer-dialog .ngdialog-content .selectedOrderNoteContainer span {
|
|
display: block;
|
|
font-size: 17px;
|
|
line-height: 1;
|
|
padding-bottom: 15px;
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
/* line 357, clinical/_orders.scss */
|
|
.ngdialog.ngdialog-theme-default.selectedOrderNoteContainer-dialog .ngdialog-content .selectedOrderNoteContainer textarea {
|
|
float: left;
|
|
width: 100%;
|
|
padding: 10px;
|
|
height: 120px;
|
|
}
|
|
/* line 363, clinical/_orders.scss */
|
|
.ngdialog.ngdialog-theme-default.selectedOrderNoteContainer-dialog .ngdialog-content .selectedOrderNoteContainer .btn-group {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
/* line 372, clinical/_orders.scss */
|
|
#Pacs .order-sub-heading-container {
|
|
padding-top: 7px;
|
|
}
|
|
|
|
/* line 377, clinical/_orders.scss */
|
|
.urgent-button {
|
|
height: 100%;
|
|
padding: 9px 8px 9px 10px;
|
|
border-radius: 0;
|
|
border: 0;
|
|
border-left: #DDD 1px solid;
|
|
}
|
|
/* line 383, clinical/_orders.scss */
|
|
.urgent-button:disabled {
|
|
background: initial !important;
|
|
border: initial !important;
|
|
border-left: #ddd 1px solid !important;
|
|
}
|
|
|
|
/* line 390, clinical/_orders.scss */
|
|
.hierarchy ul li.image-preview {
|
|
display: inline-block;
|
|
padding: 5px;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
width: 200px;
|
|
border: none;
|
|
text-align: center;
|
|
vertical-align: top;
|
|
}
|
|
/* line 399, clinical/_orders.scss */
|
|
.hierarchy ul li.image-preview .tree-list-item {
|
|
padding: 0;
|
|
}
|
|
/* line 401, clinical/_orders.scss */
|
|
.hierarchy ul li.image-preview .tree-list-item .img-concept, .hierarchy ul li.image-preview .tree-list-item .pdf-link {
|
|
width: 160px;
|
|
height: 160px;
|
|
float: left;
|
|
overflow: hidden;
|
|
margin: 0;
|
|
text-align: center;
|
|
border: 1px solid transparent;
|
|
border-radius: 3px;
|
|
padding: 0;
|
|
position: relative;
|
|
cursor: pointer;
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
}
|
|
/* line 415, clinical/_orders.scss */
|
|
.hierarchy ul li.image-preview .tree-list-item .img-concept:hover, .hierarchy ul li.image-preview .tree-list-item .pdf-link:hover {
|
|
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
|
|
border-color: #eee;
|
|
}
|
|
/* line 419, clinical/_orders.scss */
|
|
.hierarchy ul li.image-preview .tree-list-item .img-concept img, .hierarchy ul li.image-preview .tree-list-item .pdf-link img {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
height: 100%;
|
|
width: auto;
|
|
-webkit-transform: translate(-50%, -50%);
|
|
-ms-transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
/* line 431, clinical/_orders.scss */
|
|
.hierarchy ul li.image-preview .notes {
|
|
background: transparent;
|
|
width: 160px;
|
|
margin: 0 auto;
|
|
}
|
|
/* line 435, clinical/_orders.scss */
|
|
.hierarchy ul li.image-preview .notes i {
|
|
display: none;
|
|
}
|
|
/* line 438, clinical/_orders.scss */
|
|
.hierarchy ul li.image-preview .notes pre {
|
|
display: block;
|
|
float: none;
|
|
text-align: left;
|
|
color: #848383;
|
|
border: 1px solid #b4b7b9;
|
|
padding: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
/* line 447, clinical/_orders.scss */
|
|
.hierarchy ul li.image-preview .notes .footer-note {
|
|
float: none;
|
|
text-align: left;
|
|
}
|
|
/* line 450, clinical/_orders.scss */
|
|
.hierarchy ul li.image-preview .notes .footer-note .provider {
|
|
float: none;
|
|
text-align: left;
|
|
}
|
|
/* line 453, clinical/_orders.scss */
|
|
.hierarchy ul li.image-preview .notes .footer-note .provider span {
|
|
color: #a9a4a4;
|
|
}
|
|
|
|
/* line 1, clinical/_program.scss */
|
|
.patientProgram-content-container {
|
|
margin-top: 45px;
|
|
}
|
|
|
|
/* line 6, clinical/_program.scss */
|
|
.program-enrollment-container form.form-field .field-attribute label {
|
|
width: auto;
|
|
}
|
|
/* line 9, clinical/_program.scss */
|
|
.program-enrollment-container form.form-field input[type="checkbox"], .program-enrollment-container form.form-field .input-prepend [type="checkbox"].add-on, .form .input-prepend .program-enrollment-container form.form-field [type="checkbox"].add-on {
|
|
margin-top: 8px;
|
|
}
|
|
/* line 14, clinical/_program.scss */
|
|
.program-enrollment-container .program-title {
|
|
font-family: openSansSemiBold;
|
|
color: #000;
|
|
font-size: 20px;
|
|
margin-top: 40px;
|
|
}
|
|
/* line 20, clinical/_program.scss */
|
|
.program-enrollment-container .button-group {
|
|
*zoom: 1;
|
|
text-align: right;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.program-enrollment-container .button-group:before, .program-enrollment-container .button-group:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.program-enrollment-container .button-group:after {
|
|
clear: both;
|
|
}
|
|
/* line 23, clinical/_program.scss */
|
|
.program-enrollment-container .button-group .button {
|
|
float: right;
|
|
margin-left: 10px;
|
|
cursor: pointer;
|
|
color: #363463;
|
|
box-shadow: none;
|
|
background: none;
|
|
border: none;
|
|
box-shadow: none;
|
|
padding: 0;
|
|
font-family: openSansSemiBold;
|
|
}
|
|
/* line 34, clinical/_program.scss */
|
|
.program-enrollment-container .button-group .button:hover, .program-enrollment-container .button-group .button:active, .program-enrollment-container .button-group .button:focus {
|
|
color: #5B8989;
|
|
text-decoration: underline;
|
|
outline: none;
|
|
}
|
|
/* line 42, clinical/_program.scss */
|
|
.program-enrollment-container .programName {
|
|
font-size: 16px;
|
|
font-family: openSansSemiBold;
|
|
margin-bottom: 5px;
|
|
}
|
|
/* line 49, clinical/_program.scss */
|
|
.program-enrollment-container a.back-btn {
|
|
margin: 15px 0 0;
|
|
width: 96%;
|
|
float: none;
|
|
}
|
|
/* line 53, clinical/_program.scss */
|
|
.program-enrollment-container a.back-btn .proggram-dashboard-text {
|
|
text-align: center;
|
|
display: inline-block;
|
|
width: 100%;
|
|
}
|
|
/* line 61, clinical/_program.scss */
|
|
.program-enrollment-container .state-list {
|
|
margin-top: 10px;
|
|
}
|
|
/* line 63, clinical/_program.scss */
|
|
.program-enrollment-container .state-list table {
|
|
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
|
|
}
|
|
/* line 66, clinical/_program.scss */
|
|
.program-enrollment-container .state-list table tbody tr {
|
|
border: none;
|
|
}
|
|
/* line 68, clinical/_program.scss */
|
|
.program-enrollment-container .state-list table tbody tr:nth-child(odd) {
|
|
background: #F9F4E7;
|
|
}
|
|
/* line 71, clinical/_program.scss */
|
|
.program-enrollment-container .state-list table tbody tr:nth-child(even) {
|
|
background: #FFF;
|
|
}
|
|
/* line 74, clinical/_program.scss */
|
|
.program-enrollment-container .state-list table tbody tr td {
|
|
border: none;
|
|
}
|
|
/* line 86, clinical/_program.scss */
|
|
.program-enrollment-container .remove-state-container {
|
|
overflow: hidden;
|
|
border-bottom: 1px #ccc solid;
|
|
padding-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 91, clinical/_program.scss */
|
|
.program-enrollment-container .remove-state-container .current-state-name {
|
|
max-width: 135px;
|
|
overflow: hidden;
|
|
padding-right: 0 !important;
|
|
}
|
|
/* line 95, clinical/_program.scss */
|
|
.program-enrollment-container .remove-state-container .current-state-name span {
|
|
font-family: openSansSemiBold;
|
|
font-size: 12px;
|
|
}
|
|
/* line 100, clinical/_program.scss */
|
|
.program-enrollment-container .remove-state-container .row-remover {
|
|
padding: 2px 4px !important;
|
|
}
|
|
|
|
/* line 106, clinical/_program.scss */
|
|
.select-program-container {
|
|
*zoom: 1;
|
|
background: #fff;
|
|
margin: 30px auto 10px;
|
|
border: 1px solid #669999;
|
|
border-radius: 5px;
|
|
padding: 10px 15px;
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.select-program-container:before, .select-program-container:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.select-program-container:after {
|
|
clear: both;
|
|
}
|
|
/* line 114, clinical/_program.scss */
|
|
.select-program-container a {
|
|
color: #000000;
|
|
font-size: 16px;
|
|
display: block;
|
|
font-family: openSansSemiBold;
|
|
}
|
|
/* line 120, clinical/_program.scss */
|
|
.select-program-container .select-program-option {
|
|
padding: 10px 0px;
|
|
}
|
|
/* line 123, clinical/_program.scss */
|
|
.select-program-container .select-program-option.form-field .field-attribute label {
|
|
width: auto;
|
|
}
|
|
/* line 126, clinical/_program.scss */
|
|
.select-program-container .select-program-option.form-field article {
|
|
padding-right: 15px;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
/* line 134, clinical/_program.scss */
|
|
.program-tiles {
|
|
float: left;
|
|
margin-bottom: 10px;
|
|
margin-right: 0.5%;
|
|
width: 33%;
|
|
border: 1px solid #699;
|
|
border-radius: 5px;
|
|
padding: 15px 10px;
|
|
line-height: 1.35;
|
|
font-size: 13px;
|
|
box-sizing: border-box;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 134, clinical/_program.scss */
|
|
.program-tiles {
|
|
width: 49.5%;
|
|
margin-right: 1%;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
/* line 150, clinical/_program.scss */
|
|
.program-tiles:nth-child(3n) {
|
|
margin-right: 0;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 150, clinical/_program.scss */
|
|
.program-tiles:nth-child(3n) {
|
|
margin-right: 1%;
|
|
}
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 156, clinical/_program.scss */
|
|
.program-tiles:nth-child(even) {
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
/* line 161, clinical/_program.scss */
|
|
.program-tiles .program-tile {
|
|
*zoom: 1;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.program-tiles .program-tile:before, .program-tiles .program-tile:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.program-tiles .program-tile:after {
|
|
clear: both;
|
|
}
|
|
/* line 164, clinical/_program.scss */
|
|
.program-tiles .program-tile .form-field .field-value span {
|
|
margin: 0.7em 0.8em 0em 0em;
|
|
display: inline-block;
|
|
}
|
|
/* line 168, clinical/_program.scss */
|
|
.program-tiles .program-tile .form-field .field-attribute label {
|
|
width: 11em;
|
|
}
|
|
/* line 174, clinical/_program.scss */
|
|
.program-tiles.active-program-tiles {
|
|
background: #fff;
|
|
}
|
|
/* line 177, clinical/_program.scss */
|
|
.program-tiles.inactive-program-tiles {
|
|
background: #ddd;
|
|
}
|
|
/* line 179, clinical/_program.scss */
|
|
.program-tiles.inactive-program-tiles .form .form-field .field-attribute label {
|
|
width: 11em;
|
|
}
|
|
/* line 182, clinical/_program.scss */
|
|
.program-tiles.inactive-program-tiles .program-timeline .timeline-view svg .states .date-bg {
|
|
fill: #ddd;
|
|
}
|
|
|
|
/* line 1, clinical/_programDisplayControl.scss */
|
|
.program-dashboard {
|
|
color: #000000;
|
|
}
|
|
/* line 3, clinical/_programDisplayControl.scss */
|
|
.program-dashboard strong {
|
|
font-family: openSansSemiBold;
|
|
}
|
|
/* line 6, clinical/_programDisplayControl.scss */
|
|
.program-dashboard .typeOfPrograms {
|
|
background: #ccc;
|
|
font-family: openSansSemiBold;
|
|
font-size: 15px;
|
|
padding: 10px;
|
|
}
|
|
/* line 12, clinical/_programDisplayControl.scss */
|
|
.program-dashboard .program-basic-details {
|
|
*zoom: 1;
|
|
background: #eee;
|
|
padding: 5px 20px;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.program-dashboard .program-basic-details:before, .program-dashboard .program-basic-details:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.program-dashboard .program-basic-details:after {
|
|
clear: both;
|
|
}
|
|
/* line 17, clinical/_programDisplayControl.scss */
|
|
.program-dashboard .program-basic-details .program-start-date {
|
|
padding-right: 50px;
|
|
}
|
|
/* line 20, clinical/_programDisplayControl.scss */
|
|
.program-dashboard .program-basic-details .outcome-container {
|
|
*zoom: 1;
|
|
text-align: right;
|
|
padding-top: 6px;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.program-dashboard .program-basic-details .outcome-container:before, .program-dashboard .program-basic-details .outcome-container:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.program-dashboard .program-basic-details .outcome-container:after {
|
|
clear: both;
|
|
}
|
|
/* line 26, clinical/_programDisplayControl.scss */
|
|
.program-dashboard .program-attributes {
|
|
padding: 20px 20px;
|
|
}
|
|
/* line 28, clinical/_programDisplayControl.scss */
|
|
.program-dashboard .program-attributes .program-attribute {
|
|
padding-bottom: 5px;
|
|
clear: both;
|
|
}
|
|
/* line 31, clinical/_programDisplayControl.scss */
|
|
.program-dashboard .program-attributes .program-attribute .program-attribute-tilte {
|
|
text-align: right;
|
|
}
|
|
/* line 34, clinical/_programDisplayControl.scss */
|
|
.program-dashboard .program-attributes .program-attribute .program-attribute-title {
|
|
width: 12em;
|
|
display: inline-block;
|
|
}
|
|
/* line 38, clinical/_programDisplayControl.scss */
|
|
.program-dashboard .program-attributes .program-attribute .program-attribute-value {
|
|
text-align: left;
|
|
padding-left: 10px;
|
|
}
|
|
/* line 42, clinical/_programDisplayControl.scss */
|
|
.program-dashboard .program-attributes .program-attribute:last-child {
|
|
padding-bottom: 0;
|
|
}
|
|
/* line 47, clinical/_programDisplayControl.scss */
|
|
.program-dashboard .program-table {
|
|
padding: 0 20px 35px 20px;
|
|
}
|
|
/* line 50, clinical/_programDisplayControl.scss */
|
|
.program-dashboard .program-table table tr {
|
|
border: none !important;
|
|
}
|
|
/* line 52, clinical/_programDisplayControl.scss */
|
|
.program-dashboard .program-table table tr th {
|
|
background: #fff !important;
|
|
border: none !important;
|
|
font-family: openSansSemiBold;
|
|
border-bottom: 2px #ccc solid !important;
|
|
padding-left: 0;
|
|
}
|
|
/* line 59, clinical/_programDisplayControl.scss */
|
|
.program-dashboard .program-table table tr td {
|
|
border: none !important;
|
|
padding-left: 0;
|
|
}
|
|
/* line 66, clinical/_programDisplayControl.scss */
|
|
.program-dashboard .program-timeline {
|
|
padding: 0 15px;
|
|
width: 95%;
|
|
}
|
|
|
|
/* line 72, clinical/_programDisplayControl.scss */
|
|
.app-dashboard-integration .section-title a {
|
|
color: #fff;
|
|
text-decoration: underline;
|
|
}
|
|
/* line 76, clinical/_programDisplayControl.scss */
|
|
.app-dashboard-integration h4 {
|
|
font-size: 16px;
|
|
color: #0a0a0a;
|
|
padding-left: 5px;
|
|
font-weight: bold;
|
|
}
|
|
/* line 82, clinical/_programDisplayControl.scss */
|
|
.app-dashboard-integration table {
|
|
width: 100%;
|
|
}
|
|
/* line 84, clinical/_programDisplayControl.scss */
|
|
.app-dashboard-integration table th, .app-dashboard-integration table td {
|
|
font-size: 85%;
|
|
width: 18%;
|
|
text-align: center;
|
|
}
|
|
@media all and (max-width: 1025px) {
|
|
/* line 84, clinical/_programDisplayControl.scss */
|
|
.app-dashboard-integration table th, .app-dashboard-integration table td {
|
|
font-size: 65%;
|
|
}
|
|
}
|
|
/* line 92, clinical/_programDisplayControl.scss */
|
|
.app-dashboard-integration table td {
|
|
padding: 5px 0;
|
|
}
|
|
|
|
/* line 191, clinical/_program.scss */
|
|
.program-timeline .tool-tip {
|
|
position: relative;
|
|
display: inline-block;
|
|
visibility: hidden;
|
|
padding: 2px 6px;
|
|
background: #E4E4E4;
|
|
border-radius: 5px;
|
|
font-size: 11px;
|
|
font-family: openSansSemiBold;
|
|
}
|
|
/* line 203, clinical/_program.scss */
|
|
.program-timeline .timeline-view svg {
|
|
width: 100%;
|
|
height: 65px;
|
|
}
|
|
/* line 208, clinical/_program.scss */
|
|
.program-timeline .timeline-view svg .xaxis text {
|
|
font-size: 12px;
|
|
}
|
|
/* line 211, clinical/_program.scss */
|
|
.program-timeline .timeline-view svg .xaxis line {
|
|
fill: none;
|
|
stroke: black;
|
|
}
|
|
/* line 215, clinical/_program.scss */
|
|
.program-timeline .timeline-view svg .xaxis path {
|
|
display: none;
|
|
}
|
|
/* line 221, clinical/_program.scss */
|
|
.program-timeline .timeline-view svg .states text {
|
|
font-size: 12px;
|
|
pointer-events: none;
|
|
}
|
|
/* line 225, clinical/_program.scss */
|
|
.program-timeline .timeline-view svg .states .label-bg {
|
|
fill: #ABA8A8;
|
|
}
|
|
/* line 228, clinical/_program.scss */
|
|
.program-timeline .timeline-view svg .states .label {
|
|
fill: #FFFFFF;
|
|
}
|
|
/* line 231, clinical/_program.scss */
|
|
.program-timeline .timeline-view svg .states .date {
|
|
fill: #000000;
|
|
}
|
|
/* line 234, clinical/_program.scss */
|
|
.program-timeline .timeline-view svg .states .date-line {
|
|
stroke-width: 2px;
|
|
stroke: #000000;
|
|
}
|
|
/* line 238, clinical/_program.scss */
|
|
.program-timeline .timeline-view svg .states .date-bg {
|
|
fill: #FFFFFF;
|
|
}
|
|
/* line 243, clinical/_program.scss */
|
|
.program-timeline .timeline-view svg polygon {
|
|
fill: #ABA8A8;
|
|
}
|
|
|
|
/* line 251, clinical/_program.scss */
|
|
.delete-progam-container textarea {
|
|
padding: 5px;
|
|
width: 94%;
|
|
height: 120px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
/* line 259, clinical/_program.scss */
|
|
table.investigation-chart {
|
|
overflow: auto;
|
|
display: table;
|
|
height: auto;
|
|
width: auto;
|
|
border: 1px solid #ddd;
|
|
}
|
|
/* line 265, clinical/_program.scss */
|
|
table.investigation-chart tr {
|
|
border: 1px solid #ddd;
|
|
position: relative;
|
|
}
|
|
/* line 268, clinical/_program.scss */
|
|
table.investigation-chart tr td {
|
|
border-left: 1px solid #ddd;
|
|
}
|
|
/* line 273, clinical/_program.scss */
|
|
table.investigation-chart thead th {
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
top: 40px;
|
|
left: -1px;
|
|
z-index: 10;
|
|
border-left: 1px solid #ddd;
|
|
}
|
|
/* line 281, clinical/_program.scss */
|
|
table.investigation-chart thead td {
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
top: 40px;
|
|
z-index: 8;
|
|
border-left: 1px solid #ddd;
|
|
background: #eee;
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
|
|
filter: alpha(opacity=90);
|
|
-moz-opacity: 0.90;
|
|
-khtml-opacity: 0.9;
|
|
opacity: 0.9;
|
|
}
|
|
/* line 296, clinical/_program.scss */
|
|
table.investigation-chart tbody th {
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
top: 5px;
|
|
left: 0px;
|
|
border-left: 1px solid #ddd;
|
|
text-align: left;
|
|
overflow-wrap: break-word;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
/* line 309, clinical/_program.scss */
|
|
.expand-investigation-chart {
|
|
display: table;
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
}
|
|
/* line 314, clinical/_program.scss */
|
|
.expand-investigation-chart > h2 {
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
top: 0px;
|
|
z-index: 8;
|
|
}
|
|
/* line 321, clinical/_program.scss */
|
|
.expand-investigation-chart h2 > span {
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
top: 0px;
|
|
z-index: 8;
|
|
left: 22px;
|
|
}
|
|
/* line 328, clinical/_program.scss */
|
|
.expand-investigation-chart h2 > i {
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
top: 0px;
|
|
z-index: 8;
|
|
left: 5px;
|
|
}
|
|
|
|
/* line 1, clinical/_bacteriology.scss */
|
|
.bacteriology-container {
|
|
font-size: 14px;
|
|
}
|
|
/* line 3, clinical/_bacteriology.scss */
|
|
.bacteriology-container .illegalValue {
|
|
border: 2px solid #ff3434 !important;
|
|
background: #ffcdcd !important;
|
|
outline: 0 !important;
|
|
}
|
|
/* line 8, clinical/_bacteriology.scss */
|
|
.bacteriology-container .sample-container {
|
|
margin-bottom: 20px;
|
|
}
|
|
/* line 11, clinical/_bacteriology.scss */
|
|
.bacteriology-container form {
|
|
overflow: hidden;
|
|
}
|
|
/* line 14, clinical/_bacteriology.scss */
|
|
.bacteriology-container form .field-value #sample-date {
|
|
margin-bottom: 5px;
|
|
}
|
|
/* line 19, clinical/_bacteriology.scss */
|
|
.bacteriology-container .add-sample-btn {
|
|
padding: 6px 15px !important;
|
|
margin: 5px 0 5px 5px;
|
|
}
|
|
/* line 23, clinical/_bacteriology.scss */
|
|
.bacteriology-container .box {
|
|
margin: 10px 0;
|
|
border: none;
|
|
border-radius: 0;
|
|
}
|
|
/* line 28, clinical/_bacteriology.scss */
|
|
.bacteriology-container .box .additionalAttributes .vitals .form-field {
|
|
padding-top: 0 !important;
|
|
}
|
|
/* line 31, clinical/_bacteriology.scss */
|
|
.bacteriology-container .box .additionalAttributes .vitals.form-horizontal {
|
|
padding: 0;
|
|
}
|
|
/* line 34, clinical/_bacteriology.scss */
|
|
.bacteriology-container .box .additionalAttributes .vitals.form-horizontal .leaf-observation-node .multi-select-button-group {
|
|
margin-top: 5px;
|
|
}
|
|
/* line 37, clinical/_bacteriology.scss */
|
|
.bacteriology-container .box .additionalAttributes .vitals.form-horizontal .leaf-observation-node .control-label {
|
|
font-size: 14px;
|
|
}
|
|
/* line 45, clinical/_bacteriology.scss */
|
|
.bacteriology-container .savedSpecimens-container {
|
|
border: 2px #5B8989 solid;
|
|
padding: 10px;
|
|
border-radius: 3px;
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 50, clinical/_bacteriology.scss */
|
|
.bacteriology-container .savedSpecimens-container .savedSpecimens-action {
|
|
font-size: 20px;
|
|
}
|
|
/* line 53, clinical/_bacteriology.scss */
|
|
.bacteriology-container .savedSpecimens-container .savedSpecimens-text {
|
|
line-height: 1.5em;
|
|
}
|
|
/* line 56, clinical/_bacteriology.scss */
|
|
.bacteriology-container .savedSpecimens-container .fa {
|
|
margin-right: 10px;
|
|
}
|
|
/* line 61, clinical/_bacteriology.scss */
|
|
.bacteriology-container .disableBacteriologyInRetroMode label {
|
|
pointer-events: none;
|
|
}
|
|
/* line 64, clinical/_bacteriology.scss */
|
|
.bacteriology-container .disableBacteriologyInRetroMode button, .bacteriology-container .disableBacteriologyInRetroMode input, .bacteriology-container .disableBacteriologyInRetroMode form .input-prepend .add-on, form .input-prepend .bacteriology-container .disableBacteriologyInRetroMode .add-on, .bacteriology-container .disableBacteriologyInRetroMode .form .input-prepend .add-on, .form .input-prepend .bacteriology-container .disableBacteriologyInRetroMode .add-on, .bacteriology-container .disableBacteriologyInRetroMode textarea {
|
|
pointer-events: none;
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #999;
|
|
}
|
|
|
|
/* line 73, clinical/_bacteriology.scss */
|
|
.bacteriology-dashboard {
|
|
/*.hierarchy ul li ul li .tree-list-item{
|
|
padding-left: 40px;
|
|
}*/
|
|
}
|
|
/* line 75, clinical/_bacteriology.scss */
|
|
.bacteriology-dashboard .specimen-info span {
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
}
|
|
/* line 78, clinical/_bacteriology.scss */
|
|
.bacteriology-dashboard .specimen-info span.specimenSource {
|
|
width: 55%;
|
|
}
|
|
/* line 81, clinical/_bacteriology.scss */
|
|
.bacteriology-dashboard .specimen-info span.specimenId {
|
|
font-family: OpenSansSemiBold;
|
|
}
|
|
/* line 84, clinical/_bacteriology.scss */
|
|
.bacteriology-dashboard .specimen-info span.specimenCollectionDate {
|
|
width: 125px;
|
|
text-align: right;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
/* line 96, clinical/_bacteriology.scss */
|
|
.dashboard-tabular-obs-section .tabular-obs {
|
|
overflow: auto;
|
|
}
|
|
/* line 101, clinical/_bacteriology.scss */
|
|
.dashboard-tabular-obs-section table tr th {
|
|
text-align: left;
|
|
font-family: OpenSansSemiBold;
|
|
}
|
|
|
|
/* line 110, clinical/_bacteriology.scss */
|
|
.ngdialog-content .dashboard-tabular-obs-section .tabular-obs {
|
|
overflow: auto;
|
|
}
|
|
/* line 115, clinical/_bacteriology.scss */
|
|
.ngdialog-content .dashboard-tabular-obs-section table tr th {
|
|
width: 155px;
|
|
border: 1px solid #ddd;
|
|
}
|
|
/* line 119, clinical/_bacteriology.scss */
|
|
.ngdialog-content .dashboard-tabular-obs-section table tr td {
|
|
border: 1px solid #ddd;
|
|
}
|
|
|
|
/* line 127, clinical/_bacteriology.scss */
|
|
.edit-bacteriology-sample {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
/* line 132, clinical/_bacteriology.scss */
|
|
.bacteriology-results-wrapper .hierarchy ul li ul li, .bacteriology-results-wrapper .hierarchy ul li ul li.has-child, .bacteriology-results-wrapper .hierarchy ul li ul li.has-child ul li {
|
|
font-family: openSansBold;
|
|
}
|
|
/* line 135, clinical/_bacteriology.scss */
|
|
.bacteriology-results-wrapper .hierarchy ul li ul li ul li .tree-list-item {
|
|
background: #ddd;
|
|
font-family: openSansSemiBold !important;
|
|
}
|
|
/* line 139, clinical/_bacteriology.scss */
|
|
.bacteriology-results-wrapper .hierarchy ul li ul li ul li ul li .tree-list-item {
|
|
background: #fff;
|
|
font-family: openSans !important;
|
|
}
|
|
|
|
/* line 2, clinical/_patientSearchDesktop.scss */
|
|
.search-wrapper input, .search-wrapper form .input-prepend .add-on, form .input-prepend .search-wrapper .add-on, .search-wrapper .form .input-prepend .add-on, .form .input-prepend .search-wrapper .add-on {
|
|
margin: 5px;
|
|
}
|
|
|
|
@media screen and (min-width: 1024px) {
|
|
/* line 3, clinical/_observationsDesktop.scss */
|
|
html.no-touch .vitals .form-field {
|
|
padding-top: 5px;
|
|
}
|
|
/* line 7, clinical/_observationsDesktop.scss */
|
|
html.no-touch .vitals fieldset fieldset legend {
|
|
padding: 2px 10px;
|
|
font-size: 12px;
|
|
}
|
|
/* line 12, clinical/_observationsDesktop.scss */
|
|
html.no-touch .concept-set-group {
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 16, clinical/_observationsDesktop.scss */
|
|
html.no-touch .form-horizontal fieldset label {
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
|
|
/* line 1, clinical/_drugOrderTemplate.scss */
|
|
.drug-order-template {
|
|
background: #e8edf3;
|
|
margin-top: 10px;
|
|
clear: both;
|
|
overflow: auto;
|
|
text-align: center;
|
|
padding: 7px 5px 5px 5px;
|
|
}
|
|
/* line 8, clinical/_drugOrderTemplate.scss */
|
|
.drug-order-template form {
|
|
margin: 0 auto;
|
|
display: inline-block;
|
|
}
|
|
/* line 11, clinical/_drugOrderTemplate.scss */
|
|
.drug-order-template form select {
|
|
width: 250px;
|
|
float: left;
|
|
margin: 0 5px;
|
|
height: 35px;
|
|
font-family: "OpenSansBold";
|
|
color: #66b298;
|
|
}
|
|
|
|
/* line 1, clinical/_patientMonitering.scss */
|
|
.dashboard-monitoring-section {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
/* line 4, clinical/_patientMonitering.scss */
|
|
.patient-monitering-schedule-details {
|
|
margin: 10px;
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.2);
|
|
}
|
|
/* line 9, clinical/_patientMonitering.scss */
|
|
.patient-monitering-schedule-details li {
|
|
width: 33%;
|
|
float: left;
|
|
padding: 6px 10px;
|
|
box-sizing: border-box;
|
|
color: #000;
|
|
font-size: 13px;
|
|
}
|
|
/* line 16, clinical/_patientMonitering.scss */
|
|
.patient-monitering-schedule-details li span {
|
|
font-family: "OpenSansBold";
|
|
}
|
|
|
|
/* line 22, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .legends {
|
|
margin: 0 10px 10px;
|
|
padding: 10px;
|
|
display: table;
|
|
width: auto;
|
|
float: right;
|
|
border: 1px solid #BBB;
|
|
font-family: OpenSans, Arial, sans-serif;
|
|
}
|
|
/* line 30, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .legends span {
|
|
padding: 0 5px;
|
|
font-size: 12px;
|
|
}
|
|
/* line 33, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .legends span.monitoring-legends {
|
|
padding-left: 25px;
|
|
position: relative;
|
|
}
|
|
/* line 36, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .legends span.monitoring-legends:before {
|
|
content: "";
|
|
position: absolute;
|
|
width: 15px;
|
|
height: 15px;
|
|
background: #9a9a9a;
|
|
left: 5px;
|
|
top: 1px;
|
|
padding: 1px 3px;
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 47, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .legends span.monitoring-legends--yellow:before {
|
|
background: #f0f078;
|
|
}
|
|
/* line 50, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .legends span.monitoring-legends--green:before {
|
|
background: #9ed016;
|
|
}
|
|
/* line 53, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .legends span.monitoring-legends--purple:before {
|
|
background: #9551b2;
|
|
}
|
|
/* line 56, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .legends span.monitoring-legends--stop:before {
|
|
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAOElEQVQoU2PclBH4nwEH8JuxnpERlwKQJEgOqwKYJMhgDAXIkhgK0CVRFGCThCvAJQlWACLweRUAlpUs7330CvMAAAAASUVORK5CYII=) repeat !important;
|
|
}
|
|
/* line 63, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .monitoring-table-wrap {
|
|
width: auto;
|
|
position: relative;
|
|
clear: both;
|
|
overflow: hidden;
|
|
border: 1px solid #BBB;
|
|
margin: 0 10px 10px;
|
|
padding: 2px 2px 2px 4px;
|
|
}
|
|
/* line 72, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .monitoring-table-scroll {
|
|
width: auto;
|
|
overflow-x: auto;
|
|
overflow-y: hidden;
|
|
margin-left: 298px;
|
|
}
|
|
/* line 77, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .monitoring-table-scroll table {
|
|
border-spacing: 2px;
|
|
border-collapse: separate;
|
|
}
|
|
/* line 80, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .monitoring-table-scroll table tr {
|
|
border-bottom: 0;
|
|
height: 37px;
|
|
}
|
|
/* line 83, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .monitoring-table-scroll table tr th {
|
|
text-align: center;
|
|
}
|
|
/* line 86, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .monitoring-table-scroll table tr td, .patient-monitering-table .monitoring-table-scroll table tr th {
|
|
border: 0;
|
|
padding: 10px;
|
|
height: 17px;
|
|
}
|
|
/* line 90, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .monitoring-table-scroll table tr td.monitoring-fixed-column, .patient-monitering-table .monitoring-table-scroll table tr th.monitoring-fixed-column {
|
|
position: absolute;
|
|
left: 0;
|
|
width: 300px;
|
|
box-sizing: border-box;
|
|
height: 37px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
left: 4px;
|
|
}
|
|
/* line 102, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .monitoring-table-scroll table tr th {
|
|
font-family: OpenSans, Arial, sans-serif;
|
|
background: #d6d6d6;
|
|
}
|
|
/* line 105, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .monitoring-table-scroll table tr th.current-month {
|
|
background: #9a9a9a;
|
|
color: #FFFFFF;
|
|
}
|
|
/* line 111, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .monitoring-table-scroll table tr td.monitoring-results, .patient-monitering-table .monitoring-table-scroll table tr th.monitoring-results {
|
|
background: #efefef;
|
|
}
|
|
/* line 113, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .monitoring-table-scroll table tr td.monitoring-results span, .patient-monitering-table .monitoring-table-scroll table tr th.monitoring-results span {
|
|
display: none;
|
|
}
|
|
/* line 116, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .monitoring-table-scroll table tr td.monitoring-results--green, .patient-monitering-table .monitoring-table-scroll table tr th.monitoring-results--green {
|
|
background: #9ed016;
|
|
}
|
|
/* line 119, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .monitoring-table-scroll table tr td.monitoring-results--purple, .patient-monitering-table .monitoring-table-scroll table tr th.monitoring-results--purple {
|
|
background: #9551b2;
|
|
}
|
|
/* line 122, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .monitoring-table-scroll table tr td.monitoring-results--yellow, .patient-monitering-table .monitoring-table-scroll table tr th.monitoring-results--yellow {
|
|
background: #f0f078;
|
|
}
|
|
/* line 125, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .monitoring-table-scroll table tr td.monitoring-results--yellowCurrent, .patient-monitering-table .monitoring-table-scroll table tr th.monitoring-results--yellowCurrent {
|
|
background: #d9d966;
|
|
}
|
|
/* line 128, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .monitoring-table-scroll table tr td.monitoring-results--purpleCurrent, .patient-monitering-table .monitoring-table-scroll table tr th.monitoring-results--purpleCurrent {
|
|
background: #713b88;
|
|
}
|
|
/* line 131, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .monitoring-table-scroll table tr td.monitoring-results--greenCurrent, .patient-monitering-table .monitoring-table-scroll table tr th.monitoring-results--greenCurrent {
|
|
background: #7fa80e;
|
|
}
|
|
/* line 134, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .monitoring-table-scroll table tr td.monitoring-results--greyCurrent, .patient-monitering-table .monitoring-table-scroll table tr th.monitoring-results--greyCurrent {
|
|
background: #9a9a9a;
|
|
}
|
|
/* line 137, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .monitoring-table-scroll table tr td.monitoring-results--yellowStop, .patient-monitering-table .monitoring-table-scroll table tr th.monitoring-results--yellowStop {
|
|
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAPUlEQVQoU2M8ciTmPwMO0Nz0moERlwKQZG2dKHYFMEmQwRgmIEtiKECXRFGATRKuAJckWIG7m/t/kGtxAQAp2CsR0sWrOwAAAABJRU5ErkJggg==) repeat !important;
|
|
color: #fff;
|
|
}
|
|
/* line 141, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .monitoring-table-scroll table tr td.monitoring-results--purpleStop, .patient-monitering-table .monitoring-table-scroll table tr th.monitoring-results--purpleStop {
|
|
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAOElEQVQoU2PMtm74z4ADTD3awMiISwFIEiSHVQFMEmQwhgJkSQwF6JIoCrBJwhXgkgQrABH4vAoAngYrDAH5sToAAAAASUVORK5CYII=) repeat !important;
|
|
color: #fff;
|
|
}
|
|
/* line 145, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .monitoring-table-scroll table tr td.monitoring-results--greenStop, .patient-monitering-table .monitoring-table-scroll table tr th.monitoring-results--greenStop {
|
|
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAOElEQVQoU2OsWSzwnwEHaIn9wMiISwFIEiSHVQFMEmQwhgJkSQwF6JIoCrBJwhXgkgQrABH4vAoAwYsrS3K3BQIAAAAASUVORK5CYII=) repeat !important;
|
|
color: #fff;
|
|
}
|
|
/* line 149, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .monitoring-table-scroll table tr td.monitoring-results--greyStop, .patient-monitering-table .monitoring-table-scroll table tr th.monitoring-results--greyStop {
|
|
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAPUlEQVQoU2M8cuTIfwYcoLmpmYERlwKQZG1dLXYFMEmQwRgmIEtiKECXRFGATRKuAJckWIG7m/t/kGtxAQCYvy3pTwtVHgAAAABJRU5ErkJggg==) repeat !important;
|
|
color: #fff;
|
|
}
|
|
/* line 154, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .monitoring-table-scroll table tr td.monitoring-resultsCurrent, .patient-monitering-table .monitoring-table-scroll table tr th.monitoring-resultsCurrent {
|
|
background: #9a9a9a !important;
|
|
color: #fff;
|
|
}
|
|
/* line 158, clinical/_patientMonitering.scss */
|
|
.patient-monitering-table .monitoring-table-scroll table tr td.monitoring-resultsStop, .patient-monitering-table .monitoring-table-scroll table tr th.monitoring-resultsStop {
|
|
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAOElEQVQoU2PclBH4nwEH8JuxnpERlwKQJEgOqwKYJMhgDAXIkhgK0CVRFGCThCvAJQlWACLweRUAlpUs7330CvMAAAAASUVORK5CYII=) repeat !important;
|
|
color: #fff;
|
|
}
|
|
|
|
@media only screen and (max-width: 700px) {
|
|
/* line 2, clinical/_tableMobile.scss */
|
|
.table-responsive {
|
|
width: 100%;
|
|
position: relative !important;
|
|
clear: both;
|
|
overflow: hidden;
|
|
font-size: 11px;
|
|
}
|
|
|
|
/* line 9, clinical/_tableMobile.scss */
|
|
.table-responsive-fixedColumn {
|
|
width: auto;
|
|
overflow-x: auto;
|
|
overflow-y: hidden;
|
|
margin-left: 185px;
|
|
}
|
|
/* line 14, clinical/_tableMobile.scss */
|
|
.table-responsive-fixedColumn table {
|
|
table-layout: auto !important;
|
|
}
|
|
/* line 16, clinical/_tableMobile.scss */
|
|
.table-responsive-fixedColumn table th, .table-responsive-fixedColumn table td {
|
|
min-width: 100px;
|
|
word-break: normal !important;
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 20, clinical/_tableMobile.scss */
|
|
.table-responsive-fixedColumn table th:first-child, .table-responsive-fixedColumn table th:first-child, .table-responsive-fixedColumn table td:first-child, .table-responsive-fixedColumn table td:first-child {
|
|
width: 185px !important;
|
|
text-align: left;
|
|
position: absolute;
|
|
top: auto;
|
|
left: 0;
|
|
padding-left: 10px;
|
|
height: inherit;
|
|
}
|
|
}
|
|
/* line 19, clinical/_clinicalIndex.scss */
|
|
body {
|
|
font-size: 14px;
|
|
}
|
|
|
|
/* line 25, clinical/_clinicalIndex.scss */
|
|
.consultation-content {
|
|
margin-top: 45px;
|
|
}
|
|
|
|
/* line 3, common/_bahmniGlobal.scss */
|
|
p.caution {
|
|
color: red;
|
|
padding: 5px;
|
|
}
|
|
|
|
/* line 8, common/_bahmniGlobal.scss */
|
|
.clearfix {
|
|
*zoom: 1;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.clearfix:before, .clearfix:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.clearfix:after {
|
|
clear: both;
|
|
}
|
|
|
|
/* line 11, common/_bahmniGlobal.scss */
|
|
.asterick {
|
|
color: red;
|
|
display: inline-block;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
/* line 17, common/_bahmniGlobal.scss */
|
|
.strike-text {
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
/* line 21, common/_bahmniGlobal.scss */
|
|
input[file-upload], form .input-prepend [file-upload].add-on, .form .input-prepend [file-upload].add-on {
|
|
position: absolute;
|
|
z-index: -999;
|
|
min-width: 1px;
|
|
width: 1px;
|
|
}
|
|
|
|
/* line 30, common/_bahmniGlobal.scss */
|
|
.form-horizontal fieldset label {
|
|
float: left;
|
|
width: 200px;
|
|
margin-left: 20px;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 30, common/_bahmniGlobal.scss */
|
|
.form-horizontal fieldset label {
|
|
width: 170px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 850px) {
|
|
/* line 30, common/_bahmniGlobal.scss */
|
|
.form-horizontal fieldset label {
|
|
width: 156px;
|
|
}
|
|
}
|
|
/* line 42, common/_bahmniGlobal.scss */
|
|
.form-horizontal fieldset.hasLegend label {
|
|
margin-left: 10px;
|
|
}
|
|
/* line 45, common/_bahmniGlobal.scss */
|
|
.form-horizontal fieldset.hasLegend .offset-label {
|
|
padding-left: 0px;
|
|
}
|
|
|
|
/* line 52, common/_bahmniGlobal.scss */
|
|
.is-abnormal {
|
|
color: red !important;
|
|
}
|
|
|
|
/* line 55, common/_bahmniGlobal.scss */
|
|
.is-abnormal-bold {
|
|
font-family: OpenSansBold, Arial, sans-serif !important;
|
|
color: red !important;
|
|
}
|
|
|
|
/* line 60, common/_bahmniGlobal.scss */
|
|
.visible-print {
|
|
display: none;
|
|
}
|
|
|
|
/* line 64, common/_bahmniGlobal.scss */
|
|
.referred {
|
|
display: none;
|
|
float: left;
|
|
}
|
|
|
|
/* line 69, common/_bahmniGlobal.scss */
|
|
.referred-out .referred {
|
|
display: inline-block;
|
|
font-size: 12px;
|
|
background: #669999;
|
|
color: #FFFFFF;
|
|
padding: 1px 7px;
|
|
border-radius: 5px;
|
|
margin-right: 7px;
|
|
}
|
|
|
|
/* line 81, common/_bahmniGlobal.scss */
|
|
.row-remover {
|
|
border: 1px solid #ccc;
|
|
border-radius: 5px;
|
|
float: right;
|
|
padding: 5px 10px;
|
|
margin-top: 7px;
|
|
margin-right: 6px;
|
|
}
|
|
/* line 88, common/_bahmniGlobal.scss */
|
|
.row-remover span {
|
|
font-size: 20px;
|
|
color: #660000;
|
|
padding: 0;
|
|
}
|
|
|
|
/* line 95, common/_bahmniGlobal.scss */
|
|
.opd-wrapper .has-toggle {
|
|
cursor: pointer;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
/* line 96, common/_bahmniGlobal.scss */
|
|
.section-toggle {
|
|
background: none;
|
|
border: none;
|
|
padding: 0;
|
|
}
|
|
/* line 101, common/_bahmniGlobal.scss */
|
|
.section-toggle:hover {
|
|
background: none;
|
|
border: none;
|
|
}
|
|
/* line 105, common/_bahmniGlobal.scss */
|
|
.section-toggle i {
|
|
padding: 0;
|
|
font-size: 26px;
|
|
color: green;
|
|
}
|
|
|
|
/* line 111, common/_bahmniGlobal.scss */
|
|
.notes p.left {
|
|
width: 80%;
|
|
float: left;
|
|
text-align: left;
|
|
}
|
|
|
|
/* line 117, common/_bahmniGlobal.scss */
|
|
.diagnosis-notes-title {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
/* line 122, common/_bahmniGlobal.scss */
|
|
.view .order {
|
|
color: #666;
|
|
margin: 0 5px;
|
|
}
|
|
|
|
/* line 127, common/_bahmniGlobal.scss */
|
|
.quick-links {
|
|
float: right;
|
|
}
|
|
|
|
/* line 130, common/_bahmniGlobal.scss */
|
|
button.save-consultation {
|
|
float: right;
|
|
margin: 8px 10px 0;
|
|
padding: 10px 15px 9px;
|
|
}
|
|
|
|
/* line 137, common/_bahmniGlobal.scss */
|
|
button.save-consultation.hideSaveText .fa-save {
|
|
display: none;
|
|
}
|
|
/* line 140, common/_bahmniGlobal.scss */
|
|
button.save-consultation.hideSaveText .text {
|
|
display: block;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 136, common/_bahmniGlobal.scss */
|
|
button.save-consultation.hideSaveText {
|
|
padding: 19px 10px 13px;
|
|
}
|
|
/* line 145, common/_bahmniGlobal.scss */
|
|
button.save-consultation.hideSaveText .text {
|
|
display: none;
|
|
}
|
|
/* line 148, common/_bahmniGlobal.scss */
|
|
button.save-consultation.hideSaveText .fa-save {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
/* line 155, common/_bahmniGlobal.scss */
|
|
a.quick-links, a.btn--success {
|
|
border-radius: 3px;
|
|
background: linear-gradient(to bottom, #A1D030, #88af28);
|
|
background-color: #88af28;
|
|
border: #88af28 1px solid;
|
|
padding: 6px 20px 7px;
|
|
display: inline-block;
|
|
line-height: 1.2em;
|
|
color: white;
|
|
cursor: pointer;
|
|
min-width: 0;
|
|
max-width: 300px;
|
|
text-decoration: none;
|
|
padding: 10px 20px;
|
|
font-size: 16px;
|
|
}
|
|
/* line 153, bahmni-components/_buttons.scss */
|
|
a.quick-links:hover, a.btn--success:hover {
|
|
background: #8eb82a;
|
|
border-color: #779b23;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 153, bahmni-components/_buttons.scss */
|
|
a.quick-links:hover, a.btn--success:hover {
|
|
background: linear-gradient(to bottom, #A1D030, #88af28);
|
|
border: #88af28 1px solid;
|
|
}
|
|
}
|
|
/* line 162, bahmni-components/_buttons.scss */
|
|
a.quick-links.active, a.btn--success.active {
|
|
background: #81a726;
|
|
border-color: #779b23;
|
|
}
|
|
/* line 167, bahmni-components/_buttons.scss */
|
|
a.quick-links i, a.btn--success i {
|
|
font-size: 1.2em;
|
|
margin: 0;
|
|
padding: 0;
|
|
line-height: .5em;
|
|
}
|
|
/* line 175, bahmni-components/_buttons.scss */
|
|
a.quick-links.big i, a.quick-links.medium i, a.btn--success.big i, a.btn--success.medium i {
|
|
display: block;
|
|
font-size: 50px;
|
|
margin: 0 auto;
|
|
padding: 10px;
|
|
}
|
|
/* line 184, bahmni-components/_buttons.scss */
|
|
a.quick-links.medium i, a.btn--success.medium i {
|
|
font-size: 34px;
|
|
}
|
|
/* line 189, bahmni-components/_buttons.scss */
|
|
a.quick-links.disabled, a.quick-links:disabled, a.btn--success.disabled, a.btn--success:disabled {
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #333;
|
|
cursor: default;
|
|
}
|
|
/* line 196, bahmni-components/_buttons.scss */
|
|
a.quick-links.print, a.btn--success.print {
|
|
padding: 10px;
|
|
}
|
|
/* line 199, bahmni-components/_buttons.scss */
|
|
a.quick-links.print i, a.btn--success.print i {
|
|
font-size: 1.5em;
|
|
}
|
|
/* line 204, bahmni-components/_buttons.scss */
|
|
a.quick-links.app, a.btn--success.app {
|
|
padding: 20px 10px;
|
|
width: 150px;
|
|
min-height: 90px;
|
|
vertical-align: top;
|
|
line-height: 1.3em;
|
|
margin: 10px;
|
|
text-align: center;
|
|
}
|
|
/* line 214, bahmni-components/_buttons.scss */
|
|
a.quick-links.arrow, a.btn--success.arrow {
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
padding: 9px 5px;
|
|
margin-left: -10px;
|
|
background: #81a726;
|
|
color: white;
|
|
border-color: #bbb;
|
|
height: 68px;
|
|
}
|
|
/* line 224, bahmni-components/_buttons.scss */
|
|
a.quick-links.arrow span, a.btn--success.arrow span {
|
|
display: block;
|
|
line-height: 1em;
|
|
}
|
|
/* line 229, bahmni-components/_buttons.scss */
|
|
a.quick-links.arrow i, a.btn--success.arrow i {
|
|
line-height: 1em;
|
|
font-size: 2em;
|
|
}
|
|
/* line 234, bahmni-components/_buttons.scss */
|
|
a.quick-links.arrow .arrow-button, a.btn--success.arrow .arrow-button {
|
|
width: 0;
|
|
height: 0;
|
|
top: 0;
|
|
right: -17px;
|
|
border-bottom: 34px solid transparent;
|
|
border-top: 33px solid transparent;
|
|
border-left: 18px solid #81a726;
|
|
position: absolute;
|
|
}
|
|
/* line 245, bahmni-components/_buttons.scss */
|
|
a.quick-links.arrow .arrow-border-button, a.btn--success.arrow .arrow-border-button {
|
|
width: 0;
|
|
height: 0;
|
|
top: 0;
|
|
right: -18px;
|
|
border-bottom: 34px solid transparent;
|
|
border-top: 33px solid transparent;
|
|
border-left: 18px solid #bbb;
|
|
position: absolute;
|
|
}
|
|
/* line 256, bahmni-components/_buttons.scss */
|
|
a.quick-links.arrow.disabled, a.btn--success.arrow.disabled {
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #ccc;
|
|
cursor: default;
|
|
}
|
|
/* line 262, bahmni-components/_buttons.scss */
|
|
a.quick-links.arrow.disabled .arrow-button, a.btn--success.arrow.disabled .arrow-button {
|
|
border-left: 18px solid #eee;
|
|
}
|
|
/* line 266, bahmni-components/_buttons.scss */
|
|
a.quick-links.arrow.disabled .arrow-border-button, a.btn--success.arrow.disabled .arrow-border-button {
|
|
border-left: 18px solid #ccc;
|
|
}
|
|
|
|
/* line 162, common/_bahmniGlobal.scss */
|
|
td .status {
|
|
color: orange;
|
|
float: right;
|
|
}
|
|
|
|
/* line 168, common/_bahmniGlobal.scss */
|
|
.abnormal-vitals {
|
|
width: auto !important;
|
|
margin: 4px !important;
|
|
}
|
|
|
|
/* line 173, common/_bahmniGlobal.scss */
|
|
pre.chief-notes {
|
|
background: none;
|
|
float: left;
|
|
}
|
|
|
|
/* line 178, common/_bahmniGlobal.scss */
|
|
.accept-btn.active {
|
|
color: #457FAC;
|
|
padding-top: 7px;
|
|
}
|
|
/* line 181, common/_bahmniGlobal.scss */
|
|
.accept-btn.active span:before {
|
|
font-family: FontAwesome;
|
|
content: "\f00c";
|
|
margin-right: 5px;
|
|
}
|
|
|
|
/* line 188, common/_bahmniGlobal.scss */
|
|
.current-visit-icon {
|
|
color: #E8A000;
|
|
}
|
|
|
|
/* line 192, common/_bahmniGlobal.scss */
|
|
.has-notes {
|
|
color: orange;
|
|
}
|
|
/* line 194, common/_bahmniGlobal.scss */
|
|
.has-notes i {
|
|
color: orange !important;
|
|
}
|
|
|
|
/*home*/
|
|
/* line 199, common/_bahmniGlobal.scss */
|
|
.bahmni-home {
|
|
margin-bottom: 5px !important;
|
|
}
|
|
/* line 201, common/_bahmniGlobal.scss */
|
|
.bahmni-home .fa-home {
|
|
color: #eee;
|
|
margin-right: 5px;
|
|
font-size: 18px;
|
|
}
|
|
|
|
/* line 208, common/_bahmniGlobal.scss */
|
|
.highlight {
|
|
border-left: 5px solid orange;
|
|
}
|
|
|
|
/* line 211, common/_bahmniGlobal.scss */
|
|
u, .add-drug-btninput[value]:first-letter {
|
|
text-decoration: none;
|
|
border-bottom: 1px solid;
|
|
font-family: OpenSansBold, Arial, sans-serif;
|
|
}
|
|
|
|
/* line 217, common/_bahmniGlobal.scss */
|
|
.drug-dispensed {
|
|
color: #457FAC;
|
|
font-family: "OpenSansBold";
|
|
}
|
|
|
|
/* line 222, common/_bahmniGlobal.scss */
|
|
.box {
|
|
padding: 10px;
|
|
border: 1px solid #ccc;
|
|
background: #FFFFFF;
|
|
border-radius: 5px;
|
|
overflow: hidden;
|
|
*zoom: 1;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.box:before, .box:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.box:after {
|
|
clear: both;
|
|
}
|
|
|
|
/* line 231, common/_bahmniGlobal.scss */
|
|
.overflowAuto {
|
|
overflow: auto;
|
|
}
|
|
|
|
/* line 234, common/_bahmniGlobal.scss */
|
|
.is-abnormal .select2-chosen {
|
|
color: red !important;
|
|
}
|
|
|
|
/* line 238, common/_bahmniGlobal.scss */
|
|
.placeholder-text {
|
|
background: #fff;
|
|
padding: 5px;
|
|
color: #444 !important;
|
|
}
|
|
/* line 242, common/_bahmniGlobal.scss */
|
|
.placeholder-text p {
|
|
margin-bottom: 0;
|
|
color: #444 !important;
|
|
}
|
|
|
|
/* line 248, common/_bahmniGlobal.scss */
|
|
.fa-pencil, .fa-eye {
|
|
cursor: pointer;
|
|
}
|
|
/* line 250, common/_bahmniGlobal.scss */
|
|
.fa-pencil:hover, .fa-eye:hover {
|
|
color: #5C8A93;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 248, common/_bahmniGlobal.scss */
|
|
.fa-pencil, .fa-eye {
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
|
|
/* line 258, common/_bahmniGlobal.scss */
|
|
.cursor-pointer {
|
|
cursor: pointer;
|
|
}
|
|
|
|
/* line 262, common/_bahmniGlobal.scss */
|
|
.clear-both {
|
|
clear: both;
|
|
}
|
|
|
|
/* line 265, common/_bahmniGlobal.scss */
|
|
.select2-drop {
|
|
z-index: 99999 !important;
|
|
}
|
|
|
|
/* line 270, common/_bahmniGlobal.scss */
|
|
.ng-dialog-all-details-page .select2-container .select2-choice {
|
|
height: 26px !important;
|
|
}
|
|
|
|
/* line 275, common/_bahmniGlobal.scss */
|
|
.mylegend {
|
|
background: #eee;
|
|
line-height: 16px;
|
|
margin-bottom: 20px;
|
|
padding: 3px 0;
|
|
border-radius: 3px;
|
|
border: 1px solid #ccc;
|
|
}
|
|
/* line 282, common/_bahmniGlobal.scss */
|
|
.mylegend span {
|
|
display: inline-block;
|
|
padding: 2px 10px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* line 289, common/_bahmniGlobal.scss */
|
|
.registraion_legend {
|
|
margin: 15px 0 15px 25px;
|
|
width: auto;
|
|
position: relative;
|
|
}
|
|
@media (max-width: 768px) {
|
|
/* line 289, common/_bahmniGlobal.scss */
|
|
.registraion_legend {
|
|
margin: 20px 0;
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
}
|
|
/* line 298, common/_bahmniGlobal.scss */
|
|
.registraion_legend:before {
|
|
content: "";
|
|
border-top: 1px #ccc solid;
|
|
position: absolute;
|
|
top: 14px;
|
|
width: 96%;
|
|
}
|
|
/* line 305, common/_bahmniGlobal.scss */
|
|
.registraion_legend span.mylegend {
|
|
display: inline-block;
|
|
width: auto;
|
|
margin-bottom: 0;
|
|
padding: 5px 6px;
|
|
margin-left: 25px;
|
|
position: relative;
|
|
}
|
|
/* line 313, common/_bahmniGlobal.scss */
|
|
.registraion_legend.first-registraion_legend {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
/* line 316, common/_bahmniGlobal.scss */
|
|
.registraion_legend.first-registraion_legend:before {
|
|
width: 100%;
|
|
}
|
|
/* line 321, common/_bahmniGlobal.scss */
|
|
.registraion_legend.removeLegend:before {
|
|
display: none;
|
|
}
|
|
/* line 324, common/_bahmniGlobal.scss */
|
|
.registraion_legend.removeLegend span.mylegend {
|
|
display: none;
|
|
}
|
|
|
|
/* line 332, common/_bahmniGlobal.scss */
|
|
.toggle-container.active .fa-caret-right {
|
|
display: none;
|
|
}
|
|
/* line 335, common/_bahmniGlobal.scss */
|
|
.toggle-container.active .fa-caret-down {
|
|
display: inline;
|
|
}
|
|
/* line 339, common/_bahmniGlobal.scss */
|
|
.toggle-container .fa-caret-down {
|
|
display: none;
|
|
}
|
|
|
|
/* line 345, common/_bahmniGlobal.scss */
|
|
.patient-image {
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
/* line 349, common/_bahmniGlobal.scss */
|
|
.video, .video-dialog {
|
|
width: 280px;
|
|
height: 190px;
|
|
display: table;
|
|
margin: 0 auto;
|
|
}
|
|
/* line 354, common/_bahmniGlobal.scss */
|
|
.video.disable, .video-dialog.disable {
|
|
opacity: .1;
|
|
pointer-events: none;
|
|
border: 3px solid black;
|
|
}
|
|
|
|
/* line 361, common/_bahmniGlobal.scss */
|
|
.dashboard-section-loader {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 10000;
|
|
background: rgba(223, 223, 223, 0.4) url("../images/spinner-small.gif") no-repeat center center;
|
|
}
|
|
|
|
@media screen and (max-width: 700px) {
|
|
/* line 370, common/_bahmniGlobal.scss */
|
|
.print {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
/* line 375, common/_bahmniGlobal.scss */
|
|
.spinnable {
|
|
position: relative;
|
|
min-height: 2em;
|
|
}
|
|
|
|
/* line 379, common/_bahmniGlobal.scss */
|
|
.ngdialog.ngdialog-theme-default .ngdialog-close {
|
|
z-index: 999;
|
|
}
|
|
|
|
/* line 2, common/_confirmBox.scss */
|
|
.confirm-box .message {
|
|
padding-bottom: 15px;
|
|
}
|
|
/* line 6, common/_confirmBox.scss */
|
|
.confirm-box .actions button {
|
|
background: linear-gradient(to bottom, #669999, #527a7a);
|
|
color: #FFFFFF;
|
|
border: 1px solid #476b6b;
|
|
margin-right: 10px;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
/*doc
|
|
---
|
|
title: Alerts
|
|
name: alerts
|
|
category: Components - Alerts
|
|
---
|
|
|
|
|
|
```html_example
|
|
<div class="messages">
|
|
<ul>
|
|
<li>
|
|
<div class="message-container success-message-container">
|
|
<div class="message-icon">
|
|
<i class="fa fa-check-circle"></i>
|
|
</div>
|
|
<div class="message-text">
|
|
<div>
|
|
Save
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
```
|
|
|
|
*/
|
|
/*doc
|
|
---
|
|
title: Error Message
|
|
name: error_message
|
|
category: Components - Alerts
|
|
---
|
|
|
|
|
|
```html_example
|
|
<div class="messages">
|
|
<ul>
|
|
<li>
|
|
<div class="message-container error-message-container">
|
|
<div class="message-text">
|
|
<div class="types-for-errors error-message">
|
|
<div>
|
|
<div class="msg">Error Message</div>
|
|
</div>
|
|
</div>
|
|
<div class="button-wrappper clearfix">
|
|
<button type="button" class="copy-btn fl">Copy Error</button>
|
|
<button type="button" class="show-btn fr">OK</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
```
|
|
|
|
*/
|
|
/* line 66, common/_notifications.scss */
|
|
.messages .message-container {
|
|
width: 35%;
|
|
margin: 5px auto;
|
|
padding: 7px 10px;
|
|
border-radius: 2px;
|
|
font-size: 14px;
|
|
color: #FFF;
|
|
font-family: OpenSansSemiBold;
|
|
text-align: center;
|
|
position: fixed;
|
|
top: 50px;
|
|
left: 32%;
|
|
z-index: 99999999;
|
|
display: table;
|
|
*zoom: 1;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 66, common/_notifications.scss */
|
|
.messages .message-container {
|
|
width: 50%;
|
|
left: 25%;
|
|
}
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.messages .message-container:before, .messages .message-container:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.messages .message-container:after {
|
|
clear: both;
|
|
}
|
|
/* line 85, common/_notifications.scss */
|
|
.messages .message-container .message-icon {
|
|
display: block;
|
|
font-size: 30px;
|
|
text-align: left;
|
|
width: 12%;
|
|
}
|
|
/* line 92, common/_notifications.scss */
|
|
.messages .error-message-container {
|
|
background: #d87777;
|
|
background: -moz-linear-gradient(top, #d87777 1%, #d95757 100%);
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #d87777), color-stop(100%, #d95757));
|
|
background: -webkit-linear-gradient(top, #d87777 1%, #d95757 100%);
|
|
background: -o-linear-gradient(top, #d87777 1%, #d95757 100%);
|
|
background: -ms-linear-gradient(top, #d87777 1%, #d95757 100%);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#d87777', endColorstr = '#d95757', GradientType = 0);
|
|
background: linear-gradient(top, #d87777 1%, #d95757 100%);
|
|
border: 1px solid #b72224;
|
|
}
|
|
/* line 102, common/_notifications.scss */
|
|
.messages .error-message-container .types-for-errors {
|
|
display: block;
|
|
text-align: center;
|
|
padding: 0 0 7px;
|
|
}
|
|
/* line 108, common/_notifications.scss */
|
|
.messages .error-message-container .button-wrappper .copy-btn, .messages .error-message-container .button-wrappper .show-btn {
|
|
padding: 5px;
|
|
font-family: OpenSansSemiBold;
|
|
font-size: 12px;
|
|
width: 74px;
|
|
}
|
|
/* line 116, common/_notifications.scss */
|
|
.messages .success-message-container {
|
|
background: #8ad382;
|
|
background: -moz-linear-gradient(top, #8ad382 0%, #6ab165 100%);
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8ad382), color-stop(100%, #6ab165));
|
|
background: -webkit-linear-gradient(top, #8ad382 0%, #6ab165 100%);
|
|
background: -o-linear-gradient(top, #8ad382 0%, #6ab165 100%);
|
|
background: -ms-linear-gradient(top, #8ad382 0%, #6ab165 100%);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#8ad382', endColorstr = '#6ab165', GradientType = 0);
|
|
background: linear-gradient(top, #8ad382 0%, #6ab165 100%);
|
|
border: 1px solid #4b8048;
|
|
padding: 0px 10px;
|
|
}
|
|
/* line 127, common/_notifications.scss */
|
|
.messages .success-message-container .fa {
|
|
padding: 0 !important;
|
|
padding-bottom: 3px !important;
|
|
}
|
|
|
|
/* line 135, common/_notifications.scss */
|
|
.success-message-container .message-icon {
|
|
display: table-cell !important;
|
|
}
|
|
/* line 138, common/_notifications.scss */
|
|
.success-message-container .message-text {
|
|
display: table-cell;
|
|
text-align: left;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
/* line 1, common/_directives.scss */
|
|
.obs-section {
|
|
border: 1px solid #ccc;
|
|
border-radius: 5px;
|
|
margin: 1%;
|
|
font-size: 14px;
|
|
position: relative;
|
|
}
|
|
/* line 7, common/_directives.scss */
|
|
.obs-section h2 {
|
|
padding: 10px;
|
|
font-family: OpenSansBold, Arial, sans-serif;
|
|
margin-bottom: 0;
|
|
}
|
|
/* line 12, common/_directives.scss */
|
|
.obs-section .placeholder-message {
|
|
background: #ccc;
|
|
color: #666;
|
|
padding: 10px;
|
|
text-align: center;
|
|
}
|
|
/* line 18, common/_directives.scss */
|
|
.obs-section section.block {
|
|
padding: 0 !important;
|
|
border-radius: 0 0 5px 5px;
|
|
}
|
|
/* line 23, common/_directives.scss */
|
|
.obs-section section label.date {
|
|
font-family: OpenSansBold, Arial, sans-serif;
|
|
background: #eee;
|
|
padding: 10px;
|
|
display: block;
|
|
color: #666;
|
|
}
|
|
/* line 30, common/_directives.scss */
|
|
.obs-section section .form-field-group .form-field {
|
|
border: 0;
|
|
}
|
|
/* line 33, common/_directives.scss */
|
|
.obs-section section .form-field .form-field {
|
|
padding: 0;
|
|
border: 0;
|
|
}
|
|
/* line 36, common/_directives.scss */
|
|
.obs-section section .form-field .form-field .form-field {
|
|
padding: 0;
|
|
border: 0;
|
|
}
|
|
/* line 40, common/_directives.scss */
|
|
.obs-section section .form-field {
|
|
border-bottom: 1px solid #ccc;
|
|
padding: 5px;
|
|
font-size: 14px;
|
|
padding-left: 10px;
|
|
clear: both;
|
|
overflow: auto;
|
|
}
|
|
/* line 47, common/_directives.scss */
|
|
.obs-section section .form-field .field-attribute {
|
|
width: 45%;
|
|
display: inline-block;
|
|
}
|
|
/* line 51, common/_directives.scss */
|
|
.obs-section section .form-field .value-text-only {
|
|
display: inline-block;
|
|
}
|
|
/* line 55, common/_directives.scss */
|
|
.obs-section section .is-abnormal .field-attribute {
|
|
color: red;
|
|
}
|
|
|
|
/* line 1, common/_angularFix.scss */
|
|
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
|
|
.ng-cloak, .x-ng-cloak,
|
|
.ng-hide {
|
|
display: none !important;
|
|
}
|
|
|
|
/* line 3, bahmni-layout/_layout.scss */
|
|
.container {
|
|
*zoom: 1;
|
|
max-width: 1300px;
|
|
margin: 0 auto;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.container:before, .container:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.container:after {
|
|
clear: both;
|
|
}
|
|
@media screen and (max-width: 1300px) {
|
|
/* line 3, bahmni-layout/_layout.scss */
|
|
.container {
|
|
padding: 0 10px;
|
|
}
|
|
}
|
|
|
|
/* line 12, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper {
|
|
*zoom: 1;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 999;
|
|
padding: 0 10px;
|
|
box-sizing: border-box;
|
|
background: #669999;
|
|
height: 52px;
|
|
width: 100%;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.opd-header-wrapper:before, .opd-header-wrapper:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.opd-header-wrapper:after {
|
|
clear: both;
|
|
}
|
|
/* line 24, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header {
|
|
position: relative;
|
|
color: #ccc;
|
|
height: 50px;
|
|
border-radius: 0;
|
|
background: #669999;
|
|
line-height: 1em;
|
|
max-width: 1300px;
|
|
margin: 0px auto;
|
|
}
|
|
/* line 33, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header .header-logo {
|
|
display: block;
|
|
width: 35px;
|
|
margin: 8px auto;
|
|
}
|
|
/* line 37, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header .header-logo img {
|
|
display: block;
|
|
width: 35px;
|
|
border-radius: 17px;
|
|
box-shadow: 0 8px 6px -7px #000000;
|
|
}
|
|
/* line 44, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header ul {
|
|
display: inline-block;
|
|
float: left;
|
|
}
|
|
/* line 47, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header ul.user-info {
|
|
float: right;
|
|
}
|
|
/* line 50, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header ul li {
|
|
font-size: 14.4px;
|
|
font-size: 0.9rem;
|
|
display: table;
|
|
float: left;
|
|
}
|
|
/* line 54, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header ul li.logoff {
|
|
margin: 2px 0px 2px 0px;
|
|
}
|
|
/* line 56, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header ul li.logoff button {
|
|
padding: 8px;
|
|
margin-top: 1px;
|
|
background: #527a7a;
|
|
border: 1px solid #00463f;
|
|
}
|
|
/* line 61, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header ul li.logoff button:hover {
|
|
background: #5c8a8a;
|
|
color: #FFFFFF;
|
|
}
|
|
/* line 67, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header ul li a {
|
|
cursor: pointer;
|
|
}
|
|
/* line 69, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header ul li a.user-name {
|
|
color: #ccc;
|
|
}
|
|
/* line 71, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header ul li a.user-name:hover {
|
|
text-decoration: none;
|
|
cursor: default;
|
|
}
|
|
/* line 76, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header ul li a.back-btn-noIcon {
|
|
color: #fff;
|
|
padding: 0 !important;
|
|
margin: 21px 10px 0 !important;
|
|
display: block;
|
|
}
|
|
/* line 81, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header ul li a.back-btn-noIcon.active {
|
|
font-family: "OpenSansBold";
|
|
}
|
|
/* line 84, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header ul li a.back-btn-noIcon:focus {
|
|
outline: none;
|
|
}
|
|
/* line 92, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header .btn-user-info {
|
|
background: #00796d;
|
|
padding: 15px;
|
|
border: none;
|
|
border-radius: 0;
|
|
margin: 0;
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
}
|
|
@media screen and (max-width: 959px) {
|
|
/* line 92, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header .btn-user-info {
|
|
margin: 0;
|
|
padding: 15px;
|
|
}
|
|
}
|
|
/* line 105, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header .btn-user-info:focus {
|
|
outline: 0;
|
|
}
|
|
/* line 108, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header .btn-user-info i.mini {
|
|
font-size: .9em;
|
|
}
|
|
/* line 111, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header .btn-user-info + ul {
|
|
display: none;
|
|
}
|
|
/* line 113, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header .btn-user-info + ul.active {
|
|
background: #00796d;
|
|
display: block;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 50px;
|
|
z-index: 10000;
|
|
}
|
|
@media screen and (max-width: 959px) {
|
|
/* line 113, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header .btn-user-info + ul.active {
|
|
top: 49px;
|
|
right: 0;
|
|
}
|
|
}
|
|
/* line 125, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header .btn-user-info + ul li {
|
|
float: left;
|
|
clear: both;
|
|
text-align: left;
|
|
border-bottom: 1px solid #00796d;
|
|
margin: 0;
|
|
}
|
|
/* line 131, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header .btn-user-info + ul li a {
|
|
padding: 10px 5px;
|
|
display: inline-block;
|
|
min-width: 190px;
|
|
}
|
|
/* line 135, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header .btn-user-info + ul li a:hover {
|
|
text-decoration: none;
|
|
background: #00796d;
|
|
}
|
|
/* line 140, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header .btn-user-info + ul li a.disabled {
|
|
color: #ccc;
|
|
}
|
|
/* line 142, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header .btn-user-info + ul li a.disabled .fa-user {
|
|
color: #ccc;
|
|
}
|
|
/* line 150, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper .opd-header-bottom {
|
|
border-radius: 0px;
|
|
position: relative;
|
|
margin: 0px;
|
|
max-width: 1300px;
|
|
margin: 0px auto;
|
|
}
|
|
/* line 156, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper .opd-header-bottom .dashboard-header-right-wrapper {
|
|
float: right;
|
|
}
|
|
/* line 159, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper .opd-header-bottom .header-tabs {
|
|
float: left;
|
|
margin-top: 6px;
|
|
margin-left: 20px;
|
|
list-style: none;
|
|
}
|
|
/* line 165, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper .opd-header-bottom .grouped-buttons {
|
|
float: left;
|
|
padding-top: 6px;
|
|
margin: 0 10px;
|
|
}
|
|
/* line 169, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper .opd-header-bottom .grouped-buttons .btn--left {
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
margin-right: 10px;
|
|
}
|
|
@media screen and (max-width: 470px) {
|
|
/* line 165, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper .opd-header-bottom .grouped-buttons {
|
|
margin: 0;
|
|
}
|
|
}
|
|
/* line 178, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper .opd-header-bottom .dialog-button-group {
|
|
margin-top: 6px;
|
|
float: left;
|
|
padding: 5px 10px;
|
|
font-size: 14px;
|
|
height: 40px;
|
|
}
|
|
|
|
/* line 187, bahmni-layout/_layout.scss */
|
|
.opd-wrapper {
|
|
position: relative;
|
|
margin: 0px;
|
|
min-height: 860px;
|
|
width: 100%;
|
|
padding-top: 60px;
|
|
padding-bottom: 30px;
|
|
}
|
|
/* line 195, bahmni-layout/_layout.scss */
|
|
.opd-wrapper .opd-content-wrapper {
|
|
max-width: 1300px;
|
|
margin: 0 auto;
|
|
box-sizing: border-box;
|
|
}
|
|
@media screen and (max-width: 1300px) {
|
|
/* line 195, bahmni-layout/_layout.scss */
|
|
.opd-wrapper .opd-content-wrapper {
|
|
padding: 0 10px;
|
|
}
|
|
}
|
|
/* line 202, bahmni-layout/_layout.scss */
|
|
.opd-wrapper .opd-content-wrapper nav.navbar {
|
|
background: #F8F8F8;
|
|
overflow: hidden;
|
|
padding: 5px 5px;
|
|
margin: 15px 0;
|
|
border-radius: 3px;
|
|
}
|
|
/* line 208, bahmni-layout/_layout.scss */
|
|
.opd-wrapper .opd-content-wrapper nav.navbar .navbar-right {
|
|
float: right;
|
|
}
|
|
|
|
/* line 215, bahmni-layout/_layout.scss */
|
|
.offline-ui {
|
|
z-index: 100007;
|
|
}
|
|
|
|
/* line 4, bahmni-layout/_retroMode.scss */
|
|
.retro-mode .reg-header, .retro-mode.opd-header-wrapper, .retro-mode .opd-header-wrapper {
|
|
border-top: 4px solid orange;
|
|
}
|
|
/* line 6, bahmni-layout/_retroMode.scss */
|
|
.retro-mode .reg-header header, .retro-mode.opd-header-wrapper header, .retro-mode .opd-header-wrapper header {
|
|
height: 46px;
|
|
}
|
|
/* line 9, bahmni-layout/_retroMode.scss */
|
|
.retro-mode .reg-header, .retro-mode .reg-header header, .retro-mode.opd-header-wrapper, .retro-mode.opd-header-wrapper header, .retro-mode .opd-header-wrapper, .retro-mode .opd-header-wrapper header {
|
|
background: #0E74AF;
|
|
}
|
|
/* line 13, bahmni-layout/_retroMode.scss */
|
|
.retro-mode .reg-header a.back-btn, .retro-mode .reg-header a.back-btn:before, .retro-mode .reg-header button.back-btn, .retro-mode .reg-header button.back-btn:before, .retro-mode .reg-header ul li a.back-btn, .retro-mode .reg-header ul li a.back-btn:before, .retro-mode .reg-header .back-btn-link, .retro-mode .reg-header .back-btn-link:before, .retro-mode .reg-header .recent-patients .recent-patients-header button, .retro-mode .reg-header .recent-patients .recent-patients-header button:before, .retro-mode.opd-header-wrapper a.back-btn, .retro-mode.opd-header-wrapper a.back-btn:before, .retro-mode.opd-header-wrapper button.back-btn, .retro-mode.opd-header-wrapper button.back-btn:before, .retro-mode.opd-header-wrapper ul li a.back-btn, .retro-mode.opd-header-wrapper ul li a.back-btn:before, .retro-mode.opd-header-wrapper .back-btn-link, .retro-mode.opd-header-wrapper .back-btn-link:before, .retro-mode.opd-header-wrapper .recent-patients .recent-patients-header button, .retro-mode.opd-header-wrapper .recent-patients .recent-patients-header button:before, .retro-mode .opd-header-wrapper a.back-btn, .retro-mode .opd-header-wrapper a.back-btn:before, .retro-mode .opd-header-wrapper button.back-btn, .retro-mode .opd-header-wrapper button.back-btn:before, .retro-mode .opd-header-wrapper ul li a.back-btn, .retro-mode .opd-header-wrapper ul li a.back-btn:before, .retro-mode .opd-header-wrapper .back-btn-link, .retro-mode .opd-header-wrapper .back-btn-link:before, .retro-mode .opd-header-wrapper .recent-patients .recent-patients-header button, .retro-mode .opd-header-wrapper .recent-patients .recent-patients-header button:before {
|
|
background: #0a5580;
|
|
border-color: #094e76;
|
|
color: #fff;
|
|
}
|
|
/* line 19, bahmni-layout/_retroMode.scss */
|
|
.retro-mode .reg-header a.back-btn, .retro-mode .reg-header button.back-btn, .retro-mode.opd-header-wrapper a.back-btn, .retro-mode.opd-header-wrapper button.back-btn, .retro-mode .opd-header-wrapper a.back-btn, .retro-mode .opd-header-wrapper button.back-btn {
|
|
margin: 4px 6px 0px 0px;
|
|
}
|
|
/* line 22, bahmni-layout/_retroMode.scss */
|
|
.retro-mode .reg-header a.back-btn.patient-switch, .retro-mode.opd-header-wrapper a.back-btn.patient-switch, .retro-mode .opd-header-wrapper a.back-btn.patient-switch {
|
|
margin: 0px 6px 0px 0px;
|
|
}
|
|
/* line 25, bahmni-layout/_retroMode.scss */
|
|
.retro-mode .reg-header button.toggle-patient, .retro-mode.opd-header-wrapper button.toggle-patient, .retro-mode .opd-header-wrapper button.toggle-patient {
|
|
background-color: #0a5580;
|
|
border-color: #084568;
|
|
margin: 3px 0;
|
|
}
|
|
/* line 31, bahmni-layout/_retroMode.scss */
|
|
.retro-mode .reg-header .tabs ul li.tab-item a, .retro-mode .reg-header .tabs ul li.tab-item button, .retro-mode.opd-header-wrapper .tabs ul li.tab-item a, .retro-mode.opd-header-wrapper .tabs ul li.tab-item button, .retro-mode .opd-header-wrapper .tabs ul li.tab-item a, .retro-mode .opd-header-wrapper .tabs ul li.tab-item button {
|
|
background: #0c6193;
|
|
padding-top: 13px;
|
|
padding-bottom: 12px;
|
|
}
|
|
/* line 36, bahmni-layout/_retroMode.scss */
|
|
.retro-mode .reg-header .tabs ul li.tab-item.tab-selected a, .retro-mode .reg-header .tabs ul li.tab-item.tab-selected button, .retro-mode.opd-header-wrapper .tabs ul li.tab-item.tab-selected a, .retro-mode.opd-header-wrapper .tabs ul li.tab-item.tab-selected button, .retro-mode .opd-header-wrapper .tabs ul li.tab-item.tab-selected a, .retro-mode .opd-header-wrapper .tabs ul li.tab-item.tab-selected button {
|
|
background: white;
|
|
}
|
|
/* line 39, bahmni-layout/_retroMode.scss */
|
|
.retro-mode .reg-header .tabs ul li.tab-item .tab-submenu ul, .retro-mode .reg-header .tabs ul li.tab-item .tab-submenu .submenu-item, .retro-mode.opd-header-wrapper .tabs ul li.tab-item .tab-submenu ul, .retro-mode.opd-header-wrapper .tabs ul li.tab-item .tab-submenu .submenu-item, .retro-mode .opd-header-wrapper .tabs ul li.tab-item .tab-submenu ul, .retro-mode .opd-header-wrapper .tabs ul li.tab-item .tab-submenu .submenu-item {
|
|
border-color: #0c6193;
|
|
background: #0c6193;
|
|
}
|
|
/* line 44, bahmni-layout/_retroMode.scss */
|
|
.retro-mode .reg-header .retro-date-widget-header, .retro-mode.opd-header-wrapper .retro-date-widget-header, .retro-mode .opd-header-wrapper .retro-date-widget-header {
|
|
margin-top: 4px !important;
|
|
}
|
|
/* line 48, bahmni-layout/_retroMode.scss */
|
|
.retro-mode .retro-date-widget {
|
|
color: #0a5580;
|
|
}
|
|
/* line 51, bahmni-layout/_retroMode.scss */
|
|
.retro-mode .retro-date-text {
|
|
color: black;
|
|
display: inline-block;
|
|
position: absolute;
|
|
top: 0;
|
|
background: orange;
|
|
font-weight: bold;
|
|
left: 50%;
|
|
padding: 9px 10px;
|
|
font-size: 14px;
|
|
border-radius: 0 0 5px 5px;
|
|
transform: translateX(-50%);
|
|
}
|
|
/* line 64, bahmni-layout/_retroMode.scss */
|
|
.retro-mode .recent-patients, .retro-mode .opd-header-wrapper .opd-header-bottom .grouped-buttons {
|
|
padding-top: 4px;
|
|
}
|
|
|
|
/* line 70, bahmni-layout/_retroMode.scss */
|
|
.reg-header .retro-date-widget-wrapper, .opd-header-wrapper .retro-date-widget-wrapper {
|
|
float: right;
|
|
width: auto;
|
|
}
|
|
/* line 73, bahmni-layout/_retroMode.scss */
|
|
.reg-header .retro-date-widget-wrapper .retro-date-widget-header, .opd-header-wrapper .retro-date-widget-wrapper .retro-date-widget-header {
|
|
margin-top: 6px;
|
|
}
|
|
/* line 76, bahmni-layout/_retroMode.scss */
|
|
.reg-header .retro-date-widget-wrapper .retro-date-widget-header button, .opd-header-wrapper .retro-date-widget-wrapper .retro-date-widget-header button {
|
|
cursor: pointer;
|
|
width: auto;
|
|
max-width: 100%;
|
|
padding: 10px 12px 10px;
|
|
float: left;
|
|
color: #FFFFFF;
|
|
border: 1px solid #476b6b;
|
|
background: linear-gradient(to bottom, #669999, #527a7a);
|
|
font-size: 16px;
|
|
}
|
|
/* line 87, bahmni-layout/_retroMode.scss */
|
|
.reg-header .retro-date-widget-wrapper .retro-date-widget-header a, .opd-header-wrapper .retro-date-widget-wrapper .retro-date-widget-header a {
|
|
text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.8);
|
|
font-size: 16px;
|
|
text-decoration: underline;
|
|
color: #fff;
|
|
}
|
|
/* line 92, bahmni-layout/_retroMode.scss */
|
|
.reg-header .retro-date-widget-wrapper .retro-date-widget-header a:hover, .opd-header-wrapper .retro-date-widget-wrapper .retro-date-widget-header a:hover {
|
|
text-decoration: none;
|
|
}
|
|
/* line 99, bahmni-layout/_retroMode.scss */
|
|
.reg-header input.retro-date-widget.disabled-date, .reg-header form .input-prepend .retro-date-widget.disabled-date.add-on, form .input-prepend .reg-header .retro-date-widget.disabled-date.add-on, .reg-header .form .input-prepend .retro-date-widget.disabled-date.add-on, .form .input-prepend .reg-header .retro-date-widget.disabled-date.add-on, .opd-header-wrapper input.retro-date-widget.disabled-date, .opd-header-wrapper form .input-prepend .retro-date-widget.disabled-date.add-on, form .input-prepend .opd-header-wrapper .retro-date-widget.disabled-date.add-on, .opd-header-wrapper .form .input-prepend .retro-date-widget.disabled-date.add-on, .form .input-prepend .opd-header-wrapper .retro-date-widget.disabled-date.add-on {
|
|
background-color: lightgrey;
|
|
}
|
|
/* line 103, bahmni-layout/_retroMode.scss */
|
|
.reg-header label.retro-date-widget, .opd-header-wrapper label.retro-date-widget {
|
|
color: black;
|
|
}
|
|
|
|
/* line 108, bahmni-layout/_retroMode.scss */
|
|
.patient-control-panel .retro-date-widget {
|
|
margin-left: 28px;
|
|
color: white;
|
|
}
|
|
/* line 111, bahmni-layout/_retroMode.scss */
|
|
.retro-mode .patient-control-panel .retro-date-widget {
|
|
color: orange;
|
|
}
|
|
|
|
/* line 117, bahmni-layout/_retroMode.scss */
|
|
.reg-header input.retro-date-widget.disabled-date, .reg-header form .input-prepend .retro-date-widget.disabled-date.add-on, form .input-prepend .reg-header .retro-date-widget.disabled-date.add-on, .reg-header .form .input-prepend .retro-date-widget.disabled-date.add-on, .form .input-prepend .reg-header .retro-date-widget.disabled-date.add-on, .opd-header-wrapper input.retro-date-widget.disabled-date, .opd-header-wrapper form .input-prepend .retro-date-widget.disabled-date.add-on, form .input-prepend .opd-header-wrapper .retro-date-widget.disabled-date.add-on, .opd-header-wrapper .form .input-prepend .retro-date-widget.disabled-date.add-on, .form .input-prepend .opd-header-wrapper .retro-date-widget.disabled-date.add-on, .patient-control-panel input.retro-date-widget.disabled-date, .patient-control-panel form .input-prepend .retro-date-widget.disabled-date.add-on, form .input-prepend .patient-control-panel .retro-date-widget.disabled-date.add-on, .patient-control-panel .form .input-prepend .retro-date-widget.disabled-date.add-on, .form .input-prepend .patient-control-panel .retro-date-widget.disabled-date.add-on {
|
|
background: none;
|
|
border: 0;
|
|
}
|
|
|
|
/* line 123, bahmni-layout/_retroMode.scss */
|
|
.retro-date-widget-panel {
|
|
float: left;
|
|
margin: 6px 0;
|
|
}
|
|
/* line 126, bahmni-layout/_retroMode.scss */
|
|
.retro-date-widget-panel div.input-container {
|
|
width: 210px;
|
|
padding-left: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 132, bahmni-layout/_retroMode.scss */
|
|
.retro-date-widget-panel div.input-container select {
|
|
width: 100%;
|
|
-webkit-appearance: menulist-button;
|
|
height: 31px;
|
|
}
|
|
/* line 137, bahmni-layout/_retroMode.scss */
|
|
.retro-date-widget-panel div.input-container label.retro-date-label {
|
|
font-size: 14px;
|
|
line-height: 1;
|
|
display: inline-block;
|
|
font-weight: bold;
|
|
}
|
|
/* line 143, bahmni-layout/_retroMode.scss */
|
|
.retro-date-widget-panel div.input-container input.retro-date-widget, .retro-date-widget-panel div.input-container form .input-prepend .retro-date-widget.add-on, form .input-prepend .retro-date-widget-panel div.input-container .retro-date-widget.add-on, .retro-date-widget-panel div.input-container .form .input-prepend .retro-date-widget.add-on, .form .input-prepend .retro-date-widget-panel div.input-container .retro-date-widget.add-on {
|
|
height: 30px;
|
|
width: 97%;
|
|
padding: 1px;
|
|
}
|
|
/* line 149, bahmni-layout/_retroMode.scss */
|
|
.retro-date-widget-panel .retro-widget-button-wrapper {
|
|
float: right;
|
|
margin-right: 7px;
|
|
margin-top: 15px;
|
|
}
|
|
/* line 153, bahmni-layout/_retroMode.scss */
|
|
.retro-date-widget-panel .retro-widget-button-wrapper button.retro-widget-button {
|
|
float: right;
|
|
width: 93px;
|
|
color: #000000;
|
|
}
|
|
/* line 157, bahmni-layout/_retroMode.scss */
|
|
.retro-date-widget-panel .retro-widget-button-wrapper button.retro-widget-button.ok_btn {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
/* line 164, bahmni-layout/_retroMode.scss */
|
|
.ui-autocomplete {
|
|
z-index: 10001;
|
|
}
|
|
|
|
/* line 169, bahmni-layout/_retroMode.scss */
|
|
.test.ngdialog.ngdialog-theme-default .ngdialog-content {
|
|
width: 245px;
|
|
}
|
|
|
|
/* line 1, document-upload/_upload.scss */
|
|
.document-upload {
|
|
font-size: 14px;
|
|
}
|
|
/* line 3, document-upload/_upload.scss */
|
|
.document-upload .upload-header, .document-upload .upload-header header {
|
|
background: #669999;
|
|
}
|
|
/* line 7, document-upload/_upload.scss */
|
|
.document-upload header ul li {
|
|
float: left;
|
|
}
|
|
/* line 9, document-upload/_upload.scss */
|
|
.document-upload header ul li .back-btn {
|
|
font-size: 16px;
|
|
line-height: 1.1em;
|
|
}
|
|
/* line 14, document-upload/_upload.scss */
|
|
.document-upload header .header-logo {
|
|
position: static;
|
|
}
|
|
/* line 17, document-upload/_upload.scss */
|
|
.document-upload header h1.patient-details {
|
|
font-size: 16px;
|
|
}
|
|
/* line 25, document-upload/_upload.scss */
|
|
.document-upload .main h5 {
|
|
height: 40px;
|
|
line-height: 40px;
|
|
font-size: 14px;
|
|
background: linear-gradient(to bottom, #FFFFFF, #eee);
|
|
border: 1px solid #ccc;
|
|
padding: 0 5px;
|
|
margin: 0;
|
|
cursor: pointer;
|
|
}
|
|
/* line 34, document-upload/_upload.scss */
|
|
.document-upload .main h5 i.state {
|
|
color: #666;
|
|
font-size: 18px;
|
|
padding: 0;
|
|
}
|
|
/* line 39, document-upload/_upload.scss */
|
|
.document-upload .main h5 small {
|
|
font-size: 90%;
|
|
color: #669999;
|
|
}
|
|
/* line 43, document-upload/_upload.scss */
|
|
.document-upload .main h5 .currentVisitMarker {
|
|
color: #E8A000;
|
|
float: right;
|
|
}
|
|
/* line 48, document-upload/_upload.scss */
|
|
.document-upload .main .reg-srch-btn {
|
|
margin-right: 0;
|
|
}
|
|
/* line 51, document-upload/_upload.scss */
|
|
.document-upload .main .tab-content {
|
|
padding-right: 0;
|
|
}
|
|
/* line 54, document-upload/_upload.scss */
|
|
.document-upload .main .containsImageMarker {
|
|
color: #2b95ff;
|
|
float: right;
|
|
}
|
|
/* line 58, document-upload/_upload.scss */
|
|
.document-upload .main .visit-content {
|
|
padding: 10px 10px 15px 10px;
|
|
}
|
|
/* line 60, document-upload/_upload.scss */
|
|
.document-upload .main .visit-content label.btn {
|
|
border-radius: 3px;
|
|
background: linear-gradient(to bottom, #FFFFFF, #eee);
|
|
background-color: #eee;
|
|
border: 1px solid #ccc;
|
|
padding: 21px 30px;
|
|
display: inline-block;
|
|
line-height: 1.2em;
|
|
color: #333;
|
|
cursor: pointer;
|
|
min-width: 0;
|
|
max-width: 300px;
|
|
text-decoration: none;
|
|
}
|
|
@media screen and (max-width: 480px) {
|
|
/* line 60, document-upload/_upload.scss */
|
|
.document-upload .main .visit-content label.btn {
|
|
width: 49%;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
text-align: center;
|
|
padding: 20px 0;
|
|
margin-top: 8px;
|
|
}
|
|
}
|
|
/* line 82, document-upload/_upload.scss */
|
|
.document-upload .main .visit-content button[disabled] {
|
|
position: relative;
|
|
top: 1px;
|
|
color: #eee;
|
|
}
|
|
/* line 87, document-upload/_upload.scss */
|
|
.document-upload .main .visit-content .btn {
|
|
padding: 20px 30px;
|
|
}
|
|
/* line 89, document-upload/_upload.scss */
|
|
.document-upload .main .visit-content .btn.btn-primary {
|
|
background: #669999;
|
|
color: #FFFFFF;
|
|
}
|
|
/* line 93, document-upload/_upload.scss */
|
|
.document-upload .main .visit-content .btn.btn-primary[disabled] {
|
|
background: grey;
|
|
}
|
|
@media screen and (max-width: 480px) {
|
|
/* line 87, document-upload/_upload.scss */
|
|
.document-upload .main .visit-content .btn {
|
|
width: 49%;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
text-align: center;
|
|
padding: 20px 0;
|
|
margin-top: 8px;
|
|
}
|
|
}
|
|
/* line 106, document-upload/_upload.scss */
|
|
.document-upload .main .visit-content .files > li {
|
|
clear: both;
|
|
overflow: auto;
|
|
border-bottom: 1px solid #eee;
|
|
padding: 10px 0;
|
|
}
|
|
/* line 111, document-upload/_upload.scss */
|
|
.document-upload .main .visit-content .files > li:last-child {
|
|
border-bottom: 0;
|
|
}
|
|
/* line 114, document-upload/_upload.scss */
|
|
.document-upload .main .visit-content .files > li .upload-inline-buttons {
|
|
float: left;
|
|
}
|
|
/* line 117, document-upload/_upload.scss */
|
|
.document-upload .main .visit-content .files > li img {
|
|
float: left;
|
|
width: 50px;
|
|
height: 50px;
|
|
background: #eee;
|
|
padding: 5px;
|
|
margin-right: 10px;
|
|
}
|
|
/* line 125, document-upload/_upload.scss */
|
|
.document-upload .main .visit-content .files > li .concept-name {
|
|
min-width: 200px;
|
|
margin: 0;
|
|
}
|
|
/* line 129, document-upload/_upload.scss */
|
|
.document-upload .main .visit-content .files > li .concept-name.saved {
|
|
font-family: OpenSansBold, Arial, sans-serif;
|
|
border: 1px solid #ccc;
|
|
width: 200px;
|
|
}
|
|
/* line 134, document-upload/_upload.scss */
|
|
.document-upload .main .visit-content .files > li .placeholder {
|
|
width: 50px;
|
|
height: 50px;
|
|
padding: 2px;
|
|
float: left;
|
|
margin: 5px 20px 5px 2px;
|
|
text-align: center;
|
|
}
|
|
/* line 141, document-upload/_upload.scss */
|
|
.document-upload .main .visit-content .files > li .placeholder i {
|
|
color: green;
|
|
font-size: 20px;
|
|
line-height: 55px;
|
|
width: 40px;
|
|
}
|
|
/* line 148, document-upload/_upload.scss */
|
|
.document-upload .main .visit-content .files > li .file {
|
|
overflow: auto;
|
|
float: left;
|
|
width: 95%;
|
|
padding-right: 10px;
|
|
box-sizing: border-box;
|
|
}
|
|
@media screen and (max-width: 480px) {
|
|
/* line 148, document-upload/_upload.scss */
|
|
.document-upload .main .visit-content .files > li .file {
|
|
width: 80%;
|
|
}
|
|
}
|
|
/* line 157, document-upload/_upload.scss */
|
|
.document-upload .main .visit-content .files > li .file .obs-comment-section {
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
}
|
|
/* line 162, document-upload/_upload.scss */
|
|
.document-upload .main .visit-content .files > li .file-actions {
|
|
clear: right;
|
|
float: right;
|
|
padding: 10px 0;
|
|
}
|
|
@media screen and (max-width: 480px) {
|
|
/* line 162, document-upload/_upload.scss */
|
|
.document-upload .main .visit-content .files > li .file-actions {
|
|
width: 100%;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
}
|
|
/* line 173, document-upload/_upload.scss */
|
|
.document-upload .main .visit-content .files > li .file-remove {
|
|
float: right;
|
|
}
|
|
/* line 175, document-upload/_upload.scss */
|
|
.document-upload .main .visit-content .files > li .file-remove .row-remover {
|
|
margin-top: 0;
|
|
}
|
|
/* line 177, document-upload/_upload.scss */
|
|
.document-upload .main .visit-content .files > li .file-remove .row-remover span.fa-undo {
|
|
color: #333;
|
|
}
|
|
/* line 184, document-upload/_upload.scss */
|
|
.document-upload .main input:invalid, .document-upload .main form .input-prepend .add-on:invalid, form .input-prepend .document-upload .main .add-on:invalid, .document-upload .main .form .input-prepend .add-on:invalid, .form .input-prepend .document-upload .main .add-on:invalid {
|
|
border: solid 2px #ffcdcd;
|
|
}
|
|
/* line 187, document-upload/_upload.scss */
|
|
.document-upload .main select:invalid {
|
|
border: solid 2px #ffcdcd;
|
|
}
|
|
@media screen and (max-width: 480px) {
|
|
/* line 192, document-upload/_upload.scss */
|
|
.document-upload .main .field-value, .document-upload .main form select {
|
|
width: 100%;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
}
|
|
/* line 199, document-upload/_upload.scss */
|
|
.document-upload .main .form-field {
|
|
clear: both;
|
|
}
|
|
/* line 205, document-upload/_upload.scss */
|
|
.document-upload .reg-search-wrapper h1 {
|
|
font-size: 18px;
|
|
padding: 0 5px;
|
|
margin-bottom: 20px;
|
|
}
|
|
/* line 210, document-upload/_upload.scss */
|
|
.document-upload .reg-search-wrapper label {
|
|
display: none;
|
|
}
|
|
/* line 213, document-upload/_upload.scss */
|
|
.document-upload .reg-search-wrapper input[type="text"], .document-upload .reg-search-wrapper form .input-prepend [type="text"].add-on, form .input-prepend .document-upload .reg-search-wrapper [type="text"].add-on, .document-upload .reg-search-wrapper .form .input-prepend [type="text"].add-on, .form .input-prepend .document-upload .reg-search-wrapper [type="text"].add-on {
|
|
height: 23px;
|
|
}
|
|
/* line 216, document-upload/_upload.scss */
|
|
.document-upload .reg-search-wrapper .reg-srch-btn {
|
|
margin: 4px 0 0 5px;
|
|
}
|
|
/* line 219, document-upload/_upload.scss */
|
|
.document-upload .reg-search-wrapper h2 {
|
|
font-size: 16px;
|
|
margin: 10px 0 0 0;
|
|
padding: 10px 5px;
|
|
border-top: 1px solid #ccc;
|
|
border-bottom: 1px solid #ccc;
|
|
background: #eee;
|
|
}
|
|
/* line 228, document-upload/_upload.scss */
|
|
.document-upload .reg-search-wrapper .patients li {
|
|
display: block;
|
|
position: relative;
|
|
border-bottom: 1px solid #ccc;
|
|
height: 65px;
|
|
}
|
|
/* line 233, document-upload/_upload.scss */
|
|
.document-upload .reg-search-wrapper .patients li:hover, .document-upload .reg-search-wrapper .patients li:focus, .document-upload .reg-search-wrapper .patients li:active {
|
|
cursor: pointer;
|
|
background: #eee;
|
|
}
|
|
/* line 236, document-upload/_upload.scss */
|
|
.document-upload .reg-search-wrapper .patients li:hover .fa-user, .document-upload .reg-search-wrapper .patients li:hover h3, .document-upload .reg-search-wrapper .patients li:focus .fa-user, .document-upload .reg-search-wrapper .patients li:focus h3, .document-upload .reg-search-wrapper .patients li:active .fa-user, .document-upload .reg-search-wrapper .patients li:active h3 {
|
|
color: #669999;
|
|
}
|
|
/* line 240, document-upload/_upload.scss */
|
|
.document-upload .reg-search-wrapper .patients li i {
|
|
position: absolute;
|
|
left: 5px;
|
|
top: 10px;
|
|
color: #666;
|
|
}
|
|
/* line 245, document-upload/_upload.scss */
|
|
.document-upload .reg-search-wrapper .patients li i + div {
|
|
position: absolute;
|
|
left: 35px;
|
|
top: 12px;
|
|
}
|
|
/* line 249, document-upload/_upload.scss */
|
|
.document-upload .reg-search-wrapper .patients li i + div h3 {
|
|
font-size: 18px;
|
|
margin-bottom: 7px;
|
|
}
|
|
/* line 253, document-upload/_upload.scss */
|
|
.document-upload .reg-search-wrapper .patients li i + div .id {
|
|
margin-right: 5px;
|
|
}
|
|
/* line 256, document-upload/_upload.scss */
|
|
.document-upload .reg-search-wrapper .patients li i + div .name {
|
|
margin-right: 5px;
|
|
}
|
|
/* line 259, document-upload/_upload.scss */
|
|
.document-upload .reg-search-wrapper .patients li i + div .village {
|
|
font-size: 14px;
|
|
}
|
|
/* line 262, document-upload/_upload.scss */
|
|
.document-upload .reg-search-wrapper .patients li i + div .gender, .document-upload .reg-search-wrapper .patients li i + div .age {
|
|
font-size: 14px;
|
|
display: inline-block;
|
|
padding: 3px;
|
|
background: #eee;
|
|
border-radius: 3px;
|
|
width: 20px;
|
|
text-align: center;
|
|
}
|
|
/* line 273, document-upload/_upload.scss */
|
|
.document-upload .reg-search-wrapper .patients li .registration {
|
|
font-size: 12px;
|
|
position: absolute;
|
|
right: 10px;
|
|
bottom: 10px;
|
|
}
|
|
|
|
/* line 283, document-upload/_upload.scss */
|
|
.doc-upload-accordion {
|
|
margin: 5px;
|
|
background: #FFFFFF;
|
|
}
|
|
|
|
/* line 287, document-upload/_upload.scss */
|
|
button.mfp-close {
|
|
font-size: 50px;
|
|
color: #FFFFFF;
|
|
opacity: 1 !important;
|
|
}
|
|
/* line 291, document-upload/_upload.scss */
|
|
button.mfp-close:before {
|
|
content: "Close";
|
|
font-size: 24px;
|
|
position: relative;
|
|
bottom: 10px;
|
|
right: 10px;
|
|
}
|
|
|
|
/* line 299, document-upload/_upload.scss */
|
|
button.mfp-close:hover {
|
|
background: none !important;
|
|
cursor: pointer !important;
|
|
}
|
|
|
|
/* line 304, document-upload/_upload.scss */
|
|
.white-popup button.mfp-close {
|
|
width: auto;
|
|
}
|
|
|
|
/* line 308, document-upload/_upload.scss */
|
|
.mfp-arrow {
|
|
top: initial;
|
|
}
|
|
|
|
/* line 311, document-upload/_upload.scss */
|
|
.visit-content form p {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
/* line 315, document-upload/_upload.scss */
|
|
.document-upload .patient-details {
|
|
position: fixed;
|
|
z-index: 111111;
|
|
top: 17px;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
-webkit-transform: translateX(-50%);
|
|
color: #eee;
|
|
font-size: 16px;
|
|
right: auto;
|
|
}
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 333, document-upload/_upload.scss */
|
|
.document-upload header h1.patient-details {
|
|
font-size: 14px;
|
|
position: absolute;
|
|
}
|
|
/* line 337, document-upload/_upload.scss */
|
|
.document-upload .doc-upload-accordion {
|
|
padding-top: 20px;
|
|
}
|
|
/* line 342, document-upload/_upload.scss */
|
|
.document-upload .messages .error-message, .document-upload .messages .info-message {
|
|
top: 70px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 760px) {
|
|
/* line 351, document-upload/_upload.scss */
|
|
.document-upload .patient-details {
|
|
top: 53px;
|
|
color: #666;
|
|
background: #FFFFFF;
|
|
padding: 5px;
|
|
width: 100%;
|
|
text-align: left;
|
|
left: 50%;
|
|
border-bottom: 1px solid #ccc;
|
|
font-size: 16px;
|
|
padding-left: 40px;
|
|
width: 87%;
|
|
}
|
|
/* line 365, document-upload/_upload.scss */
|
|
.document-upload .main .visit-content .files > li .life {
|
|
width: 100%;
|
|
}
|
|
/* line 368, document-upload/_upload.scss */
|
|
.document-upload .main .visit-content .files > li .concept-name.saved {
|
|
width: 170px;
|
|
min-width: 100px;
|
|
}
|
|
}
|
|
/* line 3, adt/_adt.scss */
|
|
.adt .adt-disposition-action {
|
|
margin: 5px 5px 0 0;
|
|
}
|
|
/* line 6, adt/_adt.scss */
|
|
.adt select.disposition-action {
|
|
color: #363463;
|
|
display: block;
|
|
padding: 5px 10px;
|
|
margin-bottom: 5px;
|
|
margin-top: 5px;
|
|
background-color: #FFF;
|
|
border: 1px solid #ddd;
|
|
}
|
|
/* line 15, adt/_adt.scss */
|
|
.adt .patient-disposition-status {
|
|
color: green;
|
|
padding-top: 10px;
|
|
}
|
|
/* line 19, adt/_adt.scss */
|
|
.adt .form-horizontal fieldset label {
|
|
text-align: left;
|
|
margin-left: 0;
|
|
padding-bottom: 5px;
|
|
}
|
|
/* line 24, adt/_adt.scss */
|
|
.adt .form-group .field-value textarea {
|
|
width: 98%;
|
|
margin: 0 0 5px 0;
|
|
}
|
|
/* line 29, adt/_adt.scss */
|
|
.adt .submit-btn-container .admit_btn {
|
|
margin: 0 5px;
|
|
}
|
|
|
|
/* line 36, adt/_adt.scss */
|
|
div[ng-app="adt"] .patient-details {
|
|
position: relative;
|
|
z-index: 1111;
|
|
top: 17px;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
-webkit-transform: translateX(-50%);
|
|
color: #eee;
|
|
}
|
|
/* line 46, adt/_adt.scss */
|
|
div[ng-app="adt"] .ward-list .section-grid {
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 49, adt/_adt.scss */
|
|
div[ng-app="adt"] .ward-list .section-title {
|
|
cursor: pointer;
|
|
padding: 0;
|
|
}
|
|
/* line 52, adt/_adt.scss */
|
|
div[ng-app="adt"] .ward-list .section-title small {
|
|
color: beige;
|
|
}
|
|
/* line 55, adt/_adt.scss */
|
|
div[ng-app="adt"] .ward-list .section-title span.ward-header {
|
|
display: inline-block;
|
|
width: 90%;
|
|
height: 37px;
|
|
padding: 10px;
|
|
}
|
|
/* line 62, adt/_adt.scss */
|
|
div[ng-app="adt"] .ward-list .quick-links {
|
|
padding: 10px 0;
|
|
}
|
|
/* line 66, adt/_adt.scss */
|
|
div[ng-app="adt"] .ward-details-cell {
|
|
padding: 0;
|
|
}
|
|
/* line 69, adt/_adt.scss */
|
|
div[ng-app="adt"] .ward-details-container {
|
|
width: 100%;
|
|
max-width: 1300px;
|
|
overflow-x: auto;
|
|
}
|
|
/* line 73, adt/_adt.scss */
|
|
div[ng-app="adt"] .ward-details-container table {
|
|
font-size: 14px;
|
|
}
|
|
/* line 75, adt/_adt.scss */
|
|
div[ng-app="adt"] .ward-details-container table thead tr th {
|
|
border: 1px solid #bebebe;
|
|
color: #000000;
|
|
background: #e8e8e8;
|
|
padding: 7px 10px;
|
|
}
|
|
/* line 80, adt/_adt.scss */
|
|
div[ng-app="adt"] .ward-details-container table thead tr th.bed-detail-column {
|
|
width: 60px;
|
|
}
|
|
/* line 84, adt/_adt.scss */
|
|
div[ng-app="adt"] .ward-details-container table tbody tr:nth-child(even) {
|
|
background: #fffdf7;
|
|
}
|
|
/* line 88, adt/_adt.scss */
|
|
div[ng-app="adt"] .ward-details-container .no-data-info {
|
|
font-family: openSansBold;
|
|
padding: 10px 0;
|
|
display: inline-block;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
@media screen and (max-width: 859px) {
|
|
/* line 96, adt/_adt.scss */
|
|
div[ng-app="adt"] .box {
|
|
margin-bottom: 15px;
|
|
}
|
|
}
|
|
|
|
/* line 102, adt/_adt.scss */
|
|
.drug-details {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
/* line 106, adt/_adt.scss */
|
|
.highlight-bed {
|
|
border: 1px solid;
|
|
}
|
|
|
|
/* line 109, adt/_adt.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-adt-popUp .ngdialog-content {
|
|
width: 500px;
|
|
position: relative;
|
|
}
|
|
|
|
/* line 113, adt/_adt.scss */
|
|
.ngdialog.ngdialog-theme-default {
|
|
padding-bottom: 160px;
|
|
}
|
|
|
|
/* line 116, adt/_adt.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-all-details-page {
|
|
padding: 0;
|
|
}
|
|
/* line 118, adt/_adt.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content {
|
|
width: 80%;
|
|
}
|
|
|
|
/* line 8, adt/_wardLayout.scss */
|
|
.back-btn-wrapper button {
|
|
padding-left: 10px;
|
|
}
|
|
/* line 10, adt/_wardLayout.scss */
|
|
.back-btn-wrapper button span {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
/* line 16, adt/_wardLayout.scss */
|
|
.bed-assignment {
|
|
position: relative;
|
|
width: 100%;
|
|
margin: 0px auto;
|
|
min-height: 200px;
|
|
padding: 10px;
|
|
text-align: center;
|
|
background: #FFFFFF;
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 26, adt/_wardLayout.scss */
|
|
.bed-assignment .bed-assignment-inner-wrapper {
|
|
display: inline-block;
|
|
}
|
|
/* line 28, adt/_wardLayout.scss */
|
|
.bed-assignment .bed-assignment-inner-wrapper li {
|
|
background: #FFFFFF;
|
|
border: none;
|
|
}
|
|
/* line 33, adt/_wardLayout.scss */
|
|
.bed-assignment .bed-type, .bed-assignment .bed-number {
|
|
position: absolute;
|
|
font-size: 10px;
|
|
display: inline-block;
|
|
text-align: center;
|
|
width: 100%;
|
|
left: 0;
|
|
transition: all .3s ease;
|
|
}
|
|
/* line 43, adt/_wardLayout.scss */
|
|
.bed-assignment .bed-type {
|
|
bottom: -18px;
|
|
text-transform: capitalize;
|
|
color: #333;
|
|
}
|
|
/* line 48, adt/_wardLayout.scss */
|
|
.bed-assignment .bed-number {
|
|
bottom: 1px;
|
|
color: #000000;
|
|
}
|
|
/* line 52, adt/_wardLayout.scss */
|
|
.bed-assignment .row {
|
|
overflow: hidden;
|
|
}
|
|
/* line 54, adt/_wardLayout.scss */
|
|
.bed-assignment .row ul {
|
|
overflow: hidden;
|
|
}
|
|
/* line 56, adt/_wardLayout.scss */
|
|
.bed-assignment .row ul .col {
|
|
float: left;
|
|
width: 90px;
|
|
height: 60px;
|
|
margin: 15px;
|
|
padding: 0 10px;
|
|
border-radius: 3px;
|
|
transition: all .3s ease-in-out;
|
|
position: relative;
|
|
border: 1px solid #ccc;
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 68, adt/_wardLayout.scss */
|
|
.bed-assignment .row ul .col:hover {
|
|
box-shadow: 0 0 5px 2px #ccc;
|
|
}
|
|
/* line 71, adt/_wardLayout.scss */
|
|
.bed-assignment .row ul .col.occupied {
|
|
background: url("../images/bed-occupied.png") no-repeat center 10px beige;
|
|
box-shadow: inset 0 0 10px 5px #e4e4a1;
|
|
}
|
|
/* line 74, adt/_wardLayout.scss */
|
|
.bed-assignment .row ul .col.occupied:hover {
|
|
background-color: #eaeab4;
|
|
cursor: pointer;
|
|
box-shadow: 0 0 5px 2px #ccc;
|
|
}
|
|
/* line 80, adt/_wardLayout.scss */
|
|
.bed-assignment .row ul .col.available {
|
|
background: url("../images/bed-available.png") no-repeat center 10px #94e594;
|
|
box-shadow: inset 0 0 10px 5px #56d656;
|
|
}
|
|
/* line 83, adt/_wardLayout.scss */
|
|
.bed-assignment .row ul .col.available:hover {
|
|
background-color: #6bdb6b;
|
|
cursor: pointer;
|
|
box-shadow: 0 0 5px 2px #ccc;
|
|
}
|
|
/* line 89, adt/_wardLayout.scss */
|
|
.bed-assignment .row ul .col.empty {
|
|
background: #eee;
|
|
}
|
|
/* line 91, adt/_wardLayout.scss */
|
|
.bed-assignment .row ul .col.empty, .bed-assignment .row ul .col.empty:hover {
|
|
box-shadow: none;
|
|
}
|
|
/* line 98, adt/_wardLayout.scss */
|
|
.bed-assignment .row ul .col.currentPatient, .bed-assignment .row ul .col.currentPatient:hover {
|
|
box-shadow: 0 0 0 5px #20C0C0;
|
|
}
|
|
|
|
/* line 107, adt/_wardLayout.scss */
|
|
.bedDetails {
|
|
width: 200px;
|
|
height: 60px;
|
|
border: 1px solid #000000;
|
|
display: block;
|
|
}
|
|
|
|
/* line 115, adt/_wardLayout.scss */
|
|
.bed-info {
|
|
padding: 6px;
|
|
background: #666;
|
|
position: absolute;
|
|
display: none;
|
|
border: 1px solid #333;
|
|
opacity: 0.95;
|
|
z-index: 9999;
|
|
width: 125px;
|
|
box-sizing: border-box;
|
|
border-radius: 3px;
|
|
}
|
|
/* line 127, adt/_wardLayout.scss */
|
|
.bed-info:before, .bed-info:after {
|
|
content: "";
|
|
height: 0;
|
|
width: 0;
|
|
display: block;
|
|
border: 8px solid transparent;
|
|
border-left-color: #666;
|
|
border-right-width: 0;
|
|
position: absolute;
|
|
right: -8px;
|
|
top: 10px;
|
|
z-index: 2;
|
|
}
|
|
/* line 140, adt/_wardLayout.scss */
|
|
.bed-info:after {
|
|
border-left-color: #333;
|
|
right: -9px;
|
|
z-index: 1;
|
|
}
|
|
/* line 145, adt/_wardLayout.scss */
|
|
.bed-info .patient-info {
|
|
border-top: 1px solid #ccc;
|
|
padding-top: 3px;
|
|
padding-bottom: 3px;
|
|
}
|
|
/* line 151, adt/_wardLayout.scss */
|
|
.bed-info li {
|
|
padding: 0;
|
|
color: #fff;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
border: none;
|
|
background: none;
|
|
cursor: default;
|
|
}
|
|
/* line 159, adt/_wardLayout.scss */
|
|
.bed-info li:hover {
|
|
border: none;
|
|
background: none;
|
|
}
|
|
/* line 163, adt/_wardLayout.scss */
|
|
.bed-info li:first-child {
|
|
margin-bottom: 2px;
|
|
font-weight: bold;
|
|
font-family: Arial;
|
|
}
|
|
/* line 168, adt/_wardLayout.scss */
|
|
.bed-info li a {
|
|
background: linear-gradient(to bottom, #669999, #527a7a);
|
|
padding: 8px 10px;
|
|
margin-top: 5px;
|
|
color: #fff;
|
|
text-transform: capitalize;
|
|
display: inline-block;
|
|
border: 1px solid #476b6b;
|
|
border-radius: 3px;
|
|
}
|
|
/* line 177, adt/_wardLayout.scss */
|
|
.bed-info li a:hover {
|
|
cursor: pointer;
|
|
opacity: 0.8;
|
|
text-decoration: none;
|
|
}
|
|
|
|
/* line 1, ot/_ot.scss */
|
|
.ot-header-wrapper {
|
|
margin-bottom: 108px;
|
|
}
|
|
|
|
/* line 5, ot/_ot.scss */
|
|
.ot-secondary-header {
|
|
height: 55px;
|
|
background-color: white;
|
|
box-shadow: 0px 0px 0px;
|
|
border-bottom: 1px #cccecf solid;
|
|
}
|
|
/* line 10, ot/_ot.scss */
|
|
.ot-secondary-header .ot-surgical-button {
|
|
float: right;
|
|
font-size: 14px;
|
|
margin-right: 10px;
|
|
margin-top: 11px;
|
|
background: #99C915;
|
|
border: 1px solid #99c915;
|
|
}
|
|
|
|
/* line 20, ot/_ot.scss */
|
|
.ot-scheduling-nav {
|
|
overflow: hidden;
|
|
margin: 10px 0 0 10px;
|
|
}
|
|
/* line 23, ot/_ot.scss */
|
|
.ot-scheduling-nav li {
|
|
overflow: hidden;
|
|
border-radius: 5px;
|
|
margin-right: 10px;
|
|
display: inline-block;
|
|
}
|
|
/* line 28, ot/_ot.scss */
|
|
.ot-scheduling-nav li:last-child {
|
|
margin: 0;
|
|
}
|
|
/* line 31, ot/_ot.scss */
|
|
.ot-scheduling-nav li a {
|
|
display: inline-block;
|
|
color: #fff !important;
|
|
padding: 10px;
|
|
}
|
|
/* line 36, ot/_ot.scss */
|
|
.ot-scheduling-nav li.active {
|
|
background: rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
/* line 43, ot/_ot.scss */
|
|
div[ng-app="ot"] .non-icon-back-btn {
|
|
padding: 12px 10px;
|
|
}
|
|
|
|
/* line 48, ot/_ot.scss */
|
|
.navigation-links-buttons {
|
|
height: 55px;
|
|
float: right;
|
|
padding: 10px;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 55, ot/_ot.scss */
|
|
.navigation-links-buttons input, .navigation-links-buttons form .input-prepend .add-on, form .input-prepend .navigation-links-buttons .add-on, .navigation-links-buttons .form .input-prepend .add-on, .form .input-prepend .navigation-links-buttons .add-on {
|
|
font-size: 14px;
|
|
border: none;
|
|
outline: none;
|
|
background: transparent;
|
|
float: right;
|
|
margin-left: 10px;
|
|
}
|
|
/* line 62, ot/_ot.scss */
|
|
.navigation-links-buttons input:hover, .navigation-links-buttons form .input-prepend .add-on:hover, form .input-prepend .navigation-links-buttons .add-on:hover, .navigation-links-buttons .form .input-prepend .add-on:hover, .form .input-prepend .navigation-links-buttons .add-on:hover {
|
|
background: transparent;
|
|
opacity: 0.8;
|
|
}
|
|
/* line 66, ot/_ot.scss */
|
|
.navigation-links-buttons input.ot-nav-save, .navigation-links-buttons form .input-prepend .ot-nav-save.add-on, form .input-prepend .navigation-links-buttons .ot-nav-save.add-on, .navigation-links-buttons .form .input-prepend .ot-nav-save.add-on, .form .input-prepend .navigation-links-buttons .ot-nav-save.add-on {
|
|
background: #99c915;
|
|
border: 1px solid #99c915;
|
|
color: #fff;
|
|
}
|
|
/* line 71, ot/_ot.scss */
|
|
.navigation-links-buttons input.ot-nav-back, .navigation-links-buttons form .input-prepend .ot-nav-back.add-on, form .input-prepend .navigation-links-buttons .ot-nav-back.add-on, .navigation-links-buttons .form .input-prepend .ot-nav-back.add-on, .form .input-prepend .navigation-links-buttons .ot-nav-back.add-on {
|
|
border: 1px solid #cccecf;
|
|
color: #000;
|
|
}
|
|
/* line 76, ot/_ot.scss */
|
|
.navigation-links-buttons span {
|
|
display: inline-block;
|
|
padding: 10px 0 0 10px;
|
|
font-size: 17px;
|
|
color: #000;
|
|
}
|
|
|
|
/* line 84, ot/_ot.scss */
|
|
.ngdialog.surgical-appointment-dialog {
|
|
padding: 0;
|
|
}
|
|
/* line 86, ot/_ot.scss */
|
|
.ngdialog.surgical-appointment-dialog .ngdialog-overlay {
|
|
background: transparent;
|
|
}
|
|
/* line 89, ot/_ot.scss */
|
|
.ngdialog.surgical-appointment-dialog .ngdialog-content {
|
|
width: 500px;
|
|
top: 42px;
|
|
margin: 10px;
|
|
left: calc(100% - 510px);
|
|
height: calc(100% - 53px);
|
|
margin-bottom: 0;
|
|
border-radius: 0;
|
|
background: #eee;
|
|
box-shadow: -4px 5px 21px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
|
}
|
|
/* line 99, ot/_ot.scss */
|
|
.ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-title {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
color: #484848;
|
|
margin: 0 0 10px;
|
|
}
|
|
/* line 106, ot/_ot.scss */
|
|
.ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block p {
|
|
overflow: hidden;
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 109, ot/_ot.scss */
|
|
.ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block p label {
|
|
width: 125px;
|
|
float: left;
|
|
text-align: right;
|
|
margin-right: 10px;
|
|
}
|
|
/* line 115, ot/_ot.scss */
|
|
.ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block p .patient_name {
|
|
display: inline-block;
|
|
margin-top: 10px;
|
|
text-decoration: underline;
|
|
}
|
|
/* line 120, ot/_ot.scss */
|
|
.ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block p input.add, .ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block p form .input-prepend .add.add-on, form .input-prepend .ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block p .add.add-on, .ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block p .form .input-prepend .add.add-on, .form .input-prepend .ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block p .add.add-on {
|
|
background: #99c915;
|
|
border: 1px solid #99c915;
|
|
color: #fff;
|
|
font-size: 15px;
|
|
}
|
|
/* line 126, ot/_ot.scss */
|
|
.ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block p input.cancel, .ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block p form .input-prepend .cancel.add-on, form .input-prepend .ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block p .cancel.add-on, .ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block p .form .input-prepend .cancel.add-on, .form .input-prepend .ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block p .cancel.add-on {
|
|
background: #fff;
|
|
border: 1px solid #cccecf;
|
|
color: #000;
|
|
font-size: 15px;
|
|
margin: 0 65px 0 10px;
|
|
}
|
|
/* line 133, ot/_ot.scss */
|
|
.ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block p input[type=text], .ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block p form .input-prepend [type=text].add-on, form .input-prepend .ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block p [type=text].add-on, .ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block p .form .input-prepend [type=text].add-on, .form .input-prepend .ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block p [type=text].add-on {
|
|
width: calc(100% - 200px);
|
|
padding: 10px;
|
|
border-radius: 3px;
|
|
position: relative;
|
|
}
|
|
/* line 139, ot/_ot.scss */
|
|
.ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block p > i {
|
|
right: 85px;
|
|
position: absolute;
|
|
top: 57px;
|
|
color: #cac9c9;
|
|
}
|
|
/* line 145, ot/_ot.scss */
|
|
.ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block p select {
|
|
height: 35px;
|
|
width: 273px;
|
|
}
|
|
/* line 151, ot/_ot.scss */
|
|
.ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block input.add, .ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block form .input-prepend .add.add-on, form .input-prepend .ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block .add.add-on, .ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block .form .input-prepend .add.add-on, .form .input-prepend .ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block .add.add-on {
|
|
background: #99c915;
|
|
border: 1px solid #99c915;
|
|
color: #fff;
|
|
font-size: 15px;
|
|
margin-left: -20px;
|
|
}
|
|
/* line 158, ot/_ot.scss */
|
|
.ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block input.cancel, .ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block form .input-prepend .cancel.add-on, form .input-prepend .ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block .cancel.add-on, .ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block .form .input-prepend .cancel.add-on, .form .input-prepend .ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block .cancel.add-on {
|
|
background: #fff;
|
|
border: 1px solid #cccecf;
|
|
color: #000;
|
|
font-size: 15px;
|
|
margin-left: 10px;
|
|
}
|
|
/* line 165, ot/_ot.scss */
|
|
.ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block textarea {
|
|
width: calc(100% - 200px);
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
min-height: 80px;
|
|
}
|
|
/* line 170, ot/_ot.scss */
|
|
.ngdialog.surgical-appointment-dialog .ngdialog-content .appointment-block textarea .text-section {
|
|
overflow: auto !important;
|
|
}
|
|
|
|
/* line 179, ot/_ot.scss */
|
|
.ot-top-button-wrapper {
|
|
overflow: hidden;
|
|
position: relative;
|
|
padding: 10px 0;
|
|
background: #fff;
|
|
}
|
|
/* line 184, ot/_ot.scss */
|
|
.ot-top-button-wrapper p {
|
|
display: inline-block;
|
|
}
|
|
/* line 187, ot/_ot.scss */
|
|
.ot-top-button-wrapper .calendar-day-navigation {
|
|
float: left;
|
|
margin: 0 10px;
|
|
}
|
|
/* line 190, ot/_ot.scss */
|
|
.ot-top-button-wrapper .calendar-day-navigation button {
|
|
background: #fff;
|
|
opacity: 1;
|
|
-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
|
|
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
|
|
padding: 5px 10px;
|
|
color: #000;
|
|
border: 1px solid #95989a;
|
|
margin-right: 2px;
|
|
}
|
|
/* line 201, ot/_ot.scss */
|
|
.ot-top-button-wrapper .calendar-current-day {
|
|
margin: auto;
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
width: 250px;
|
|
text-align: center;
|
|
bottom: 0;
|
|
height: 20px;
|
|
font-weight: 600;
|
|
}
|
|
/* line 214, ot/_ot.scss */
|
|
.ot-top-button-wrapper .calendar-btn-container label, .ot-top-button-wrapper .day-btn-container label {
|
|
-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
|
|
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
|
|
padding: 6px 10px;
|
|
color: #000;
|
|
border: 1px solid #95989a;
|
|
margin-right: 0;
|
|
display: inline-block;
|
|
background: #fff;
|
|
border-radius: 3px;
|
|
}
|
|
/* line 224, ot/_ot.scss */
|
|
.ot-top-button-wrapper .calendar-btn-container label:hover, .ot-top-button-wrapper .day-btn-container label:hover {
|
|
background: #ececec;
|
|
opacity: 1;
|
|
}
|
|
/* line 229, ot/_ot.scss */
|
|
.ot-top-button-wrapper .calendar-btn-container input:checked + label, .ot-top-button-wrapper .calendar-btn-container form .input-prepend .add-on:checked + label, form .input-prepend .ot-top-button-wrapper .calendar-btn-container .add-on:checked + label, .ot-top-button-wrapper .calendar-btn-container .form .input-prepend .add-on:checked + label, .form .input-prepend .ot-top-button-wrapper .calendar-btn-container .add-on:checked + label, .ot-top-button-wrapper .day-btn-container input:checked + label, .ot-top-button-wrapper .day-btn-container form .input-prepend .add-on:checked + label, form .input-prepend .ot-top-button-wrapper .day-btn-container .add-on:checked + label, .ot-top-button-wrapper .day-btn-container .form .input-prepend .add-on:checked + label, .form .input-prepend .ot-top-button-wrapper .day-btn-container .add-on:checked + label {
|
|
background: #d6d6d6;
|
|
}
|
|
/* line 232, ot/_ot.scss */
|
|
.ot-top-button-wrapper .calendar-btn-container input[value="List View"]:checked + label, .ot-top-button-wrapper .calendar-btn-container form .input-prepend [value="List View"].add-on:checked + label, form .input-prepend .ot-top-button-wrapper .calendar-btn-container [value="List View"].add-on:checked + label, .ot-top-button-wrapper .calendar-btn-container .form .input-prepend [value="List View"].add-on:checked + label, .form .input-prepend .ot-top-button-wrapper .calendar-btn-container [value="List View"].add-on:checked + label, .ot-top-button-wrapper .day-btn-container input[value="List View"]:checked + label, .ot-top-button-wrapper .day-btn-container form .input-prepend [value="List View"].add-on:checked + label, form .input-prepend .ot-top-button-wrapper .day-btn-container [value="List View"].add-on:checked + label, .ot-top-button-wrapper .day-btn-container .form .input-prepend [value="List View"].add-on:checked + label, .form .input-prepend .ot-top-button-wrapper .day-btn-container [value="List View"].add-on:checked + label {
|
|
margin-right: 50px;
|
|
}
|
|
/* line 235, ot/_ot.scss */
|
|
.ot-top-button-wrapper .calendar-btn-container input, .ot-top-button-wrapper .calendar-btn-container form .input-prepend .add-on, form .input-prepend .ot-top-button-wrapper .calendar-btn-container .add-on, .ot-top-button-wrapper .calendar-btn-container .form .input-prepend .add-on, .form .input-prepend .ot-top-button-wrapper .calendar-btn-container .add-on, .ot-top-button-wrapper .day-btn-container input, .ot-top-button-wrapper .day-btn-container form .input-prepend .add-on, form .input-prepend .ot-top-button-wrapper .day-btn-container .add-on, .ot-top-button-wrapper .day-btn-container .form .input-prepend .add-on, .form .input-prepend .ot-top-button-wrapper .day-btn-container .add-on {
|
|
visibility: hidden;
|
|
width: 0;
|
|
height: 0;
|
|
}
|
|
/* line 241, ot/_ot.scss */
|
|
.ot-top-button-wrapper .calendar-btn-container {
|
|
float: right;
|
|
padding-right: 10px;
|
|
}
|
|
/* line 245, ot/_ot.scss */
|
|
.ot-top-button-wrapper .day-btn-container {
|
|
float: left;
|
|
}
|
|
|
|
/* line 251, ot/_ot.scss */
|
|
.ot-actual-time-form .ngdialog-content {
|
|
width: 415px;
|
|
}
|
|
/* line 254, ot/_ot.scss */
|
|
.ot-actual-time-form .ot-actual-time-person-display {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
color: #484848;
|
|
text-align: center;
|
|
margin: 0 0 5px;
|
|
}
|
|
/* line 261, ot/_ot.scss */
|
|
.ot-actual-time-form .ot-actual-time-label {
|
|
text-align: center;
|
|
padding: 15px 0px 3px 0px;
|
|
}
|
|
/* line 265, ot/_ot.scss */
|
|
.ot-actual-time-form .ot-actual-time-input {
|
|
word-spacing: 1px;
|
|
font-size: 18px;
|
|
font-weight: lighter;
|
|
border-radius: 6px;
|
|
padding: 0px 10px 0px 30px;
|
|
margin: 0px auto 0px !important;
|
|
display: block;
|
|
}
|
|
/* line 274, ot/_ot.scss */
|
|
.ot-actual-time-form .ot-actual-time-notes {
|
|
min-height: 100px;
|
|
min-width: 350px;
|
|
margin: 0px auto;
|
|
display: block;
|
|
border-radius: 6px;
|
|
}
|
|
/* line 282, ot/_ot.scss */
|
|
.ot-actual-time-form .ot-actual-time-buttons {
|
|
text-align: center;
|
|
}
|
|
/* line 284, ot/_ot.scss */
|
|
.ot-actual-time-form .ot-actual-time-buttons .button {
|
|
margin: 20px 15px 5px;
|
|
}
|
|
|
|
/* line 291, ot/_ot.scss */
|
|
.ot-cancel-dialog-form p {
|
|
padding: 0 10px;
|
|
}
|
|
/* line 295, ot/_ot.scss */
|
|
.ot-cancel-dialog-form .ot-cancel-dialog-label {
|
|
margin-bottom: 15px;
|
|
}
|
|
/* line 298, ot/_ot.scss */
|
|
.ot-cancel-dialog-form .ot-cancel-dialog-actions {
|
|
text-align: center;
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 301, ot/_ot.scss */
|
|
.ot-cancel-dialog-form .ot-cancel-dialog-actions label {
|
|
display: inline-block;
|
|
position: relative;
|
|
padding: 5px 10px;
|
|
border: 1px solid #aaa;
|
|
background: #fff;
|
|
margin: 0 5px 0 0;
|
|
border-radius: 3px;
|
|
color: #111111;
|
|
font-weight: normal;
|
|
cursor: pointer;
|
|
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
|
|
}
|
|
/* line 313, ot/_ot.scss */
|
|
.ot-cancel-dialog-form .ot-cancel-dialog-actions label:hover, .ot-cancel-dialog-form .ot-cancel-dialog-actions label.selected {
|
|
background: #d6d6d6;
|
|
}
|
|
/* line 316, ot/_ot.scss */
|
|
.ot-cancel-dialog-form .ot-cancel-dialog-actions label input, .ot-cancel-dialog-form .ot-cancel-dialog-actions label form .input-prepend .add-on, form .input-prepend .ot-cancel-dialog-form .ot-cancel-dialog-actions label .add-on, .ot-cancel-dialog-form .ot-cancel-dialog-actions label .form .input-prepend .add-on, .form .input-prepend .ot-cancel-dialog-form .ot-cancel-dialog-actions label .add-on {
|
|
opacity: 0;
|
|
position: absolute;
|
|
margin: auto;
|
|
bottom: 0;
|
|
right: 0;
|
|
left: 0;
|
|
cursor: pointer;
|
|
}
|
|
/* line 327, ot/_ot.scss */
|
|
.ot-cancel-dialog-form .ot-cancel-dialog-notes {
|
|
min-height: 100px;
|
|
width: 100%;
|
|
display: block;
|
|
border-radius: 6px;
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 334, ot/_ot.scss */
|
|
.ot-cancel-dialog-form .ot-cancel-dialog-buttons {
|
|
text-align: center;
|
|
}
|
|
/* line 336, ot/_ot.scss */
|
|
.ot-cancel-dialog-form .ot-cancel-dialog-buttons input, .ot-cancel-dialog-form .ot-cancel-dialog-buttons form .input-prepend .add-on, form .input-prepend .ot-cancel-dialog-form .ot-cancel-dialog-buttons .add-on, .ot-cancel-dialog-form .ot-cancel-dialog-buttons .form .input-prepend .add-on, .form .input-prepend .ot-cancel-dialog-form .ot-cancel-dialog-buttons .add-on {
|
|
border: 0;
|
|
outline: 0;
|
|
background: #f70909;
|
|
color: #fff;
|
|
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
|
|
}
|
|
/* line 342, ot/_ot.scss */
|
|
.ot-cancel-dialog-form .ot-cancel-dialog-buttons input:hover, .ot-cancel-dialog-form .ot-cancel-dialog-buttons form .input-prepend .add-on:hover, form .input-prepend .ot-cancel-dialog-form .ot-cancel-dialog-buttons .add-on:hover, .ot-cancel-dialog-form .ot-cancel-dialog-buttons .form .input-prepend .add-on:hover, .form .input-prepend .ot-cancel-dialog-form .ot-cancel-dialog-buttons .add-on:hover {
|
|
background: #f70909;
|
|
opacity: 0.8;
|
|
}
|
|
/* line 349, ot/_ot.scss */
|
|
.ot-cancel-dialog-form .location sup {
|
|
color: #f70909;
|
|
}
|
|
|
|
/* line 355, ot/_ot.scss */
|
|
.calendar-container {
|
|
overflow: hidden;
|
|
background: #fff;
|
|
}
|
|
|
|
/* line 360, ot/_ot.scss */
|
|
.list-view-table-wrapper {
|
|
overflow: auto;
|
|
height: calc(100vh - 200px);
|
|
}
|
|
/* line 364, ot/_ot.scss */
|
|
.list-view-table-wrapper table tr {
|
|
white-space: nowrap;
|
|
}
|
|
/* line 366, ot/_ot.scss */
|
|
.list-view-table-wrapper table tr:focus {
|
|
outline: none;
|
|
background: #B3E5FC;
|
|
border: 1px solid #0277BD;
|
|
}
|
|
/* line 372, ot/_ot.scss */
|
|
.list-view-table-wrapper table .list-view-notes {
|
|
white-space: normal;
|
|
}
|
|
/* line 375, ot/_ot.scss */
|
|
.list-view-table-wrapper table .current-date {
|
|
background: #f0f5f5;
|
|
}
|
|
/* line 378, ot/_ot.scss */
|
|
.list-view-table-wrapper table .status-postponed {
|
|
background: #fceab6;
|
|
}
|
|
/* line 381, ot/_ot.scss */
|
|
.list-view-table-wrapper table .status-cancelled {
|
|
background: #fcb6b6;
|
|
}
|
|
|
|
/* line 387, ot/_ot.scss */
|
|
.list-view-print-btn {
|
|
position: fixed;
|
|
right: 9px;
|
|
top: 117px;
|
|
z-index: 99999;
|
|
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
|
|
padding: 6px 10px;
|
|
color: #000;
|
|
border: 1px solid #95989a;
|
|
margin-right: 0;
|
|
display: inline-block;
|
|
background: #fff;
|
|
}
|
|
/* line 399, ot/_ot.scss */
|
|
.list-view-print-btn:hover {
|
|
background: #ececec;
|
|
opacity: 1;
|
|
}
|
|
|
|
/* line 405, ot/_ot.scss */
|
|
.patient-search-wrapper {
|
|
margin: 0 auto;
|
|
max-width: 1300px;
|
|
}
|
|
|
|
/* line 410, ot/_ot.scss */
|
|
.ot-dialog.ngdialog.ngdialog-theme-default {
|
|
padding-top: 160px;
|
|
}
|
|
|
|
/* line 1, ot/_otSurgical.scss */
|
|
.create-surgical-title {
|
|
font-size: 15px;
|
|
text-align: center;
|
|
color: #666;
|
|
margin-bottom: 10px;
|
|
position: relative;
|
|
}
|
|
/* line 7, ot/_otSurgical.scss */
|
|
.create-surgical-title button {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
margin: auto;
|
|
font-size: 15px;
|
|
outline: none;
|
|
background: transparent;
|
|
float: right;
|
|
border: 1px solid #cccecf;
|
|
color: #000;
|
|
height: 40px;
|
|
}
|
|
/* line 20, ot/_otSurgical.scss */
|
|
.create-surgical-title button:hover {
|
|
background: transparent;
|
|
opacity: 0.8;
|
|
}
|
|
|
|
/* line 26, ot/_otSurgical.scss */
|
|
.new-surgical-appointment {
|
|
display: block;
|
|
overflow: hidden;
|
|
}
|
|
/* line 29, ot/_otSurgical.scss */
|
|
.new-surgical-appointment p.new-surgical-appointment-note {
|
|
font-size: 13px;
|
|
color: #00529B;
|
|
background-color: #BDE5F8;
|
|
font-family: sans-serif;
|
|
margin: 10px auto;
|
|
padding: 12px;
|
|
width: 676px;
|
|
}
|
|
/* line 38, ot/_otSurgical.scss */
|
|
.new-surgical-appointment > section {
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 41, ot/_otSurgical.scss */
|
|
.new-surgical-appointment > section.new-surgical-appointment-step1 {
|
|
float: left;
|
|
width: 500px;
|
|
}
|
|
/* line 44, ot/_otSurgical.scss */
|
|
.new-surgical-appointment > section.new-surgical-appointment-step1 .create-surgical-title {
|
|
margin-bottom: 30px;
|
|
}
|
|
/* line 48, ot/_otSurgical.scss */
|
|
.new-surgical-appointment > section.new-surgical-appointment-step1 .create-surgical-form P {
|
|
overflow: hidden;
|
|
margin-bottom: 15px;
|
|
}
|
|
/* line 51, ot/_otSurgical.scss */
|
|
.new-surgical-appointment > section.new-surgical-appointment-step1 .create-surgical-form P label {
|
|
display: inline-block;
|
|
width: 110px;
|
|
float: left;
|
|
text-align: right;
|
|
margin-right: 10px;
|
|
line-height: 2;
|
|
}
|
|
/* line 58, ot/_otSurgical.scss */
|
|
.new-surgical-appointment > section.new-surgical-appointment-step1 .create-surgical-form P label sup {
|
|
color: #ff3030;
|
|
}
|
|
/* line 62, ot/_otSurgical.scss */
|
|
.new-surgical-appointment > section.new-surgical-appointment-step1 .create-surgical-form P select {
|
|
width: calc(100% - 232px);
|
|
height: 35px;
|
|
display: inline-block;
|
|
border-color: #929699;
|
|
}
|
|
/* line 69, ot/_otSurgical.scss */
|
|
.new-surgical-appointment > section.new-surgical-appointment-step1 .create-surgical-form P .start-time {
|
|
display: block;
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 72, ot/_otSurgical.scss */
|
|
.new-surgical-appointment > section.new-surgical-appointment-step1 .create-surgical-form P .start-time input, .new-surgical-appointment > section.new-surgical-appointment-step1 .create-surgical-form P .start-time form .input-prepend .add-on, form .input-prepend .new-surgical-appointment > section.new-surgical-appointment-step1 .create-surgical-form P .start-time .add-on, .new-surgical-appointment > section.new-surgical-appointment-step1 .create-surgical-form P .start-time .form .input-prepend .add-on, .form .input-prepend .new-surgical-appointment > section.new-surgical-appointment-step1 .create-surgical-form P .start-time .add-on {
|
|
width: calc(100% - 236px);
|
|
height: 35px;
|
|
display: inline-block;
|
|
border-color: #929699;
|
|
box-sizing: border-box;
|
|
border-radius: 3px;
|
|
}
|
|
/* line 82, ot/_otSurgical.scss */
|
|
.new-surgical-appointment > section.new-surgical-appointment-step1 .create-surgical-form .location-block span label {
|
|
border-radius: 11px;
|
|
background: #e6e6e6;
|
|
color: #6c6c6c;
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
border: none;
|
|
text-align: center;
|
|
line-height: 1;
|
|
width: auto;
|
|
padding: 5px 16px 5px 28px;
|
|
margin: 5px 10px 5px 0;
|
|
position: relative;
|
|
}
|
|
/* line 95, ot/_otSurgical.scss */
|
|
.new-surgical-appointment > section.new-surgical-appointment-step1 .create-surgical-form .location-block span label i {
|
|
position: absolute;
|
|
left: 5px;
|
|
top: 2px;
|
|
}
|
|
/* line 100, ot/_otSurgical.scss */
|
|
.new-surgical-appointment > section.new-surgical-appointment-step1 .create-surgical-form .location-block span label:hover, .new-surgical-appointment > section.new-surgical-appointment-step1 .create-surgical-form .location-block span label.active {
|
|
box-shadow: none;
|
|
opacity: 1;
|
|
}
|
|
/* line 104, ot/_otSurgical.scss */
|
|
.new-surgical-appointment > section.new-surgical-appointment-step1 .create-surgical-form .location-block span label input, .new-surgical-appointment > section.new-surgical-appointment-step1 .create-surgical-form .location-block span label form .input-prepend .add-on, form .input-prepend .new-surgical-appointment > section.new-surgical-appointment-step1 .create-surgical-form .location-block span label .add-on, .new-surgical-appointment > section.new-surgical-appointment-step1 .create-surgical-form .location-block span label .form .input-prepend .add-on, .form .input-prepend .new-surgical-appointment > section.new-surgical-appointment-step1 .create-surgical-form .location-block span label .add-on {
|
|
visibility: hidden;
|
|
position: absolute;
|
|
left: -999999999px;
|
|
}
|
|
/* line 111, ot/_otSurgical.scss */
|
|
.new-surgical-appointment > section.new-surgical-appointment-step1 .ot-cancel-appoinment {
|
|
border: 0;
|
|
outline: 0;
|
|
background: #f70909;
|
|
color: #fff;
|
|
margin-left: 120px;
|
|
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
|
|
}
|
|
/* line 118, ot/_otSurgical.scss */
|
|
.new-surgical-appointment > section.new-surgical-appointment-step1 .ot-cancel-appoinment:hover {
|
|
background: #f70909;
|
|
opacity: 0.8;
|
|
}
|
|
/* line 124, ot/_otSurgical.scss */
|
|
.new-surgical-appointment > section.new-surgical-appointment-step2 {
|
|
float: left;
|
|
width: calc(100% - 501px);
|
|
min-height: 336px;
|
|
border-left: 1px solid #cccecf;
|
|
}
|
|
/* line 129, ot/_otSurgical.scss */
|
|
.new-surgical-appointment > section.new-surgical-appointment-step2 .create-surgical-title {
|
|
margin-bottom: 35px;
|
|
}
|
|
/* line 133, ot/_otSurgical.scss */
|
|
.new-surgical-appointment > section.new-surgical-appointment-step2 .table th {
|
|
padding: 10px;
|
|
background: #DEDEDE;
|
|
color: #484848;
|
|
text-align: center;
|
|
border: 0;
|
|
}
|
|
/* line 140, ot/_otSurgical.scss */
|
|
.new-surgical-appointment > section.new-surgical-appointment-step2 .table td {
|
|
border: 0;
|
|
position: relative;
|
|
}
|
|
/* line 143, ot/_otSurgical.scss */
|
|
.new-surgical-appointment > section.new-surgical-appointment-step2 .table td > i {
|
|
position: absolute;
|
|
top: 33%;
|
|
color: #ccc;
|
|
}
|
|
/* line 148, ot/_otSurgical.scss */
|
|
.new-surgical-appointment > section.new-surgical-appointment-step2 .table td .surgery-details-wrapper {
|
|
float: left;
|
|
padding-left: 10px;
|
|
margin-left: 20px;
|
|
border-left: 1px solid #dddddd;
|
|
}
|
|
/* line 153, ot/_otSurgical.scss */
|
|
.new-surgical-appointment > section.new-surgical-appointment-step2 .table td .surgery-details-wrapper .cancelled {
|
|
background-color: lightgrey;
|
|
}
|
|
/* line 157, ot/_otSurgical.scss */
|
|
.new-surgical-appointment > section.new-surgical-appointment-step2 .table td h4 {
|
|
color: #000;
|
|
font-weight: 900;
|
|
font-size: 14px;
|
|
margin-bottom: 5px;
|
|
}
|
|
/* line 163, ot/_otSurgical.scss */
|
|
.new-surgical-appointment > section.new-surgical-appointment-step2 .table td p {
|
|
width: 590px;
|
|
}
|
|
/* line 165, ot/_otSurgical.scss */
|
|
.new-surgical-appointment > section.new-surgical-appointment-step2 .table td p span {
|
|
color: #444;
|
|
font-size: 12px;
|
|
}
|
|
/* line 168, ot/_otSurgical.scss */
|
|
.new-surgical-appointment > section.new-surgical-appointment-step2 .table td p span b {
|
|
color: #000;
|
|
font-size: 13px;
|
|
}
|
|
/* line 175, ot/_otSurgical.scss */
|
|
.new-surgical-appointment > section.new-surgical-appointment-step2 .table tr.dndDraggingSource {
|
|
display: none;
|
|
}
|
|
/* line 178, ot/_otSurgical.scss */
|
|
.new-surgical-appointment > section.new-surgical-appointment-step2 .table .dndPlaceholder {
|
|
background-color: rgba(146, 221, 81, 0.11);
|
|
display: block;
|
|
min-height: 100px;
|
|
}
|
|
/* line 184, ot/_otSurgical.scss */
|
|
.new-surgical-appointment > section.new-surgical-appointment-step2 .table .appointment-edit a {
|
|
margin: 0 25px;
|
|
}
|
|
/* line 189, ot/_otSurgical.scss */
|
|
.new-surgical-appointment > section.new-surgical-appointment-step2 .cancelled {
|
|
opacity: 0.3;
|
|
}
|
|
/* line 192, ot/_otSurgical.scss */
|
|
.new-surgical-appointment > section.new-surgical-appointment-step2 .unsaved .surgery-details-wrapper {
|
|
opacity: 0.3;
|
|
}
|
|
/* line 197, ot/_otSurgical.scss */
|
|
.new-surgical-appointment .add-new-appointment {
|
|
display: inline;
|
|
float: left;
|
|
margin-left: 75px;
|
|
margin-top: 17px;
|
|
height: 20px;
|
|
font-size: 20px !important;
|
|
width: 250px;
|
|
}
|
|
/* line 207, ot/_otSurgical.scss */
|
|
.new-surgical-appointment .create-surgical-block {
|
|
font-size: 18px;
|
|
text-align: center;
|
|
}
|
|
|
|
/* line 1, ot/_otCalendar.scss */
|
|
.calendar {
|
|
overflow: auto;
|
|
height: calc(100vh - 205px);
|
|
background: #fff;
|
|
position: relative;
|
|
}
|
|
/* line 6, ot/_otCalendar.scss */
|
|
.calendar .calendar-overflow-hiding {
|
|
width: 80px;
|
|
height: 36px;
|
|
position: fixed;
|
|
top: 157px;
|
|
left: 300px;
|
|
background: #FFF;
|
|
z-index: 999;
|
|
}
|
|
/* line 15, ot/_otCalendar.scss */
|
|
.calendar .calendar-location {
|
|
padding-left: 80px;
|
|
overflow: hidden;
|
|
float: left;
|
|
display: flex;
|
|
position: absolute;
|
|
z-index: 20;
|
|
background: #fff;
|
|
}
|
|
/* line 23, ot/_otCalendar.scss */
|
|
.calendar .calendar-location .heading-cell {
|
|
width: 300px;
|
|
box-sizing: border-box;
|
|
text-align: center;
|
|
float: left;
|
|
border-bottom: .5px solid lightgrey;
|
|
padding: 10px 0;
|
|
font-family: OpenSansSemiBold;
|
|
}
|
|
/* line 33, ot/_otCalendar.scss */
|
|
.calendar .calendar-time-container {
|
|
float: left;
|
|
clear: left;
|
|
position: absolute;
|
|
top: 36px;
|
|
background: #fff;
|
|
z-index: 19;
|
|
}
|
|
/* line 41, ot/_otCalendar.scss */
|
|
.calendar .calendar-time-container .calendar-time {
|
|
width: 80px;
|
|
height: 120px;
|
|
box-sizing: border-box;
|
|
border-right: .5px solid lightgrey;
|
|
padding-right: 5px;
|
|
text-align: right;
|
|
font-family: OpenSansSemiBold;
|
|
}
|
|
/* line 52, ot/_otCalendar.scss */
|
|
.calendar .table-block .ot-block-container {
|
|
float: left;
|
|
position: relative;
|
|
width: calc(100% - 80px);
|
|
}
|
|
/* line 56, ot/_otCalendar.scss */
|
|
.calendar .table-block .ot-block-container .ot-block-wrapper {
|
|
position: absolute;
|
|
display: flex;
|
|
left: 80px;
|
|
overflow: auto;
|
|
padding-bottom: 5px;
|
|
top: 36px;
|
|
}
|
|
/* line 64, ot/_otCalendar.scss */
|
|
.calendar .table-block .ot-block-container .calendar-cell {
|
|
border-bottom: 0.5px solid lightgrey;
|
|
border-right: 0.5px solid lightgrey;
|
|
width: 300px;
|
|
flex-basis: 80px;
|
|
height: 120px;
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 72, ot/_otCalendar.scss */
|
|
.calendar .table-block .ot-block-container .ot-block {
|
|
width: 300px;
|
|
float: left;
|
|
position: relative;
|
|
padding-bottom: 20px;
|
|
overflow: hidden;
|
|
}
|
|
/* line 78, ot/_otCalendar.scss */
|
|
.calendar .table-block .ot-block-container .ot-block .surgical-block {
|
|
width: calc(100% - 10px);
|
|
border: 0.5px solid #1976D2;
|
|
}
|
|
/* line 81, ot/_otCalendar.scss */
|
|
.calendar .table-block .ot-block-container .ot-block .surgical-block:focus {
|
|
border-color: #1976D2 !important;
|
|
}
|
|
/* line 86, ot/_otCalendar.scss */
|
|
.calendar .table-block .ot-block-container .current-day-line {
|
|
color: #f00;
|
|
background: #f00;
|
|
width: 300px;
|
|
height: 2px;
|
|
float: left;
|
|
box-sizing: border-box;
|
|
position: absolute;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
/* line 101, ot/_otCalendar.scss */
|
|
.ot-filter-section {
|
|
float: left;
|
|
width: 300px;
|
|
height: calc(100vh - 108px);
|
|
background: #fff;
|
|
padding: 10px 0;
|
|
border-right: 1px solid #ddd;
|
|
box-sizing: border-box;
|
|
overflow: auto;
|
|
}
|
|
/* line 110, ot/_otCalendar.scss */
|
|
.ot-filter-section h4 {
|
|
font-weight: bold;
|
|
color: #000;
|
|
margin: 0 0 10px 0;
|
|
}
|
|
/* line 115, ot/_otCalendar.scss */
|
|
.ot-filter-section .ot-filter-items {
|
|
margin-bottom: 5px;
|
|
padding: 0 20px 10px;
|
|
}
|
|
/* line 118, ot/_otCalendar.scss */
|
|
.ot-filter-section .ot-filter-items.location-block {
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
/* line 119, ot/_otCalendar.scss */
|
|
.ot-filter-section .ot-filter-items.location-block h4 {
|
|
margin: 0 0 20px 0;
|
|
}
|
|
/* line 125, ot/_otCalendar.scss */
|
|
.ot-filter-section .ot-filter-items.patient-block p {
|
|
position: relative;
|
|
}
|
|
/* line 127, ot/_otCalendar.scss */
|
|
.ot-filter-section .ot-filter-items.patient-block p input[type=text], .ot-filter-section .ot-filter-items.patient-block p form .input-prepend [type=text].add-on, form .input-prepend .ot-filter-section .ot-filter-items.patient-block p [type=text].add-on, .ot-filter-section .ot-filter-items.patient-block p .form .input-prepend [type=text].add-on, .form .input-prepend .ot-filter-section .ot-filter-items.patient-block p [type=text].add-on {
|
|
width: 100%;
|
|
padding: 5px;
|
|
box-sizing: border-box;
|
|
font-size: 14px;
|
|
}
|
|
/* line 133, ot/_otCalendar.scss */
|
|
.ot-filter-section .ot-filter-items.patient-block p i {
|
|
position: absolute;
|
|
right: 5px;
|
|
top: 0;
|
|
bottom: 0;
|
|
margin: auto;
|
|
height: 16px;
|
|
}
|
|
/* line 145, ot/_otCalendar.scss */
|
|
.ot-filter-section .ot-filter-items.surgeon-block p span, .ot-filter-section .ot-filter-items.status-block p span {
|
|
padding: 0 5px;
|
|
border-radius: 3px;
|
|
}
|
|
/* line 149, ot/_otCalendar.scss */
|
|
.ot-filter-section .ot-filter-items.surgeon-block p input[type=checkbox], .ot-filter-section .ot-filter-items.surgeon-block p form .input-prepend [type=checkbox].add-on, form .input-prepend .ot-filter-section .ot-filter-items.surgeon-block p [type=checkbox].add-on, .ot-filter-section .ot-filter-items.surgeon-block p .form .input-prepend [type=checkbox].add-on, .form .input-prepend .ot-filter-section .ot-filter-items.surgeon-block p [type=checkbox].add-on, .ot-filter-section .ot-filter-items.status-block p input[type=checkbox], .ot-filter-section .ot-filter-items.status-block p form .input-prepend [type=checkbox].add-on, form .input-prepend .ot-filter-section .ot-filter-items.status-block p [type=checkbox].add-on, .ot-filter-section .ot-filter-items.status-block p .form .input-prepend [type=checkbox].add-on, .form .input-prepend .ot-filter-section .ot-filter-items.status-block p [type=checkbox].add-on {
|
|
visibility: hidden;
|
|
width: 0;
|
|
height: 0;
|
|
}
|
|
/* line 156, ot/_otCalendar.scss */
|
|
.ot-filter-section .ot-filter-items p {
|
|
font-size: 15px;
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 159, ot/_otCalendar.scss */
|
|
.ot-filter-section .ot-filter-items p label {
|
|
float: right;
|
|
}
|
|
/* line 163, ot/_otCalendar.scss */
|
|
.ot-filter-section .ot-filter-items .selected-values-wrapper {
|
|
margin-top: 10px;
|
|
}
|
|
/* line 167, ot/_otCalendar.scss */
|
|
.ot-filter-section .provider-tag-selector {
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 169, ot/_otCalendar.scss */
|
|
.ot-filter-section .provider-tag-selector .tags {
|
|
box-shadow: none;
|
|
border: 1px solid #ddd;
|
|
border-radius: 5px;
|
|
}
|
|
/* line 173, ot/_otCalendar.scss */
|
|
.ot-filter-section .provider-tag-selector .tags input, .ot-filter-section .provider-tag-selector .tags form .input-prepend .add-on, form .input-prepend .ot-filter-section .provider-tag-selector .tags .add-on, .ot-filter-section .provider-tag-selector .tags .form .input-prepend .add-on, .form .input-prepend .ot-filter-section .provider-tag-selector .tags .add-on {
|
|
width: 100% !important;
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 178, ot/_otCalendar.scss */
|
|
.ot-filter-section .provider-tag-selector .tags .tag-list li {
|
|
display: none;
|
|
background: #e5e5e5;
|
|
color: #666;
|
|
font-size: 10px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
/* line 190, ot/_otCalendar.scss */
|
|
.surgical-action-wrapper {
|
|
text-align: right;
|
|
padding-top: 10px;
|
|
background: #fff;
|
|
border-top: 1px solid lightgrey;
|
|
}
|
|
/* line 195, ot/_otCalendar.scss */
|
|
.surgical-action-wrapper button {
|
|
-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
|
|
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
|
|
padding: 5px 10px;
|
|
color: #000;
|
|
border: 1px solid #95989a;
|
|
margin-right: 10px;
|
|
background: #fff;
|
|
}
|
|
|
|
/* line 206, ot/_otCalendar.scss */
|
|
.surgical-block {
|
|
position: absolute;
|
|
margin: 0 5px;
|
|
border-radius: 3px;
|
|
}
|
|
/* line 210, ot/_otCalendar.scss */
|
|
.surgical-block .surgical-block-appointment {
|
|
border: 1px solid #1976D2;
|
|
padding: 5px;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
overflow: hidden;
|
|
border-radius: 3px;
|
|
}
|
|
/* line 217, ot/_otCalendar.scss */
|
|
.surgical-block .surgical-block-appointment:focus {
|
|
border-color: #1976D2 !important;
|
|
}
|
|
/* line 220, ot/_otCalendar.scss */
|
|
.surgical-block .surgical-block-appointment.hide-surgical-appointment {
|
|
visibility: hidden;
|
|
}
|
|
/* line 223, ot/_otCalendar.scss */
|
|
.surgical-block .surgical-block-appointment.expanded {
|
|
z-index: 1;
|
|
}
|
|
/* line 226, ot/_otCalendar.scss */
|
|
.surgical-block .surgical-block-appointment button {
|
|
position: absolute;
|
|
right: 5px;
|
|
top: 5px;
|
|
background: transparent;
|
|
border: none;
|
|
outline: none;
|
|
padding: 0;
|
|
}
|
|
/* line 234, ot/_otCalendar.scss */
|
|
.surgical-block .surgical-block-appointment button:hover {
|
|
opacity: 1;
|
|
}
|
|
/* line 238, ot/_otCalendar.scss */
|
|
.surgical-block .surgical-block-appointment p {
|
|
font-size: 12px;
|
|
}
|
|
/* line 241, ot/_otCalendar.scss */
|
|
.surgical-block .surgical-block-appointment .surgicalblock-patientname {
|
|
font-weight: 600;
|
|
color: #000;
|
|
font-size: 14px;
|
|
padding-right: 20px;
|
|
}
|
|
/* line 248, ot/_otCalendar.scss */
|
|
.surgical-block .surgicalBlock-surgenName {
|
|
position: absolute;
|
|
bottom: 3px;
|
|
left: 3px;
|
|
}
|
|
/* line 253, ot/_otCalendar.scss */
|
|
.surgical-block.exceed .surgicalBlock-surgenName {
|
|
position: relative;
|
|
top: 6px;
|
|
}
|
|
|
|
/* line 260, ot/_otCalendar.scss */
|
|
.move-appointment h4 {
|
|
padding-right: 15px;
|
|
}
|
|
/* line 263, ot/_otCalendar.scss */
|
|
.move-appointment p {
|
|
margin-bottom: 12px;
|
|
}
|
|
/* line 265, ot/_otCalendar.scss */
|
|
.move-appointment p label {
|
|
width: 120px;
|
|
text-align: right;
|
|
display: inline-block;
|
|
}
|
|
/* line 270, ot/_otCalendar.scss */
|
|
.move-appointment p input, .move-appointment p form .input-prepend .add-on, form .input-prepend .move-appointment p .add-on, .move-appointment p .form .input-prepend .add-on, .form .input-prepend .move-appointment p .add-on, .move-appointment p select {
|
|
width: calc(100% - 200px);
|
|
height: 30px;
|
|
border-radius: 5px;
|
|
}
|
|
/* line 275, ot/_otCalendar.scss */
|
|
.move-appointment p input, .move-appointment p form .input-prepend .add-on, form .input-prepend .move-appointment p .add-on, .move-appointment p .form .input-prepend .add-on, .form .input-prepend .move-appointment p .add-on {
|
|
border: 1px solid #ddd;
|
|
padding-left: 10px;
|
|
}
|
|
/* line 280, ot/_otCalendar.scss */
|
|
.move-appointment button {
|
|
float: right;
|
|
-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
|
|
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
|
|
padding: 5px 10px;
|
|
color: #000;
|
|
border: 1px solid #95989a;
|
|
margin-right: 10px;
|
|
background: #fff;
|
|
}
|
|
|
|
/* line 2, admin/_orderSet.scss */
|
|
.orderSet-dashboard-container .section-title-wrapper {
|
|
padding: 5px 10px 1px;
|
|
}
|
|
/* line 5, admin/_orderSet.scss */
|
|
.orderSet-dashboard-container table.orderSet-list {
|
|
border: 0;
|
|
}
|
|
/* line 7, admin/_orderSet.scss */
|
|
.orderSet-dashboard-container table.orderSet-list tr {
|
|
border: 0;
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
/* line 10, admin/_orderSet.scss */
|
|
.orderSet-dashboard-container table.orderSet-list tr th {
|
|
text-align: left;
|
|
border: 0;
|
|
border-bottom: 1px solid #ddd;
|
|
font-weight: 700;
|
|
background: #ddd;
|
|
color: #363463;
|
|
padding: 8px;
|
|
}
|
|
/* line 19, admin/_orderSet.scss */
|
|
.orderSet-dashboard-container table.orderSet-list tr:nth-child(even), .orderSet-dashboard-container table.orderSet-list tr:nth-child(odd) {
|
|
background: #fff !important;
|
|
padding: 4px 8px;
|
|
}
|
|
/* line 23, admin/_orderSet.scss */
|
|
.orderSet-dashboard-container table.orderSet-list tr td {
|
|
border: 0;
|
|
display: block;
|
|
}
|
|
/* line 26, admin/_orderSet.scss */
|
|
.orderSet-dashboard-container table.orderSet-list tr td a {
|
|
display: block;
|
|
padding-right: 15px;
|
|
padding-bottom: 5px;
|
|
font-size: 16px;
|
|
}
|
|
/* line 31, admin/_orderSet.scss */
|
|
.orderSet-dashboard-container table.orderSet-list tr td a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/* line 46, admin/_orderSet.scss */
|
|
.orderSet-container .orderSet-form .form-field {
|
|
float: left;
|
|
}
|
|
/* line 48, admin/_orderSet.scss */
|
|
.orderSet-container .orderSet-form .form-field input[type="text"], .orderSet-container .orderSet-form .form-field form .input-prepend [type="text"].add-on, form .input-prepend .orderSet-container .orderSet-form .form-field [type="text"].add-on, .orderSet-container .orderSet-form .form-field .form .input-prepend [type="text"].add-on, .form .input-prepend .orderSet-container .orderSet-form .form-field [type="text"].add-on {
|
|
padding: 2px 10px;
|
|
}
|
|
/* line 51, admin/_orderSet.scss */
|
|
.orderSet-container .orderSet-form .form-field .field-attribute label {
|
|
width: auto;
|
|
}
|
|
/* line 54, admin/_orderSet.scss */
|
|
.orderSet-container .orderSet-form .form-field textarea.order-set-additionalInstructions {
|
|
width: 770px;
|
|
}
|
|
/* line 58, admin/_orderSet.scss */
|
|
.orderSet-container .orderSet-form .submit-btn-container {
|
|
margin: 0 20px 20px 20px;
|
|
}
|
|
/* line 60, admin/_orderSet.scss */
|
|
.orderSet-container .orderSet-form .submit-btn-container button[type="submit"] {
|
|
margin-left: 10px;
|
|
background: linear-gradient(to bottom, #a1d030, #88af28);
|
|
background-color: #88af28;
|
|
border: #88af28 1px solid;
|
|
}
|
|
/* line 65, admin/_orderSet.scss */
|
|
.orderSet-container .orderSet-form .submit-btn-container button[type="submit"]:hover {
|
|
background: #8eb82a;
|
|
border-color: #779b23;
|
|
}
|
|
/* line 74, admin/_orderSet.scss */
|
|
.orderSet-container .orderSetMember-wrapper .primary-section-grid {
|
|
margin-bottom: 15px;
|
|
}
|
|
/* line 77, admin/_orderSet.scss */
|
|
.orderSet-container .orderSetMember-wrapper .add-more-btn {
|
|
margin: 0 0 20px;
|
|
}
|
|
/* line 80, admin/_orderSet.scss */
|
|
.orderSet-container .orderSetMember-wrapper fieldset {
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 83, admin/_orderSet.scss */
|
|
.orderSet-container .orderSetMember-wrapper fieldset .form-field .field-attribute label {
|
|
width: auto;
|
|
float: left;
|
|
}
|
|
/* line 86, admin/_orderSet.scss */
|
|
.orderSet-container .orderSetMember-wrapper fieldset .form-field .field-attribute label.primaryDrug-text {
|
|
margin-right: 5px;
|
|
}
|
|
/* line 91, admin/_orderSet.scss */
|
|
.orderSet-container .orderSetMember-wrapper fieldset .form-field .field-value input[type="checkbox"], .orderSet-container .orderSetMember-wrapper fieldset .form-field .field-value form .input-prepend [type="checkbox"].add-on, form .input-prepend .orderSet-container .orderSetMember-wrapper fieldset .form-field .field-value [type="checkbox"].add-on, .orderSet-container .orderSetMember-wrapper fieldset .form-field .field-value .form .input-prepend [type="checkbox"].add-on, .form .input-prepend .orderSet-container .orderSetMember-wrapper fieldset .form-field .field-value [type="checkbox"].add-on {
|
|
margin-top: 10px;
|
|
}
|
|
/* line 96, admin/_orderSet.scss */
|
|
.orderSet-container .orderSetMember-wrapper fieldset .remove-orderSet {
|
|
margin-left: 30px;
|
|
}
|
|
/* line 99, admin/_orderSet.scss */
|
|
.orderSet-container .orderSetMember-wrapper fieldset legend {
|
|
background: #eee !important;
|
|
font-size: 14px;
|
|
width: 99.8%;
|
|
line-height: 16px;
|
|
margin-bottom: 20px;
|
|
padding: 3px 0;
|
|
border-radius: 3px;
|
|
border: 1px solid #ccc;
|
|
display: block;
|
|
}
|
|
/* line 109, admin/_orderSet.scss */
|
|
.orderSet-container .orderSetMember-wrapper fieldset legend span {
|
|
display: inline-block;
|
|
padding: 2px 10px;
|
|
font-weight: bold;
|
|
}
|
|
/* line 116, admin/_orderSet.scss */
|
|
.orderSet-container .orderSetMember-wrapper .row {
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
/* line 119, admin/_orderSet.scss */
|
|
.orderSet-container .orderSetMember-wrapper .row .order-drug-option {
|
|
padding: 5px 5px 0 10px;
|
|
}
|
|
/* line 121, admin/_orderSet.scss */
|
|
.orderSet-container .orderSetMember-wrapper .row .order-drug-option.column-container {
|
|
background: #F9F7F7;
|
|
}
|
|
/* line 125, admin/_orderSet.scss */
|
|
.orderSet-container .orderSetMember-wrapper .row .col {
|
|
padding-right: 13px;
|
|
}
|
|
/* line 128, admin/_orderSet.scss */
|
|
.orderSet-container .orderSetMember-wrapper .row .col4 {
|
|
padding-right: 0;
|
|
}
|
|
/* line 132, admin/_orderSet.scss */
|
|
.orderSet-container .orderSetMember-wrapper .edit-drug-order {
|
|
padding: 10px 15px;
|
|
}
|
|
/* line 134, admin/_orderSet.scss */
|
|
.orderSet-container .orderSetMember-wrapper .edit-drug-order .form-field .field-value {
|
|
margin-right: 15px;
|
|
}
|
|
/* line 136, admin/_orderSet.scss */
|
|
.orderSet-container .orderSetMember-wrapper .edit-drug-order .form-field .field-value input[type="number"], .orderSet-container .orderSetMember-wrapper .edit-drug-order .form-field .field-value form .input-prepend [type="number"].add-on, form .input-prepend .orderSet-container .orderSetMember-wrapper .edit-drug-order .form-field .field-value [type="number"].add-on, .orderSet-container .orderSetMember-wrapper .edit-drug-order .form-field .field-value .form .input-prepend [type="number"].add-on, .form .input-prepend .orderSet-container .orderSetMember-wrapper .edit-drug-order .form-field .field-value [type="number"].add-on {
|
|
padding: 2px 10px;
|
|
}
|
|
|
|
/* line 144, admin/_orderSet.scss */
|
|
.orderSetMember-wrapper, .new-orderSet-wrapper {
|
|
overflow: hidden;
|
|
margin: 20px 20px 10px;
|
|
}
|
|
/* line 147, admin/_orderSet.scss */
|
|
.orderSetMember-wrapper .row, .new-orderSet-wrapper .row {
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
/* line 150, admin/_orderSet.scss */
|
|
.orderSetMember-wrapper .row .column-container, .new-orderSet-wrapper .row .column-container {
|
|
background: #F9F7F7;
|
|
}
|
|
/* line 153, admin/_orderSet.scss */
|
|
.orderSetMember-wrapper .row .col, .new-orderSet-wrapper .row .col {
|
|
padding-right: 13px;
|
|
}
|
|
/* line 156, admin/_orderSet.scss */
|
|
.orderSetMember-wrapper .row .col4, .new-orderSet-wrapper .row .col4 {
|
|
padding-right: 0;
|
|
}
|
|
|
|
/* line 1, admin/_auditLog.scss */
|
|
.audit-log-filter, .audit-log-table {
|
|
border: 1px solid #ccc;
|
|
background: #FFFFFF;
|
|
border-radius: 3px;
|
|
overflow: hidden;
|
|
margin: 5px 0 10px;
|
|
}
|
|
/* line 7, admin/_auditLog.scss */
|
|
.audit-log-filter header, .audit-log-table header {
|
|
font-family: OpenSans, Arial, sans-serif;
|
|
padding: 10px;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
color: #FFFFFF;
|
|
font-size: 16px;
|
|
clear: both;
|
|
background: #669999;
|
|
position: relative;
|
|
border-radius: 2px 2px 0 0;
|
|
}
|
|
/* line 19, admin/_auditLog.scss */
|
|
.audit-log-filter .button, .audit-log-table .button {
|
|
border-radius: 3px;
|
|
background: linear-gradient(to bottom, #A1D030, #88af28);
|
|
background-color: #88af28;
|
|
border: #88af28 1px solid;
|
|
padding: 5px 14px;
|
|
display: inline-block;
|
|
line-height: 1.2em;
|
|
color: #FFFFFF;
|
|
cursor: pointer;
|
|
min-width: 0;
|
|
max-width: 300px;
|
|
text-decoration: none;
|
|
font-size: 12px;
|
|
border-color: #7b9f24;
|
|
float: right;
|
|
}
|
|
/* line 35, admin/_auditLog.scss */
|
|
.audit-log-filter .button:hover, .audit-log-table .button:hover {
|
|
background: #8eb82a;
|
|
border-color: #779b23;
|
|
}
|
|
|
|
/* line 43, admin/_auditLog.scss */
|
|
.audit-log-filter article {
|
|
padding: 10px;
|
|
border-bottom: 1px solid #ccc;
|
|
vertical-align: middle;
|
|
}
|
|
/* line 47, admin/_auditLog.scss */
|
|
.audit-log-filter article:last-child {
|
|
border: none;
|
|
}
|
|
/* line 50, admin/_auditLog.scss */
|
|
.audit-log-filter article label {
|
|
display: inline-block;
|
|
font-weight: bold;
|
|
}
|
|
/* line 54, admin/_auditLog.scss */
|
|
.audit-log-filter article p {
|
|
display: inline-block;
|
|
margin-left: 1%;
|
|
}
|
|
/* line 57, admin/_auditLog.scss */
|
|
.audit-log-filter article p input, .audit-log-filter article p form .input-prepend .add-on, form .input-prepend .audit-log-filter article p .add-on, .audit-log-filter article p .form .input-prepend .add-on, .form .input-prepend .audit-log-filter article p .add-on {
|
|
padding: 0;
|
|
}
|
|
|
|
/* line 64, admin/_auditLog.scss */
|
|
.audit-log-table-buttons {
|
|
text-align: center;
|
|
margin: 10px 0;
|
|
}
|
|
/* line 67, admin/_auditLog.scss */
|
|
.audit-log-table-buttons .button {
|
|
float: none;
|
|
}
|
|
|
|
/* line 72, admin/_auditLog.scss */
|
|
.audit-log-created-at {
|
|
width: 12rem;
|
|
}
|
|
|
|
/* line 77, admin/_auditLog.scss */
|
|
#auditLogTable tr {
|
|
border-left: 0;
|
|
border-right: 0;
|
|
}
|
|
/* line 81, admin/_auditLog.scss */
|
|
#auditLogTable tr th:first-child, #auditLogTable tr td:first-child {
|
|
border-left: 0;
|
|
}
|
|
/* line 84, admin/_auditLog.scss */
|
|
#auditLogTable tr th:last-child, #auditLogTable tr td:last-child {
|
|
border-right: 0;
|
|
}
|
|
/* line 88, admin/_auditLog.scss */
|
|
#auditLogTable tr th {
|
|
border-color: #9c9a9a;
|
|
text-align: center;
|
|
}
|
|
|
|
/* line 3, admin/_admin.scss */
|
|
.admin-app {
|
|
background: #FFFFFF;
|
|
/*upload btn*/
|
|
}
|
|
/* line 6, admin/_admin.scss */
|
|
.admin-app input[type="radio"]:focus, .admin-app form .input-prepend [type="radio"].add-on:focus, form .input-prepend .admin-app [type="radio"].add-on:focus, .admin-app .form .input-prepend [type="radio"].add-on:focus, .form .input-prepend .admin-app [type="radio"].add-on:focus {
|
|
outline: none;
|
|
}
|
|
/* line 11, admin/_admin.scss */
|
|
.admin-app .opd-wrapper .opd-content-wrapper {
|
|
padding-top: 20px;
|
|
}
|
|
/* line 16, admin/_admin.scss */
|
|
.admin-app .select-file-form {
|
|
display: flex;
|
|
}
|
|
/* line 20, admin/_admin.scss */
|
|
.admin-app .select-file-type {
|
|
width: 80%;
|
|
min-width: 80%;
|
|
box-sizing: border-box;
|
|
float: left;
|
|
margin: 0;
|
|
display: flex;
|
|
}
|
|
/* line 26, admin/_admin.scss */
|
|
.admin-app .select-file-type li {
|
|
float: left;
|
|
width: 25%;
|
|
padding: 5px;
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 31, admin/_admin.scss */
|
|
.admin-app .select-file-type li label {
|
|
margin-top: 0;
|
|
}
|
|
/* line 37, admin/_admin.scss */
|
|
.admin-app .upload-selected-file {
|
|
width: 20%;
|
|
min-width: 20%;
|
|
box-sizing: border-box;
|
|
float: left;
|
|
margin: 0;
|
|
display: flex;
|
|
padding: 10px;
|
|
}
|
|
/* line 49, admin/_admin.scss */
|
|
.admin-app .input-file-upload {
|
|
position: absolute;
|
|
left: -9999px;
|
|
visibility: hidden;
|
|
}
|
|
/* line 53, admin/_admin.scss */
|
|
.admin-app .input-file-upload + label {
|
|
padding: 10px;
|
|
border-radius: 3px;
|
|
text-align: center;
|
|
margin: 0;
|
|
}
|
|
/* line 61, admin/_admin.scss */
|
|
.admin-app .csv-upload-page .section-grid {
|
|
margin-top: 20px;
|
|
}
|
|
/* line 65, admin/_admin.scss */
|
|
.admin-app .refresh-btn {
|
|
padding: 5px;
|
|
position: relative;
|
|
top: -7px;
|
|
right: -7px;
|
|
font-size: 14px;
|
|
font-family: "OpenSans", Arial, sans-serif;
|
|
}
|
|
/* line 73, admin/_admin.scss */
|
|
.admin-app .file-to-upload .actions {
|
|
width: 200px;
|
|
}
|
|
/* line 77, admin/_admin.scss */
|
|
.admin-app table {
|
|
font-size: 13px;
|
|
}
|
|
|
|
/* line 83, admin/_admin.scss */
|
|
.csv-export-page form {
|
|
padding: 20px;
|
|
}
|
|
/* line 85, admin/_admin.scss */
|
|
.csv-export-page input[type="text"], .csv-export-page form .input-prepend [type="text"].add-on, form .input-prepend .csv-export-page [type="text"].add-on, .csv-export-page .form .input-prepend [type="text"].add-on, .form .input-prepend .csv-export-page [type="text"].add-on {
|
|
float: left;
|
|
margin-right: 10px;
|
|
}
|
|
/* line 90, admin/_admin.scss */
|
|
.csv-export-page button.export-csv {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
/* line 95, admin/_admin.scss */
|
|
.note-warning {
|
|
padding: 5px 10px;
|
|
background: #F0F4C3;
|
|
font-size: 14px;
|
|
border-radius: 3px;
|
|
border: 1px solid #CDDC39;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
@media screen and (min-width: 1024px) {
|
|
/* line 1, common/_noTouch.scss */
|
|
html.no-touch {
|
|
/*//all global no-touch styles goes here...
|
|
//i.e., 1024px and above desktop only styles
|
|
//(this is to differentiate from 1024px touch devices)*/
|
|
/*form input, form .input-prepend .add-on, form .form .input-prepend .add-on,
|
|
.form .input-prepend form .add-on, form select, form textarea, form ul.select,
|
|
.form input, form .input-prepend .form .add-on, .form .input-prepend .add-on,
|
|
.form select, .form textarea, .form ul.select {
|
|
padding: 2px 10px;
|
|
}*/
|
|
}
|
|
/* line 15, common/_noTouch.scss */
|
|
html.no-touch form input[type="checkbox"], html.no-touch form .input-prepend [type="checkbox"].add-on, .form .input-prepend html.no-touch form [type="checkbox"].add-on, html.no-touch form .input-prepend [type="checkbox"].add-on, html.no-touch .input-prepend form [type="checkbox"].add-on,
|
|
html.no-touch .form input[type="checkbox"],
|
|
form .input-prepend html.no-touch .form [type="checkbox"].add-on,
|
|
html.no-touch .form .input-prepend [type="checkbox"].add-on, html.no-touch .form .input-prepend [type="checkbox"].add-on, html.no-touch .input-prepend .form [type="checkbox"].add-on {
|
|
padding: 8px;
|
|
}
|
|
/* line 19, common/_noTouch.scss */
|
|
html.no-touch form .input-prepend .add-on, html.no-touch form .form .input-prepend .add-on {
|
|
font-size: 12px;
|
|
height: 19px;
|
|
padding: 2px 6px;
|
|
}
|
|
/* line 25, common/_noTouch.scss */
|
|
html.no-touch .vitals .button, html.no-touch .vitals button, html.no-touch .vitals input[type="submit"], html.no-touch .vitals form .input-prepend [type="submit"].add-on, form .input-prepend html.no-touch .vitals [type="submit"].add-on, html.no-touch .vitals .form .input-prepend [type="submit"].add-on, .form .input-prepend html.no-touch .vitals [type="submit"].add-on, html.no-touch .vitals form .input-prepend [type="submit"].add-on,
|
|
html.no-touch .vitals .form .input-prepend [type="submit"].add-on, html.no-touch .vitals input[type="button"], html.no-touch .vitals form .input-prepend [type="button"].add-on, form .input-prepend html.no-touch .vitals [type="button"].add-on, html.no-touch .vitals .form .input-prepend [type="button"].add-on, .form .input-prepend html.no-touch .vitals [type="button"].add-on,
|
|
html.no-touch .vitals form .input-prepend [type="button"].add-on, html.no-touch .vitals .form .input-prepend [type="button"].add-on,
|
|
html.no-touch .vitals input[type="submit"],
|
|
html.no-touch .vitals form .input-prepend [type="submit"].add-on,
|
|
form .input-prepend html.no-touch .vitals [type="submit"].add-on,
|
|
html.no-touch .vitals .form .input-prepend [type="submit"].add-on,
|
|
.form .input-prepend html.no-touch .vitals [type="submit"].add-on, html.no-touch .vitals form .input-prepend [type="submit"].add-on,
|
|
html.no-touch .vitals .form .input-prepend [type="submit"].add-on, html.no-touch .vitals a.button, html.no-touch .treatment-page .button, html.no-touch .treatment-page button, html.no-touch .treatment-page input[type="submit"], html.no-touch .treatment-page form .input-prepend [type="submit"].add-on, form .input-prepend html.no-touch .treatment-page [type="submit"].add-on, html.no-touch .treatment-page .form .input-prepend [type="submit"].add-on, .form .input-prepend html.no-touch .treatment-page [type="submit"].add-on, html.no-touch .treatment-page form .input-prepend [type="submit"].add-on,
|
|
html.no-touch .treatment-page .form .input-prepend [type="submit"].add-on, html.no-touch .treatment-page input[type="button"], html.no-touch .treatment-page form .input-prepend [type="button"].add-on, form .input-prepend html.no-touch .treatment-page [type="button"].add-on, html.no-touch .treatment-page .form .input-prepend [type="button"].add-on, .form .input-prepend html.no-touch .treatment-page [type="button"].add-on,
|
|
html.no-touch .treatment-page form .input-prepend [type="button"].add-on, html.no-touch .treatment-page .form .input-prepend [type="button"].add-on,
|
|
html.no-touch .treatment-page input[type="submit"],
|
|
html.no-touch .treatment-page form .input-prepend [type="submit"].add-on,
|
|
form .input-prepend html.no-touch .treatment-page [type="submit"].add-on,
|
|
html.no-touch .treatment-page .form .input-prepend [type="submit"].add-on,
|
|
.form .input-prepend html.no-touch .treatment-page [type="submit"].add-on, html.no-touch .treatment-page form .input-prepend [type="submit"].add-on,
|
|
html.no-touch .treatment-page .form .input-prepend [type="submit"].add-on, html.no-touch .treatment-page a.button {
|
|
line-height: 0.8em;
|
|
}
|
|
/* line 35, common/_noTouch.scss */
|
|
html.no-touch div.duration.checkbox-inline input.duration-value, html.no-touch div.duration.checkbox-inline form .input-prepend .duration-value.add-on, form .input-prepend html.no-touch div.duration.checkbox-inline .duration-value.add-on, html.no-touch div.duration.checkbox-inline .form .input-prepend .duration-value.add-on, .form .input-prepend html.no-touch div.duration.checkbox-inline .duration-value.add-on {
|
|
padding: 2px 10px;
|
|
}
|
|
}
|
|
@media screen and (min-width: 1024px) and (max-width: 1024px) {
|
|
/* line 35, common/_noTouch.scss */
|
|
html.no-touch div.duration.checkbox-inline input.duration-value, html.no-touch div.duration.checkbox-inline form .input-prepend .duration-value.add-on, form .input-prepend html.no-touch div.duration.checkbox-inline .duration-value.add-on, html.no-touch div.duration.checkbox-inline .form .input-prepend .duration-value.add-on, .form .input-prepend html.no-touch div.duration.checkbox-inline .duration-value.add-on {
|
|
padding: 5px 10px;
|
|
}
|
|
}
|
|
@media screen and (min-width: 1024px) {
|
|
/* line 44, common/_noTouch.scss */
|
|
html.no-touch .comment-toggle .fa-file {
|
|
font-size: 16px;
|
|
}
|
|
/* line 46, common/_noTouch.scss */
|
|
html.no-touch .comment-toggle .fa-file .fa-plus-sign, html.no-touch .comment-toggle .fa-file .fa-ok-sign, html.no-touch .comment-toggle .fa-file .fa-plus, html.no-touch .comment-toggle .fa-file .fa-minus-sign {
|
|
font-size: 10px;
|
|
}
|
|
/* line 51, common/_noTouch.scss */
|
|
html.no-touch .comment-toggle .fa-file-alt {
|
|
font-size: 16px;
|
|
}
|
|
/* line 56, common/_noTouch.scss */
|
|
html.no-touch [ng-app="consultation"] .patient-details {
|
|
top: 47px;
|
|
}
|
|
/* line 58, common/_noTouch.scss */
|
|
html.no-touch [ng-app="consultation"] .patient-details a {
|
|
font-size: 12px;
|
|
padding: 7px 5px 2px 5px;
|
|
}
|
|
/* line 64, common/_noTouch.scss */
|
|
html.no-touch div[ng-app="adt"] .patient-details {
|
|
-top: 17px;
|
|
}
|
|
}
|
|
|
|
/* line 2, clinical/_patientSearchDesktop.scss */
|
|
.search-wrapper input, .search-wrapper form .input-prepend .add-on, form .input-prepend .search-wrapper .add-on, .search-wrapper .form .input-prepend .add-on, .form .input-prepend .search-wrapper .add-on {
|
|
margin: 5px;
|
|
}
|
|
|
|
@media screen and (min-width: 1024px) {
|
|
/* line 3, clinical/_observationsDesktop.scss */
|
|
html.no-touch .vitals .form-field {
|
|
padding-top: 5px;
|
|
}
|
|
/* line 7, clinical/_observationsDesktop.scss */
|
|
html.no-touch .vitals fieldset fieldset legend {
|
|
padding: 2px 10px;
|
|
font-size: 12px;
|
|
}
|
|
/* line 12, clinical/_observationsDesktop.scss */
|
|
html.no-touch .concept-set-group {
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 16, clinical/_observationsDesktop.scss */
|
|
html.no-touch .form-horizontal fieldset label {
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
|
|
/* line 1, clinical/_drugOrderTemplate.scss */
|
|
.drug-order-template {
|
|
background: #e8edf3;
|
|
margin-top: 10px;
|
|
clear: both;
|
|
overflow: auto;
|
|
text-align: center;
|
|
padding: 7px 5px 5px 5px;
|
|
}
|
|
/* line 8, clinical/_drugOrderTemplate.scss */
|
|
.drug-order-template form {
|
|
margin: 0 auto;
|
|
display: inline-block;
|
|
}
|
|
/* line 11, clinical/_drugOrderTemplate.scss */
|
|
.drug-order-template form select {
|
|
width: 250px;
|
|
float: left;
|
|
margin: 0 5px;
|
|
height: 35px;
|
|
font-family: "OpenSansBold";
|
|
color: #66b298;
|
|
}
|
|
|
|
/* line 2, reports/_reports.scss */
|
|
.bahmni-reports .reports-page {
|
|
*zoom: 1;
|
|
margin-top: 10px;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.bahmni-reports .reports-page:before, .bahmni-reports .reports-page:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.bahmni-reports .reports-page:after {
|
|
clear: both;
|
|
}
|
|
/* line 6, reports/_reports.scss */
|
|
.bahmni-reports input[type="text"], .bahmni-reports form .input-prepend [type="text"].add-on, form .input-prepend .bahmni-reports [type="text"].add-on, .bahmni-reports .form .input-prepend [type="text"].add-on, .form .input-prepend .bahmni-reports [type="text"].add-on {
|
|
width: 12.5em;
|
|
}
|
|
/* line 10, reports/_reports.scss */
|
|
.bahmni-reports table th, .bahmni-reports table td {
|
|
font-size: 14px;
|
|
box-sizing: border-box;
|
|
padding: 5px;
|
|
vertical-align: top;
|
|
text-align: left;
|
|
border-right: none;
|
|
}
|
|
/* line 18, reports/_reports.scss */
|
|
.bahmni-reports table thead th {
|
|
font-size: 16px;
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
/* line 21, reports/_reports.scss */
|
|
.bahmni-reports table thead th input, .bahmni-reports table thead th form .input-prepend .add-on, form .input-prepend .bahmni-reports table thead th .add-on, .bahmni-reports table thead th .form .input-prepend .add-on, .form .input-prepend .bahmni-reports table thead th .add-on, .bahmni-reports table thead th select, .bahmni-reports table thead th button {
|
|
font-size: 14px;
|
|
}
|
|
/* line 25, reports/_reports.scss */
|
|
.bahmni-reports table .reports-start-date,
|
|
.bahmni-reports table .reports-stop-date {
|
|
width: 170px;
|
|
}
|
|
/* line 29, reports/_reports.scss */
|
|
.bahmni-reports table .reports-format {
|
|
width: 200px;
|
|
}
|
|
/* line 32, reports/_reports.scss */
|
|
.bahmni-reports table .reports-action {
|
|
width: 150px;
|
|
padding-right: 0;
|
|
}
|
|
/* line 36, reports/_reports.scss */
|
|
.bahmni-reports table td.report-sort-date {
|
|
padding: 10px 5px;
|
|
color: #009384;
|
|
border: none;
|
|
font-family: "OpenSansBold";
|
|
}
|
|
/* line 43, reports/_reports.scss */
|
|
.bahmni-reports table td.reportStatus--Queued {
|
|
color: rgba(255, 152, 0, 0.94);
|
|
}
|
|
/* line 46, reports/_reports.scss */
|
|
.bahmni-reports table td.reportStatus--Processing {
|
|
color: #01BE24;
|
|
}
|
|
/* line 49, reports/_reports.scss */
|
|
.bahmni-reports table td.reportStatus--link a {
|
|
color: #0a5580;
|
|
text-decoration: underline;
|
|
}
|
|
/* line 53, reports/_reports.scss */
|
|
.bahmni-reports table td.reportStatus--error a {
|
|
color: red;
|
|
text-decoration: underline;
|
|
}
|
|
/* line 58, reports/_reports.scss */
|
|
.bahmni-reports table td button.delete-report {
|
|
font-size: 1.2em;
|
|
padding: 0 !important;
|
|
color: #666;
|
|
line-height: 0;
|
|
}
|
|
/* line 64, reports/_reports.scss */
|
|
.bahmni-reports table td button.run-report {
|
|
font-size: 12px;
|
|
padding: 5px 6px;
|
|
}
|
|
/* line 70, reports/_reports.scss */
|
|
.bahmni-reports .input-file-upload.custom-file {
|
|
width: 180px;
|
|
padding: 0;
|
|
margin-top: 3px;
|
|
border: none;
|
|
}
|
|
|
|
/* line 80, reports/_reports.scss */
|
|
a.button.small.report-download {
|
|
padding: 8px 10px;
|
|
}
|
|
/* line 82, reports/_reports.scss */
|
|
a.button.small.report-download i {
|
|
color: #666;
|
|
}
|
|
|
|
/* line 87, reports/_reports.scss */
|
|
.report.ngdialog.ngdialog-theme-default {
|
|
padding-top: 200px;
|
|
}
|
|
/* line 89, reports/_reports.scss */
|
|
.report.ngdialog.ngdialog-theme-default .ngdialog-content {
|
|
height: auto;
|
|
padding: 10px;
|
|
}
|
|
|
|
/* line 1, bedmanagement/_bedmanagement.scss */
|
|
.bed-management-nav {
|
|
overflow: hidden;
|
|
margin: 7px 0 0 10px;
|
|
}
|
|
/* line 4, bedmanagement/_bedmanagement.scss */
|
|
.bed-management-nav li {
|
|
overflow: hidden;
|
|
border-radius: 5px;
|
|
margin-right: 10px;
|
|
display: inline-block;
|
|
}
|
|
/* line 9, bedmanagement/_bedmanagement.scss */
|
|
.bed-management-nav li:last-child {
|
|
margin: 0;
|
|
}
|
|
/* line 12, bedmanagement/_bedmanagement.scss */
|
|
.bed-management-nav li a {
|
|
display: inline-block;
|
|
color: #fff;
|
|
}
|
|
/* line 16, bedmanagement/_bedmanagement.scss */
|
|
.bed-management-nav li.active {
|
|
background: rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
/* line 21, bedmanagement/_bedmanagement.scss */
|
|
.idp-section {
|
|
padding-top: 52px;
|
|
padding-bottom: 0;
|
|
min-height: 300px;
|
|
}
|
|
/* line 25, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .opd-content-wrapper {
|
|
max-width: 100%;
|
|
}
|
|
/* line 27, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .opd-content-wrapper .patient-search-wrapper {
|
|
max-width: 1300px;
|
|
margin: 0 auto;
|
|
}
|
|
/* line 32, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .left-pane {
|
|
position: fixed;
|
|
left: 0;
|
|
width: 320px;
|
|
height: 100%;
|
|
border-right: 1px solid #ddd;
|
|
border-top: 1px solid #ddd;
|
|
padding: 10px 0;
|
|
word-wrap: break-word;
|
|
box-sizing: border-box;
|
|
background: #fff;
|
|
}
|
|
/* line 43, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .left-pane h6 {
|
|
color: #393939;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
margin-bottom: 10px;
|
|
padding: 0 10px;
|
|
}
|
|
/* line 50, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .left-pane .admitted-patient-info, .idp-section .left-pane .patient-bed-details, .idp-section .left-pane .ADT-container {
|
|
font-size: 13px;
|
|
padding: 0 15px;
|
|
}
|
|
/* line 54, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .left-pane .ADT-container {
|
|
border-bottom: 1px solid #ddd;
|
|
padding-bottom: 10px;
|
|
}
|
|
/* line 57, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .left-pane .ADT-container #observations {
|
|
position: relative;
|
|
}
|
|
/* line 59, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .left-pane .ADT-container #observations legend {
|
|
display: none;
|
|
}
|
|
/* line 62, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .left-pane .ADT-container #observations .form-horizontal {
|
|
padding: 0;
|
|
}
|
|
/* line 65, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .left-pane .ADT-container #observations .form-group {
|
|
padding: 0;
|
|
border: none;
|
|
margin: 0;
|
|
}
|
|
/* line 69, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .left-pane .ADT-container #observations .form-group .form-field {
|
|
padding: 0;
|
|
}
|
|
/* line 72, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .left-pane .ADT-container #observations .form-group .control-label {
|
|
margin: 0 0 5px 0;
|
|
text-align: left;
|
|
}
|
|
/* line 76, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .left-pane .ADT-container #observations .form-group .field-value {
|
|
width: 100%;
|
|
}
|
|
/* line 78, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .left-pane .ADT-container #observations .form-group .field-value textarea, .idp-section .left-pane .ADT-container #observations .form-group .field-value input, .idp-section .left-pane .ADT-container #observations .form-group .field-value form .input-prepend .add-on, form .input-prepend .idp-section .left-pane .ADT-container #observations .form-group .field-value .add-on, .idp-section .left-pane .ADT-container #observations .form-group .field-value .form .input-prepend .add-on, .form .input-prepend .idp-section .left-pane .ADT-container #observations .form-group .field-value .add-on {
|
|
width: 100%;
|
|
margin: 0;
|
|
border-radius: 3px;
|
|
border-bottom: 1px solid #ddd;
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 85, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .left-pane .ADT-container #observations .form-group .field-value textarea {
|
|
resize: vertical;
|
|
margin-bottom: 10px;
|
|
min-height: 75px;
|
|
}
|
|
/* line 90, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .left-pane .ADT-container #observations .form-group .field-value input, .idp-section .left-pane .ADT-container #observations .form-group .field-value form .input-prepend .add-on, form .input-prepend .idp-section .left-pane .ADT-container #observations .form-group .field-value .add-on, .idp-section .left-pane .ADT-container #observations .form-group .field-value .form .input-prepend .add-on, .form .input-prepend .idp-section .left-pane .ADT-container #observations .form-group .field-value .add-on {
|
|
margin-bottom: 5px;
|
|
}
|
|
/* line 95, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .left-pane .ADT-container #observations .patient-details-edit {
|
|
position: absolute;
|
|
top: -6px;
|
|
right: 0;
|
|
padding: 5px 10px;
|
|
font-size: 13px;
|
|
color: #2b95ff;
|
|
background: transparent;
|
|
border: navajowhite;
|
|
border-radius: 3px;
|
|
}
|
|
/* line 105, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .left-pane .ADT-container #observations .patient-details-edit:hover {
|
|
background: #a7a7a7;
|
|
color: #fff;
|
|
}
|
|
/* line 111, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .left-pane .ADT-container .action-button {
|
|
padding: 0;
|
|
}
|
|
/* line 113, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .left-pane .ADT-container .action-button button {
|
|
width: 90px;
|
|
padding: 8px 0;
|
|
outline: none;
|
|
background: #e5e5e5;
|
|
border: 1px solid #b0b2b4;
|
|
color: #666;
|
|
margin-right: 5px;
|
|
}
|
|
/* line 121, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .left-pane .ADT-container .action-button button:last-child {
|
|
margin: 0;
|
|
}
|
|
/* line 124, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .left-pane .ADT-container .action-button button:hover {
|
|
background: #a7a7a7;
|
|
color: #fff;
|
|
}
|
|
/* line 128, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .left-pane .ADT-container .action-button button.adt-admit {
|
|
background: #99c915;
|
|
border-color: #99c915;
|
|
color: #fff;
|
|
}
|
|
/* line 132, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .left-pane .ADT-container .action-button button.adt-admit:hover {
|
|
opacity: 0.8;
|
|
}
|
|
/* line 136, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .left-pane .ADT-container .action-button button[disabled]:hover {
|
|
opacity: 0.4;
|
|
}
|
|
/* line 142, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .left-pane .patient-bed-details {
|
|
border-bottom: 1px solid #ddd;
|
|
padding-bottom: 10px;
|
|
}
|
|
/* line 145, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .left-pane .patient-bed-details .bed-tags-wrapper {
|
|
display: inline-block;
|
|
width: 225px;
|
|
vertical-align: top;
|
|
}
|
|
/* line 149, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .left-pane .patient-bed-details .bed-tags-wrapper .bed-tags-preview {
|
|
padding: 5px;
|
|
border-radius: 50px;
|
|
display: inline-block;
|
|
background: #e6e6e6;
|
|
border: 1px solid #bfc0c2;
|
|
color: #6c6c6c;
|
|
margin: 0 5px 5px 0;
|
|
}
|
|
/* line 161, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .right-pane {
|
|
margin-left: 320px;
|
|
width: calc(100% - 320px);
|
|
min-width: 840px;
|
|
background: #fff;
|
|
}
|
|
/* line 166, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .right-pane .bed-management-header {
|
|
padding: 10px 20px;
|
|
background: #e8e8e8;
|
|
position: fixed;
|
|
box-sizing: border-box;
|
|
z-index: 10;
|
|
width: calc(100% - 320px);
|
|
}
|
|
@media all and (max-width: 1299px) {
|
|
/* line 166, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .right-pane .bed-management-header {
|
|
width: calc(100% - 310px);
|
|
}
|
|
}
|
|
/* line 176, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .right-pane .bed-management-header h6 {
|
|
color: #393939;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 182, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .right-pane .bed-management-header .bed-type-selection {
|
|
border: 1px solid #d3d4d5;
|
|
border-radius: 3px;
|
|
display: inline-block;
|
|
}
|
|
/* line 186, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .right-pane .bed-management-header .bed-type-selection button {
|
|
background: #fff;
|
|
outline: none;
|
|
border: none;
|
|
font-size: 14px;
|
|
color: #393939;
|
|
border-right: 1px solid #d3d4d5;
|
|
border-radius: 0;
|
|
}
|
|
/* line 194, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .right-pane .bed-management-header .bed-type-selection button:first-child {
|
|
border-radius: 3px 0 0 3px;
|
|
}
|
|
/* line 197, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .right-pane .bed-management-header .bed-type-selection button:last-child {
|
|
border-radius: 0 3px 3px 0;
|
|
border: none;
|
|
}
|
|
/* line 201, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .right-pane .bed-management-header .bed-type-selection button.selected {
|
|
background: #a7a7a7;
|
|
color: #fff;
|
|
}
|
|
/* line 208, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .right-pane #bedLayout {
|
|
overflow-x: auto;
|
|
}
|
|
/* line 212, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .room-info-wrapper {
|
|
background: #e8e8e8;
|
|
position: relative;
|
|
overflow: auto;
|
|
width: 100%;
|
|
top: 138px;
|
|
z-index: 10;
|
|
box-sizing: border-box;
|
|
}
|
|
@media all and (max-width: 1299px) {
|
|
/* line 212, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .room-info-wrapper {
|
|
width: calc(100% - 310px);
|
|
}
|
|
}
|
|
/* line 223, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .room-info-wrapper .room {
|
|
display: inline-block;
|
|
}
|
|
/* line 225, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .room-info-wrapper .room .room-details {
|
|
padding: 10px 20px;
|
|
font-size: 10px;
|
|
}
|
|
/* line 228, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .room-info-wrapper .room .room-details .floor-header {
|
|
color: #298dd5;
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
margin-bottom: 5px;
|
|
}
|
|
/* line 235, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .room-info-wrapper .room .room-details:hover {
|
|
cursor: pointer;
|
|
background: #d8d8d8;
|
|
border-radius: 3px 3px 0 0;
|
|
}
|
|
/* line 239, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .room-info-wrapper .room .room-details:hover .floor-header {
|
|
font-weight: bold;
|
|
}
|
|
/* line 243, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .room-info-wrapper .room .room-details.room-selected {
|
|
background: #a7a7a7;
|
|
border-radius: 3px 3px 0 0;
|
|
}
|
|
/* line 246, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .room-info-wrapper .room .room-details.room-selected .floor-header {
|
|
font-weight: 600;
|
|
color: #fff;
|
|
}
|
|
/* line 251, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .room-info-wrapper .room .room-details.total-details {
|
|
border-right: 1px solid #ddd;
|
|
}
|
|
/* line 253, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .room-info-wrapper .room .room-details.total-details .floor-header {
|
|
color: #000;
|
|
}
|
|
/* line 256, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .room-info-wrapper .room .room-details.total-details:hover {
|
|
cursor: default;
|
|
background: transparent;
|
|
}
|
|
/* line 259, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .room-info-wrapper .room .room-details.total-details:hover .floor-header {
|
|
font-weight: 500;
|
|
}
|
|
/* line 264, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .room-info-wrapper .room .room-details .bed-status {
|
|
margin-top: 5px;
|
|
color: #fff;
|
|
text-align: center;
|
|
}
|
|
/* line 268, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .room-info-wrapper .room .room-details .bed-status span {
|
|
padding: 3px 5px;
|
|
border-radius: 3px;
|
|
}
|
|
/* line 276, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .bed-legends {
|
|
padding: 10px;
|
|
background: #fff;
|
|
border-bottom: 1px solid #d3d4d5;
|
|
border-top: 1px solid #d3d4d5;
|
|
margin-bottom: 10px;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
overflow: auto;
|
|
width: 100%;
|
|
z-index: 10;
|
|
top: 193px;
|
|
}
|
|
@media all and (max-width: 1299px) {
|
|
/* line 276, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .bed-legends {
|
|
width: calc(100% - 310px);
|
|
}
|
|
}
|
|
/* line 291, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .bed-legends h4 {
|
|
font-size: 14px;
|
|
margin: 0;
|
|
color: #393939;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
/* line 298, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .bed-legends .bed-tag {
|
|
width: 35px;
|
|
height: 20px;
|
|
border-radius: 3px;
|
|
display: inline-block;
|
|
float: left;
|
|
margin: 2px;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
}
|
|
/* line 308, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .bed-legends .bed-tag .bed-space {
|
|
width: 4px;
|
|
height: 11px;
|
|
margin: 4px 0 0 3px;
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 315, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .bed-legends .switch-bed-views {
|
|
background: transparent;
|
|
color: #999;
|
|
border: 1px solid #999;
|
|
padding: 0;
|
|
width: 25px;
|
|
display: inline-block;
|
|
height: 25px;
|
|
outline: none;
|
|
border-radius: 3px;
|
|
font-size: 14px;
|
|
margin: 0 0 0 10px;
|
|
}
|
|
/* line 329, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .bed-layout-wrapper {
|
|
overflow: auto;
|
|
text-align: center;
|
|
margin-top: 195px;
|
|
position: relative;
|
|
width: 100%;
|
|
}
|
|
/* line 335, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .bed-layout-wrapper .bed-layout-row {
|
|
display: inline-block;
|
|
}
|
|
/* line 337, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .bed-layout-wrapper .bed-layout-row .bed-layout-cells {
|
|
float: left;
|
|
}
|
|
/* line 339, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .bed-layout-wrapper .bed-layout-row .bed-layout-cells .bed {
|
|
width: 100px;
|
|
height: 45px;
|
|
border-radius: 5px;
|
|
margin: 10px;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
text-align: center;
|
|
}
|
|
/* line 351, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .bed-layout-wrapper .highlight-bed:after {
|
|
content: '';
|
|
position: absolute;
|
|
top: -5px;
|
|
left: -5px;
|
|
right: -5px;
|
|
bottom: -5px;
|
|
border: 3px solid #2e96e0;
|
|
border-radius: 5px;
|
|
}
|
|
/* line 362, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .bed-layout-wrapper .highlight-old-bed:after {
|
|
content: '';
|
|
position: absolute;
|
|
top: -5px;
|
|
left: -5px;
|
|
right: -5px;
|
|
bottom: -5px;
|
|
border: 3px solid #777;
|
|
border-radius: 5px;
|
|
}
|
|
/* line 373, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .bed-space {
|
|
width: 8px;
|
|
height: 30px;
|
|
margin: 7px;
|
|
margin-right: 0;
|
|
border-radius: 10px;
|
|
display: inline-block;
|
|
box-sizing: border-box;
|
|
float: left;
|
|
}
|
|
/* line 383, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .bed-details {
|
|
display: inline-block;
|
|
font-size: 10px;
|
|
padding: 7px 0 0 0;
|
|
}
|
|
|
|
/* line 391, bedmanagement/_bedmanagement.scss */
|
|
.adt .adt-disposition-action {
|
|
margin: 5px 5px 0 0;
|
|
}
|
|
/* line 394, bedmanagement/_bedmanagement.scss */
|
|
.adt select.disposition-action {
|
|
color: #363463;
|
|
display: block;
|
|
padding: 5px 10px;
|
|
margin-bottom: 5px;
|
|
margin-top: 5px;
|
|
background-color: #FFF;
|
|
border: 1px solid #ddd;
|
|
}
|
|
/* line 403, bedmanagement/_bedmanagement.scss */
|
|
.adt .patient-disposition-status {
|
|
color: green;
|
|
padding-top: 10px;
|
|
}
|
|
/* line 407, bedmanagement/_bedmanagement.scss */
|
|
.adt .form-horizontal fieldset label {
|
|
text-align: left;
|
|
margin-left: 0;
|
|
padding-bottom: 5px;
|
|
}
|
|
/* line 412, bedmanagement/_bedmanagement.scss */
|
|
.adt .form-group .field-value textarea {
|
|
width: 98%;
|
|
margin: 0 0 5px 0;
|
|
}
|
|
/* line 417, bedmanagement/_bedmanagement.scss */
|
|
.adt .submit-btn-container .admit_btn {
|
|
margin: 0 5px;
|
|
}
|
|
|
|
/* line 423, bedmanagement/_bedmanagement.scss */
|
|
.patient-attributes {
|
|
padding-bottom: 5px;
|
|
}
|
|
/* line 424, bedmanagement/_bedmanagement.scss */
|
|
.patient-attributes label {
|
|
color: #65645F;
|
|
font-weight: 600;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
|
|
/* line 434, bedmanagement/_bedmanagement.scss */
|
|
div[ng-app="ipd"] .non-icon-back-btn {
|
|
padding: 12px 10px;
|
|
}
|
|
|
|
/* line 441, bedmanagement/_bedmanagement.scss */
|
|
div[ng-app="adt"] .ward-list .section-grid {
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 444, bedmanagement/_bedmanagement.scss */
|
|
div[ng-app="adt"] .ward-list .section-title {
|
|
cursor: pointer;
|
|
padding: 0;
|
|
}
|
|
/* line 447, bedmanagement/_bedmanagement.scss */
|
|
div[ng-app="adt"] .ward-list .section-title small {
|
|
color: beige;
|
|
}
|
|
/* line 450, bedmanagement/_bedmanagement.scss */
|
|
div[ng-app="adt"] .ward-list .section-title span.ward-header {
|
|
display: inline-block;
|
|
width: 90%;
|
|
height: 37px;
|
|
padding: 10px;
|
|
}
|
|
/* line 457, bedmanagement/_bedmanagement.scss */
|
|
div[ng-app="adt"] .ward-list .quick-links {
|
|
padding: 10px 0;
|
|
}
|
|
/* line 461, bedmanagement/_bedmanagement.scss */
|
|
div[ng-app="adt"] .ward-details-cell {
|
|
padding: 0;
|
|
}
|
|
/* line 464, bedmanagement/_bedmanagement.scss */
|
|
div[ng-app="adt"] .ward-details-container {
|
|
width: 100%;
|
|
max-width: 1300px;
|
|
overflow-x: auto;
|
|
}
|
|
/* line 468, bedmanagement/_bedmanagement.scss */
|
|
div[ng-app="adt"] .ward-details-container table {
|
|
font-size: 14px;
|
|
}
|
|
/* line 470, bedmanagement/_bedmanagement.scss */
|
|
div[ng-app="adt"] .ward-details-container table thead tr th {
|
|
border: 1px solid #bebebe;
|
|
color: #000000;
|
|
background: #e8e8e8;
|
|
padding: 7px 10px;
|
|
}
|
|
/* line 475, bedmanagement/_bedmanagement.scss */
|
|
div[ng-app="adt"] .ward-details-container table thead tr th.bed-detail-column {
|
|
width: 60px;
|
|
}
|
|
/* line 479, bedmanagement/_bedmanagement.scss */
|
|
div[ng-app="adt"] .ward-details-container table tbody tr:nth-child(even) {
|
|
background: #fffdf7;
|
|
}
|
|
/* line 483, bedmanagement/_bedmanagement.scss */
|
|
div[ng-app="adt"] .ward-details-container .no-data-info {
|
|
font-family: openSansBold;
|
|
padding: 10px 0;
|
|
display: inline-block;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
@media screen and (max-width: 859px) {
|
|
/* line 491, bedmanagement/_bedmanagement.scss */
|
|
div[ng-app="adt"] .box {
|
|
margin-bottom: 15px;
|
|
}
|
|
}
|
|
|
|
/* line 498, bedmanagement/_bedmanagement.scss */
|
|
.drug-details {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
/* line 502, bedmanagement/_bedmanagement.scss */
|
|
.action-button {
|
|
padding: 10px 0;
|
|
}
|
|
|
|
/* line 506, bedmanagement/_bedmanagement.scss */
|
|
.ipd-button-group {
|
|
text-align: center;
|
|
margin-top: 15px;
|
|
}
|
|
|
|
/* line 511, bedmanagement/_bedmanagement.scss */
|
|
.transfer-section {
|
|
margin: 20px;
|
|
}
|
|
|
|
/* line 515, bedmanagement/_bedmanagement.scss */
|
|
.selected {
|
|
font-weight: 600;
|
|
}
|
|
|
|
/* line 519, bedmanagement/_bedmanagement.scss */
|
|
#beds {
|
|
display: block;
|
|
}
|
|
|
|
/* line 523, bedmanagement/_bedmanagement.scss */
|
|
.available {
|
|
background: #fff;
|
|
color: #0cbc3d;
|
|
}
|
|
|
|
/* line 528, bedmanagement/_bedmanagement.scss */
|
|
.occupied {
|
|
background: #0cbc3d;
|
|
color: #fff;
|
|
}
|
|
|
|
/* line 533, bedmanagement/_bedmanagement.scss */
|
|
.cell {
|
|
background: white;
|
|
border: 1px solid blue;
|
|
}
|
|
|
|
/* line 538, bedmanagement/_bedmanagement.scss */
|
|
.OCCUPIED {
|
|
background: #0cbc3d;
|
|
color: white;
|
|
}
|
|
/* line 541, bedmanagement/_bedmanagement.scss */
|
|
.OCCUPIED .bed-space {
|
|
background: white;
|
|
}
|
|
|
|
/* line 546, bedmanagement/_bedmanagement.scss */
|
|
.AVAILABLE {
|
|
border: 1px solid #0cbc3d;
|
|
}
|
|
/* line 548, bedmanagement/_bedmanagement.scss */
|
|
.AVAILABLE .bed-space {
|
|
border: 1px solid #0cbc3d;
|
|
}
|
|
|
|
/* line 553, bedmanagement/_bedmanagement.scss */
|
|
.tagged {
|
|
color: #fff;
|
|
border: none;
|
|
}
|
|
/* line 556, bedmanagement/_bedmanagement.scss */
|
|
.tagged .bed-space {
|
|
background: white;
|
|
border: none;
|
|
}
|
|
|
|
/* line 563, bedmanagement/_bedmanagement.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-adt-popUp .ngdialog-overlay {
|
|
background: transparent;
|
|
}
|
|
/* line 566, bedmanagement/_bedmanagement.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-adt-popUp .ngdialog-content {
|
|
background: #fff;
|
|
padding: 10px;
|
|
border: 1px solid rgba(0, 0, 0, 0.24);
|
|
border-radius: 0;
|
|
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
|
}
|
|
/* line 572, bedmanagement/_bedmanagement.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-adt-popUp .ngdialog-content h4 {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
color: #484848;
|
|
margin: 0 0 10px;
|
|
}
|
|
/* line 578, bedmanagement/_bedmanagement.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-adt-popUp .ngdialog-content .dialog-patient-name {
|
|
font-size: 12px;
|
|
font-weight: 500;
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 582, bedmanagement/_bedmanagement.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-adt-popUp .ngdialog-content .dialog-patient-name label {
|
|
color: #444;
|
|
font-weight: 500;
|
|
}
|
|
/* line 587, bedmanagement/_bedmanagement.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-adt-popUp .ngdialog-content .discharge-wrapper .dialog-patient-name {
|
|
margin: 0;
|
|
}
|
|
/* line 590, bedmanagement/_bedmanagement.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-adt-popUp .ngdialog-content .transfer-section {
|
|
margin: 0 0 10px 0;
|
|
overflow: hidden;
|
|
}
|
|
/* line 594, bedmanagement/_bedmanagement.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-adt-popUp .ngdialog-content .transfer-section .transfer-container span {
|
|
padding: 0 5px;
|
|
display: inline-block;
|
|
}
|
|
/* line 600, bedmanagement/_bedmanagement.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-adt-popUp .ngdialog-content .transfer-section.transfer-bed-section p {
|
|
display: inline-block;
|
|
float: left;
|
|
text-align: center;
|
|
width: 40%;
|
|
}
|
|
/* line 605, bedmanagement/_bedmanagement.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-adt-popUp .ngdialog-content .transfer-section.transfer-bed-section p b {
|
|
display: block;
|
|
margin-bottom: 12px;
|
|
font-size: 13px;
|
|
font-weight: 500;
|
|
}
|
|
/* line 611, bedmanagement/_bedmanagement.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-adt-popUp .ngdialog-content .transfer-section.transfer-bed-section p span {
|
|
display: block;
|
|
color: #42cb66;
|
|
font-size: 14px;
|
|
}
|
|
/* line 616, bedmanagement/_bedmanagement.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-adt-popUp .ngdialog-content .transfer-section.transfer-bed-section p.ipd-transfer-container {
|
|
width: 85px;
|
|
margin-top: 43px;
|
|
}
|
|
/* line 619, bedmanagement/_bedmanagement.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-adt-popUp .ngdialog-content .transfer-section.transfer-bed-section p.ipd-transfer-container i {
|
|
font-size: 3em;
|
|
color: #848284;
|
|
}
|
|
/* line 626, bedmanagement/_bedmanagement.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-adt-popUp .ngdialog-content .transfer-section.discharge-bed-section {
|
|
font-size: 12px;
|
|
}
|
|
/* line 628, bedmanagement/_bedmanagement.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-adt-popUp .ngdialog-content .transfer-section.discharge-bed-section b {
|
|
font-weight: 500;
|
|
}
|
|
/* line 631, bedmanagement/_bedmanagement.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-adt-popUp .ngdialog-content .transfer-section.discharge-bed-section span {
|
|
padding: 0;
|
|
margin-right: 5px;
|
|
}
|
|
/* line 636, bedmanagement/_bedmanagement.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-adt-popUp .ngdialog-content .transfer-section #adtNotes {
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 640, bedmanagement/_bedmanagement.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-adt-popUp .ngdialog-content .all-tags-button {
|
|
margin-bottom: 5px;
|
|
}
|
|
/* line 642, bedmanagement/_bedmanagement.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-adt-popUp .ngdialog-content .all-tags-button button {
|
|
padding: 5px 8px;
|
|
background: #e5e5e5;
|
|
color: #666;
|
|
margin-right: 5px;
|
|
border-radius: 7px;
|
|
font-size: 12px;
|
|
}
|
|
/* line 649, bedmanagement/_bedmanagement.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-adt-popUp .ngdialog-content .all-tags-button button:hover {
|
|
background: #a7a7a7;
|
|
color: #fff;
|
|
}
|
|
/* line 655, bedmanagement/_bedmanagement.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-adt-popUp .ngdialog-content .bed-tag-selector {
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 657, bedmanagement/_bedmanagement.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-adt-popUp .ngdialog-content .bed-tag-selector .tags {
|
|
box-shadow: none;
|
|
border: 1px solid #ddd;
|
|
border-radius: 5px;
|
|
}
|
|
/* line 661, bedmanagement/_bedmanagement.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-adt-popUp .ngdialog-content .bed-tag-selector .tags .tag-list li {
|
|
background: #e5e5e5;
|
|
color: #666;
|
|
font-size: 10px;
|
|
border-radius: 3px;
|
|
}
|
|
/* line 669, bedmanagement/_bedmanagement.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-adt-popUp .ngdialog-content .ipd-button-group {
|
|
margin: 0;
|
|
}
|
|
/* line 671, bedmanagement/_bedmanagement.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-adt-popUp .ngdialog-content .ipd-button-group button {
|
|
width: 90px;
|
|
padding: 5px 0;
|
|
background: #e5e5e5;
|
|
border: 1px solid #b0b2b4;
|
|
color: #666;
|
|
margin-right: 5px;
|
|
font-size: 12px;
|
|
}
|
|
/* line 679, bedmanagement/_bedmanagement.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-adt-popUp .ngdialog-content .ipd-button-group button:hover {
|
|
background: #a7a7a7;
|
|
color: #fff;
|
|
}
|
|
/* line 683, bedmanagement/_bedmanagement.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-adt-popUp .ngdialog-content .ipd-button-group button:active {
|
|
outline: none;
|
|
}
|
|
/* line 689, bedmanagement/_bedmanagement.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-adt-popUp .ngdialog-content .form-horizontal fieldset label {
|
|
width: auto;
|
|
}
|
|
/* line 692, bedmanagement/_bedmanagement.scss */
|
|
.ngdialog.ngdialog-theme-default.ng-dialog-adt-popUp .ngdialog-content .form-horizontal textarea {
|
|
min-width: 75%;
|
|
height: 70px;
|
|
margin-bottom: 15px;
|
|
resize: vertical;
|
|
}
|
|
|
|
/* line 702, bedmanagement/_bedmanagement.scss */
|
|
.ipd-dashborad {
|
|
margin: -40px auto 0px auto;
|
|
width: 1300px;
|
|
}
|
|
|
|
@media all and (max-width: 1299px) {
|
|
/* line 708, bedmanagement/_bedmanagement.scss */
|
|
.idp-section .right-pane {
|
|
margin-left: 310px;
|
|
width: calc(100% - 310px);
|
|
}
|
|
}
|
|
/* line 715, bedmanagement/_bedmanagement.scss */
|
|
.ipd-ward-list-view th, .ipd-ward-list-view td {
|
|
font-size: 14px;
|
|
padding: 10px;
|
|
border: 1px solid #bab8b8;
|
|
width: 130px;
|
|
min-width: 140px;
|
|
overflow: hidden;
|
|
word-break: break-all;
|
|
}
|
|
/* line 724, bedmanagement/_bedmanagement.scss */
|
|
.ipd-ward-list-view thead {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1;
|
|
}
|
|
/* line 729, bedmanagement/_bedmanagement.scss */
|
|
.ipd-ward-list-view thead th {
|
|
text-align: center;
|
|
font-weight: 900;
|
|
color: #4c4c4c;
|
|
background: #e2e1e1;
|
|
border-color: #949191;
|
|
}
|
|
/* line 737, bedmanagement/_bedmanagement.scss */
|
|
.ipd-ward-list-view tbody {
|
|
position: absolute;
|
|
height: calc(100% - 51px);
|
|
overflow-y: auto;
|
|
top: 51px;
|
|
}
|
|
|
|
/* line 744, bedmanagement/_bedmanagement.scss */
|
|
.table-wrapper {
|
|
height: calc(100vh - 240px);
|
|
overflow: auto;
|
|
}
|
|
|
|
/* line 8, bedmanagement/_wardLayout.scss */
|
|
.back-btn-wrapper button {
|
|
padding-left: 10px;
|
|
}
|
|
/* line 10, bedmanagement/_wardLayout.scss */
|
|
.back-btn-wrapper button span {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
/* line 16, bedmanagement/_wardLayout.scss */
|
|
.bed-assignment {
|
|
position: relative;
|
|
width: 100%;
|
|
margin: 0px auto;
|
|
min-height: 200px;
|
|
padding: 10px;
|
|
text-align: center;
|
|
background: #FFFFFF;
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 26, bedmanagement/_wardLayout.scss */
|
|
.bed-assignment .bed-assignment-inner-wrapper {
|
|
display: inline-block;
|
|
}
|
|
/* line 28, bedmanagement/_wardLayout.scss */
|
|
.bed-assignment .bed-assignment-inner-wrapper li {
|
|
background: #FFFFFF;
|
|
border: none;
|
|
}
|
|
/* line 33, bedmanagement/_wardLayout.scss */
|
|
.bed-assignment .bed-type, .bed-assignment .bed-number {
|
|
position: absolute;
|
|
font-size: 10px;
|
|
display: inline-block;
|
|
text-align: center;
|
|
width: 100%;
|
|
left: 0;
|
|
transition: all .3s ease;
|
|
}
|
|
/* line 43, bedmanagement/_wardLayout.scss */
|
|
.bed-assignment .bed-type {
|
|
bottom: -18px;
|
|
text-transform: capitalize;
|
|
color: #333;
|
|
}
|
|
/* line 48, bedmanagement/_wardLayout.scss */
|
|
.bed-assignment .bed-number {
|
|
bottom: 1px;
|
|
color: #000000;
|
|
}
|
|
/* line 52, bedmanagement/_wardLayout.scss */
|
|
.bed-assignment .row {
|
|
overflow: hidden;
|
|
}
|
|
/* line 54, bedmanagement/_wardLayout.scss */
|
|
.bed-assignment .row ul {
|
|
overflow: hidden;
|
|
}
|
|
/* line 56, bedmanagement/_wardLayout.scss */
|
|
.bed-assignment .row ul .col {
|
|
float: left;
|
|
width: 90px;
|
|
height: 60px;
|
|
margin: 15px;
|
|
padding: 0 10px;
|
|
border-radius: 3px;
|
|
transition: all .3s ease-in-out;
|
|
position: relative;
|
|
border: 1px solid #ccc;
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 68, bedmanagement/_wardLayout.scss */
|
|
.bed-assignment .row ul .col:hover {
|
|
box-shadow: 0 0 5px 2px #ccc;
|
|
}
|
|
/* line 71, bedmanagement/_wardLayout.scss */
|
|
.bed-assignment .row ul .col.occupied {
|
|
background: url("../images/bed-occupied.png") no-repeat center 10px beige;
|
|
box-shadow: inset 0 0 10px 5px #e4e4a1;
|
|
}
|
|
/* line 74, bedmanagement/_wardLayout.scss */
|
|
.bed-assignment .row ul .col.occupied:hover {
|
|
background-color: #eaeab4;
|
|
cursor: pointer;
|
|
box-shadow: 0 0 5px 2px #ccc;
|
|
}
|
|
/* line 80, bedmanagement/_wardLayout.scss */
|
|
.bed-assignment .row ul .col.available {
|
|
background: url("../images/bed-available.png") no-repeat center 10px #94e594;
|
|
box-shadow: inset 0 0 10px 5px #56d656;
|
|
}
|
|
/* line 83, bedmanagement/_wardLayout.scss */
|
|
.bed-assignment .row ul .col.available:hover {
|
|
background-color: #6bdb6b;
|
|
cursor: pointer;
|
|
box-shadow: 0 0 5px 2px #ccc;
|
|
}
|
|
/* line 89, bedmanagement/_wardLayout.scss */
|
|
.bed-assignment .row ul .col.empty {
|
|
background: #eee;
|
|
}
|
|
/* line 91, bedmanagement/_wardLayout.scss */
|
|
.bed-assignment .row ul .col.empty, .bed-assignment .row ul .col.empty:hover {
|
|
box-shadow: none;
|
|
}
|
|
/* line 98, bedmanagement/_wardLayout.scss */
|
|
.bed-assignment .row ul .col.currentPatient, .bed-assignment .row ul .col.currentPatient:hover {
|
|
box-shadow: 0 0 0 5px #20C0C0;
|
|
}
|
|
|
|
/* line 107, bedmanagement/_wardLayout.scss */
|
|
.bedDetails {
|
|
width: 200px;
|
|
height: 60px;
|
|
border: 1px solid #000000;
|
|
display: block;
|
|
}
|
|
|
|
/* line 115, bedmanagement/_wardLayout.scss */
|
|
.bed-info {
|
|
padding: 6px;
|
|
background: #666;
|
|
position: absolute;
|
|
display: none;
|
|
border: 1px solid #333;
|
|
opacity: 0.95;
|
|
z-index: 9999;
|
|
width: 125px;
|
|
box-sizing: border-box;
|
|
border-radius: 3px;
|
|
}
|
|
/* line 127, bedmanagement/_wardLayout.scss */
|
|
.bed-info:before, .bed-info:after {
|
|
content: "";
|
|
height: 0;
|
|
width: 0;
|
|
display: block;
|
|
border: 8px solid transparent;
|
|
border-left-color: #666;
|
|
border-right-width: 0;
|
|
position: absolute;
|
|
right: -8px;
|
|
top: 10px;
|
|
z-index: 2;
|
|
}
|
|
/* line 140, bedmanagement/_wardLayout.scss */
|
|
.bed-info:after {
|
|
border-left-color: #333;
|
|
right: -9px;
|
|
z-index: 1;
|
|
}
|
|
/* line 145, bedmanagement/_wardLayout.scss */
|
|
.bed-info .patient-info {
|
|
border-top: 1px solid #ccc;
|
|
padding-top: 3px;
|
|
padding-bottom: 3px;
|
|
}
|
|
/* line 151, bedmanagement/_wardLayout.scss */
|
|
.bed-info li {
|
|
padding: 0;
|
|
color: #fff;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
border: none;
|
|
background: none;
|
|
cursor: default;
|
|
}
|
|
/* line 159, bedmanagement/_wardLayout.scss */
|
|
.bed-info li:hover {
|
|
border: none;
|
|
background: none;
|
|
}
|
|
/* line 163, bedmanagement/_wardLayout.scss */
|
|
.bed-info li:first-child {
|
|
margin-bottom: 2px;
|
|
font-weight: bold;
|
|
font-family: Arial;
|
|
}
|
|
/* line 168, bedmanagement/_wardLayout.scss */
|
|
.bed-info li a {
|
|
background: linear-gradient(to bottom, #669999, #527a7a);
|
|
padding: 8px 10px;
|
|
margin-top: 5px;
|
|
color: #fff;
|
|
text-transform: capitalize;
|
|
display: inline-block;
|
|
border: 1px solid #476b6b;
|
|
border-radius: 3px;
|
|
}
|
|
/* line 177, bedmanagement/_wardLayout.scss */
|
|
.bed-info li a:hover {
|
|
cursor: pointer;
|
|
opacity: 0.8;
|
|
text-decoration: none;
|
|
}
|
|
|
|
/*doc
|
|
---
|
|
title: Colors
|
|
name: Colors
|
|
category: Variables - colors
|
|
---
|
|
Color patterns used in the whole Bahmni application are listed below... For using any particular color , you should call the variable used for the color.
|
|
|
|
```html_example
|
|
<div class="row">
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#00463f;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$bahmniPrimaryColor</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#669999;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$bahmniSecondaryColor</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #457FAC;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$bahmniTertiaryColor</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#2b95ff;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$bahmniLinkColor</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#a1d030;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$bahmniPrimaryBtnColor</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#88af28;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$bahmniPrimaryBtnColorHover</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#66b298;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$bahmniSectionHeaderColor</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #EFF8FF;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$clinicalNotesColor</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#E8A000;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$clinicalCurrentVist</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#e8edf3;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$clinicalInfoMessageBg</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #660000;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$clinicalRemoveBtn</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#cceffc;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$clinicalHighlight</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #ffcdcd;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$clinicalFormInvalid</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #007fff;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$clinicalFormFocus</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #fffdf7;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$clinicalFormFocusBg</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #FFFAD8;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$clinicalFormWarning</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#333;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$darkGray</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #666;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$mediumGray</pre>
|
|
</div>
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#ccc;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$lightGray</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #ddd;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$lighterGray</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #eee;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$lightestGray</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #bbb;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$primarySectionGridBorder</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #f1f1f1;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$bahmniTableHeaderBg</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #fafafa;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$bahmniPageBg</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #FFFDF0;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$alertBackground</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #FFFFFF;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$white</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #000000;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$black</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #BBB;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$darkerGrey</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #f3f3f3;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$lighterGrey</pre>
|
|
</div>
|
|
|
|
</div>
|
|
```
|
|
|
|
*/
|
|
/*doc
|
|
---
|
|
title: Fonts
|
|
name: Fonts
|
|
category: Variables - fonts
|
|
---
|
|
Below listed fonts are used in the whole Bahmni application.
|
|
|
|
```html_example
|
|
<div>
|
|
<span style="font-family: OpenSansBold;">font-family: $OpenSansBoldFont;</span><br/>
|
|
<span>font-family: $OpenSansFont;</span><br/>
|
|
<span style="font-family: OpenSansLight;">font-family: $primaryLightFont;</span><br/>
|
|
<span style="font-family: OpenSansItalic;"> font-family: $primaryItalicFont;</span><br/>
|
|
</div>
|
|
```
|
|
|
|
*/
|
|
/* settings */
|
|
/* _colors - bahmniTheme: */
|
|
/* _components - bahmniTheme: */
|
|
/* _different shades of grey/gray: */
|
|
/* any text will not be lighter than this */
|
|
/* any border will not be lighter than this */
|
|
/* any background will not be lighter than this */
|
|
/* _spacing padding - margin: */
|
|
/* _fonts */
|
|
/* _mixins */
|
|
@page {}
|
|
/* line 11, print.scss */
|
|
body {
|
|
font-family: Arial, sans-serif !important;
|
|
font-size: 9pt;
|
|
color: #000000;
|
|
background: #fff;
|
|
-webkit-print-color-adjust: exact;
|
|
}
|
|
|
|
/* line 18, print.scss */
|
|
body pre {
|
|
font-family: Arial, sans-serif !important;
|
|
font-size: 9pt;
|
|
color: #000000;
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
/* line 25, print.scss */
|
|
p,
|
|
h1,
|
|
h2,
|
|
h3,
|
|
table,
|
|
tr,
|
|
td,
|
|
div,
|
|
span,
|
|
li {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
/* line 39, print.scss */
|
|
h1,
|
|
h2,
|
|
h3 {
|
|
text-align: center;
|
|
}
|
|
|
|
/* line 45, print.scss */
|
|
.print-center {
|
|
text-align: center;
|
|
}
|
|
|
|
/* line 49, print.scss */
|
|
.registrationCard-print-table {
|
|
width: 150mm;
|
|
height: 83mm;
|
|
overflow: scroll;
|
|
margin: 0 auto;
|
|
table-layout: fixed;
|
|
}
|
|
|
|
/* line 57, print.scss */
|
|
.registrationCard-print-table td.registrationCard-photo {
|
|
padding-top: 2px;
|
|
}
|
|
|
|
/* line 61, print.scss */
|
|
.print-table-left {
|
|
width: 77mm;
|
|
}
|
|
|
|
/* line 65, print.scss */
|
|
.print-table-header {
|
|
text-align: center;
|
|
margin-top: 7.5pt;
|
|
text-align: center;
|
|
}
|
|
|
|
/* line 71, print.scss */
|
|
.print-table-left-body {
|
|
font-size: 4mm;
|
|
margin-bottom: 0px;
|
|
padding-bottom: 0px;
|
|
margin-top: 15px;
|
|
}
|
|
|
|
/* line 78, print.scss */
|
|
.print-table-left-body li {
|
|
margin: 0px;
|
|
padding: 0px 0px 5px 0px;
|
|
line-height: 18px;
|
|
}
|
|
|
|
/* line 84, print.scss */
|
|
.caution {
|
|
text-align: center;
|
|
line-height: 20px;
|
|
}
|
|
|
|
/* line 89, print.scss */
|
|
.caution h3 {
|
|
line-height: 25px;
|
|
margin-bottom: 6px;
|
|
margin-top: 12px;
|
|
}
|
|
|
|
/* line 95, print.scss */
|
|
.print-table-right {
|
|
width: 77mm;
|
|
}
|
|
|
|
/* line 99, print.scss */
|
|
.print-table-right .logo {
|
|
text-align: center;
|
|
width: 12mm;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
height: 12mm;
|
|
}
|
|
|
|
/* line 107, print.scss */
|
|
.print-table-right-header {
|
|
text-align: center;
|
|
width: 42mm;
|
|
text-align: left;
|
|
height: 12mm;
|
|
}
|
|
|
|
/* line 114, print.scss */
|
|
.registrationCard-location {
|
|
padding: 5px 8px 8px 8px;
|
|
}
|
|
|
|
/* line 118, print.scss */
|
|
.registrationCard-details {
|
|
padding: 0mm 5mm 0mm 5mm;
|
|
}
|
|
|
|
/* line 122, print.scss */
|
|
.registrationCard-details-name {
|
|
width: 70px;
|
|
}
|
|
|
|
/* line 126, print.scss */
|
|
.registrationCard-details-seperator {
|
|
width: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
/* line 131, print.scss */
|
|
.hindi-text {
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
/* line 135, print.scss */
|
|
.pgContainer {
|
|
height: auto;
|
|
min-height: initial;
|
|
overflow: hidden;
|
|
}
|
|
|
|
/** Print Style for dashboard **/
|
|
/* line 142, print.scss */
|
|
.print-wrapper {
|
|
font-family: Arial, sans-serif;
|
|
font-size: 9pt;
|
|
padding: 10px 20px 0;
|
|
max-width: 21cm;
|
|
margin: 0 auto;
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 150, print.scss */
|
|
.print-wrapper .has-uploaded-file .uploaded-file {
|
|
display: inherit;
|
|
}
|
|
/* line 152, print.scss */
|
|
.print-wrapper .has-uploaded-file .uploaded-file .fa-paper-clip {
|
|
margin-top: 0;
|
|
display: none;
|
|
}
|
|
/* line 158, print.scss */
|
|
.print-wrapper a {
|
|
color: #333;
|
|
}
|
|
/* line 161, print.scss */
|
|
.print-wrapper strong {
|
|
font-family: Arial, sans-serif;
|
|
font-weight: bold;
|
|
}
|
|
/* line 165, print.scss */
|
|
.print-wrapper .visible-print {
|
|
display: block;
|
|
}
|
|
/* line 168, print.scss */
|
|
.print-wrapper .hidden-print {
|
|
display: none;
|
|
}
|
|
/* line 171, print.scss */
|
|
.print-wrapper .placeholder-text {
|
|
font-size: 9pt;
|
|
padding: 2px 10px;
|
|
border: 0;
|
|
}
|
|
/* line 176, print.scss */
|
|
.print-wrapper .has-link {
|
|
pointer-events: none !important;
|
|
}
|
|
/* line 178, print.scss */
|
|
.print-wrapper .has-link:hover {
|
|
background: none !important;
|
|
}
|
|
/* line 182, print.scss */
|
|
.print-wrapper .print-header {
|
|
text-align: center;
|
|
color: #000000;
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 186, print.scss */
|
|
.print-wrapper .print-header .logo {
|
|
width: 35px;
|
|
vertical-align: middle;
|
|
display: inline-block;
|
|
margin-left: -40px;
|
|
}
|
|
/* line 192, print.scss */
|
|
.print-wrapper .print-header h1 {
|
|
font-size: 14pt;
|
|
margin-bottom: 0;
|
|
color: #000000;
|
|
font-family: Arial, sans-serif;
|
|
}
|
|
/* line 198, print.scss */
|
|
.print-wrapper .print-header h2 {
|
|
font-size: 10pt;
|
|
margin-top: 5px;
|
|
margin-bottom: 7px;
|
|
color: #000000;
|
|
text-transform: capitalize;
|
|
padding: 0;
|
|
font-family: Arial, sans-serif;
|
|
text-decoration: none;
|
|
font-weight: normal;
|
|
}
|
|
/* line 212, print.scss */
|
|
.print-wrapper .hierarchy ul li .tree-list-item {
|
|
padding: 0 5px !important;
|
|
background: none !important;
|
|
}
|
|
/* line 215, print.scss */
|
|
.print-wrapper .hierarchy ul li .tree-list-item i[class^="fa-"] {
|
|
display: none;
|
|
}
|
|
/* line 218, print.scss */
|
|
.print-wrapper .hierarchy ul li .tree-list-item .obs-date {
|
|
-webkit-print-color-adjust: exact;
|
|
font-weight: bold;
|
|
font-size: 9pt;
|
|
background: #C3C3C3 !important;
|
|
padding: 2px 5px;
|
|
display: block;
|
|
margin: 2px 0;
|
|
}
|
|
/* line 229, print.scss */
|
|
.print-wrapper .dashboard-sections {
|
|
width: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
float: none;
|
|
}
|
|
/* line 236, print.scss */
|
|
.print-wrapper .section-grid {
|
|
border: 0;
|
|
}
|
|
/* line 239, print.scss */
|
|
.print-wrapper .dashboard-section,
|
|
.print-wrapper .visit-summary-page section.block {
|
|
border: 0;
|
|
margin: 0 0 5px;
|
|
font-size: 7.5pt;
|
|
}
|
|
/* line 246, print.scss */
|
|
.print-wrapper .visit-summary-page .hierarchy ul li ul li.has-child {
|
|
font-family: Arial, sans-serif;
|
|
}
|
|
/* line 248, print.scss */
|
|
.print-wrapper .visit-summary-page .hierarchy ul li ul li.has-child ul li {
|
|
font-family: Arial, sans-serif;
|
|
}
|
|
/* line 250, print.scss */
|
|
.print-wrapper .visit-summary-page .hierarchy ul li ul li.has-child ul li.has-child {
|
|
font-family: Arial, sans-serif;
|
|
}
|
|
/* line 256, print.scss */
|
|
.print-wrapper h2.section-title {
|
|
text-align: left;
|
|
color: #000000;
|
|
font-size: 9.5pt;
|
|
font-family: Arial, sans-serif;
|
|
font-weight: bold;
|
|
line-height: normal;
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 0;
|
|
text-transform: uppercase;
|
|
text-decoration: underline;
|
|
background: none;
|
|
}
|
|
/* line 269, print.scss */
|
|
.print-wrapper h2.section-title [class^="fa-"] {
|
|
display: none;
|
|
}
|
|
/* line 273, print.scss */
|
|
.print-wrapper h2.section-title.has-link .title-link {
|
|
text-decoration: none;
|
|
border-bottom: 0;
|
|
}
|
|
/* line 279, print.scss */
|
|
.print-wrapper .dashboard-section section.block.hierarchy .value-text-only {
|
|
padding: 2px 5px;
|
|
}
|
|
/* line 282, print.scss */
|
|
.print-wrapper .dashboard-section section.block.hierarchy .text-only {
|
|
width: 100%;
|
|
word-wrap: break-word;
|
|
display: auto;
|
|
padding-bottom: 5px;
|
|
}
|
|
/* line 288, print.scss */
|
|
.print-wrapper table.history-diagnosis tbody .notes.inline-notes .left {
|
|
display: none !important;
|
|
}
|
|
/* line 291, print.scss */
|
|
.print-wrapper section.block,
|
|
.print-wrapper .dashboard-section {
|
|
border-radius: 0;
|
|
border: 0;
|
|
}
|
|
/* line 295, print.scss */
|
|
.print-wrapper section.block h2.section-title,
|
|
.print-wrapper .dashboard-section h2.section-title {
|
|
text-align: left;
|
|
color: #000000;
|
|
font-size: 9.5pt;
|
|
font-family: Arial, sans-serif;
|
|
font-weight: bold;
|
|
line-height: normal;
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 0;
|
|
text-transform: uppercase;
|
|
text-decoration: underline;
|
|
}
|
|
/* line 307, print.scss */
|
|
.print-wrapper section.block h2.section-title [class^="fa-"],
|
|
.print-wrapper .dashboard-section h2.section-title [class^="fa-"] {
|
|
display: none;
|
|
}
|
|
/* line 311, print.scss */
|
|
.print-wrapper section.block .form-field,
|
|
.print-wrapper .dashboard-section .form-field {
|
|
border: 0;
|
|
}
|
|
/* line 313, print.scss */
|
|
.print-wrapper section.block .form-field .time,
|
|
.print-wrapper .dashboard-section .form-field .time {
|
|
display: none;
|
|
}
|
|
/* line 317, print.scss */
|
|
.print-wrapper section.block .laborder-sub-heading,
|
|
.print-wrapper .dashboard-section .laborder-sub-heading {
|
|
font-size: 9pt;
|
|
font-weight: bold;
|
|
border: none;
|
|
padding: 0;
|
|
background: none;
|
|
}
|
|
/* line 323, print.scss */
|
|
.print-wrapper section.block .laborder-sub-heading .toggle-btn, .print-wrapper section.block .laborder-sub-heading [class^="fa-"], .print-wrapper section.block .laborder-sub-heading [class*=" fa-"],
|
|
.print-wrapper .dashboard-section .laborder-sub-heading .toggle-btn,
|
|
.print-wrapper .dashboard-section .laborder-sub-heading [class^="fa-"],
|
|
.print-wrapper .dashboard-section .laborder-sub-heading [class*=" fa-"] {
|
|
display: none;
|
|
}
|
|
/* line 327, print.scss */
|
|
.print-wrapper section.block table,
|
|
.print-wrapper .dashboard-section table {
|
|
border-collapse: separate;
|
|
border: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
height: auto;
|
|
overflow: visible;
|
|
}
|
|
/* line 334, print.scss */
|
|
.print-wrapper section.block table.printPrescription,
|
|
.print-wrapper .dashboard-section table.printPrescription {
|
|
margin-top: 10px;
|
|
width: 100%;
|
|
table-layout: fixed;
|
|
border-collapse: collapse;
|
|
-webkit-print-color-adjust: exact;
|
|
}
|
|
/* line 341, print.scss */
|
|
.print-wrapper section.block table.printPrescription tbody:nth-child(odd) tr,
|
|
.print-wrapper .dashboard-section table.printPrescription tbody:nth-child(odd) tr {
|
|
background: #EDEDED;
|
|
}
|
|
/* line 346, print.scss */
|
|
.print-wrapper section.block table.printPrescription tr strong,
|
|
.print-wrapper .dashboard-section table.printPrescription tr strong {
|
|
padding-left: 20px;
|
|
padding-bottom: 3px;
|
|
}
|
|
/* line 351, print.scss */
|
|
.print-wrapper section.block table.printPrescription th,
|
|
.print-wrapper .dashboard-section table.printPrescription th {
|
|
padding-top: 6px;
|
|
padding-bottom: 4px;
|
|
}
|
|
/* line 354, print.scss */
|
|
.print-wrapper section.block table.printPrescription th.sl-no-heading,
|
|
.print-wrapper .dashboard-section table.printPrescription th.sl-no-heading {
|
|
width: 8%;
|
|
}
|
|
/* line 357, print.scss */
|
|
.print-wrapper section.block table.printPrescription th.drug-name-heading,
|
|
.print-wrapper .dashboard-section table.printPrescription th.drug-name-heading {
|
|
width: 30%;
|
|
}
|
|
/* line 360, print.scss */
|
|
.print-wrapper section.block table.printPrescription th.dosage-instructions-heading,
|
|
.print-wrapper .dashboard-section table.printPrescription th.dosage-instructions-heading {
|
|
width: 35%;
|
|
}
|
|
/* line 363, print.scss */
|
|
.print-wrapper section.block table.printPrescription th.quantity-heading,
|
|
.print-wrapper .dashboard-section table.printPrescription th.quantity-heading {
|
|
width: 15%;
|
|
}
|
|
/* line 366, print.scss */
|
|
.print-wrapper section.block table.printPrescription th.start-date-heading,
|
|
.print-wrapper .dashboard-section table.printPrescription th.start-date-heading {
|
|
width: 12%;
|
|
}
|
|
/* line 371, print.scss */
|
|
.print-wrapper section.block table.printPrescription td,
|
|
.print-wrapper .dashboard-section table.printPrescription td {
|
|
padding-top: 4px;
|
|
vertical-align: top;
|
|
padding-bottom: 3px;
|
|
}
|
|
/* line 374, print.scss */
|
|
.print-wrapper section.block table.printPrescription td.inline-notes.notes,
|
|
.print-wrapper .dashboard-section table.printPrescription td.inline-notes.notes {
|
|
padding-top: 0;
|
|
}
|
|
/* line 378, print.scss */
|
|
.print-wrapper section.block table.printPrescription td:first-child,
|
|
.print-wrapper .dashboard-section table.printPrescription td:first-child {
|
|
padding-left: 14px;
|
|
}
|
|
/* line 383, print.scss */
|
|
.print-wrapper section.block table.repeated-table,
|
|
.print-wrapper .dashboard-section table.repeated-table {
|
|
margin-bottom: 5px;
|
|
}
|
|
/* line 385, print.scss */
|
|
.print-wrapper section.block table.repeated-table:last-child,
|
|
.print-wrapper .dashboard-section table.repeated-table:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
/* line 389, print.scss */
|
|
.print-wrapper section.block table.history-diagnosis .table-header,
|
|
.print-wrapper .dashboard-section table.history-diagnosis .table-header {
|
|
display: none;
|
|
}
|
|
/* line 393, print.scss */
|
|
.print-wrapper section.block table thead tr,
|
|
.print-wrapper .dashboard-section table thead tr {
|
|
border: 0;
|
|
}
|
|
/* line 395, print.scss */
|
|
.print-wrapper section.block table thead tr th,
|
|
.print-wrapper .dashboard-section table thead tr th {
|
|
border: 0;
|
|
font-size: 9pt;
|
|
font-weight: bold;
|
|
padding: 1px 5px;
|
|
color: #000000;
|
|
background: none;
|
|
font-family: Arial, sans-serif;
|
|
}
|
|
/* line 404, print.scss */
|
|
.print-wrapper section.block table thead tr .toggle-btn,
|
|
.print-wrapper .dashboard-section table thead tr .toggle-btn {
|
|
display: none;
|
|
}
|
|
/* line 411, print.scss */
|
|
.print-wrapper section.block table tbody tr, .print-wrapper section.block table tbody tr td, .print-wrapper section.block table tbody tr th,
|
|
.print-wrapper .dashboard-section table tbody tr,
|
|
.print-wrapper .dashboard-section table tbody tr td,
|
|
.print-wrapper .dashboard-section table tbody tr th {
|
|
border: 0;
|
|
font-size: 9pt;
|
|
padding: 0 5px;
|
|
font-family: Arial, sans-serif;
|
|
text-align: left;
|
|
}
|
|
/* line 418, print.scss */
|
|
.print-wrapper section.block table tbody tr .name,
|
|
.print-wrapper section.block table tbody tr .drug,
|
|
.print-wrapper section.block table tbody tr .testUnderPanel,
|
|
.print-wrapper .dashboard-section table tbody tr .name,
|
|
.print-wrapper .dashboard-section table tbody tr .drug,
|
|
.print-wrapper .dashboard-section table tbody tr .testUnderPanel {
|
|
width: 45%;
|
|
}
|
|
/* line 423, print.scss */
|
|
.print-wrapper section.block table tbody tr .value,
|
|
.print-wrapper section.block table tbody tr .dosage,
|
|
.print-wrapper .dashboard-section table tbody tr .value,
|
|
.print-wrapper .dashboard-section table tbody tr .dosage {
|
|
width: auto;
|
|
}
|
|
/* line 427, print.scss */
|
|
.print-wrapper section.block table tbody tr .value .is-abnormal,
|
|
.print-wrapper .dashboard-section table tbody tr .value .is-abnormal {
|
|
font-weight: bold;
|
|
color: #333 !important;
|
|
}
|
|
/* line 431, print.scss */
|
|
.print-wrapper section.block table tbody tr .toggle-btn,
|
|
.print-wrapper .dashboard-section table tbody tr .toggle-btn {
|
|
display: none;
|
|
}
|
|
/* line 434, print.scss */
|
|
.print-wrapper section.block table tbody tr .days,
|
|
.print-wrapper .dashboard-section table tbody tr .days {
|
|
min-width: 60px;
|
|
}
|
|
/* line 439, print.scss */
|
|
.print-wrapper section.block table .drug-discontinued,
|
|
.print-wrapper .dashboard-section table .drug-discontinued {
|
|
display: none;
|
|
}
|
|
/* line 442, print.scss */
|
|
.print-wrapper section.block table.h-scroll, .print-wrapper section.block table.pivot-table,
|
|
.print-wrapper .dashboard-section table.h-scroll,
|
|
.print-wrapper .dashboard-section table.pivot-table {
|
|
border-collapse: collapse;
|
|
}
|
|
/* line 445, print.scss */
|
|
.print-wrapper section.block table.h-scroll tbody tr, .print-wrapper section.block table.h-scroll thead tr, .print-wrapper section.block table.pivot-table tbody tr, .print-wrapper section.block table.pivot-table thead tr,
|
|
.print-wrapper .dashboard-section table.h-scroll tbody tr,
|
|
.print-wrapper .dashboard-section table.h-scroll thead tr,
|
|
.print-wrapper .dashboard-section table.pivot-table tbody tr,
|
|
.print-wrapper .dashboard-section table.pivot-table thead tr {
|
|
padding: 0;
|
|
border: 0;
|
|
margin: 0;
|
|
}
|
|
/* line 449, print.scss */
|
|
.print-wrapper section.block table.h-scroll tbody tr td, .print-wrapper section.block table.h-scroll tbody tr th, .print-wrapper section.block table.h-scroll thead tr td, .print-wrapper section.block table.h-scroll thead tr th, .print-wrapper section.block table.pivot-table tbody tr td, .print-wrapper section.block table.pivot-table tbody tr th, .print-wrapper section.block table.pivot-table thead tr td, .print-wrapper section.block table.pivot-table thead tr th,
|
|
.print-wrapper .dashboard-section table.h-scroll tbody tr td,
|
|
.print-wrapper .dashboard-section table.h-scroll tbody tr th,
|
|
.print-wrapper .dashboard-section table.h-scroll thead tr td,
|
|
.print-wrapper .dashboard-section table.h-scroll thead tr th,
|
|
.print-wrapper .dashboard-section table.pivot-table tbody tr td,
|
|
.print-wrapper .dashboard-section table.pivot-table tbody tr th,
|
|
.print-wrapper .dashboard-section table.pivot-table thead tr td,
|
|
.print-wrapper .dashboard-section table.pivot-table thead tr th {
|
|
padding: 5px 10px;
|
|
border: 1px solid #ddd;
|
|
font-size: 9pt;
|
|
vertical-align: top;
|
|
min-height: 18px;
|
|
height: 18px;
|
|
font-weight: normal;
|
|
}
|
|
/* line 458, print.scss */
|
|
.print-wrapper section.block table.h-scroll tbody tr td span, .print-wrapper section.block table.h-scroll tbody tr th span, .print-wrapper section.block table.h-scroll thead tr td span, .print-wrapper section.block table.h-scroll thead tr th span, .print-wrapper section.block table.pivot-table tbody tr td span, .print-wrapper section.block table.pivot-table tbody tr th span, .print-wrapper section.block table.pivot-table thead tr td span, .print-wrapper section.block table.pivot-table thead tr th span,
|
|
.print-wrapper .dashboard-section table.h-scroll tbody tr td span,
|
|
.print-wrapper .dashboard-section table.h-scroll tbody tr th span,
|
|
.print-wrapper .dashboard-section table.h-scroll thead tr td span,
|
|
.print-wrapper .dashboard-section table.h-scroll thead tr th span,
|
|
.print-wrapper .dashboard-section table.pivot-table tbody tr td span,
|
|
.print-wrapper .dashboard-section table.pivot-table tbody tr th span,
|
|
.print-wrapper .dashboard-section table.pivot-table thead tr td span,
|
|
.print-wrapper .dashboard-section table.pivot-table thead tr th span {
|
|
line-height: 1;
|
|
padding: 0;
|
|
}
|
|
/* line 467, print.scss */
|
|
.print-wrapper section.block .hierarchy ul li, .print-wrapper section.block .hierarchy ul li ul li,
|
|
.print-wrapper .dashboard-section .hierarchy ul li,
|
|
.print-wrapper .dashboard-section .hierarchy ul li ul li {
|
|
border: 0;
|
|
background: none;
|
|
font-size: 9pt;
|
|
}
|
|
/* line 472, print.scss */
|
|
.print-wrapper section.block .hierarchy ul li .testUnderPanel,
|
|
.print-wrapper .dashboard-section .hierarchy ul li .testUnderPanel {
|
|
width: 37%;
|
|
font-weight: bold;
|
|
padding-left: 0;
|
|
}
|
|
/* line 476, print.scss */
|
|
.print-wrapper section.block .hierarchy ul li .testUnderPanel .visit-start-date,
|
|
.print-wrapper .dashboard-section .hierarchy ul li .testUnderPanel .visit-start-date {
|
|
margin-right: 0;
|
|
}
|
|
/* line 481, print.scss */
|
|
.print-wrapper section.block .hierarchy ul ul ul,
|
|
.print-wrapper .dashboard-section .hierarchy ul ul ul {
|
|
padding-left: 10px;
|
|
}
|
|
/* line 484, print.scss */
|
|
.print-wrapper section.block table.ipd-investigation-print,
|
|
.print-wrapper .dashboard-section table.ipd-investigation-print {
|
|
border-collapse: collapse;
|
|
border-bottom: 1px solid #ddd;
|
|
table-layout: fixed;
|
|
font-size: 8pt;
|
|
}
|
|
/* line 490, print.scss */
|
|
.print-wrapper section.block table.ipd-investigation-print tbody tr th, .print-wrapper section.block table.ipd-investigation-print tbody tr td, .print-wrapper section.block table.ipd-investigation-print thead tr th, .print-wrapper section.block table.ipd-investigation-print thead tr td,
|
|
.print-wrapper .dashboard-section table.ipd-investigation-print tbody tr th,
|
|
.print-wrapper .dashboard-section table.ipd-investigation-print tbody tr td,
|
|
.print-wrapper .dashboard-section table.ipd-investigation-print thead tr th,
|
|
.print-wrapper .dashboard-section table.ipd-investigation-print thead tr td {
|
|
border: 1px solid #ddd;
|
|
border-width: 1px 1px 0 0;
|
|
display: table-cell;
|
|
font-weight: normal;
|
|
background: #fff;
|
|
height: 15px;
|
|
}
|
|
/* line 498, print.scss */
|
|
.print-wrapper section.block table.ipd-investigation-print tbody tr td, .print-wrapper section.block table.ipd-investigation-print thead tr td,
|
|
.print-wrapper .dashboard-section table.ipd-investigation-print tbody tr td,
|
|
.print-wrapper .dashboard-section table.ipd-investigation-print thead tr td {
|
|
padding: 0;
|
|
}
|
|
/* line 502, print.scss */
|
|
.print-wrapper section.block table.ipd-investigation-print tbody tr th,
|
|
.print-wrapper section.block table.ipd-investigation-print thead tr th:first-child,
|
|
.print-wrapper .dashboard-section table.ipd-investigation-print tbody tr th,
|
|
.print-wrapper .dashboard-section table.ipd-investigation-print thead tr th:first-child {
|
|
border-left: 1px solid #ddd;
|
|
width: 38%;
|
|
}
|
|
/* line 508, print.scss */
|
|
.print-wrapper section.block table.ipd-investigation-print span.range,
|
|
.print-wrapper .dashboard-section table.ipd-investigation-print span.range {
|
|
font-size: 8pt;
|
|
}
|
|
/* line 511, print.scss */
|
|
.print-wrapper section.block table.ipd-investigation-print span.is-abnormal,
|
|
.print-wrapper .dashboard-section table.ipd-investigation-print span.is-abnormal {
|
|
font-weight: bold;
|
|
}
|
|
/* line 514, print.scss */
|
|
.print-wrapper section.block table.ipd-investigation-print span.ipd-test-results,
|
|
.print-wrapper .dashboard-section table.ipd-investigation-print span.ipd-test-results {
|
|
white-space: normal;
|
|
text-overflow: initial;
|
|
padding: 0px 5px;
|
|
border-right-color: #ddd;
|
|
display: inline-block;
|
|
float: left;
|
|
}
|
|
/* line 527, print.scss */
|
|
.print-wrapper .dashboard-patientInformation-section table.patient .value {
|
|
width: auto;
|
|
}
|
|
/* line 530, print.scss */
|
|
.print-wrapper .dashboard-patientInformation-section table.patient .patient-img {
|
|
display: none;
|
|
}
|
|
/* line 533, print.scss */
|
|
.print-wrapper .dashboard-patientInformation-section table.patient .patient-info td {
|
|
background: none;
|
|
}
|
|
/* line 536, print.scss */
|
|
.print-wrapper .dashboard-patientInformation-section table.patient .patient-value {
|
|
display: block;
|
|
width: auto;
|
|
float: left;
|
|
padding-bottom: 2px;
|
|
}
|
|
/* line 541, print.scss */
|
|
.print-wrapper .dashboard-patientInformation-section table.patient .patient-value .patient-name {
|
|
font-size: 11pt;
|
|
text-decoration: underline;
|
|
}
|
|
/* line 545, print.scss */
|
|
.print-wrapper .dashboard-patientInformation-section table.patient .patient-value .patient-gender-age {
|
|
font-size: 9pt;
|
|
}
|
|
/* line 550, print.scss */
|
|
.print-wrapper .dashboard-patientInformation-section table.patient .address .name {
|
|
display: none;
|
|
}
|
|
/* line 556, print.scss */
|
|
.print-wrapper .diagnosis-name.ruled-out {
|
|
text-decoration: line-through;
|
|
}
|
|
/* line 562, print.scss */
|
|
.print-wrapper .dashboard-radiology-section ul,
|
|
.print-wrapper .disposition-section ul,
|
|
.print-wrapper .radiology-investigations ul {
|
|
border: 0;
|
|
}
|
|
/* line 565, print.scss */
|
|
.print-wrapper .dashboard-radiology-section li,
|
|
.print-wrapper .disposition-section li,
|
|
.print-wrapper .radiology-investigations li {
|
|
border: 0;
|
|
}
|
|
/* line 567, print.scss */
|
|
.print-wrapper .dashboard-radiology-section li a,
|
|
.print-wrapper .disposition-section li a,
|
|
.print-wrapper .radiology-investigations li a {
|
|
padding: 1px 5px;
|
|
font-size: 7.5pt;
|
|
}
|
|
/* line 573, print.scss */
|
|
.print-wrapper .disposition-state {
|
|
font-size: 10pt;
|
|
}
|
|
/* line 575, print.scss */
|
|
.print-wrapper .disposition-state .disposition-by {
|
|
display: none;
|
|
}
|
|
/* line 580, print.scss */
|
|
.print-wrapper .dashboard-laborders-section table tr td .date {
|
|
display: none;
|
|
}
|
|
/* line 583, print.scss */
|
|
.print-wrapper .dashboard-laborders-section table tr td .value {
|
|
width: 60%;
|
|
}
|
|
/* line 588, print.scss */
|
|
.print-wrapper .diagnosis table .date, .print-wrapper .diagnosis table .toggle-btn {
|
|
display: none;
|
|
}
|
|
/* line 592, print.scss */
|
|
.print-wrapper .notes {
|
|
padding: 0px 5px 2px 20px;
|
|
font-size: 8pt;
|
|
background: none;
|
|
color: #999;
|
|
}
|
|
/* line 597, print.scss */
|
|
.print-wrapper .notes.test-notes i[class^=fa-] {
|
|
padding: 0;
|
|
display: none;
|
|
}
|
|
/* line 601, print.scss */
|
|
.print-wrapper .notes.print-notes {
|
|
display: block !important;
|
|
}
|
|
/* line 604, print.scss */
|
|
.print-wrapper .notes pre,
|
|
.print-wrapper .notes .content {
|
|
color: #999;
|
|
font-size: 8pt;
|
|
}
|
|
/* line 609, print.scss */
|
|
.print-wrapper .notes .footer-note .provider {
|
|
display: none;
|
|
}
|
|
/* line 613, print.scss */
|
|
.print-wrapper .expander-row,
|
|
.print-wrapper .laborder-section li {
|
|
padding: 0 5px;
|
|
}
|
|
/* line 617, print.scss */
|
|
.print-wrapper .is-abnormal {
|
|
color: #000000 !important;
|
|
}
|
|
/* line 620, print.scss */
|
|
.print-wrapper button.toggle {
|
|
display: none;
|
|
}
|
|
/* line 623, print.scss */
|
|
.print-wrapper .visits-nav-bar {
|
|
display: none;
|
|
}
|
|
/* line 625, print.scss */
|
|
.print-wrapper .visits-nav-bar .prev-visit, .print-wrapper .visits-nav-bar .next-visit {
|
|
display: none;
|
|
}
|
|
/* line 628, print.scss */
|
|
.print-wrapper .visits-nav-bar .visit-details {
|
|
background: none;
|
|
border: 0;
|
|
font-family: Arial, sans-serif;
|
|
}
|
|
/* line 633, print.scss */
|
|
.print-wrapper .visits-nav-bar .visit-date {
|
|
font-family: Arial, sans-serif;
|
|
}
|
|
/* line 637, print.scss */
|
|
.print-wrapper .ipd-treatment-section {
|
|
display: none;
|
|
}
|
|
/* line 640, print.scss */
|
|
.print-wrapper table.drug-order-table td.drug {
|
|
border-left: 0 !important;
|
|
}
|
|
/* line 643, print.scss */
|
|
.print-wrapper .fa {
|
|
display: none !important;
|
|
}
|
|
/* line 646, print.scss */
|
|
.print-wrapper .patient-info-fixed-postion-container {
|
|
position: static;
|
|
}
|
|
/* line 648, print.scss */
|
|
.print-wrapper .patient-info-fixed-postion-container .patient-info-fixed {
|
|
font-family: Arial, sans-serif !important;
|
|
}
|
|
/* line 652, print.scss */
|
|
.print-wrapper .patient-dashboard.visit {
|
|
margin-top: 15px;
|
|
}
|
|
/* line 655, print.scss */
|
|
.print-wrapper .dashboard-sections-wrapper .dashboard-sections.halfpage-container {
|
|
width: 100% !important;
|
|
}
|
|
/* line 657, print.scss */
|
|
.print-wrapper .dashboard-sections-wrapper .dashboard-sections.halfpage-container .LAYOUT_25_75 {
|
|
width: 100% !important;
|
|
}
|
|
/* line 661, print.scss */
|
|
.print-wrapper .dashboard-sections-wrapper .dashboard-sections.halfpage-container.dashboard-sections-left .LAYOUT_25_75 {
|
|
width: 100% !important;
|
|
}
|
|
/* line 667, print.scss */
|
|
.print-wrapper .dashboard-sections-wrapper .dashboard-sections.three-fourth-page-container .LAYOUT_25_75 {
|
|
width: 100% !important;
|
|
float: left;
|
|
}
|
|
/* line 672, print.scss */
|
|
.print-wrapper .dashboard-sections-wrapper .dashboard-sections.three-fourth-page-container .LAYOUT_75_25 {
|
|
width: 100% !important;
|
|
}
|
|
/* line 678, print.scss */
|
|
.print-wrapper .patient-monitering-schedule-details li {
|
|
width: auto;
|
|
padding-right: 10px;
|
|
}
|
|
/* line 681, print.scss */
|
|
.print-wrapper .patient-monitering-schedule-details li span {
|
|
font-family: Arial, sans-serif;
|
|
font-weight: bold;
|
|
}
|
|
/* line 701, print.scss */
|
|
.print-wrapper .patient-monitering-table .legends {
|
|
font-family: Arial, sans-serif;
|
|
}
|
|
/* line 703, print.scss */
|
|
.print-wrapper .patient-monitering-table .legends span {
|
|
padding-bottom: 11px;
|
|
display: inline-block;
|
|
}
|
|
/* line 707, print.scss */
|
|
.print-wrapper .patient-monitering-table .legends span.monitoring-legends--yellow:before {
|
|
content: "∅";
|
|
}
|
|
/* line 710, print.scss */
|
|
.print-wrapper .patient-monitering-table .legends span.monitoring-legends--green:before {
|
|
content: "✓";
|
|
}
|
|
/* line 713, print.scss */
|
|
.print-wrapper .patient-monitering-table .legends span.monitoring-legends--purple:before {
|
|
content: "✗";
|
|
}
|
|
/* line 720, print.scss */
|
|
.print-wrapper .patient-monitering-table .monitoring-table-scroll {
|
|
width: 100%;
|
|
margin-left: 0;
|
|
overflow: hidden;
|
|
}
|
|
/* line 724, print.scss */
|
|
.print-wrapper .patient-monitering-table .monitoring-table-scroll tr, .print-wrapper .patient-monitering-table .monitoring-table-scroll td, .print-wrapper .patient-monitering-table .monitoring-table-scroll th {
|
|
page-break-inside: avoid !important;
|
|
height: auto !important;
|
|
}
|
|
/* line 729, print.scss */
|
|
.print-wrapper .patient-monitering-table .monitoring-table-scroll table tr td, .print-wrapper .patient-monitering-table .monitoring-table-scroll table tr th {
|
|
font-size: 7pt;
|
|
padding: 5px;
|
|
border: 1px solid #000000 !important;
|
|
}
|
|
/* line 734, print.scss */
|
|
.print-wrapper .patient-monitering-table .monitoring-table-scroll table tr td.monitoring-fixed-column, .print-wrapper .patient-monitering-table .monitoring-table-scroll table tr th.monitoring-fixed-column {
|
|
position: static;
|
|
width: 100px;
|
|
white-space: normal;
|
|
height: auto;
|
|
}
|
|
/* line 742, print.scss */
|
|
.print-wrapper .patient-monitering-table .monitoring-table-scroll table tr td.monitoring-results span, .print-wrapper .patient-monitering-table .monitoring-table-scroll table tr th.monitoring-results span {
|
|
margin-top: 50%;
|
|
transform: translateY(-50%);
|
|
text-align: center;
|
|
font-size: 12px;
|
|
}
|
|
/* line 749, print.scss */
|
|
.print-wrapper .patient-monitering-table .monitoring-table-scroll table tr td.monitoring-results--green span.monitoring-results-print--green, .print-wrapper .patient-monitering-table .monitoring-table-scroll table tr th.monitoring-results--green span.monitoring-results-print--green {
|
|
display: block;
|
|
}
|
|
/* line 754, print.scss */
|
|
.print-wrapper .patient-monitering-table .monitoring-table-scroll table tr td.monitoring-results--purple span.monitoring-results-print--purple, .print-wrapper .patient-monitering-table .monitoring-table-scroll table tr th.monitoring-results--purple span.monitoring-results-print--purple {
|
|
display: block;
|
|
}
|
|
/* line 759, print.scss */
|
|
.print-wrapper .patient-monitering-table .monitoring-table-scroll table tr td.monitoring-results--yellow span.monitoring-results-print--yellow, .print-wrapper .patient-monitering-table .monitoring-table-scroll table tr th.monitoring-results--yellow span.monitoring-results-print--yellow {
|
|
display: block;
|
|
}
|
|
|
|
/* line 773, print.scss */
|
|
.prescription-print table tr td, .prescription-print table tr th {
|
|
font-size: 9pt;
|
|
min-width: 1.75cm;
|
|
}
|
|
/* line 778, print.scss */
|
|
.prescription-print .patient-info {
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 780, print.scss */
|
|
.prescription-print .patient-info td {
|
|
font-weight: bold;
|
|
}
|
|
/* line 782, print.scss */
|
|
.prescription-print .patient-info td .value {
|
|
font-weight: normal;
|
|
}
|
|
/* line 788, print.scss */
|
|
.prescription-print .treatment-section .drug-name, .prescription-print .treatment-section .dosage-days {
|
|
width: 7cm;
|
|
}
|
|
/* line 791, print.scss */
|
|
.prescription-print .treatment-section .dosage-form span {
|
|
float: left;
|
|
margin-right: 5px;
|
|
white-space: normal;
|
|
}
|
|
|
|
/* line 798, print.scss */
|
|
.dashboard-section {
|
|
box-shadow: none;
|
|
}
|
|
|
|
/* line 799, print.scss */
|
|
.patient-gender-age, .patient-estimated-text, .patient-birth-time {
|
|
display: none;
|
|
}
|
|
|
|
/* line 805, print.scss */
|
|
.treatment-section .notes .footer-note span {
|
|
font-size: 10px;
|
|
}
|
|
/* line 807, print.scss */
|
|
.treatment-section .notes .footer-note span.provider {
|
|
display: inline-block !important;
|
|
padding-bottom: 3px;
|
|
}
|
|
|
|
/* line 815, print.scss */
|
|
#diagnosisComments {
|
|
color: #000000 !important;
|
|
}
|
|
|
|
/* line 822, print.scss */
|
|
.print-patient-summary.print-wrapper {
|
|
max-width: 100%;
|
|
}
|
|
/* line 825, print.scss */
|
|
.print-patient-summary .dashboard-section {
|
|
margin-bottom: 0px;
|
|
}
|
|
/* line 830, print.scss */
|
|
.print-patient-summary .dashboard-section.patientInformation table {
|
|
border: none !important;
|
|
}
|
|
/* line 834, print.scss */
|
|
.print-patient-summary .dashboard-section .dashboard-tabular-obs-section.hasTable {
|
|
height: 970px;
|
|
page-break-before: always;
|
|
page-break-after: always;
|
|
position: relative;
|
|
}
|
|
/* line 842, print.scss */
|
|
.print-patient-summary .dashboard-section .dashboard-tabular-obs-section.hasTable .rotate {
|
|
transform: rotate(-90deg);
|
|
position: absolute;
|
|
margin-top: -470px;
|
|
bottom: 0px;
|
|
width: 940px;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin-left: -310px;
|
|
}
|
|
/* line 851, print.scss */
|
|
.print-patient-summary .dashboard-section .dashboard-tabular-obs-section.hasTable .rotate table {
|
|
width: 100%;
|
|
table-layout: fixed;
|
|
word-break: break-all;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
/* line 859, print.scss */
|
|
.print-patient-summary .dashboard-section .dashboard-tabular-obs-section.hasTable .rotate table tr th:first-child {
|
|
width: 140px;
|
|
}
|
|
/* line 867, print.scss */
|
|
.print-patient-summary .dashboard-section .block, .print-patient-summary .dashboard-section .dashboard-tabular-obs-section, .print-patient-summary .dashboard-section #Laboratory-Monitoring, .print-patient-summary .dashboard-section .dashboard-more-info {
|
|
margin: 0 0 25px;
|
|
}
|
|
/* line 871, print.scss */
|
|
.print-patient-summary .dashboard-section .dashboard-patientInformation-section table {
|
|
/*td.name {
|
|
width: 27% !important;
|
|
}*/
|
|
}
|
|
/* line 875, print.scss */
|
|
.print-patient-summary .dashboard-section .dashboard-patientInformation-section table tr, .print-patient-summary .dashboard-section .dashboard-patientInformation-section table td, .print-patient-summary .dashboard-section .dashboard-patientInformation-section table th {
|
|
border: none !important;
|
|
}
|
|
/* line 878, print.scss */
|
|
.print-patient-summary .dashboard-section .dashboard-patientInformation-section table .patient-info {
|
|
padding: 0;
|
|
}
|
|
/* line 880, print.scss */
|
|
.print-patient-summary .dashboard-section .dashboard-patientInformation-section table .patient-info td {
|
|
padding: 0;
|
|
}
|
|
/* line 884, print.scss */
|
|
.print-patient-summary .dashboard-section .dashboard-patientInformation-section table .patient-info .patient-value .patient-address {
|
|
display: inline-block;
|
|
}
|
|
/* line 891, print.scss */
|
|
.print-patient-summary .dashboard-section h2.section-title {
|
|
margin: 0 0 3px !important;
|
|
font-size: 13px !important;
|
|
}
|
|
/* line 895, print.scss */
|
|
.print-patient-summary .dashboard-section .tabular-obs, .print-patient-summary .dashboard-section .chronic-treatment, .print-patient-summary .dashboard-section .dashboard-more-info .block {
|
|
margin-top: 4px;
|
|
}
|
|
/* line 899, print.scss */
|
|
.print-patient-summary .dashboard-section .hierarchy ul {
|
|
padding-left: 0 !important;
|
|
}
|
|
/* line 901, print.scss */
|
|
.print-patient-summary .dashboard-section .hierarchy ul li {
|
|
overflow: auto;
|
|
clear: none;
|
|
background: #fff;
|
|
}
|
|
/* line 905, print.scss */
|
|
.print-patient-summary .dashboard-section .hierarchy ul li .tree-list-item {
|
|
padding: 3px 5px !important;
|
|
}
|
|
/* line 907, print.scss */
|
|
.print-patient-summary .dashboard-section .hierarchy ul li .tree-list-item:first-child {
|
|
padding-top: 0 !important;
|
|
}
|
|
/* line 911, print.scss */
|
|
.print-patient-summary .dashboard-section .hierarchy ul li ul {
|
|
overflow: hidden;
|
|
padding-left: 0 !important;
|
|
}
|
|
/* line 915, print.scss */
|
|
.print-patient-summary .dashboard-section .hierarchy ul li ul li:nth-of-type(odd) {
|
|
background: #fff;
|
|
}
|
|
/* line 918, print.scss */
|
|
.print-patient-summary .dashboard-section .hierarchy ul li ul li:nth-of-type(even) {
|
|
background: #D9D8D8;
|
|
}
|
|
/* line 921, print.scss */
|
|
.print-patient-summary .dashboard-section .hierarchy ul li ul li ul {
|
|
padding-left: 0 !important;
|
|
}
|
|
/* line 925, print.scss */
|
|
.print-patient-summary .dashboard-section .hierarchy ul li ul li ul li ul li {
|
|
padding-left: 10px !important;
|
|
}
|
|
/* line 927, print.scss */
|
|
.print-patient-summary .dashboard-section .hierarchy ul li ul li ul li ul li .tree-list-item {
|
|
padding: 0px 5px 3px 5px !important;
|
|
}
|
|
/* line 929, print.scss */
|
|
.print-patient-summary .dashboard-section .hierarchy ul li ul li ul li ul li .tree-list-item .testUnderPanel {
|
|
width: 463px !important;
|
|
font-weight: normal !important;
|
|
}
|
|
/* line 936, print.scss */
|
|
.print-patient-summary .dashboard-section .hierarchy ul li ul li ul li ul li:nth-of-type(odd) {
|
|
background: #fff !important;
|
|
}
|
|
/* line 939, print.scss */
|
|
.print-patient-summary .dashboard-section .hierarchy ul li ul li ul li ul li:nth-of-type(odd) ul li {
|
|
background: transparent !important;
|
|
}
|
|
/* line 944, print.scss */
|
|
.print-patient-summary .dashboard-section .hierarchy ul li ul li ul li ul li:nth-of-type(even) {
|
|
background: #D9D8D8 !important;
|
|
}
|
|
/* line 947, print.scss */
|
|
.print-patient-summary .dashboard-section .hierarchy ul li ul li ul li ul li:nth-of-type(even) ul li {
|
|
background: transparent !important;
|
|
}
|
|
/* line 960, print.scss */
|
|
.print-patient-summary .dashboard-section .hierarchy .value-text-only, .print-patient-summary .dashboard-section .hierarchy .text-only {
|
|
width: auto !important;
|
|
padding: 3px 0px 0px !important;
|
|
display: inline-block;
|
|
}
|
|
/* line 965, print.scss */
|
|
.print-patient-summary .dashboard-section .hierarchy .testUnderPanel {
|
|
width: 484px !important;
|
|
padding: 3px 0px 0px !important;
|
|
font-weight: normal !important;
|
|
}
|
|
/* line 971, print.scss */
|
|
.print-patient-summary .dashboard-section .hierarchy ul li ul li ul li ul li ul li ul li .tree-list-item {
|
|
padding-left: 20px !important;
|
|
}
|
|
/* line 975, print.scss */
|
|
.print-patient-summary .dashboard-section table {
|
|
border: 1px #ccc solid !important;
|
|
border-collapse: collapse !important;
|
|
}
|
|
/* line 978, print.scss */
|
|
.print-patient-summary .dashboard-section table tr {
|
|
border: 1px #ccc solid !important;
|
|
}
|
|
/* line 980, print.scss */
|
|
.print-patient-summary .dashboard-section table tr th {
|
|
background: #EAEAEA !important;
|
|
border: 1px #ccc solid !important;
|
|
vertical-align: middle;
|
|
}
|
|
/* line 985, print.scss */
|
|
.print-patient-summary .dashboard-section table tr td {
|
|
background: #fff;
|
|
border: 1px #ccc solid !important;
|
|
}
|
|
/* line 993, print.scss */
|
|
.print-patient-summary .dashboard-section table.h-scroll-print tr th {
|
|
font-weight: bold !important;
|
|
}
|
|
/* line 1001, print.scss */
|
|
.print-patient-summary .dashboard-chronic-treatment-section .chronic-treatment .stopped {
|
|
background: #fff !important;
|
|
}
|
|
/* line 1004, print.scss */
|
|
.print-patient-summary .dashboard-sections-wrapper .dashboard-sections.three-fourth-page-container .LAYOUT_25_75 {
|
|
width: auto;
|
|
float: none;
|
|
}
|
|
/* line 1008, print.scss */
|
|
.print-patient-summary .dashboard-sections-wrapper .dashboard-sections.three-fourth-page-container .LAYOUT_75_25 {
|
|
width: auto;
|
|
float: none;
|
|
}
|
|
/* line 1012, print.scss */
|
|
.print-patient-summary .patient-info-fixed-postion-container {
|
|
box-shadow: none;
|
|
border-bottom: none;
|
|
top: 65px;
|
|
}
|
|
/* line 1016, print.scss */
|
|
.print-patient-summary .patient-info-fixed-postion-container div.patient-info-fixed ul li.patient-name-image-container .patient-image[src*="blank-user"] {
|
|
visibility: hidden !important;
|
|
}
|
|
/* line 1022, print.scss */
|
|
.print-patient-summary .dashboard-tabular-obs-section .tabular-obs table.tableAsColumn tr:first-child td {
|
|
font-family: Arial, sans-serif !important;
|
|
font-weight: bold;
|
|
}
|
|
/* line 1026, print.scss */
|
|
.print-patient-summary .dashboard-section .hierarchy ul li ul li ul li ul li ul li ul li {
|
|
padding-left: 0 !important;
|
|
}
|
|
|
|
/* line 1031, print.scss */
|
|
.is-abnormal-bold {
|
|
font-family: Arial, sans-serif !important;
|
|
font-weight: bold;
|
|
color: #000 !important;
|
|
}
|
|
|
|
/* line 1039, print.scss */
|
|
.registration-print-summary .hierarchy ul li {
|
|
overflow: auto;
|
|
clear: both;
|
|
}
|
|
/* line 1043, print.scss */
|
|
.registration-print-summary .hierarchy .value-text-only, .registration-print-summary .hierarchy .text-only {
|
|
width: 380px !important;
|
|
float: right;
|
|
padding: 2px 0 !important;
|
|
}
|
|
|
|
/* line 6, clinicalPrint.scss */
|
|
.dashboard-sections-wrapper .dashboard-sections.halfpage-container {
|
|
width: 100%;
|
|
}
|