10280 lines
402 KiB
CSS
10280 lines
402 KiB
CSS
![]() |
/*! 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;
|
||
|
}
|
||
|
|
||
|
/*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 {
|
||
|
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 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;
|
||
|
}
|
||
|
|
||
|
/* 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 .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[typ
|
||
|
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 .primaryOp
|
||
|
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
|
||
|
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, .sp
|
||
|
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"].arro
|
||
|
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.
|
||
|
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/_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 68, bahmni-components/_typography.scss */
|
||
|
.hierarchy ul li ul li ul li ul li ul li ul li .tree-list-item {
|
||
|
padding-left: 60px;
|
||
|
}
|
||
|
/* line 70, bahmni-components/_typography.scss */
|
||
|
.hierarchy ul li ul li ul li ul li ul li ul li .tree-list-item .field-attribute {
|
||
|
width: 200px;
|
||
|
}
|
||
|
/* line 76, bahmni-components/_typography.scss */
|
||
|
.hierarchy ul li ul li ul li ul li ul li ul li ul li .tree-list-item {
|
||
|
padding-left: 70px;
|
||
|
}
|
||
|
/* line 78, bahmni-components/_typography.scss */
|
||
|
.hierarchy ul li ul li ul li ul li ul li ul li ul li .tree-list-item .field-attribute {
|
||
|
width: 190px;
|
||
|
}
|
||
|
/* line 88, 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 92, bahmni-components/_typography.scss */
|
||
|
.hierarchy ul li ul li ul.is-intake-template li .tree-list-item .field-attribute {
|
||
|
width: 260px;
|
||
|
}
|
||
|
/* line 97, 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 101, bahmni-components/_typography.scss */
|
||
|
.hierarchy ul li ul li ul.is-intake-template li ul li .tree-list-item .field-attribute {
|
||
|
width: 230px;
|
||
|
}
|
||
|
/* line 107, 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 109, 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 119, bahmni-components/_typography.scss */
|
||
|
.hierarchy .form-field {
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
/* 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/_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 68, bahmni-components/_typography.scss */
|
||
|
.hierarchy ul li ul li ul li ul li ul li ul li .tree-list-item {
|
||
|
padding-left: 60px;
|
||
|
}
|
||
|
/* line 70, bahmni-components/_typography.scss */
|
||
|
.hierarchy ul li ul li ul li ul li ul li ul li .tree-list-item .field-attribute {
|
||
|
width: 200px;
|
||
|
}
|
||
|
/* line 76, bahmni-components/_typography.scss */
|
||
|
.hierarchy ul li ul li ul li ul li ul li ul li ul li .tree-list-item {
|
||
|
padding-left: 70px;
|
||
|
}
|
||
|
/* line 78, bahmni-components/_typography.scss */
|
||
|
.hierarchy ul li ul li ul li ul li ul li ul li ul li .tree-list-item .field-attribute {
|
||
|
width: 190px;
|
||
|
}
|
||
|
/* line 88, 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 92, bahmni-components/_typography.scss */
|
||
|
.hierarchy ul li ul li ul.is-intake-template li .tree-list-item .field-attribute {
|
||
|
width: 260px;
|
||
|
}
|
||
|
/* line 97, 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 101, bahmni-components/_typography.scss */
|
||
|
.hierarchy ul li ul li ul.is-intake-template li ul li .tree-list-item .field-attribute {
|
||
|
width: 230px;
|
||
|
}
|
||
|
/* line 107, 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 109, 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 119, bahmni-components/_typography.scss */
|
||
|
.hierarchy .form-field {
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
/* 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 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;
|
||
|
}
|
||
|
|
||
|
/*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;
|
||
|
}
|
||
|
/* line 105, common/_notifications.scss */
|
||
|
.messages .error-message-container .types-for-errors > div {
|
||
|
margin: 7px 0;
|
||
|
}
|
||
|
/* line 110, 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 118, 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 129, common/_notifications.scss */
|
||
|
.messages .success-message-container .fa {
|
||
|
padding: 0 !important;
|
||
|
padding-bottom: 3px !important;
|
||
|
}
|
||
|
|
||
|
/* line 137, common/_notifications.scss */
|
||
|
.success-message-container .message-icon {
|
||
|
display: table-cell !important;
|
||
|
}
|
||
|
/* line 140, 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;
|
||
|
}
|
||
|
|
||
|
@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 3, registration/_registrationHeader.scss */
|
||
|
.reg-header-wrapper .reg-header ul.top-nav {
|
||
|
float: left;
|
||
|
}
|
||
|
/* line 5, registration/_registrationHeader.scss */
|
||
|
.reg-header-wrapper .reg-header ul.top-nav li {
|
||
|
display: inline-block;
|
||
|
}
|
||
|
/* line 7, registration/_registrationHeader.scss */
|
||
|
.reg-header-wrapper .reg-header ul.top-nav li a {
|
||
|
color: #fff;
|
||
|
font-weight: 700;
|
||
|
cursor: pointer;
|
||
|
text-decoration: none;
|
||
|
display: block;
|
||
|
padding: 14px 15px 15px 0;
|
||
|
}
|
||
|
/* line 17, registration/_registrationHeader.scss */
|
||
|
.reg-header-wrapper .reg-header .btn-user-info {
|
||
|
background: #00796d;
|
||
|
padding: 17px 16px;
|
||
|
border: none;
|
||
|
border-radius: 0;
|
||
|
margin: 0;
|
||
|
color: #FFFFFF;
|
||
|
}
|
||
|
/* line 24, registration/_registrationHeader.scss */
|
||
|
.reg-header-wrapper .reg-header .btn-user-info:focus {
|
||
|
outline: 0;
|
||
|
}
|
||
|
/* line 25, registration/_registrationHeader.scss */
|
||
|
.reg-header-wrapper .reg-header .btn-user-info i.mini {
|
||
|
font-size: .9em;
|
||
|
}
|
||
|
/* line 28, registration/_registrationHeader.scss */
|
||
|
.reg-header-wrapper .reg-header .btn-user-info + ul {
|
||
|
display: none;
|
||
|
}
|
||
|
/* line 30, registration/_registrationHeader.scss */
|
||
|
.reg-header-wrapper .reg-header .btn-user-info + ul.active {
|
||
|
background: #00796d;
|
||
|
display: block;
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
top: 50px;
|
||
|
z-index: 1000;
|
||
|
}
|
||
|
@media screen and (max-width: 1300px) {
|
||
|
/* line 30, registration/_registrationHeader.scss */
|
||
|
.reg-header-wrapper .reg-header .btn-user-info + ul.active {
|
||
|
right: 10px;
|
||
|
}
|
||
|
}
|
||
|
/* line 41, registration/_registrationHeader.scss */
|
||
|
.reg-header-wrapper .reg-header .btn-user-info + ul li {
|
||
|
float: left;
|
||
|
clear: both;
|
||
|
text-align: left;
|
||
|
padding-left: 10px;
|
||
|
border-bottom: 1px solid #00796d;
|
||
|
margin: 0;
|
||
|
padding: 10px 10px 10px 5px;
|
||
|
color: #ccc;
|
||
|
}
|
||
|
/* line 50, registration/_registrationHeader.scss */
|
||
|
.reg-header-wrapper .reg-header .btn-user-info + ul li a {
|
||
|
color: #FFFFFF;
|
||
|
}
|
||
|
/* line 52, registration/_registrationHeader.scss */
|
||
|
.reg-header-wrapper .reg-header .btn-user-info + ul li a.disabled {
|
||
|
color: #ccc;
|
||
|
}
|
||
|
/* line 54, registration/_registrationHeader.scss */
|
||
|
.reg-header-wrapper .reg-header .btn-user-info + ul li a.disabled .fa-user {
|
||
|
color: #ccc;
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 64, registration/_registrationHeader.scss */
|
||
|
.reg-header-wrapper .split-button ul.hidden-options {
|
||
|
width: 300px;
|
||
|
}
|
||
|
/* line 67, registration/_registrationHeader.scss */
|
||
|
.reg-header-wrapper .split-button ul.hidden-options li {
|
||
|
margin-left: 50px;
|
||
|
}
|
||
|
}
|
||
|
/* line 74, registration/_registrationHeader.scss */
|
||
|
.reg-header-wrapper .split-button ul li.primaryOption i {
|
||
|
display: none;
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 74, registration/_registrationHeader.scss */
|
||
|
.reg-header-wrapper .split-button ul li.primaryOption i {
|
||
|
display: inline-block;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 80, registration/_registrationHeader.scss */
|
||
|
.reg-header-wrapper .split-button ul li.primaryOption span {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 85, registration/_registrationHeader.scss */
|
||
|
.reg-header-wrapper .split-button ul li.primaryOption .buttonClass {
|
||
|
max-width: 60px;
|
||
|
float: right;
|
||
|
margin-right: 100px;
|
||
|
height: 36px;
|
||
|
padding: 0;
|
||
|
}
|
||
|
/* line 92, registration/_registrationHeader.scss */
|
||
|
.reg-header-wrapper .split-button ul li.primaryOption .buttonClass i.fa-print {
|
||
|
font-size: 23px;
|
||
|
padding-top: 5px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* line 1, registration/_registrationSearch.scss */
|
||
|
.reg-search-wrapper {
|
||
|
padding: 5px;
|
||
|
margin-top: 5px;
|
||
|
border: 1px solid #eee;
|
||
|
background: #FFFFFF;
|
||
|
border-radius: 3px;
|
||
|
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 8, registration/_registrationSearch.scss */
|
||
|
.reg-search-wrapper .reg-search {
|
||
|
*zoom: 1;
|
||
|
}
|
||
|
/* line 9, registration/_registrationSearch.scss */
|
||
|
.reg-search-wrapper .reg-search button {
|
||
|
padding: 7px 20px !important;
|
||
|
}
|
||
|
/* line 291, bahmni-helper/_variables.scss */
|
||
|
.reg-search-wrapper .reg-search:before, .reg-search-wrapper .reg-search:after {
|
||
|
content: "";
|
||
|
display: table;
|
||
|
}
|
||
|
/* line 296, bahmni-helper/_variables.scss */
|
||
|
.reg-search-wrapper .reg-search:after {
|
||
|
clear: both;
|
||
|
}
|
||
|
/* line 13, registration/_registrationSearch.scss */
|
||
|
.reg-search-wrapper .reg-search .search-seperator-l {
|
||
|
border-right: 2px dotted #ccc;
|
||
|
width: 30.5%;
|
||
|
margin: 0 1.04167%;
|
||
|
float: left;
|
||
|
}
|
||
|
@media (max-width: 767px) {
|
||
|
/* line 13, registration/_registrationSearch.scss */
|
||
|
.reg-search-wrapper .reg-search .search-seperator-l {
|
||
|
display: inline;
|
||
|
float: left;
|
||
|
width: 97.91667%;
|
||
|
margin: 0 1.04167%;
|
||
|
border-right: 0;
|
||
|
border-bottom: 2px dotted #ccc;
|
||
|
display: block;
|
||
|
padding-bottom: 10px;
|
||
|
}
|
||
|
}
|
||
|
/* line 25, registration/_registrationSearch.scss */
|
||
|
.reg-search-wrapper .reg-search .search-seperator-l .search-patient-id {
|
||
|
width: 100%;
|
||
|
}
|
||
|
/* line 27, registration/_registrationSearch.scss */
|
||
|
.reg-search-wrapper .reg-search .search-seperator-l .search-patient-id .reg-srch-btn {
|
||
|
margin-top: 4px;
|
||
|
}
|
||
|
/* line 31, registration/_registrationSearch.scss */
|
||
|
.reg-search-wrapper .reg-search .search-seperator-l input[type="text"], .reg-search-wrapper .reg-search .search-seperator-l form .input-prepend [type="text"].add-on, form .input-prepend .reg-search-wrapper .reg-search .search-seperator-l [type="text"].add-on, .reg-search-wrapper .reg-search .search-seperator-l .form .input-prepend [type="text"].add-on, .form .input-prepend .reg-search-wrapper .reg-search .search-seperator-l [type="text"].add-on {
|
||
|
margin-right: 5px;
|
||
|
padding: 5px 10px;
|
||
|
min-width: 40%;
|
||
|
}
|
||
|
/* line 36, registration/_registrationSearch.scss */
|
||
|
.reg-search-wrapper .reg-search .search-seperator-l select {
|
||
|
width: 80px;
|
||
|
min-width: 80px;
|
||
|
height: 32px;
|
||
|
padding: 0 10px !important;
|
||
|
}
|
||
|
/* line 43, registration/_registrationSearch.scss */
|
||
|
.reg-search-wrapper .reg-search .search-seperator-r {
|
||
|
width: 67%;
|
||
|
margin: 0;
|
||
|
float: left;
|
||
|
}
|
||
|
@media (max-width: 767px) {
|
||
|
/* line 43, registration/_registrationSearch.scss */
|
||
|
.reg-search-wrapper .reg-search .search-seperator-r {
|
||
|
display: inline;
|
||
|
float: left;
|
||
|
width: 97.91667%;
|
||
|
margin: 0 1.04167%;
|
||
|
display: block;
|
||
|
padding-top: 5px;
|
||
|
}
|
||
|
}
|
||
|
/* line 52, registration/_registrationSearch.scss */
|
||
|
.reg-search-wrapper .reg-search .search-seperator-r input[type="text"], .reg-search-wrapper .reg-search .search-seperator-r form .input-prepend [type="text"].add-on, form .input-prepend .reg-search-wrapper .reg-search .search-seperator-r [type="text"].add-on, .reg-search-wrapper .reg-search .search-seperator-r .form .input-prepend [type="text"].add-on, .form .input-prepend .reg-search-wrapper .reg-search .search-seperator-r [type="text"].add-on {
|
||
|
margin-right: 5px;
|
||
|
padding: 5px 10px;
|
||
|
/*@media (max-width: 1024px) {
|
||
|
padding: 5px 10px;
|
||
|
}*/
|
||
|
}
|
||
|
/* line 59, registration/_registrationSearch.scss */
|
||
|
.reg-search-wrapper .reg-search .search-seperator-r button {
|
||
|
margin: 0px 2px 2px 2px;
|
||
|
}
|
||
|
/* line 62, registration/_registrationSearch.scss */
|
||
|
.reg-search-wrapper .reg-search .search-seperator-r .reg-srch-btn {
|
||
|
margin-top: 25px;
|
||
|
}
|
||
|
/* line 67, registration/_registrationSearch.scss */
|
||
|
.reg-search-wrapper .note-container {
|
||
|
text-align: left;
|
||
|
}
|
||
|
/* line 69, registration/_registrationSearch.scss */
|
||
|
.reg-search-wrapper .note-container .note {
|
||
|
padding: 20px 10px 6px 10px;
|
||
|
}
|
||
|
/* line 72, registration/_registrationSearch.scss */
|
||
|
.reg-search-wrapper .note-container .note .text p {
|
||
|
max-width: 100%;
|
||
|
top: 0px;
|
||
|
margin-left: 0;
|
||
|
}
|
||
|
|
||
|
/* line 81, registration/_registrationSearch.scss */
|
||
|
.registraition-search-results-container {
|
||
|
padding: 5px;
|
||
|
overflow-x: auto;
|
||
|
}
|
||
|
/* line 84, registration/_registrationSearch.scss */
|
||
|
.registraition-search-results-container table {
|
||
|
margin-top: 20px;
|
||
|
font-size: 0.7rem;
|
||
|
}
|
||
|
/* line 87, registration/_registrationSearch.scss */
|
||
|
.registraition-search-results-container table tr {
|
||
|
border: none;
|
||
|
}
|
||
|
/* line 90, registration/_registrationSearch.scss */
|
||
|
.registraition-search-results-container table td, .registraition-search-results-container table th {
|
||
|
padding: 4px 8px 4px 8px;
|
||
|
text-align: left;
|
||
|
}
|
||
|
@media screen and (max-width: 1024px) {
|
||
|
/* line 90, registration/_registrationSearch.scss */
|
||
|
.registraition-search-results-container table td, .registraition-search-results-container table th {
|
||
|
padding: 9px 8px 9px 8px;
|
||
|
}
|
||
|
}
|
||
|
/* line 97, registration/_registrationSearch.scss */
|
||
|
.registraition-search-results-container table tr:hover {
|
||
|
background: #eee;
|
||
|
}
|
||
|
/* line 101, registration/_registrationSearch.scss */
|
||
|
.registraition-search-results-container .slno_col {
|
||
|
width: 40px;
|
||
|
}
|
||
|
/* line 104, registration/_registrationSearch.scss */
|
||
|
.registraition-search-results-container .edit-col {
|
||
|
width: 160px;
|
||
|
padding: 2px 2px 2px 2px;
|
||
|
}
|
||
|
@media screen and (min-width: 1024px) {
|
||
|
/* line 107, registration/_registrationSearch.scss */
|
||
|
.registraition-search-results-container .edit-col .split-button ul li button {
|
||
|
padding: 5px 20px;
|
||
|
margin: 0;
|
||
|
}
|
||
|
}
|
||
|
/* line 113, registration/_registrationSearch.scss */
|
||
|
.registraition-search-results-container .edit-col a {
|
||
|
background: url("edit.png") top left no-repeat;
|
||
|
width: 30px;
|
||
|
height: 24px;
|
||
|
display: inline-block;
|
||
|
margin-right: 2px;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
/* line 121, registration/_registrationSearch.scss */
|
||
|
.registraition-search-results-container .edit-col.visible-small-screen {
|
||
|
position: absolute;
|
||
|
top: auto;
|
||
|
right: 6px;
|
||
|
width: 104px;
|
||
|
border-bottom: 0;
|
||
|
}
|
||
|
/* line 127, registration/_registrationSearch.scss */
|
||
|
.registraition-search-results-container .edit-col.visible-small-screen .split-button ul li button {
|
||
|
margin-right: 0;
|
||
|
width: 98%;
|
||
|
}
|
||
|
|
||
|
/* line 1, registration/_patientPhoto.scss */
|
||
|
.photocontainer-spacing {
|
||
|
margin-bottom: 57px;
|
||
|
}
|
||
|
|
||
|
/* line 4, registration/_patientPhoto.scss */
|
||
|
.photo-container-wrapper {
|
||
|
position: absolute;
|
||
|
top: 50px;
|
||
|
right: 10px;
|
||
|
border: 7px solid #eee;
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 4, registration/_patientPhoto.scss */
|
||
|
.photo-container-wrapper {
|
||
|
left: 5px;
|
||
|
right: auto;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 580px) {
|
||
|
/* line 4, registration/_patientPhoto.scss */
|
||
|
.photo-container-wrapper {
|
||
|
right: 10px;
|
||
|
left: auto;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* line 18, registration/_patientPhoto.scss */
|
||
|
.capture-photo-btn, .upload-photo-btn {
|
||
|
position: absolute;
|
||
|
top: 0px;
|
||
|
left: -56px;
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 18, registration/_patientPhoto.scss */
|
||
|
.capture-photo-btn, .upload-photo-btn {
|
||
|
top: 90px;
|
||
|
left: -7px;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 580px) {
|
||
|
/* line 18, registration/_patientPhoto.scss */
|
||
|
.capture-photo-btn, .upload-photo-btn {
|
||
|
top: -7px;
|
||
|
left: -58px;
|
||
|
}
|
||
|
}
|
||
|
/* line 30, registration/_patientPhoto.scss */
|
||
|
.capture-photo-btn .btn, .upload-photo-btn .btn {
|
||
|
width: 40px;
|
||
|
height: 40px;
|
||
|
display: block;
|
||
|
margin-bottom: 5px;
|
||
|
background-position: 2px 3px;
|
||
|
background-repeat: no-repeat;
|
||
|
}
|
||
|
/* line 38, registration/_patientPhoto.scss */
|
||
|
.capture-photo-btn .camera-btn.btn, .upload-photo-btn .camera-btn.btn {
|
||
|
background-image: url('../images/photo.png?1654696137');
|
||
|
}
|
||
|
/* line 41, registration/_patientPhoto.scss */
|
||
|
.capture-photo-btn .upload-btn.btn, .upload-photo-btn .upload-btn.btn {
|
||
|
text-align: center;
|
||
|
padding: 0;
|
||
|
background: #dddddd;
|
||
|
font-size: 17px;
|
||
|
width: 43px;
|
||
|
}
|
||
|
|
||
|
/* line 50, registration/_patientPhoto.scss */
|
||
|
#photo-canvas-container {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
/* line 54, registration/_patientPhoto.scss */
|
||
|
#patient-image {
|
||
|
height: 125px;
|
||
|
width: 125px;
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 54, registration/_patientPhoto.scss */
|
||
|
#patient-image {
|
||
|
height: 75px;
|
||
|
width: 75px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/***** photo dialog css start *****/
|
||
|
/* line 63, registration/_patientPhoto.scss */
|
||
|
video {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
/* line 69, registration/_patientPhoto.scss */
|
||
|
.photoCaptureDialog .photo-canvas-container canvas, .photoUploadDialog .photo-canvas-container canvas {
|
||
|
border: 2px solid #FFFFFF;
|
||
|
height: 167px;
|
||
|
width: 175px;
|
||
|
background: #eee;
|
||
|
}
|
||
|
/* line 76, registration/_patientPhoto.scss */
|
||
|
.photoCaptureDialog .row-clear, .photoUploadDialog .row-clear {
|
||
|
*zoom: 1;
|
||
|
}
|
||
|
/* line 291, bahmni-helper/_variables.scss */
|
||
|
.photoCaptureDialog .row-clear:before, .photoCaptureDialog .row-clear:after, .photoUploadDialog .row-clear:before, .photoUploadDialog .row-clear:after {
|
||
|
content: "";
|
||
|
display: table;
|
||
|
}
|
||
|
/* line 296, bahmni-helper/_variables.scss */
|
||
|
.photoCaptureDialog .row-clear:after, .photoUploadDialog .row-clear:after {
|
||
|
clear: both;
|
||
|
}
|
||
|
|
||
|
/* line 82, registration/_patientPhoto.scss */
|
||
|
.photoCaptureDialog .photo-video-container {
|
||
|
position: relative;
|
||
|
width: 229px;
|
||
|
float: left;
|
||
|
}
|
||
|
/* line 86, registration/_patientPhoto.scss */
|
||
|
.photoCaptureDialog .photo-video-container .photoCapture-left-overlay {
|
||
|
position: absolute;
|
||
|
height: 169px;
|
||
|
width: 25px;
|
||
|
left: 0px;
|
||
|
top: 6px;
|
||
|
background: #eee;
|
||
|
}
|
||
|
/* line 94, registration/_patientPhoto.scss */
|
||
|
.photoCaptureDialog .photo-video-container .photoCapture-right-overlay {
|
||
|
position: absolute;
|
||
|
height: 169px;
|
||
|
width: 31px;
|
||
|
right: 0px;
|
||
|
top: 6px;
|
||
|
background: #eee;
|
||
|
}
|
||
|
/* line 103, registration/_patientPhoto.scss */
|
||
|
.photoCaptureDialog .photo-canvas-container {
|
||
|
float: left;
|
||
|
width: 188px;
|
||
|
margin-top: 6px;
|
||
|
margin-left: 30px !important;
|
||
|
}
|
||
|
/* line 109, registration/_patientPhoto.scss */
|
||
|
.photoCaptureDialog .take-photo-btn {
|
||
|
margin: 10px 54px 5px 54px;
|
||
|
}
|
||
|
/* line 112, registration/_patientPhoto.scss */
|
||
|
.photoCaptureDialog .confirmImage {
|
||
|
margin: 10px 5px 5px 55px;
|
||
|
}
|
||
|
|
||
|
/* line 117, registration/_patientPhoto.scss */
|
||
|
.photoUploadDialog {
|
||
|
text-align: center;
|
||
|
}
|
||
|
/* line 119, registration/_patientPhoto.scss */
|
||
|
.photoUploadDialog .fileUpload, .photoUploadDialog .photo-canvas-container, .photoUploadDialog .confirmImage {
|
||
|
margin: 10px 5px 5px 5px;
|
||
|
}
|
||
|
|
||
|
/* line 126, registration/_patientPhoto.scss */
|
||
|
.non-printable .box-container.box-container-default .photo-container-wrapper {
|
||
|
top: 50px;
|
||
|
right: 17px;
|
||
|
}
|
||
|
|
||
|
/*** overriding jquery styling start****/
|
||
|
/* line 134, registration/_patientPhoto.scss */
|
||
|
.ui-widget-header {
|
||
|
border: 1px solid #00796d;
|
||
|
background: #00463f;
|
||
|
}
|
||
|
|
||
|
/* line 139, registration/_patientPhoto.scss */
|
||
|
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
|
||
|
background-image: url("../lib/jquery/images/ui-icons_222222_256x240.png");
|
||
|
}
|
||
|
|
||
|
/* line 143, registration/_patientPhoto.scss */
|
||
|
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
|
||
|
border: 1px solid #36CC4E;
|
||
|
background: #D6FACF;
|
||
|
}
|
||
|
|
||
|
/* line 148, registration/_patientPhoto.scss */
|
||
|
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
|
||
|
border: 1px solid #36CC4E;
|
||
|
background: #D6FACF;
|
||
|
font-weight: bold;
|
||
|
color: #048B24;
|
||
|
}
|
||
|
|
||
|
/* line 155, registration/_patientPhoto.scss */
|
||
|
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
|
||
|
border: 1px solid #107C22;
|
||
|
background: #FFF9D8;
|
||
|
color: #1EB642;
|
||
|
}
|
||
|
|
||
|
/**** overriding jquery styling end *****/
|
||
|
/* line 3, registration/_patientCommonInformation.scss */
|
||
|
.edit-patient, .new-patient, .visit-patient {
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
/* line 8, registration/_patientCommonInformation.scss */
|
||
|
.edit-patient span.text-only {
|
||
|
display: inline-block;
|
||
|
margin: 8px 5px 8px 5px;
|
||
|
}
|
||
|
|
||
|
@media (max-width: 768px) and (max-width: 580px) {
|
||
|
/* line 17, registration/_patientCommonInformation.scss */
|
||
|
form .form-field .field-value {
|
||
|
float: none;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 21, registration/_patientCommonInformation.scss */
|
||
|
form .form-field .field-value input, form .form-field .field-value .input-prepend .add-on, form .input-prepend .form-field .field-value .add-on, .form .input-prepend form .form-field .field-value .add-on {
|
||
|
float: none !important;
|
||
|
display: block;
|
||
|
}
|
||
|
/* line 25, registration/_patientCommonInformation.scss */
|
||
|
form .form-field .field-value input[type="checkbox"], form .form-field .field-value .input-prepend [type="checkbox"].add-on, form .input-prepend .form-field .field-value [type="checkbox"].add-on, .form .input-prepend form .form-field .field-value [type="checkbox"].add-on {
|
||
|
float: left !important;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 768px) and (max-width: 580px) {
|
||
|
/* line 29, registration/_patientCommonInformation.scss */
|
||
|
form .form-field .field-attribute {
|
||
|
float: none;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 33, registration/_patientCommonInformation.scss */
|
||
|
form .form-field .field-attribute label {
|
||
|
width: 17em !important;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 768px) and (max-width: 580px) {
|
||
|
/* line 33, registration/_patientCommonInformation.scss */
|
||
|
form .form-field .field-attribute label {
|
||
|
text-align: left !important;
|
||
|
float: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* line 43, registration/_patientCommonInformation.scss */
|
||
|
form .form-field input[type="checkbox"], form .form-field .input-prepend [type="checkbox"].add-on, form .input-prepend .form-field [type="checkbox"].add-on, .form .input-prepend form .form-field [type="checkbox"].add-on {
|
||
|
margin-top: 9px;
|
||
|
margin-left: 0;
|
||
|
}
|
||
|
@media (max-width: 990px) {
|
||
|
/* line 47, registration/_patientCommonInformation.scss */
|
||
|
form .form-field label[for="smokingHistory"] {
|
||
|
width: auto !important;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* line 54, registration/_patientCommonInformation.scss */
|
||
|
section.form-field-inline {
|
||
|
*zoom: 1;
|
||
|
}
|
||
|
/* line 291, bahmni-helper/_variables.scss */
|
||
|
section.form-field-inline:before, section.form-field-inline:after {
|
||
|
content: "";
|
||
|
display: table;
|
||
|
}
|
||
|
/* line 296, bahmni-helper/_variables.scss */
|
||
|
section.form-field-inline:after {
|
||
|
clear: both;
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 54, registration/_patientCommonInformation.scss */
|
||
|
section.form-field-inline {
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
}
|
||
|
/* line 60, registration/_patientCommonInformation.scss */
|
||
|
section.form-field-inline .mylegend.registraion_Basic_info {
|
||
|
width: auto;
|
||
|
}
|
||
|
/* line 64, registration/_patientCommonInformation.scss */
|
||
|
section.form-field-inline article {
|
||
|
display: inline;
|
||
|
float: left;
|
||
|
width: 47.91667%;
|
||
|
margin: 0 1.04167%;
|
||
|
}
|
||
|
/* line 67, registration/_patientCommonInformation.scss */
|
||
|
section.form-field-inline article.form-field .field-attribute label {
|
||
|
width: 17em;
|
||
|
}
|
||
|
@media (max-width: 990px) {
|
||
|
/* line 67, registration/_patientCommonInformation.scss */
|
||
|
section.form-field-inline article.form-field .field-attribute label {
|
||
|
text-align: left;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 67, registration/_patientCommonInformation.scss */
|
||
|
section.form-field-inline article.form-field .field-attribute label {
|
||
|
text-align: right;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 580px) {
|
||
|
/* line 67, registration/_patientCommonInformation.scss */
|
||
|
section.form-field-inline article.form-field .field-attribute label {
|
||
|
text-align: left;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 64, registration/_patientCommonInformation.scss */
|
||
|
section.form-field-inline article {
|
||
|
display: inline;
|
||
|
float: left;
|
||
|
width: 97.91667%;
|
||
|
margin: 0 1.04167%;
|
||
|
}
|
||
|
}
|
||
|
/* line 87, registration/_patientCommonInformation.scss */
|
||
|
section.form-field-inline.form-field-inline-one-col article {
|
||
|
display: inline;
|
||
|
float: left;
|
||
|
width: 97.91667%;
|
||
|
margin: 0 1.04167%;
|
||
|
}
|
||
|
/* line 91, registration/_patientCommonInformation.scss */
|
||
|
section.form-field-inline.form-field-inline-one-col article.form-field .field-attribute label {
|
||
|
width: auto;
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 91, registration/_patientCommonInformation.scss */
|
||
|
section.form-field-inline.form-field-inline-one-col article.form-field .field-attribute label {
|
||
|
width: 17em;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* line 103, registration/_patientCommonInformation.scss */
|
||
|
.mylegend {
|
||
|
background: #eee;
|
||
|
line-height: 16px;
|
||
|
margin-bottom: 20px;
|
||
|
padding: 3px 0;
|
||
|
border-radius: 3px;
|
||
|
border: 1px solid #ccc;
|
||
|
}
|
||
|
/* line 110, registration/_patientCommonInformation.scss */
|
||
|
.mylegend span {
|
||
|
display: inline-block;
|
||
|
padding: 2px 10px;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
/* line 115, registration/_patientCommonInformation.scss */
|
||
|
.mylegend.registraion_Basic_info {
|
||
|
width: auto;
|
||
|
}
|
||
|
|
||
|
/* line 121, registration/_patientCommonInformation.scss */
|
||
|
.patient-common-info-container input, .patient-common-info-container form .input-prepend .add-on, form .input-prepend .patient-common-info-container .add-on, .patient-common-info-container .form .input-prepend .add-on, .form .input-prepend .patient-common-info-container .add-on, .patient-common-info-container textarea, .patient-common-info-container ul.select {
|
||
|
min-width: 0;
|
||
|
}
|
||
|
/* line 124, registration/_patientCommonInformation.scss */
|
||
|
.patient-common-info-container .patient-name-wrapper {
|
||
|
*zoom: 1;
|
||
|
}
|
||
|
/* line 291, bahmni-helper/_variables.scss */
|
||
|
.patient-common-info-container .patient-name-wrapper:before, .patient-common-info-container .patient-name-wrapper:after {
|
||
|
content: "";
|
||
|
display: table;
|
||
|
}
|
||
|
/* line 296, bahmni-helper/_variables.scss */
|
||
|
.patient-common-info-container .patient-name-wrapper:after {
|
||
|
clear: both;
|
||
|
}
|
||
|
/* line 126, registration/_patientCommonInformation.scss */
|
||
|
.patient-common-info-container .patient-name-wrapper input[type="text"], .patient-common-info-container .patient-name-wrapper form .input-prepend [type="text"].add-on, form .input-prepend .patient-common-info-container .patient-name-wrapper [type="text"].add-on, .patient-common-info-container .patient-name-wrapper .form .input-prepend [type="text"].add-on, .form .input-prepend .patient-common-info-container .patient-name-wrapper [type="text"].add-on {
|
||
|
margin-right: 5px;
|
||
|
}
|
||
|
/* line 129, registration/_patientCommonInformation.scss */
|
||
|
.patient-common-info-container .patient-name-wrapper label#casteSameAsLastNameCheckLabel {
|
||
|
width: auto;
|
||
|
}
|
||
|
/* line 132, registration/_patientCommonInformation.scss */
|
||
|
.patient-common-info-container .patient-name-wrapper .patient-name span {
|
||
|
*zoom: 1;
|
||
|
float: left;
|
||
|
}
|
||
|
/* line 291, bahmni-helper/_variables.scss */
|
||
|
.patient-common-info-container .patient-name-wrapper .patient-name span:before, .patient-common-info-container .patient-name-wrapper .patient-name span:after {
|
||
|
content: "";
|
||
|
display: table;
|
||
|
}
|
||
|
/* line 296, bahmni-helper/_variables.scss */
|
||
|
.patient-common-info-container .patient-name-wrapper .patient-name span:after {
|
||
|
clear: both;
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 132, registration/_patientCommonInformation.scss */
|
||
|
.patient-common-info-container .patient-name-wrapper .patient-name span {
|
||
|
display: block;
|
||
|
float: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* line 145, registration/_patientCommonInformation.scss */
|
||
|
.age-wrapper .age-field .input-prepend {
|
||
|
margin: 5px 5px 0px 0px;
|
||
|
}
|
||
|
/* line 147, registration/_patientCommonInformation.scss */
|
||
|
.age-wrapper .age-field .input-prepend .add-on {
|
||
|
min-width: 0;
|
||
|
background-color: #eee !important;
|
||
|
height: 19px;
|
||
|
}
|
||
|
/* line 153, registration/_patientCommonInformation.scss */
|
||
|
.age-wrapper .age-field .input-prepend input[type="number"], .age-wrapper .age-field form .input-prepend [type="number"].add-on, form .age-wrapper .age-field .input-prepend [type="number"].add-on, .age-wrapper .age-field .form .input-prepend [type="number"].add-on, .form .age-wrapper .age-field .input-prepend [type="number"].add-on {
|
||
|
width: 40px !important;
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 155, registration/_patientCommonInformation.scss */
|
||
|
.age-wrapper .age-field .input-prepend input[type="number"]#ageMonths, .age-wrapper .age-field form .input-prepend [type="number"]#ageMonths.add-on, form .age-wrapper .age-field .input-prepend [type="number"]#ageMonths.add-on, .age-wrapper .age-field .form .input-prepend [type="number"]#ageMonths.add-on, .form .age-wrapper .age-field .input-prepend [type="number"]#ageMonths.add-on {
|
||
|
width: 53px !important;
|
||
|
}
|
||
|
}
|
||
|
/* line 164, registration/_patientCommonInformation.scss */
|
||
|
.age-wrapper .dob-birthtime-wrapper .estimate-check {
|
||
|
margin-top: 10px;
|
||
|
margin-left: 7px;
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 164, registration/_patientCommonInformation.scss */
|
||
|
.age-wrapper .dob-birthtime-wrapper .estimate-check {
|
||
|
margin-left: 0px;
|
||
|
}
|
||
|
}
|
||
|
@media (min-width: 990px) {
|
||
|
/* line 172, registration/_patientCommonInformation.scss */
|
||
|
.age-wrapper .dob-birthtime-wrapper .estimated-label label {
|
||
|
width: auto !important;
|
||
|
margin-top: 1em;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 990px) {
|
||
|
/* line 180, registration/_patientCommonInformation.scss */
|
||
|
.age-wrapper .dob-birthtime-wrapper .birth-time-label label {
|
||
|
width: auto;
|
||
|
margin: 1em 0.8em 0em 0em;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 187, registration/_patientCommonInformation.scss */
|
||
|
.age-wrapper .dob-birthtime-wrapper .showOn-small-screen {
|
||
|
float: left;
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 194, registration/_patientCommonInformation.scss */
|
||
|
.age-wrapper .dob-birthtime-wrapper #birthtime {
|
||
|
width: 12.5em;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* line 202, registration/_patientCommonInformation.scss */
|
||
|
.submit-btn-container {
|
||
|
margin-top: 20px;
|
||
|
}
|
||
|
/* line 204, registration/_patientCommonInformation.scss */
|
||
|
.submit-btn-container .submit-btn {
|
||
|
margin-right: 10px;
|
||
|
}
|
||
|
|
||
|
/* line 209, registration/_patientCommonInformation.scss */
|
||
|
.selectGender {
|
||
|
border: 1px solid #ddd;
|
||
|
border-radius: 5px;
|
||
|
}
|
||
|
/* line 213, registration/_patientCommonInformation.scss */
|
||
|
.selectGender ul li {
|
||
|
display: inline-block;
|
||
|
}
|
||
|
/* line 215, registration/_patientCommonInformation.scss */
|
||
|
.selectGender ul li a {
|
||
|
padding: 5px 20px;
|
||
|
display: block;
|
||
|
border-right: 1px #ddd solid;
|
||
|
color: #363463;
|
||
|
}
|
||
|
/* line 220, registration/_patientCommonInformation.scss */
|
||
|
.selectGender ul li a:hover, .selectGender ul li a:active {
|
||
|
background: #eee;
|
||
|
}
|
||
|
/* line 223, registration/_patientCommonInformation.scss */
|
||
|
.selectGender ul li a:focus {
|
||
|
outline: 2px solid #007fff;
|
||
|
background: #eee;
|
||
|
}
|
||
|
/* line 228, registration/_patientCommonInformation.scss */
|
||
|
.selectGender ul li:last-child a {
|
||
|
border-right: none;
|
||
|
}
|
||
|
|
||
|
/* line 238, registration/_patientCommonInformation.scss */
|
||
|
.new-patient form input[type="checkbox"]#hasOldIdentifier, .new-patient form .input-prepend [type="checkbox"]#hasOldIdentifier.add-on, .form .input-prepend .new-patient form [type="checkbox"]#hasOldIdentifier.add-on {
|
||
|
margin-top: 9px;
|
||
|
margin-left: 0;
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
/* line 248, registration/_patientCommonInformation.scss */
|
||
|
.new-patient form .form-field.existing-patient .field-attribute.hasOldIdentifier-field-attribute label {
|
||
|
width: auto;
|
||
|
}
|
||
|
@media (max-width: 990px) {
|
||
|
/* line 248, registration/_patientCommonInformation.scss */
|
||
|
.new-patient form .form-field.existing-patient .field-attribute.hasOldIdentifier-field-attribute label {
|
||
|
width: 15em;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 245, registration/_patientCommonInformation.scss */
|
||
|
.new-patient form .form-field.existing-patient {
|
||
|
padding-left: 10px;
|
||
|
}
|
||
|
}
|
||
|
/* line 260, registration/_patientCommonInformation.scss */
|
||
|
.new-patient form .form-field #patientID {
|
||
|
margin-right: 10px;
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 260, registration/_patientCommonInformation.scss */
|
||
|
.new-patient form .form-field #patientID {
|
||
|
margin-right: 0;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 990px) {
|
||
|
/* line 268, registration/_patientCommonInformation.scss */
|
||
|
.new-patient .field-value.field-value-has-identifier {
|
||
|
clear: both;
|
||
|
float: none;
|
||
|
width: auto;
|
||
|
display: table;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 990px) {
|
||
|
/* line 275, registration/_patientCommonInformation.scss */
|
||
|
.new-patient .field-value.field-value-has-identifier #registrationNumber {
|
||
|
width: 10.8em;
|
||
|
float: right !important;
|
||
|
min-width: initial;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 800px) {
|
||
|
/* line 275, registration/_patientCommonInformation.scss */
|
||
|
.new-patient .field-value.field-value-has-identifier #registrationNumber {
|
||
|
width: 9.8em;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 275, registration/_patientCommonInformation.scss */
|
||
|
.new-patient .field-value.field-value-has-identifier #registrationNumber {
|
||
|
width: 10.8em;
|
||
|
}
|
||
|
}
|
||
|
@media screen and (max-width: 580px) {
|
||
|
/* line 275, registration/_patientCommonInformation.scss */
|
||
|
.new-patient .field-value.field-value-has-identifier #registrationNumber {
|
||
|
float: none !important;
|
||
|
width: 12.5em;
|
||
|
}
|
||
|
}
|
||
|
/* line 293, registration/_patientCommonInformation.scss */
|
||
|
.new-patient #registrationNumber {
|
||
|
margin-right: 10px;
|
||
|
}
|
||
|
|
||
|
@media (max-width: 990px) {
|
||
|
/* line 300, registration/_patientCommonInformation.scss */
|
||
|
.addressContainer .form-field .field-attribute label, .otherInfoContainer .form-field .field-attribute label, .additional-info-wrapper .form-field .field-attribute label {
|
||
|
text-align: left;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 300, registration/_patientCommonInformation.scss */
|
||
|
.addressContainer .form-field .field-attribute label, .otherInfoContainer .form-field .field-attribute label, .additional-info-wrapper .form-field .field-attribute label {
|
||
|
text-align: right;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* line 310, registration/_patientCommonInformation.scss */
|
||
|
.oldId-wrapper {
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
/* line 314, registration/_patientCommonInformation.scss */
|
||
|
.registration-dialog-message {
|
||
|
padding: 15px 0 10px;
|
||
|
}
|
||
|
|
||
|
/* line 3, registration/_patientAdditionalInfo.scss */
|
||
|
.additional-info-wrapper .form .form-field .field-value input[type="number"], form .input-prepend .additional-info-wrapper .form .form-field .field-value [type="number"].add-on, .additional-info-wrapper .form .form-field .field-value .input-prepend [type="number"].add-on, .additional-info-wrapper .form .input-prepend .form-field .field-value [type="number"].add-on {
|
||
|
width: 12.5em;
|
||
|
}
|
||
|
/* line 6, registration/_patientAdditionalInfo.scss */
|
||
|
.additional-info-wrapper .form .form-field .field-value input[type="checkbox"], form .input-prepend .additional-info-wrapper .form .form-field .field-value [type="checkbox"].add-on, .additional-info-wrapper .form .form-field .field-value .input-prepend [type="checkbox"].add-on, .additional-info-wrapper .form .input-prepend .form-field .field-value [type="checkbox"].add-on {
|
||
|
margin-top: 9px;
|
||
|
margin-left: 0;
|
||
|
}
|
||
|
@media (max-width: 990px) {
|
||
|
/* line 11, registration/_patientAdditionalInfo.scss */
|
||
|
.additional-info-wrapper .form-field .field-attribute label[for="isUrban"] {
|
||
|
width: auto !important;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 11, registration/_patientAdditionalInfo.scss */
|
||
|
.additional-info-wrapper .form-field .field-attribute label[for="isUrban"] {
|
||
|
width: 17em !important;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 580px) {
|
||
|
/* line 11, registration/_patientAdditionalInfo.scss */
|
||
|
.additional-info-wrapper .form-field .field-attribute label[for="isUrban"] {
|
||
|
width: auto !important;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* line 1, registration/_relationship.scss */
|
||
|
.relationships-container {
|
||
|
overflow: hidden;
|
||
|
margin: 20px 20px 10px;
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 1, registration/_relationship.scss */
|
||
|
.relationships-container {
|
||
|
margin: 20px 0px 10px;
|
||
|
}
|
||
|
}
|
||
|
/* line 7, registration/_relationship.scss */
|
||
|
.relationships-container .row {
|
||
|
float: left;
|
||
|
width: 100%;
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 7, registration/_relationship.scss */
|
||
|
.relationships-container .row {
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
}
|
||
|
/* line 13, registration/_relationship.scss */
|
||
|
.relationships-container .row .col1 {
|
||
|
margin-top: 0;
|
||
|
width: 30%;
|
||
|
float: left;
|
||
|
}
|
||
|
/* line 15, registration/_relationship.scss */
|
||
|
.relationships-container .row .col1 label.add-new {
|
||
|
margin-top: 10px;
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 13, registration/_relationship.scss */
|
||
|
.relationships-container .row .col1 {
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|
||
|
/* line 22, registration/_relationship.scss */
|
||
|
.relationships-container .row .col2 {
|
||
|
width: 38%;
|
||
|
float: left;
|
||
|
text-align: left;
|
||
|
}
|
||
|
@media (max-width: 1024px) {
|
||
|
/* line 22, registration/_relationship.scss */
|
||
|
.relationships-container .row .col2 {
|
||
|
width: 36%;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 990px) {
|
||
|
/* line 22, registration/_relationship.scss */
|
||
|
.relationships-container .row .col2 {
|
||
|
width: 31%;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 22, registration/_relationship.scss */
|
||
|
.relationships-container .row .col2 {
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|
||
|
/* line 36, registration/_relationship.scss */
|
||
|
.relationships-container .row .col3 {
|
||
|
width: 25%;
|
||
|
float: left;
|
||
|
text-align: right;
|
||
|
}
|
||
|
@media (max-width: 1024px) {
|
||
|
/* line 36, registration/_relationship.scss */
|
||
|
.relationships-container .row .col3 {
|
||
|
width: 28%;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 990px) {
|
||
|
/* line 36, registration/_relationship.scss */
|
||
|
.relationships-container .row .col3 {
|
||
|
width: 36%;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 36, registration/_relationship.scss */
|
||
|
.relationships-container .row .col3 {
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|
||
|
/* line 49, registration/_relationship.scss */
|
||
|
.relationships-container .row .col3 .till-text {
|
||
|
display: inline-block;
|
||
|
float: left;
|
||
|
padding-right: 20px;
|
||
|
padding-top: 12px;
|
||
|
}
|
||
|
@media (max-width: 990px) {
|
||
|
/* line 49, registration/_relationship.scss */
|
||
|
.relationships-container .row .col3 .till-text {
|
||
|
padding-right: 10px;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 49, registration/_relationship.scss */
|
||
|
.relationships-container .row .col3 .till-text {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|
||
|
/* line 62, registration/_relationship.scss */
|
||
|
.relationships-container .row .col4 {
|
||
|
width: 4%;
|
||
|
float: left;
|
||
|
margin-left: 2%;
|
||
|
}
|
||
|
/* line 66, registration/_relationship.scss */
|
||
|
.relationships-container .row .col4 button {
|
||
|
padding: 2px 4px !important;
|
||
|
}
|
||
|
@media (max-width: 990px) {
|
||
|
/* line 62, registration/_relationship.scss */
|
||
|
.relationships-container .row .col4 {
|
||
|
margin-left: 0;
|
||
|
width: 3%;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* line 76, registration/_relationship.scss */
|
||
|
.new-relationship {
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
/* line 79, registration/_relationship.scss */
|
||
|
.new-relationship span.no-person {
|
||
|
color: red;
|
||
|
}
|
||
|
/* line 85, registration/_relationship.scss */
|
||
|
.new-relationship .row .col4 button {
|
||
|
margin-top: 4px;
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 85, registration/_relationship.scss */
|
||
|
.new-relationship .row .col4 button {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
right: 3px;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 83, registration/_relationship.scss */
|
||
|
.new-relationship .row {
|
||
|
position: relative;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* line 102, registration/_relationship.scss */
|
||
|
.relationships-container .row select, .relationships-container .row input, .relationships-container .row form .input-prepend .add-on, form .input-prepend .relationships-container .row .add-on, .relationships-container .row .form .input-prepend .add-on, .form .input-prepend .relationships-container .row .add-on {
|
||
|
min-width: 180px;
|
||
|
}
|
||
|
/* line 107, registration/_relationship.scss */
|
||
|
.relationships-container .history-relationship {
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
/* line 109, registration/_relationship.scss */
|
||
|
.relationships-container .history-relationship .row {
|
||
|
padding: 3px 3px 3px 8px;
|
||
|
line-height: 30px;
|
||
|
}
|
||
|
/* line 110, registration/_relationship.scss */
|
||
|
.relationships-container .history-relationship .row:nth-child(odd) {
|
||
|
background-color: #EFEFEF;
|
||
|
}
|
||
|
/* line 112, registration/_relationship.scss */
|
||
|
.relationships-container .history-relationship .row:nth-child(odd) .col {
|
||
|
border: 1px solid #EFEFEF;
|
||
|
}
|
||
|
/* line 116, registration/_relationship.scss */
|
||
|
.relationships-container .history-relationship .row:nth-child(even) {
|
||
|
background-color: #fff;
|
||
|
}
|
||
|
/* line 118, registration/_relationship.scss */
|
||
|
.relationships-container .history-relationship .row:nth-child(even) .col {
|
||
|
border: 1px solid #fff;
|
||
|
}
|
||
|
/* line 122, registration/_relationship.scss */
|
||
|
.relationships-container .history-relationship .row:last-child {
|
||
|
margin-bottom: 15px;
|
||
|
border-bottom: 1px #ccc solid;
|
||
|
padding-bottom: 15px;
|
||
|
}
|
||
|
/* line 129, registration/_relationship.scss */
|
||
|
.relationships-container .history-relationship .row .col1 {
|
||
|
width: 34%;
|
||
|
}
|
||
|
/* line 130, registration/_relationship.scss */
|
||
|
.relationships-container .history-relationship .row .col2 {
|
||
|
width: 33.3%;
|
||
|
text-align: left;
|
||
|
}
|
||
|
@media (max-width: 1024px) {
|
||
|
/* line 130, registration/_relationship.scss */
|
||
|
.relationships-container .history-relationship .row .col2 {
|
||
|
width: 31.3%;
|
||
|
}
|
||
|
}
|
||
|
/* line 137, registration/_relationship.scss */
|
||
|
.relationships-container .history-relationship .row .col3 {
|
||
|
width: 26.4%;
|
||
|
text-align: left;
|
||
|
}
|
||
|
/* line 140, registration/_relationship.scss */
|
||
|
.relationships-container .history-relationship .row .col3 .till-text {
|
||
|
padding-top: 0;
|
||
|
}
|
||
|
@media (max-width: 1024px) {
|
||
|
/* line 137, registration/_relationship.scss */
|
||
|
.relationships-container .history-relationship .row .col3 {
|
||
|
width: 29.4%;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 137, registration/_relationship.scss */
|
||
|
.relationships-container .history-relationship .row .col3 {
|
||
|
width: 28.8%;
|
||
|
}
|
||
|
}
|
||
|
/* line 150, registration/_relationship.scss */
|
||
|
.relationships-container .history-relationship .row .col4 {
|
||
|
margin-left: .5%;
|
||
|
}
|
||
|
/* line 152, registration/_relationship.scss */
|
||
|
.relationships-container .history-relationship .row .col4 button {
|
||
|
margin-top: 2px;
|
||
|
}
|
||
|
/* line 158, registration/_relationship.scss */
|
||
|
.relationships-container .table-header {
|
||
|
border-radius: 5px 5px 0 0;
|
||
|
}
|
||
|
/* line 160, registration/_relationship.scss */
|
||
|
.relationships-container .table-header span {
|
||
|
font-size: 14px;
|
||
|
white-space: nowrap;
|
||
|
color: #666;
|
||
|
font-family: OpenSansBold, Arial, sans-serif;
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
|
||
|
/* line 1, registration/_patientDeathInformation.scss */
|
||
|
.death {
|
||
|
margin: 20px 20px 10px !important;
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 1, registration/_patientDeathInformation.scss */
|
||
|
.death {
|
||
|
margin: 20px 0px 10px !important;
|
||
|
}
|
||
|
}
|
||
|
/* line 6, registration/_patientDeathInformation.scss */
|
||
|
.death .row {
|
||
|
float: left;
|
||
|
width: 100%;
|
||
|
}
|
||
|
/* line 9, registration/_patientDeathInformation.scss */
|
||
|
.death .row .col {
|
||
|
width: 33%;
|
||
|
float: left;
|
||
|
}
|
||
|
@media (max-width: 990px) {
|
||
|
/* line 9, registration/_patientDeathInformation.scss */
|
||
|
.death .row .col {
|
||
|
width: 40%;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 9, registration/_patientDeathInformation.scss */
|
||
|
.death .row .col {
|
||
|
display: inline;
|
||
|
float: left;
|
||
|
width: 97.91667%;
|
||
|
margin: 0 1.04167%;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 990px) {
|
||
|
/* line 19, registration/_patientDeathInformation.scss */
|
||
|
.death .row .col3 {
|
||
|
width: 15%;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 19, registration/_patientDeathInformation.scss */
|
||
|
.death .row .col3 {
|
||
|
display: inline;
|
||
|
float: left;
|
||
|
width: 97.91667%;
|
||
|
margin: 0 1.04167%;
|
||
|
}
|
||
|
}
|
||
|
/* line 28, registration/_patientDeathInformation.scss */
|
||
|
.death .till-text {
|
||
|
margin: 5px 0.8em 7px 0px;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
/* line 32, registration/_patientDeathInformation.scss */
|
||
|
.death .isDeadChkBox {
|
||
|
margin-top: 8px;
|
||
|
margin-right: 10px;
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 32, registration/_patientDeathInformation.scss */
|
||
|
.death .isDeadChkBox {
|
||
|
margin-left: 0;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* line 9, registration/_registration.scss */
|
||
|
body {
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 9, registration/_registration.scss */
|
||
|
body {
|
||
|
font-size: 15px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* line 16, registration/_registration.scss */
|
||
|
.reg-wrapper .reg-body-wrapper {
|
||
|
padding: 10px 0;
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 16, registration/_registration.scss */
|
||
|
.reg-wrapper .reg-body-wrapper {
|
||
|
padding: 15px;
|
||
|
}
|
||
|
}
|
||
|
/* line 21, registration/_registration.scss */
|
||
|
.reg-wrapper .reg-body-wrapper .observation-section {
|
||
|
width: 100%;
|
||
|
}
|
||
|
/* line 23, registration/_registration.scss */
|
||
|
.reg-wrapper .reg-body-wrapper .observation-section article {
|
||
|
width: 42%;
|
||
|
margin-left: 0;
|
||
|
}
|
||
|
@media (max-width: 950px) {
|
||
|
/* line 23, registration/_registration.scss */
|
||
|
.reg-wrapper .reg-body-wrapper .observation-section article {
|
||
|
width: 100% !important;
|
||
|
}
|
||
|
}
|
||
|
/* line 29, registration/_registration.scss */
|
||
|
.reg-wrapper .reg-body-wrapper .observation-section article.obs-section {
|
||
|
width: 30% !important;
|
||
|
margin-left: 3%;
|
||
|
float: right;
|
||
|
}
|
||
|
@media (max-width: 950px) {
|
||
|
/* line 29, registration/_registration.scss */
|
||
|
.reg-wrapper .reg-body-wrapper .observation-section article.obs-section {
|
||
|
width: 100% !important;
|
||
|
margin: 15px auto;
|
||
|
}
|
||
|
}
|
||
|
/* line 41, registration/_registration.scss */
|
||
|
.reg-wrapper .reg-body-wrapper .observation-section .form-horizontal fieldset label {
|
||
|
float: left;
|
||
|
width: 15em;
|
||
|
margin-right: 15px;
|
||
|
margin-left: 0;
|
||
|
text-align: right;
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 41, registration/_registration.scss */
|
||
|
.reg-wrapper .reg-body-wrapper .observation-section .form-horizontal fieldset label {
|
||
|
width: 17em;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 580px) {
|
||
|
/* line 41, registration/_registration.scss */
|
||
|
.reg-wrapper .reg-body-wrapper .observation-section .form-horizontal fieldset label {
|
||
|
text-align: left;
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|
||
|
/* line 56, registration/_registration.scss */
|
||
|
.reg-wrapper .reg-body-wrapper .observation-section .form-horizontal fieldset .field-value input, .reg-wrapper .reg-body-wrapper .observation-section .form-horizontal fieldset .field-value form .input-prepend .add-on, form .input-prepend .reg-wrapper .reg-body-wrapper .observation-section .form-horizontal fieldset .field-value .add-on, .reg-wrapper .reg-body-wrapper .observation-section .form-horizontal fieldset .field-value .form .input-prepend .add-on, .form .input-prepend .reg-wrapper .reg-body-wrapper .observation-section .form-horizontal fieldset .field-value .add-on {
|
||
|
width: 12.5em !important;
|
||
|
}
|
||
|
/* line 59, registration/_registration.scss */
|
||
|
.reg-wrapper .reg-body-wrapper .observation-section .form-horizontal fieldset .field-value textarea {
|
||
|
width: 14em !important;
|
||
|
}
|
||
|
/* line 64, registration/_registration.scss */
|
||
|
.reg-wrapper .reg-body-wrapper .observation-section .form-horizontal fieldset.hasLegend .offset-label {
|
||
|
padding-left: 0;
|
||
|
}
|
||
|
/* line 73, registration/_registration.scss */
|
||
|
.reg-wrapper .reg-body-wrapper.visit-patient-page .observation-section .field-value-buttonSelectType {
|
||
|
max-width: 55%;
|
||
|
width: auto;
|
||
|
}
|
||
|
/* line 76, registration/_registration.scss */
|
||
|
.reg-wrapper .reg-body-wrapper.visit-patient-page .observation-section .field-value-buttonSelectType .multi-select-button-group button {
|
||
|
width: 185px;
|
||
|
text-align: center;
|
||
|
padding-left: 10px;
|
||
|
padding-right: 10px;
|
||
|
}
|
||
|
@media screen and (max-width: 1024px) {
|
||
|
/* line 76, registration/_registration.scss */
|
||
|
.reg-wrapper .reg-body-wrapper.visit-patient-page .observation-section .field-value-buttonSelectType .multi-select-button-group button {
|
||
|
width: 175px;
|
||
|
}
|
||
|
}
|
||
|
@media screen and (max-width: 1060px) {
|
||
|
/* line 73, registration/_registration.scss */
|
||
|
.reg-wrapper .reg-body-wrapper.visit-patient-page .observation-section .field-value-buttonSelectType {
|
||
|
max-width: 48%;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 650px) {
|
||
|
/* line 73, registration/_registration.scss */
|
||
|
.reg-wrapper .reg-body-wrapper.visit-patient-page .observation-section .field-value-buttonSelectType {
|
||
|
max-width: 40%;
|
||
|
}
|
||
|
}
|
||
|
/* line 92, registration/_registration.scss */
|
||
|
.reg-wrapper .reg-body-wrapper.visit-patient-page .observation-section article {
|
||
|
width: 60%;
|
||
|
}
|
||
|
@media (max-width: 1024px) {
|
||
|
/* line 92, registration/_registration.scss */
|
||
|
.reg-wrapper .reg-body-wrapper.visit-patient-page .observation-section article {
|
||
|
width: 63%;
|
||
|
}
|
||
|
}
|
||
|
/* line 97, registration/_registration.scss */
|
||
|
.reg-wrapper .reg-body-wrapper.visit-patient-page .observation-section article.noShowLatest {
|
||
|
width: 100%;
|
||
|
}
|
||
|
/* line 99, registration/_registration.scss */
|
||
|
.reg-wrapper .reg-body-wrapper.visit-patient-page .observation-section article.noShowLatest .field-value-buttonSelectType {
|
||
|
width: 66%;
|
||
|
}
|
||
|
/* line 108, registration/_registration.scss */
|
||
|
.reg-wrapper .obs-section section .form-field {
|
||
|
padding: 0;
|
||
|
border-bottom: 0;
|
||
|
}
|
||
|
/* line 113, registration/_registration.scss */
|
||
|
.reg-wrapper .obs-section section.hierarchy .testUnderPanel {
|
||
|
width: 40%;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
/* line 116, registration/_registration.scss */
|
||
|
.reg-wrapper .obs-section section.hierarchy .testUnderPanel label {
|
||
|
margin-top: 0;
|
||
|
}
|
||
|
|
||
|
/* line 123, registration/_registration.scss */
|
||
|
.verify-health-id-btn {
|
||
|
margin-left: 5px;
|
||
|
margin-top: 2px;
|
||
|
}
|
||
|
@media (max-width: 800px) {
|
||
|
/* line 123, registration/_registration.scss */
|
||
|
.verify-health-id-btn {
|
||
|
margin-left: 10px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* line 130, registration/_registration.scss */
|
||
|
.identifier-ui {
|
||
|
position: fixed;
|
||
|
z-index: 1;
|
||
|
padding-top: 100px;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
left: 0;
|
||
|
top: 0;
|
||
|
overflow: auto;
|
||
|
background-color: rgba(0, 0, 0, 0.6);
|
||
|
}
|
||
|
/* line 141, registration/_registration.scss */
|
||
|
.identifier-ui .identifier-iframe {
|
||
|
background-color: #fefefe;
|
||
|
margin: auto;
|
||
|
padding: 20px;
|
||
|
border: 1px solid #888;
|
||
|
width: 40%;
|
||
|
height: 600px;
|
||
|
}
|
||
|
/* line 150, registration/_registration.scss */
|
||
|
.identifier-ui .close {
|
||
|
color: #aaaaaa;
|
||
|
float: right;
|
||
|
font-size: 28px;
|
||
|
font-weight: bold;
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
/* line 158, registration/_registration.scss */
|
||
|
.identifier-ui .close:hover, .identifier-ui .close:focus {
|
||
|
color: #000;
|
||
|
text-decoration: none;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
/* line 167, registration/_registration.scss */
|
||
|
.additional-attribute.active .fa-caret-right {
|
||
|
display: none;
|
||
|
}
|
||
|
/* line 170, registration/_registration.scss */
|
||
|
.additional-attribute.active .fa-caret-down {
|
||
|
display: inline;
|
||
|
}
|
||
|
/* line 174, registration/_registration.scss */
|
||
|
.additional-attribute .fa-caret-down {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
/* line 180, registration/_registration.scss */
|
||
|
.showOn-desktop-registration {
|
||
|
display: block !important;
|
||
|
}
|
||
|
@media (max-width: 990px) {
|
||
|
/* line 180, registration/_registration.scss */
|
||
|
.showOn-desktop-registration {
|
||
|
display: none !important;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* line 187, registration/_registration.scss */
|
||
|
.showOn-small-screen-registration {
|
||
|
display: none !important;
|
||
|
}
|
||
|
@media (max-width: 990px) {
|
||
|
/* line 187, registration/_registration.scss */
|
||
|
.showOn-small-screen-registration {
|
||
|
display: block !important;
|
||
|
float: none !important;
|
||
|
clear: both;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media (max-width: 990px) {
|
||
|
/* line 196, registration/_registration.scss */
|
||
|
.patientExistingIdentifier {
|
||
|
width: auto;
|
||
|
float: left;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* line 203, registration/_registration.scss */
|
||
|
.otherInfoContainer input[type="number"], .otherInfoContainer form .input-prepend [type="number"].add-on, form .input-prepend .otherInfoContainer [type="number"].add-on, .otherInfoContainer .form .input-prepend [type="number"].add-on, .form .input-prepend .otherInfoContainer [type="number"].add-on {
|
||
|
width: 12.5em !important;
|
||
|
}
|
||
|
@media (max-width: 800px) {
|
||
|
/* line 203, registration/_registration.scss */
|
||
|
.otherInfoContainer input[type="number"], .otherInfoContainer form .input-prepend [type="number"].add-on, form .input-prepend .otherInfoContainer [type="number"].add-on, .otherInfoContainer .form .input-prepend [type="number"].add-on, .form .input-prepend .otherInfoContainer [type="number"].add-on {
|
||
|
width: 11.5em !important;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 203, registration/_registration.scss */
|
||
|
.otherInfoContainer input[type="number"], .otherInfoContainer form .input-prepend [type="number"].add-on, form .input-prepend .otherInfoContainer [type="number"].add-on, .otherInfoContainer .form .input-prepend [type="number"].add-on, .form .input-prepend .otherInfoContainer [type="number"].add-on {
|
||
|
width: 12.5em !important;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* line 214, registration/_registration.scss */
|
||
|
.reg-body-wrapper .form-field .field-value .autocomplete {
|
||
|
width: 296px;
|
||
|
}
|
||
|
/* line 216, registration/_registration.scss */
|
||
|
.reg-body-wrapper .form-field .field-value .autocomplete input.concept-name.ui-autocomplete-input, .reg-body-wrapper .form-field .field-value .autocomplete form .input-prepend .concept-name.ui-autocomplete-input.add-on, form .input-prepend .reg-body-wrapper .form-field .field-value .autocomplete .concept-name.ui-autocomplete-input.add-on, .reg-body-wrapper .form-field .field-value .autocomplete .form .input-prepend .concept-name.ui-autocomplete-input.add-on, .form .input-prepend .reg-body-wrapper .form-field .field-value .autocomplete .concept-name.ui-autocomplete-input.add-on {
|
||
|
float: left;
|
||
|
min-width: 197px;
|
||
|
margin-right: 15px;
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
@media (max-width: 768px) {
|
||
|
/* line 216, registration/_registration.scss */
|
||
|
.reg-body-wrapper .form-field .field-value .autocomplete input.concept-name.ui-autocomplete-input, .reg-body-wrapper .form-field .field-value .autocomplete form .input-prepend .concept-name.ui-autocomplete-input.add-on, form .input-prepend .reg-body-wrapper .form-field .field-value .autocomplete .concept-name.ui-autocomplete-input.add-on, .reg-body-wrapper .form-field .field-value .autocomplete .form .input-prepend .concept-name.ui-autocomplete-input.add-on, .form .input-prepend .reg-body-wrapper .form-field .field-value .autocomplete .concept-name.ui-autocomplete-input.add-on {
|
||
|
float: left !important;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 650px) {
|
||
|
/* line 216, registration/_registration.scss */
|
||
|
.reg-body-wrapper .form-field .field-value .autocomplete input.concept-name.ui-autocomplete-input, .reg-body-wrapper .form-field .field-value .autocomplete form .input-prepend .concept-name.ui-autocomplete-input.add-on, form .input-prepend .reg-body-wrapper .form-field .field-value .autocomplete .concept-name.ui-autocomplete-input.add-on, .reg-body-wrapper .form-field .field-value .autocomplete .form .input-prepend .concept-name.ui-autocomplete-input.add-on, .form .input-prepend .reg-body-wrapper .form-field .field-value .autocomplete .concept-name.ui-autocomplete-input.add-on {
|
||
|
float: none !important;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 650px) {
|
||
|
/* line 214, registration/_registration.scss */
|
||
|
.reg-body-wrapper .form-field .field-value .autocomplete {
|
||
|
width: 218px;
|
||
|
}
|
||
|
}
|
||
|
/* line 232, registration/_registration.scss */
|
||
|
.reg-body-wrapper .form-field .field-value .autocomplete .accept-btn {
|
||
|
margin-top: 6px;
|
||
|
}
|
||
|
|
||
|
/* line 236, registration/_registration.scss */
|
||
|
.comment-toggle {
|
||
|
margin-top: 4px;
|
||
|
}
|
||
|
|
||
|
/* line 239, registration/_registration.scss */
|
||
|
.split-button {
|
||
|
margin: 2px 0;
|
||
|
}
|
||
|
|
||
|
/* line 246, registration/_registration.scss */
|
||
|
.form-builder-row .label-wrap {
|
||
|
padding-right: 15px !important;
|
||
|
margin-top: 0 !important;
|
||
|
width: 200px !important;
|
||
|
}
|
||
|
/* line 250, registration/_registration.scss */
|
||
|
.form-builder-row .label-wrap label {
|
||
|
text-align: right;
|
||
|
font-size: 14px;
|
||
|
padding-right: 20px !important;
|
||
|
}
|
||
|
/* line 257, registration/_registration.scss */
|
||
|
.form-builder-row legend {
|
||
|
width: auto !important;
|
||
|
}
|
||
|
/* line 263, registration/_registration.scss */
|
||
|
.form-builder-row .Select-input input:focus, .form-builder-row .Select-input form .input-prepend .add-on:focus, form .input-prepend .form-builder-row .Select-input .add-on:focus, .form-builder-row .Select-input .form .input-prepend .add-on:focus, .form .input-prepend .form-builder-row .Select-input .add-on:focus {
|
||
|
outline: none !important;
|
||
|
background: #FFFDF7;
|
||
|
}
|