10659 lines
346 KiB
CSS
10659 lines
346 KiB
CSS
/*BAHMNI css files*/
|
|
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
|
|
/* ==========================================================================
|
|
HTML5 display definitions
|
|
========================================================================== */
|
|
/*
|
|
* Corrects `block` display not defined in IE 8/9.
|
|
*/
|
|
/* line 11, vendor/_normalize.scss */
|
|
article,
|
|
aside,
|
|
details,
|
|
figcaption,
|
|
figure,
|
|
footer,
|
|
header,
|
|
hgroup,
|
|
nav,
|
|
section,
|
|
summary {
|
|
display: block;
|
|
}
|
|
|
|
/*
|
|
* Corrects `inline-block` display not defined in IE 8/9.
|
|
*/
|
|
/* line 29, vendor/_normalize.scss */
|
|
audio,
|
|
canvas,
|
|
video {
|
|
display: inline-block;
|
|
}
|
|
|
|
/*
|
|
* Prevents modern browsers from displaying `audio` without controls.
|
|
* Remove excess height in iOS 5 devices.
|
|
*/
|
|
/* line 40, vendor/_normalize.scss */
|
|
audio:not([controls]) {
|
|
display: none;
|
|
height: 0;
|
|
}
|
|
|
|
/*
|
|
* Addresses styling for `hidden` attribute not present in IE 8/9.
|
|
*/
|
|
/* line 49, vendor/_normalize.scss */
|
|
[hidden] {
|
|
display: none;
|
|
}
|
|
|
|
/* ==========================================================================
|
|
Base
|
|
========================================================================== */
|
|
/*
|
|
* 1. Sets default font family to sans-serif.
|
|
* 2. Prevents iOS text size adjust after orientation change, without disabling
|
|
* user zoom.
|
|
*/
|
|
/* line 63, vendor/_normalize.scss */
|
|
html {
|
|
font-family: sans-serif;
|
|
/* 1 */
|
|
-webkit-text-size-adjust: 100%;
|
|
/* 2 */
|
|
-ms-text-size-adjust: 100%;
|
|
/* 2 */
|
|
}
|
|
|
|
/* ==========================================================================
|
|
Links
|
|
========================================================================== */
|
|
/*
|
|
* Addresses `outline` inconsistency between Chrome and other browsers.
|
|
*/
|
|
/* line 77, vendor/_normalize.scss */
|
|
a:focus {
|
|
outline: thin dotted;
|
|
}
|
|
|
|
/*
|
|
* Improves readability when focused and also mouse hovered in all browsers.
|
|
*/
|
|
/* line 85, vendor/_normalize.scss */
|
|
a:active,
|
|
a:hover {
|
|
outline: 0;
|
|
}
|
|
|
|
/* ==========================================================================
|
|
Typography
|
|
========================================================================== */
|
|
/*
|
|
* Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
|
|
* Safari 5, and Chrome.
|
|
*/
|
|
/* line 99, vendor/_normalize.scss */
|
|
h1 {
|
|
font-size: 2em;
|
|
}
|
|
|
|
/*
|
|
* Addresses styling not present in IE 8/9, Safari 5, and Chrome.
|
|
*/
|
|
/* line 107, vendor/_normalize.scss */
|
|
abbr[title] {
|
|
border-bottom: 1px dotted;
|
|
}
|
|
|
|
/*
|
|
* Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
|
|
*/
|
|
/* line 115, vendor/_normalize.scss */
|
|
b,
|
|
strong {
|
|
font-weight: bold;
|
|
}
|
|
|
|
/*
|
|
* Addresses styling not present in Safari 5 and Chrome.
|
|
*/
|
|
/* line 124, vendor/_normalize.scss */
|
|
dfn {
|
|
font-style: italic;
|
|
}
|
|
|
|
/*
|
|
* Addresses styling not present in IE 8/9.
|
|
*/
|
|
/* line 132, vendor/_normalize.scss */
|
|
mark {
|
|
background: #ff0;
|
|
color: #000;
|
|
}
|
|
|
|
/*
|
|
* Corrects font family set oddly in Safari 5 and Chrome.
|
|
*/
|
|
/* line 142, vendor/_normalize.scss */
|
|
code,
|
|
kbd,
|
|
pre,
|
|
samp {
|
|
font-family: monospace, serif;
|
|
font-size: 1em;
|
|
}
|
|
|
|
/*
|
|
* Improves readability of pre-formatted text in all browsers.
|
|
*/
|
|
/* line 154, vendor/_normalize.scss */
|
|
pre {
|
|
white-space: pre;
|
|
white-space: pre-wrap;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
/*
|
|
* Sets consistent quote types.
|
|
*/
|
|
/* line 164, vendor/_normalize.scss */
|
|
q {
|
|
quotes: "\201C" "\201D" "\2018" "\2019";
|
|
}
|
|
|
|
/*
|
|
* Addresses inconsistent and variable font size in all browsers.
|
|
*/
|
|
/* line 172, vendor/_normalize.scss */
|
|
small {
|
|
font-size: 80%;
|
|
}
|
|
|
|
/*
|
|
* Prevents `sub` and `sup` affecting `line-height` in all browsers.
|
|
*/
|
|
/* line 180, vendor/_normalize.scss */
|
|
sub,
|
|
sup {
|
|
font-size: 75%;
|
|
line-height: 0;
|
|
position: relative;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
/* line 188, vendor/_normalize.scss */
|
|
sup {
|
|
top: -0.5em;
|
|
}
|
|
|
|
/* line 192, vendor/_normalize.scss */
|
|
sub {
|
|
bottom: -0.25em;
|
|
}
|
|
|
|
/* ==========================================================================
|
|
Embedded content
|
|
========================================================================== */
|
|
/*
|
|
* Removes border when inside `a` element in IE 8/9.
|
|
*/
|
|
/* line 204, vendor/_normalize.scss */
|
|
img {
|
|
border: 0;
|
|
}
|
|
|
|
/*
|
|
* Corrects overflow displayed oddly in IE 9.
|
|
*/
|
|
/* line 212, vendor/_normalize.scss */
|
|
svg:not(:root) {
|
|
overflow: hidden;
|
|
}
|
|
|
|
/* ==========================================================================
|
|
Figures
|
|
========================================================================== */
|
|
/*
|
|
* Addresses margin not present in IE 8/9 and Safari 5.
|
|
*/
|
|
/* line 224, vendor/_normalize.scss */
|
|
figure {
|
|
margin: 0;
|
|
}
|
|
|
|
/* ==========================================================================
|
|
Forms
|
|
========================================================================== */
|
|
/*
|
|
* Define consistent border, margin, and padding.
|
|
*/
|
|
/* line 236, vendor/_normalize.scss */
|
|
fieldset {
|
|
border: 1px solid #c0c0c0;
|
|
margin: 0 2px;
|
|
padding: 0.35em 0.625em 0.75em;
|
|
}
|
|
|
|
/*
|
|
* 1. Corrects color not being inherited in IE 8/9.
|
|
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
|
|
*/
|
|
/* line 247, vendor/_normalize.scss */
|
|
legend {
|
|
border: 0;
|
|
/* 1 */
|
|
padding: 0;
|
|
/* 2 */
|
|
}
|
|
|
|
/*
|
|
* 1. Corrects font family not being inherited in all browsers.
|
|
* 2. Corrects font size not being inherited in all browsers.
|
|
* 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
|
|
*/
|
|
/* line 258, vendor/_normalize.scss */
|
|
button,
|
|
input,
|
|
form .input-prepend .add-on,
|
|
.form .input-prepend .add-on,
|
|
.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,
|
|
.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 .input-prepend [type="button"].add-on,
|
|
.input-prepend html [type="button"].add-on,
|
|
input[type="reset"],
|
|
.input-prepend [type="reset"].add-on,
|
|
input[type="submit"],
|
|
.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],
|
|
.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"], .input-prepend [type="checkbox"].add-on,
|
|
input[type="radio"],
|
|
.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"], .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, .input-prepend [type="search"].add-on::-webkit-search-cancel-button,
|
|
input[type="search"]::-webkit-search-decoration,
|
|
.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,
|
|
.input-prepend .add-on::-moz-focus-inner {
|
|
border: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
/*
|
|
* 1. Removes default vertical scrollbar in IE 8/9.
|
|
* 2. Improves readability and alignment in all browsers.
|
|
*/
|
|
/* line 351, vendor/_normalize.scss */
|
|
textarea {
|
|
overflow: auto;
|
|
/* 1 */
|
|
vertical-align: top;
|
|
/* 2 */
|
|
}
|
|
|
|
/* ==========================================================================
|
|
Tables
|
|
========================================================================== */
|
|
/*
|
|
* Remove most spacing between table cells.
|
|
*/
|
|
/* line 364, vendor/_normalize.scss */
|
|
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
/*doc
|
|
---
|
|
title: Colors
|
|
name: Colors
|
|
category: Variables - colors
|
|
---
|
|
Color patterns used in the whole Bahmni application are listed below... For using any particular color , you should call the variable used for the color.
|
|
|
|
```html_example
|
|
<div class="row">
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#00463f;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$bahmniPrimaryColor</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#669999;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$bahmniSecondaryColor</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #457FAC;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$bahmniTertiaryColor</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#2b95ff;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$bahmniLinkColor</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#a1d030;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$bahmniPrimaryBtnColor</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#88af28;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$bahmniPrimaryBtnColorHover</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#66b298;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$bahmniSectionHeaderColor</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #EFF8FF;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$clinicalNotesColor</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#E8A000;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$clinicalCurrentVist</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#e8edf3;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$clinicalInfoMessageBg</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #660000;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$clinicalRemoveBtn</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#cceffc;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$clinicalHighlight</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #ffcdcd;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$clinicalFormInvalid</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #007fff;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$clinicalFormFocus</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #fffdf7;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$clinicalFormFocusBg</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #FFFAD8;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$clinicalFormWarning</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#333;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$darkGray</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #666;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$mediumGray</pre>
|
|
</div>
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background:#ccc;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$lightGray</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #ddd;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$lighterGray</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #eee;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$lightestGray</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #bbb;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$primarySectionGridBorder</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #f1f1f1;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$bahmniTableHeaderBg</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #fafafa;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$bahmniPageBg</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #FFFDF0;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$alertBackground</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #FFFFFF;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$white</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #000000;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$black</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #BBB;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$darkerGrey</pre>
|
|
</div>
|
|
|
|
<div class="col-sm-3 col-xs-6">
|
|
<div style="background: #f3f3f3;"><br><br><br><br><br></div>
|
|
<pre class="text-center">$lighterGrey</pre>
|
|
</div>
|
|
|
|
</div>
|
|
```
|
|
|
|
*/
|
|
/*doc
|
|
---
|
|
title: Fonts
|
|
name: Fonts
|
|
category: Variables - fonts
|
|
---
|
|
Below listed fonts are used in the whole Bahmni application.
|
|
|
|
```html_example
|
|
<div>
|
|
<span style="font-family: OpenSansBold;">font-family: $OpenSansBoldFont;</span><br/>
|
|
<span>font-family: $OpenSansFont;</span><br/>
|
|
<span style="font-family: OpenSansLight;">font-family: $primaryLightFont;</span><br/>
|
|
<span style="font-family: OpenSansItalic;"> font-family: $primaryItalicFont;</span><br/>
|
|
</div>
|
|
```
|
|
|
|
*/
|
|
/* settings */
|
|
/* _colors - bahmniTheme: */
|
|
/* _components - bahmniTheme: */
|
|
/* _different shades of grey/gray: */
|
|
/* any text will not be lighter than this */
|
|
/* any border will not be lighter than this */
|
|
/* any background will not be lighter than this */
|
|
/* _spacing padding - margin: */
|
|
/* _fonts */
|
|
/* _mixins */
|
|
/*doc
|
|
---
|
|
title: Basic Headings
|
|
name: Basic_headings
|
|
category: Components - Headings
|
|
---
|
|
```html_example
|
|
<h1>Sample Header1</h1>
|
|
<h2>Sample Header2</h2>
|
|
<h3>Sample Header3</h3>
|
|
<h4>Sample Header4</h4>
|
|
<h5>Sample Header5</h5>
|
|
<h6>Sample Header6</h6>
|
|
```
|
|
|
|
*/
|
|
/* line 19, bahmni-helper/_base.scss */
|
|
html, body {
|
|
height: 100%;
|
|
}
|
|
|
|
/* line 24, bahmni-helper/_base.scss */
|
|
html.ngdialog-open {
|
|
overflow: hidden !important;
|
|
}
|
|
|
|
/* line 29, bahmni-helper/_base.scss */
|
|
body {
|
|
font-family: OpenSans, Arial, sans-serif, Arial, sans-serif;
|
|
-webkit-font-smoothing: subpixel-antialiased;
|
|
background: #fafafa;
|
|
color: #363463;
|
|
font-size: 16px;
|
|
line-height: 1.1em;
|
|
margin: 0 auto;
|
|
}
|
|
/* line 37, bahmni-helper/_base.scss */
|
|
body pre {
|
|
background: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: OpenSans, Arial, sans-serif, Arial, sans-serif;
|
|
font-size: 14px;
|
|
}
|
|
|
|
/* line 45, bahmni-helper/_base.scss */
|
|
body.show-controller-back.ngdialog-open {
|
|
overflow: auto !important;
|
|
overflow-x: hidden !important;
|
|
}
|
|
|
|
/* line 50, bahmni-helper/_base.scss */
|
|
ul, ol, li {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
/* line 55, bahmni-helper/_base.scss */
|
|
ol {
|
|
display: inline-block;
|
|
}
|
|
|
|
/* line 59, bahmni-helper/_base.scss */
|
|
ul {
|
|
list-style: none;
|
|
}
|
|
|
|
/* line 63, bahmni-helper/_base.scss */
|
|
ul.list {
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 65, bahmni-helper/_base.scss */
|
|
ul.list li {
|
|
list-style: circle;
|
|
margin: 0 0 5px 30px;
|
|
}
|
|
/* line 68, bahmni-helper/_base.scss */
|
|
ul.list li ul li {
|
|
color: #666;
|
|
}
|
|
|
|
/* line 74, bahmni-helper/_base.scss */
|
|
hr {
|
|
border: 0;
|
|
border-bottom: 1px solid #FFFFFF;
|
|
}
|
|
|
|
/* line 81, bahmni-helper/_base.scss */
|
|
a, a:link, a:visited, a:hover, a:active {
|
|
color: #2b95ff;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
/* line 88, bahmni-helper/_base.scss */
|
|
#body-wrapper {
|
|
margin-top: 10px;
|
|
padding: 10px;
|
|
background-color: white;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
/* line 95, bahmni-helper/_base.scss */
|
|
table {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
/* line 100, bahmni-helper/_base.scss */
|
|
i.link {
|
|
font-size: 0.7em;
|
|
}
|
|
/* line 104, bahmni-helper/_base.scss */
|
|
i.small {
|
|
font-size: 1.2em;
|
|
}
|
|
/* line 108, bahmni-helper/_base.scss */
|
|
i.medium {
|
|
font-size: 2em;
|
|
}
|
|
|
|
/* line 115, bahmni-helper/_base.scss */
|
|
h1, h2, h3, h4, h5, h6 {
|
|
color: #00473f;
|
|
clear: both;
|
|
margin: 10px 0;
|
|
font-weight: normal;
|
|
}
|
|
|
|
/* line 122, bahmni-helper/_base.scss */
|
|
h1 {
|
|
font-size: 1.5em;
|
|
margin: 10px 0 20px 0;
|
|
}
|
|
|
|
/* line 127, bahmni-helper/_base.scss */
|
|
h2 {
|
|
font-size: 1.3em;
|
|
color: #009384;
|
|
}
|
|
/* line 131, bahmni-helper/_base.scss */
|
|
h2 em {
|
|
font-size: 0.7em;
|
|
color: #00e0c9;
|
|
display: block;
|
|
}
|
|
|
|
/* line 138, bahmni-helper/_base.scss */
|
|
h3 {
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
/* line 143, bahmni-helper/_base.scss */
|
|
h4 {
|
|
font-size: 1.2em;
|
|
color: #009384;
|
|
}
|
|
|
|
/* line 148, bahmni-helper/_base.scss */
|
|
h5 {
|
|
font-size: 1.17em;
|
|
}
|
|
|
|
/* line 152, bahmni-helper/_base.scss */
|
|
h6 {
|
|
font-size: 1.13em;
|
|
color: #009384;
|
|
}
|
|
|
|
/* line 157, bahmni-helper/_base.scss */
|
|
p {
|
|
margin: 0;
|
|
}
|
|
/* line 160, bahmni-helper/_base.scss */
|
|
p.spaced {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
/* line 165, bahmni-helper/_base.scss */
|
|
strong {
|
|
font-family: "OpenSansBold";
|
|
font-weight: normal;
|
|
}
|
|
|
|
/* line 170, bahmni-helper/_base.scss */
|
|
em {
|
|
font-family: "OpenSansItalic";
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
/* line 177, bahmni-helper/_base.scss */
|
|
table {
|
|
width: 100%;
|
|
}
|
|
/* line 180, bahmni-helper/_base.scss */
|
|
table th, table td {
|
|
padding: 5px 10px;
|
|
border: 1px solid #ddd;
|
|
}
|
|
/* line 185, bahmni-helper/_base.scss */
|
|
table tr {
|
|
border: 1px solid #EEE;
|
|
}
|
|
/* line 189, bahmni-helper/_base.scss */
|
|
table tr:nth-child(even) {
|
|
background: #FFFDF7;
|
|
}
|
|
/* line 193, bahmni-helper/_base.scss */
|
|
table tr:nth-child(odd) {
|
|
background: white;
|
|
}
|
|
/* line 197, bahmni-helper/_base.scss */
|
|
table tr.hover {
|
|
background: #75b2f0;
|
|
color: white;
|
|
cursor: pointer;
|
|
}
|
|
/* line 203, bahmni-helper/_base.scss */
|
|
table tr.selected {
|
|
background: #007FFF;
|
|
color: white;
|
|
}
|
|
/* line 207, bahmni-helper/_base.scss */
|
|
table tr.selected a {
|
|
color: white;
|
|
}
|
|
/* line 212, bahmni-helper/_base.scss */
|
|
table thead th {
|
|
border-bottom: 1px solid #ddd;
|
|
background: #f3f3f3;
|
|
width: auto;
|
|
text-align: left;
|
|
word-break: normal;
|
|
font-weight: normal;
|
|
font-family: "OpenSansBold";
|
|
}
|
|
|
|
/* line 223, bahmni-helper/_base.scss */
|
|
.title {
|
|
font-family: "OpenSansBold";
|
|
}
|
|
|
|
/* line 227, bahmni-helper/_base.scss */
|
|
.body {
|
|
font-weight: 400;
|
|
}
|
|
|
|
/* line 231, bahmni-helper/_base.scss */
|
|
.small {
|
|
font-family: "OpenSansLight";
|
|
}
|
|
|
|
/* line 236, bahmni-helper/_base.scss */
|
|
.clear:before, .clear:after {
|
|
content: " ";
|
|
display: table;
|
|
}
|
|
/* line 242, bahmni-helper/_base.scss */
|
|
.clear:after {
|
|
clear: both;
|
|
}
|
|
|
|
/* line 247, bahmni-helper/_base.scss */
|
|
.fl, .left {
|
|
float: left;
|
|
}
|
|
|
|
/* line 248, bahmni-helper/_base.scss */
|
|
.fr, .right {
|
|
float: right;
|
|
}
|
|
|
|
/* line 250, bahmni-helper/_base.scss */
|
|
.overflow-hidden {
|
|
overflow: hidden;
|
|
}
|
|
|
|
/* line 255, bahmni-helper/_base.scss */
|
|
.align-center {
|
|
text-align: center;
|
|
}
|
|
|
|
/* line 259, bahmni-helper/_base.scss */
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
/* line 263, bahmni-helper/_base.scss */
|
|
.highlighted {
|
|
background-color: #00473f;
|
|
color: #FFFFFF;
|
|
padding: 5px;
|
|
margin: 5px;
|
|
}
|
|
|
|
/* line 270, bahmni-helper/_base.scss */
|
|
.visible-true {
|
|
visibility: visible;
|
|
}
|
|
|
|
/* line 274, bahmni-helper/_base.scss */
|
|
.visible-false {
|
|
visibility: hidden;
|
|
}
|
|
|
|
/* line 278, bahmni-helper/_base.scss */
|
|
.fa-file-pdf-o {
|
|
background-color: red;
|
|
color: #fff;
|
|
font-size: 36px;
|
|
padding: 5px 0 4px;
|
|
margin-right: 12px;
|
|
}
|
|
|
|
/* line 286, bahmni-helper/_base.scss */
|
|
.infoMsgRetrospectiveModeEnabled {
|
|
border: 1px #ccc solid;
|
|
display: inline-block;
|
|
padding: 10px;
|
|
margin-bottom: 15px;
|
|
font-size: 14px;
|
|
margin: 0 auto 10px;
|
|
width: 98%;
|
|
text-align: center;
|
|
background-color: #eee;
|
|
color: #FF1004;
|
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
|
|
position: relative;
|
|
}
|
|
/* line 299, bahmni-helper/_base.scss */
|
|
.infoMsgRetrospectiveModeEnabled span {
|
|
display: inline-block;
|
|
padding-left: 40px;
|
|
}
|
|
/* line 303, bahmni-helper/_base.scss */
|
|
.infoMsgRetrospectiveModeEnabled i {
|
|
font-size: 28px;
|
|
position: absolute;
|
|
top: 0;
|
|
}
|
|
|
|
/* line 311, bahmni-helper/_base.scss */
|
|
.visible-desktop {
|
|
visibility: visible;
|
|
}
|
|
@media (max-width: 768px) {
|
|
/* line 311, bahmni-helper/_base.scss */
|
|
.visible-desktop {
|
|
visibility: hidden;
|
|
}
|
|
}
|
|
|
|
/* line 318, bahmni-helper/_base.scss */
|
|
.visible-small-screen {
|
|
display: none;
|
|
}
|
|
@media (max-width: 768px) {
|
|
/* line 318, bahmni-helper/_base.scss */
|
|
.visible-small-screen {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
/* line 326, bahmni-helper/_base.scss */
|
|
.showOn-desktop {
|
|
display: block !important;
|
|
}
|
|
@media (max-width: 768px) {
|
|
/* line 326, bahmni-helper/_base.scss */
|
|
.showOn-desktop {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
/* line 333, bahmni-helper/_base.scss */
|
|
.showOn-small-screen {
|
|
display: none !important;
|
|
}
|
|
@media (max-width: 768px) {
|
|
/* line 333, bahmni-helper/_base.scss */
|
|
.showOn-small-screen {
|
|
display: block !important;
|
|
}
|
|
}
|
|
|
|
/* line 340, bahmni-helper/_base.scss */
|
|
.wrap-on-line-break {
|
|
white-space: pre-line;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'OpenSansSemiBold';
|
|
src: url("../styles/fonts/opensans-semibold-webfont.eot");
|
|
src: url("../styles/fonts/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../styles/fonts/opensans-semibold-webfont.ttf") format("truetype"), url("../styles/fonts/opensans-semibold-webfont.svg#open_sans_lightregular") format("svg");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'OpenSansBold';
|
|
src: url("../styles/fonts/opensans-bold-webfont.eot");
|
|
src: url("../styles/fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../styles/fonts/opensans-bold-webfont.ttf") format("truetype"), url("../styles/fonts/opensans-bold-webfont.svg#open_sansbold") format("svg");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'OpenSansItalic';
|
|
src: url("../styles/fonts/opensans-italic-webfont.eot");
|
|
src: url("../styles/fonts/opensans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../styles/fonts/opensans-italic-webfont.woff") format("woff"), url("../styles/fonts/opensans-italic-webfont.ttf") format("truetype"), url("../styles/fonts/opensans-italic-webfont.svg#open_sansitalic") format("svg");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'OpenSansLight';
|
|
src: url("../styles/fonts/opensans-light-webfont.eot");
|
|
src: url("../styles/fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../styles/fonts/opensans-light-webfont.ttf") format("truetype"), url("../styles/fonts/opensans-light-webfont.svg#open_sans_lightregular") format("svg");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'OpenSans';
|
|
src: url("../styles/fonts/opensans-regular-webfont.eot");
|
|
src: url("../styles/fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../styles/fonts/opensans-regular-webfont.ttf") format("truetype"), url("../styles/fonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
/*!
|
|
* Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
|
|
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
|
*/
|
|
/* FONT PATH
|
|
* -------------------------- */
|
|
@font-face {
|
|
font-family: 'FontAwesome';
|
|
src: url("../styles/fonts/fontawesome-webfont.eot?v=4.3.0");
|
|
src: url("../styles/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../styles/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../styles/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../styles/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../styles/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
/* line 25, bahmni-helper/_font-awesome.scss */
|
|
.fa {
|
|
display: inline-block;
|
|
font-family: FontAwesome;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
padding: 0.2em;
|
|
/* sprites.less reset */
|
|
display: inline;
|
|
width: auto;
|
|
height: auto;
|
|
line-height: normal;
|
|
vertical-align: baseline;
|
|
background-image: none;
|
|
background-position: 0 0;
|
|
background-repeat: repeat;
|
|
margin-top: 0;
|
|
}
|
|
|
|
/* Font Awesome styles
|
|
------------------------------------------------------- */
|
|
/* more sprites.less reset */
|
|
/* line 51, bahmni-helper/_font-awesome.scss */
|
|
.fa-white {
|
|
color: #fff;
|
|
}
|
|
|
|
/* line 54, bahmni-helper/_font-awesome.scss */
|
|
.fa-orange {
|
|
color: orange;
|
|
}
|
|
|
|
/* line 57, bahmni-helper/_font-awesome.scss */
|
|
.fa-grey {
|
|
color: #777;
|
|
}
|
|
|
|
/* line 60, bahmni-helper/_font-awesome.scss */
|
|
.fa-white,
|
|
.nav-pills > .active > a > [class^="fa-"],
|
|
.nav-pills > .active > a > [class*=" fa-"],
|
|
.nav-list > .active > a > [class^="fa-"],
|
|
.nav-list > .active > a > [class*=" fa-"],
|
|
.navbar-inverse .nav > .active > a > [class^="fa-"],
|
|
.navbar-inverse .nav > .active > a > [class*=" fa-"],
|
|
.dropdown-menu > li > a:hover > [class^="fa-"],
|
|
.dropdown-menu > li > a:hover > [class*=" fa-"],
|
|
.dropdown-menu > .active > a > [class^="fa-"],
|
|
.dropdown-menu > .active > a > [class*=" fa-"],
|
|
.dropdown-submenu:hover > a > [class^="fa-"],
|
|
.dropdown-submenu:hover > a > [class*=" fa-"] {
|
|
background-image: none;
|
|
}
|
|
|
|
/* line 76, bahmni-helper/_font-awesome.scss */
|
|
[class^="fa-"]:before,
|
|
[class*=" fa-"]:before {
|
|
text-decoration: inherit;
|
|
display: inline-block;
|
|
speak: none;
|
|
}
|
|
|
|
/* makes sure fas active on rollover in links */
|
|
/* line 85, bahmni-helper/_font-awesome.scss */
|
|
a [class^="fa-"],
|
|
a [class*=" fa-"] {
|
|
display: inline-block;
|
|
}
|
|
|
|
/* makes the font 33% larger relative to the fa container */
|
|
/* line 92, bahmni-helper/_font-awesome.scss */
|
|
.fa-large:before {
|
|
vertical-align: -10%;
|
|
font-size: 1.3333333333333333em;
|
|
}
|
|
|
|
/* line 98, bahmni-helper/_font-awesome.scss */
|
|
.btn [class^="fa-"],
|
|
.btn [class*=" fa-"], .nav [class^="fa-"],
|
|
.nav [class*=" fa-"] {
|
|
display: inline;
|
|
/* keeps button heights with and without fas the same */
|
|
}
|
|
/* line 102, bahmni-helper/_font-awesome.scss */
|
|
.btn [class^="fa-"].fa-large,
|
|
.btn [class*=" fa-"].fa-large, .nav [class^="fa-"].fa-large,
|
|
.nav [class*=" fa-"].fa-large {
|
|
line-height: .9em;
|
|
}
|
|
/* line 103, bahmni-helper/_font-awesome.scss */
|
|
.btn [class^="fa-"].fa-spin,
|
|
.btn [class*=" fa-"].fa-spin, .nav [class^="fa-"].fa-spin,
|
|
.nav [class*=" fa-"].fa-spin {
|
|
display: inline-block;
|
|
}
|
|
|
|
/* line 108, bahmni-helper/_font-awesome.scss */
|
|
.nav-tabs [class^="fa-"],
|
|
.nav-tabs [class*=" fa-"], .nav-pills [class^="fa-"],
|
|
.nav-pills [class*=" fa-"] {
|
|
/* keeps button heights with and without fas the same */
|
|
}
|
|
/* line 111, bahmni-helper/_font-awesome.scss */
|
|
.nav-tabs [class^="fa-"], .nav-tabs [class^="fa-"].fa-large,
|
|
.nav-tabs [class*=" fa-"],
|
|
.nav-tabs [class*=" fa-"].fa-large, .nav-pills [class^="fa-"], .nav-pills [class^="fa-"].fa-large,
|
|
.nav-pills [class*=" fa-"],
|
|
.nav-pills [class*=" fa-"].fa-large {
|
|
line-height: .9em;
|
|
}
|
|
|
|
/* line 116, bahmni-helper/_font-awesome.scss */
|
|
li [class^="fa-"],
|
|
li [class*=" fa-"], .nav li [class^="fa-"],
|
|
.nav li [class*=" fa-"] {
|
|
display: inline-block;
|
|
width: 1.25em;
|
|
text-align: center;
|
|
}
|
|
/* line 121, bahmni-helper/_font-awesome.scss */
|
|
li [class^="fa-"].fa-large,
|
|
li [class*=" fa-"].fa-large, .nav li [class^="fa-"].fa-large,
|
|
.nav li [class*=" fa-"].fa-large {
|
|
/* increased font size for fa-large */
|
|
width: 1.5625em;
|
|
}
|
|
|
|
/* line 128, bahmni-helper/_font-awesome.scss */
|
|
ul.fas {
|
|
list-style-type: none;
|
|
text-indent: -.75em;
|
|
}
|
|
/* line 133, bahmni-helper/_font-awesome.scss */
|
|
ul.fas li [class^="fa-"],
|
|
ul.fas li [class*=" fa-"] {
|
|
width: .75em;
|
|
}
|
|
|
|
/* line 140, bahmni-helper/_font-awesome.scss */
|
|
.fa-muted {
|
|
color: #eee;
|
|
}
|
|
|
|
/* makes the font 33% larger relative to the fa container */
|
|
/* line 144, bahmni-helper/_font-awesome.scss */
|
|
.fa-lg {
|
|
font-size: 1.33333333em;
|
|
line-height: 0.75em;
|
|
vertical-align: -15%;
|
|
}
|
|
|
|
/* line 149, bahmni-helper/_font-awesome.scss */
|
|
.fa-2x {
|
|
font-size: 2em;
|
|
}
|
|
/* line 151, bahmni-helper/_font-awesome.scss */
|
|
.fa-2x.fa-border {
|
|
border-width: 2px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
/* line 156, bahmni-helper/_font-awesome.scss */
|
|
.fa-3x {
|
|
font-size: 3em;
|
|
}
|
|
/* line 158, bahmni-helper/_font-awesome.scss */
|
|
.fa-3x.fa-border {
|
|
border-width: 3px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
/* line 163, bahmni-helper/_font-awesome.scss */
|
|
.fa-4x {
|
|
font-size: 4em;
|
|
}
|
|
/* line 165, bahmni-helper/_font-awesome.scss */
|
|
.fa-4x.fa-border {
|
|
border-width: 4px;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
/* line 170, bahmni-helper/_font-awesome.scss */
|
|
.fa-5x {
|
|
font-size: 5em;
|
|
}
|
|
|
|
/* line 173, bahmni-helper/_font-awesome.scss */
|
|
.fa-fw {
|
|
width: 1.28571429em;
|
|
text-align: center;
|
|
}
|
|
|
|
/* line 177, bahmni-helper/_font-awesome.scss */
|
|
.fa-ul {
|
|
padding-left: 0;
|
|
margin-left: 2.14285714em;
|
|
list-style-type: none;
|
|
}
|
|
|
|
/* line 182, bahmni-helper/_font-awesome.scss */
|
|
.fa-ul > li {
|
|
position: relative;
|
|
}
|
|
|
|
/* line 185, bahmni-helper/_font-awesome.scss */
|
|
.fa-li {
|
|
position: absolute;
|
|
left: -2.14285714em;
|
|
width: 2.14285714em;
|
|
top: 0.14285714em;
|
|
text-align: center;
|
|
}
|
|
|
|
/* line 192, bahmni-helper/_font-awesome.scss */
|
|
.fa-li.fa-lg {
|
|
left: -1.85714286em;
|
|
}
|
|
|
|
/* line 198, bahmni-helper/_font-awesome.scss */
|
|
.fa-border {
|
|
border: solid 1px #eee;
|
|
padding: .2em .25em .15em;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
/* line 204, bahmni-helper/_font-awesome.scss */
|
|
.pull-right {
|
|
float: right;
|
|
}
|
|
|
|
/* line 207, bahmni-helper/_font-awesome.scss */
|
|
.pull-left {
|
|
float: left;
|
|
}
|
|
|
|
/* line 210, bahmni-helper/_font-awesome.scss */
|
|
.fa.pull-left {
|
|
margin-right: .3em;
|
|
}
|
|
|
|
/* line 213, bahmni-helper/_font-awesome.scss */
|
|
.fa.pull-right {
|
|
margin-left: .3em;
|
|
}
|
|
|
|
/* line 216, bahmni-helper/_font-awesome.scss */
|
|
.fa-spin {
|
|
-webkit-animation: fa-spin 2s infinite linear;
|
|
animation: fa-spin 2s infinite linear;
|
|
}
|
|
|
|
/* line 220, bahmni-helper/_font-awesome.scss */
|
|
.fa-pulse {
|
|
-webkit-animation: fa-spin 1s infinite steps(8);
|
|
animation: fa-spin 1s infinite steps(8);
|
|
}
|
|
|
|
@-webkit-keyframes fa-spin {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(359deg);
|
|
transform: rotate(359deg);
|
|
}
|
|
}
|
|
@keyframes fa-spin {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(359deg);
|
|
transform: rotate(359deg);
|
|
}
|
|
}
|
|
/* line 244, bahmni-helper/_font-awesome.scss */
|
|
.fa-rotate-90 {
|
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
|
|
-webkit-transform: rotate(90deg);
|
|
-ms-transform: rotate(90deg);
|
|
transform: rotate(90deg);
|
|
}
|
|
|
|
/* line 250, bahmni-helper/_font-awesome.scss */
|
|
.fa-rotate-180 {
|
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
|
|
-webkit-transform: rotate(180deg);
|
|
-ms-transform: rotate(180deg);
|
|
transform: rotate(180deg);
|
|
}
|
|
|
|
/* line 256, bahmni-helper/_font-awesome.scss */
|
|
.fa-rotate-270 {
|
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
|
|
-webkit-transform: rotate(270deg);
|
|
-ms-transform: rotate(270deg);
|
|
transform: rotate(270deg);
|
|
}
|
|
|
|
/* line 262, bahmni-helper/_font-awesome.scss */
|
|
.fa-flip-horizontal {
|
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
|
|
-webkit-transform: scale(-1, 1);
|
|
-ms-transform: scale(-1, 1);
|
|
transform: scale(-1, 1);
|
|
}
|
|
|
|
/* line 268, bahmni-helper/_font-awesome.scss */
|
|
.fa-flip-vertical {
|
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
|
|
-webkit-transform: scale(1, -1);
|
|
-ms-transform: scale(1, -1);
|
|
transform: scale(1, -1);
|
|
}
|
|
|
|
/* line 274, bahmni-helper/_font-awesome.scss */
|
|
:root .fa-rotate-90,
|
|
:root .fa-rotate-180,
|
|
:root .fa-rotate-270,
|
|
:root .fa-flip-horizontal,
|
|
:root .fa-flip-vertical {
|
|
filter: none;
|
|
}
|
|
|
|
/* line 281, bahmni-helper/_font-awesome.scss */
|
|
.fa-stack {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 2em;
|
|
height: 2em;
|
|
line-height: 2em;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
/* line 289, bahmni-helper/_font-awesome.scss */
|
|
.fa-stack-1x,
|
|
.fa-stack-2x {
|
|
position: absolute;
|
|
left: 0;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
/* line 296, bahmni-helper/_font-awesome.scss */
|
|
.fa-stack-1x {
|
|
line-height: inherit;
|
|
}
|
|
|
|
/* line 299, bahmni-helper/_font-awesome.scss */
|
|
.fa-stack-2x {
|
|
font-size: 2em;
|
|
}
|
|
|
|
/* line 302, bahmni-helper/_font-awesome.scss */
|
|
.fa-inverse {
|
|
color: #ffffff;
|
|
}
|
|
|
|
/* line 313, bahmni-helper/_font-awesome.scss */
|
|
[class^="fa-"].pull-left,
|
|
[class*=" fa-"].pull-left {
|
|
margin-right: .3em;
|
|
}
|
|
/* line 316, bahmni-helper/_font-awesome.scss */
|
|
[class^="fa-"].pull-right,
|
|
[class*=" fa-"].pull-right {
|
|
margin-left: .3em;
|
|
}
|
|
|
|
/* line 325, bahmni-helper/_font-awesome.scss */
|
|
.btn [class^="fa-"].pull-left.fa-2x, .btn [class^="fa-"].pull-right.fa-2x,
|
|
.btn [class*=" fa-"].pull-left.fa-2x,
|
|
.btn [class*=" fa-"].pull-right.fa-2x {
|
|
margin-top: .18em;
|
|
}
|
|
/* line 327, bahmni-helper/_font-awesome.scss */
|
|
.btn [class^="fa-"].fa-spin.fa-large,
|
|
.btn [class*=" fa-"].fa-spin.fa-large {
|
|
line-height: .8em;
|
|
}
|
|
|
|
/* line 335, bahmni-helper/_font-awesome.scss */
|
|
.btn.btn-small [class^="fa-"].pull-left.fa-2x, .btn.btn-small [class^="fa-"].pull-right.fa-2x,
|
|
.btn.btn-small [class*=" fa-"].pull-left.fa-2x,
|
|
.btn.btn-small [class*=" fa-"].pull-right.fa-2x {
|
|
margin-top: .25em;
|
|
}
|
|
|
|
/* line 341, bahmni-helper/_font-awesome.scss */
|
|
.btn.btn-large [class^="fa-"],
|
|
.btn.btn-large [class*=" fa-"] {
|
|
margin-top: 0;
|
|
}
|
|
/* line 345, bahmni-helper/_font-awesome.scss */
|
|
.btn.btn-large [class^="fa-"].pull-left.fa-2x, .btn.btn-large [class^="fa-"].pull-right.fa-2x,
|
|
.btn.btn-large [class*=" fa-"].pull-left.fa-2x,
|
|
.btn.btn-large [class*=" fa-"].pull-right.fa-2x {
|
|
margin-top: .05em;
|
|
}
|
|
/* line 347, bahmni-helper/_font-awesome.scss */
|
|
.btn.btn-large [class^="fa-"].pull-left.fa-2x,
|
|
.btn.btn-large [class*=" fa-"].pull-left.fa-2x {
|
|
margin-right: .2em;
|
|
}
|
|
/* line 348, bahmni-helper/_font-awesome.scss */
|
|
.btn.btn-large [class^="fa-"].pull-right.fa-2x,
|
|
.btn.btn-large [class*=" fa-"].pull-right.fa-2x {
|
|
margin-left: .2em;
|
|
}
|
|
|
|
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
|
readers do not read off random characters that represent fas */
|
|
/* line 355, bahmni-helper/_font-awesome.scss */
|
|
.fa-glass:before {
|
|
content: "\f000";
|
|
}
|
|
|
|
/* line 358, bahmni-helper/_font-awesome.scss */
|
|
.fa-music:before {
|
|
content: "\f001";
|
|
}
|
|
|
|
/* line 361, bahmni-helper/_font-awesome.scss */
|
|
.fa-search:before {
|
|
content: "\f002";
|
|
}
|
|
|
|
/* line 364, bahmni-helper/_font-awesome.scss */
|
|
.fa-envelope-o:before {
|
|
content: "\f003";
|
|
}
|
|
|
|
/* line 367, bahmni-helper/_font-awesome.scss */
|
|
.fa-heart:before {
|
|
content: "\f004";
|
|
}
|
|
|
|
/* line 370, bahmni-helper/_font-awesome.scss */
|
|
.fa-star:before {
|
|
content: "\f005";
|
|
}
|
|
|
|
/* line 373, bahmni-helper/_font-awesome.scss */
|
|
.fa-star-o:before {
|
|
content: "\f006";
|
|
}
|
|
|
|
/* line 376, bahmni-helper/_font-awesome.scss */
|
|
.fa-user:before {
|
|
content: "\f007";
|
|
}
|
|
|
|
/* line 379, bahmni-helper/_font-awesome.scss */
|
|
.fa-film:before {
|
|
content: "\f008";
|
|
}
|
|
|
|
/* line 382, bahmni-helper/_font-awesome.scss */
|
|
.fa-th-large:before {
|
|
content: "\f009";
|
|
}
|
|
|
|
/* line 385, bahmni-helper/_font-awesome.scss */
|
|
.fa-th:before {
|
|
content: "\f00a";
|
|
}
|
|
|
|
/* line 388, bahmni-helper/_font-awesome.scss */
|
|
.fa-th-list:before {
|
|
content: "\f00b";
|
|
}
|
|
|
|
/* line 391, bahmni-helper/_font-awesome.scss */
|
|
.fa-check:before, .fa-ok:before {
|
|
content: "\f00c";
|
|
}
|
|
|
|
/* line 394, bahmni-helper/_font-awesome.scss */
|
|
.fa-remove:before,
|
|
.fa-close:before,
|
|
.fa-times:before {
|
|
content: "\f00d";
|
|
}
|
|
|
|
/* line 399, bahmni-helper/_font-awesome.scss */
|
|
.fa-search-plus:before {
|
|
content: "\f00e";
|
|
}
|
|
|
|
/* line 402, bahmni-helper/_font-awesome.scss */
|
|
.fa-search-minus:before {
|
|
content: "\f010";
|
|
}
|
|
|
|
/* line 405, bahmni-helper/_font-awesome.scss */
|
|
.fa-power-off:before {
|
|
content: "\f011";
|
|
}
|
|
|
|
/* line 408, bahmni-helper/_font-awesome.scss */
|
|
.fa-signal:before {
|
|
content: "\f012";
|
|
}
|
|
|
|
/* line 411, bahmni-helper/_font-awesome.scss */
|
|
.fa-gear:before,
|
|
.fa-cog:before {
|
|
content: "\f013";
|
|
}
|
|
|
|
/* line 415, bahmni-helper/_font-awesome.scss */
|
|
.fa-trash-o:before {
|
|
content: "\f014";
|
|
}
|
|
|
|
/* line 418, bahmni-helper/_font-awesome.scss */
|
|
.fa-home:before {
|
|
content: "\f015";
|
|
}
|
|
|
|
/* line 421, bahmni-helper/_font-awesome.scss */
|
|
.fa-file-o:before {
|
|
content: "\f016";
|
|
}
|
|
|
|
/* line 424, bahmni-helper/_font-awesome.scss */
|
|
.fa-clock-o:before {
|
|
content: "\f017";
|
|
}
|
|
|
|
/* line 427, bahmni-helper/_font-awesome.scss */
|
|
.fa-road:before {
|
|
content: "\f018";
|
|
}
|
|
|
|
/* line 430, bahmni-helper/_font-awesome.scss */
|
|
.fa-download:before {
|
|
content: "\f019";
|
|
}
|
|
|
|
/* line 433, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrow-circle-o-down:before {
|
|
content: "\f01a";
|
|
}
|
|
|
|
/* line 436, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrow-circle-o-up:before {
|
|
content: "\f01b";
|
|
}
|
|
|
|
/* line 439, bahmni-helper/_font-awesome.scss */
|
|
.fa-inbox:before {
|
|
content: "\f01c";
|
|
}
|
|
|
|
/* line 442, bahmni-helper/_font-awesome.scss */
|
|
.fa-play-circle-o:before {
|
|
content: "\f01d";
|
|
}
|
|
|
|
/* line 445, bahmni-helper/_font-awesome.scss */
|
|
.fa-rotate-right:before,
|
|
.fa-repeat:before {
|
|
content: "\f01e";
|
|
}
|
|
|
|
/* line 449, bahmni-helper/_font-awesome.scss */
|
|
.fa-refresh:before {
|
|
content: "\f021";
|
|
}
|
|
|
|
/* line 452, bahmni-helper/_font-awesome.scss */
|
|
.fa-list-alt:before {
|
|
content: "\f022";
|
|
}
|
|
|
|
/* line 455, bahmni-helper/_font-awesome.scss */
|
|
.fa-lock:before {
|
|
content: "\f023";
|
|
}
|
|
|
|
/* line 458, bahmni-helper/_font-awesome.scss */
|
|
.fa-flag:before {
|
|
content: "\f024";
|
|
}
|
|
|
|
/* line 461, bahmni-helper/_font-awesome.scss */
|
|
.fa-headphones:before {
|
|
content: "\f025";
|
|
}
|
|
|
|
/* line 464, bahmni-helper/_font-awesome.scss */
|
|
.fa-volume-off:before {
|
|
content: "\f026";
|
|
}
|
|
|
|
/* line 467, bahmni-helper/_font-awesome.scss */
|
|
.fa-volume-down:before {
|
|
content: "\f027";
|
|
}
|
|
|
|
/* line 470, bahmni-helper/_font-awesome.scss */
|
|
.fa-volume-up:before {
|
|
content: "\f028";
|
|
}
|
|
|
|
/* line 473, bahmni-helper/_font-awesome.scss */
|
|
.fa-qrcode:before {
|
|
content: "\f029";
|
|
}
|
|
|
|
/* line 476, bahmni-helper/_font-awesome.scss */
|
|
.fa-barcode:before {
|
|
content: "\f02a";
|
|
}
|
|
|
|
/* line 479, bahmni-helper/_font-awesome.scss */
|
|
.fa-tag:before {
|
|
content: "\f02b";
|
|
}
|
|
|
|
/* line 482, bahmni-helper/_font-awesome.scss */
|
|
.fa-tags:before {
|
|
content: "\f02c";
|
|
}
|
|
|
|
/* line 485, bahmni-helper/_font-awesome.scss */
|
|
.fa-book:before {
|
|
content: "\f02d";
|
|
}
|
|
|
|
/* line 488, bahmni-helper/_font-awesome.scss */
|
|
.fa-bookmark:before {
|
|
content: "\f02e";
|
|
}
|
|
|
|
/* line 491, bahmni-helper/_font-awesome.scss */
|
|
.fa-print:before {
|
|
content: "\f02f";
|
|
}
|
|
|
|
/* line 494, bahmni-helper/_font-awesome.scss */
|
|
.fa-camera:before {
|
|
content: "\f030";
|
|
}
|
|
|
|
/* line 497, bahmni-helper/_font-awesome.scss */
|
|
.fa-font:before {
|
|
content: "\f031";
|
|
}
|
|
|
|
/* line 500, bahmni-helper/_font-awesome.scss */
|
|
.fa-bold:before {
|
|
content: "\f032";
|
|
}
|
|
|
|
/* line 503, bahmni-helper/_font-awesome.scss */
|
|
.fa-italic:before {
|
|
content: "\f033";
|
|
}
|
|
|
|
/* line 506, bahmni-helper/_font-awesome.scss */
|
|
.fa-text-height:before {
|
|
content: "\f034";
|
|
}
|
|
|
|
/* line 509, bahmni-helper/_font-awesome.scss */
|
|
.fa-text-width:before {
|
|
content: "\f035";
|
|
}
|
|
|
|
/* line 512, bahmni-helper/_font-awesome.scss */
|
|
.fa-align-left:before {
|
|
content: "\f036";
|
|
}
|
|
|
|
/* line 515, bahmni-helper/_font-awesome.scss */
|
|
.fa-align-center:before {
|
|
content: "\f037";
|
|
}
|
|
|
|
/* line 518, bahmni-helper/_font-awesome.scss */
|
|
.fa-align-right:before {
|
|
content: "\f038";
|
|
}
|
|
|
|
/* line 521, bahmni-helper/_font-awesome.scss */
|
|
.fa-align-justify:before {
|
|
content: "\f039";
|
|
}
|
|
|
|
/* line 524, bahmni-helper/_font-awesome.scss */
|
|
.fa-list:before {
|
|
content: "\f03a";
|
|
}
|
|
|
|
/* line 527, bahmni-helper/_font-awesome.scss */
|
|
.fa-dedent:before,
|
|
.fa-outdent:before {
|
|
content: "\f03b";
|
|
}
|
|
|
|
/* line 531, bahmni-helper/_font-awesome.scss */
|
|
.fa-indent:before {
|
|
content: "\f03c";
|
|
}
|
|
|
|
/* line 534, bahmni-helper/_font-awesome.scss */
|
|
.fa-video-camera:before {
|
|
content: "\f03d";
|
|
}
|
|
|
|
/* line 537, bahmni-helper/_font-awesome.scss */
|
|
.fa-photo:before,
|
|
.fa-image:before,
|
|
.fa-picture-o:before {
|
|
content: "\f03e";
|
|
}
|
|
|
|
/* line 542, bahmni-helper/_font-awesome.scss */
|
|
.fa-pencil:before {
|
|
content: "\f040";
|
|
}
|
|
|
|
/* line 545, bahmni-helper/_font-awesome.scss */
|
|
.fa-map-marker:before {
|
|
content: "\f041";
|
|
}
|
|
|
|
/* line 548, bahmni-helper/_font-awesome.scss */
|
|
.fa-adjust:before {
|
|
content: "\f042";
|
|
}
|
|
|
|
/* line 551, bahmni-helper/_font-awesome.scss */
|
|
.fa-tint:before {
|
|
content: "\f043";
|
|
}
|
|
|
|
/* line 554, bahmni-helper/_font-awesome.scss */
|
|
.fa-edit:before,
|
|
.fa-pencil-square-o:before {
|
|
content: "\f044";
|
|
}
|
|
|
|
/* line 558, bahmni-helper/_font-awesome.scss */
|
|
.fa-share-square-o:before {
|
|
content: "\f045";
|
|
}
|
|
|
|
/* line 561, bahmni-helper/_font-awesome.scss */
|
|
.fa-check-square-o:before {
|
|
content: "\f046";
|
|
}
|
|
|
|
/* line 564, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrows:before {
|
|
content: "\f047";
|
|
}
|
|
|
|
/* line 567, bahmni-helper/_font-awesome.scss */
|
|
.fa-step-backward:before {
|
|
content: "\f048";
|
|
}
|
|
|
|
/* line 570, bahmni-helper/_font-awesome.scss */
|
|
.fa-fast-backward:before {
|
|
content: "\f049";
|
|
}
|
|
|
|
/* line 573, bahmni-helper/_font-awesome.scss */
|
|
.fa-backward:before {
|
|
content: "\f04a";
|
|
}
|
|
|
|
/* line 576, bahmni-helper/_font-awesome.scss */
|
|
.fa-play:before {
|
|
content: "\f04b";
|
|
}
|
|
|
|
/* line 579, bahmni-helper/_font-awesome.scss */
|
|
.fa-pause:before {
|
|
content: "\f04c";
|
|
}
|
|
|
|
/* line 582, bahmni-helper/_font-awesome.scss */
|
|
.fa-stop:before {
|
|
content: "\f04d";
|
|
}
|
|
|
|
/* line 585, bahmni-helper/_font-awesome.scss */
|
|
.fa-forward:before {
|
|
content: "\f04e";
|
|
}
|
|
|
|
/* line 588, bahmni-helper/_font-awesome.scss */
|
|
.fa-fast-forward:before {
|
|
content: "\f050";
|
|
}
|
|
|
|
/* line 591, bahmni-helper/_font-awesome.scss */
|
|
.fa-step-forward:before {
|
|
content: "\f051";
|
|
}
|
|
|
|
/* line 594, bahmni-helper/_font-awesome.scss */
|
|
.fa-eject:before {
|
|
content: "\f052";
|
|
}
|
|
|
|
/* line 597, bahmni-helper/_font-awesome.scss */
|
|
.fa-chevron-left:before {
|
|
content: "\f053";
|
|
}
|
|
|
|
/* line 600, bahmni-helper/_font-awesome.scss */
|
|
.fa-chevron-right:before {
|
|
content: "\f054";
|
|
}
|
|
|
|
/* line 603, bahmni-helper/_font-awesome.scss */
|
|
.fa-plus-circle:before {
|
|
content: "\f055";
|
|
}
|
|
|
|
/* line 606, bahmni-helper/_font-awesome.scss */
|
|
.fa-minus-circle:before {
|
|
content: "\f056";
|
|
}
|
|
|
|
/* line 609, bahmni-helper/_font-awesome.scss */
|
|
.fa-times-circle:before {
|
|
content: "\f057";
|
|
}
|
|
|
|
/* line 612, bahmni-helper/_font-awesome.scss */
|
|
.fa-check-circle:before {
|
|
content: "\f058";
|
|
}
|
|
|
|
/* line 615, bahmni-helper/_font-awesome.scss */
|
|
.fa-question-circle:before {
|
|
content: "\f059";
|
|
}
|
|
|
|
/* line 618, bahmni-helper/_font-awesome.scss */
|
|
.fa-info-circle:before {
|
|
content: "\f05a";
|
|
}
|
|
|
|
/* line 621, bahmni-helper/_font-awesome.scss */
|
|
.fa-crosshairs:before {
|
|
content: "\f05b";
|
|
}
|
|
|
|
/* line 624, bahmni-helper/_font-awesome.scss */
|
|
.fa-times-circle-o:before {
|
|
content: "\f05c";
|
|
}
|
|
|
|
/* line 627, bahmni-helper/_font-awesome.scss */
|
|
.fa-check-circle-o:before {
|
|
content: "\f05d";
|
|
}
|
|
|
|
/* line 630, bahmni-helper/_font-awesome.scss */
|
|
.fa-ban:before {
|
|
content: "\f05e";
|
|
}
|
|
|
|
/* line 633, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrow-left:before {
|
|
content: "\f060";
|
|
}
|
|
|
|
/* line 636, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrow-right:before {
|
|
content: "\f061";
|
|
}
|
|
|
|
/* line 639, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrow-up:before {
|
|
content: "\f062";
|
|
}
|
|
|
|
/* line 642, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrow-down:before {
|
|
content: "\f063";
|
|
}
|
|
|
|
/* line 645, bahmni-helper/_font-awesome.scss */
|
|
.fa-mail-forward:before,
|
|
.fa-share:before {
|
|
content: "\f064";
|
|
}
|
|
|
|
/* line 649, bahmni-helper/_font-awesome.scss */
|
|
.fa-expand:before {
|
|
content: "\f065";
|
|
}
|
|
|
|
/* line 652, bahmni-helper/_font-awesome.scss */
|
|
.fa-compress:before {
|
|
content: "\f066";
|
|
}
|
|
|
|
/* line 655, bahmni-helper/_font-awesome.scss */
|
|
.fa-plus:before {
|
|
content: "\f067";
|
|
}
|
|
|
|
/* line 658, bahmni-helper/_font-awesome.scss */
|
|
.fa-minus:before {
|
|
content: "\f068";
|
|
}
|
|
|
|
/* line 661, bahmni-helper/_font-awesome.scss */
|
|
.fa-asterisk:before {
|
|
content: "\f069";
|
|
}
|
|
|
|
/* line 664, bahmni-helper/_font-awesome.scss */
|
|
.fa-exclamation-circle:before {
|
|
content: "\f06a";
|
|
}
|
|
|
|
/* line 667, bahmni-helper/_font-awesome.scss */
|
|
.fa-gift:before {
|
|
content: "\f06b";
|
|
}
|
|
|
|
/* line 670, bahmni-helper/_font-awesome.scss */
|
|
.fa-leaf:before {
|
|
content: "\f06c";
|
|
}
|
|
|
|
/* line 673, bahmni-helper/_font-awesome.scss */
|
|
.fa-fire:before {
|
|
content: "\f06d";
|
|
}
|
|
|
|
/* line 676, bahmni-helper/_font-awesome.scss */
|
|
.fa-eye:before {
|
|
content: "\f06e";
|
|
}
|
|
|
|
/* line 679, bahmni-helper/_font-awesome.scss */
|
|
.fa-eye-slash:before {
|
|
content: "\f070";
|
|
}
|
|
|
|
/* line 682, bahmni-helper/_font-awesome.scss */
|
|
.fa-warning:before,
|
|
.fa-exclamation-triangle:before {
|
|
content: "\f071";
|
|
}
|
|
|
|
/* line 686, bahmni-helper/_font-awesome.scss */
|
|
.fa-plane:before {
|
|
content: "\f072";
|
|
}
|
|
|
|
/* line 689, bahmni-helper/_font-awesome.scss */
|
|
.fa-calendar:before {
|
|
content: "\f073";
|
|
}
|
|
|
|
/* line 692, bahmni-helper/_font-awesome.scss */
|
|
.fa-random:before {
|
|
content: "\f074";
|
|
}
|
|
|
|
/* line 695, bahmni-helper/_font-awesome.scss */
|
|
.fa-comment:before {
|
|
content: "\f075";
|
|
}
|
|
|
|
/* line 698, bahmni-helper/_font-awesome.scss */
|
|
.fa-magnet:before {
|
|
content: "\f076";
|
|
}
|
|
|
|
/* line 701, bahmni-helper/_font-awesome.scss */
|
|
.fa-chevron-up:before {
|
|
content: "\f077";
|
|
}
|
|
|
|
/* line 704, bahmni-helper/_font-awesome.scss */
|
|
.fa-chevron-down:before {
|
|
content: "\f078";
|
|
}
|
|
|
|
/* line 707, bahmni-helper/_font-awesome.scss */
|
|
.fa-retweet:before {
|
|
content: "\f079";
|
|
}
|
|
|
|
/* line 710, bahmni-helper/_font-awesome.scss */
|
|
.fa-shopping-cart:before {
|
|
content: "\f07a";
|
|
}
|
|
|
|
/* line 713, bahmni-helper/_font-awesome.scss */
|
|
.fa-folder:before {
|
|
content: "\f07b";
|
|
}
|
|
|
|
/* line 716, bahmni-helper/_font-awesome.scss */
|
|
.fa-folder-open:before {
|
|
content: "\f07c";
|
|
}
|
|
|
|
/* line 719, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrows-v:before {
|
|
content: "\f07d";
|
|
}
|
|
|
|
/* line 722, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrows-h:before {
|
|
content: "\f07e";
|
|
}
|
|
|
|
/* line 725, bahmni-helper/_font-awesome.scss */
|
|
.fa-bar-chart-o:before,
|
|
.fa-bar-chart:before {
|
|
content: "\f080";
|
|
}
|
|
|
|
/* line 729, bahmni-helper/_font-awesome.scss */
|
|
.fa-twitter-square:before {
|
|
content: "\f081";
|
|
}
|
|
|
|
/* line 732, bahmni-helper/_font-awesome.scss */
|
|
.fa-facebook-square:before {
|
|
content: "\f082";
|
|
}
|
|
|
|
/* line 735, bahmni-helper/_font-awesome.scss */
|
|
.fa-camera-retro:before {
|
|
content: "\f083";
|
|
}
|
|
|
|
/* line 738, bahmni-helper/_font-awesome.scss */
|
|
.fa-key:before {
|
|
content: "\f084";
|
|
}
|
|
|
|
/* line 741, bahmni-helper/_font-awesome.scss */
|
|
.fa-gears:before,
|
|
.fa-cogs:before {
|
|
content: "\f085";
|
|
}
|
|
|
|
/* line 745, bahmni-helper/_font-awesome.scss */
|
|
.fa-comments:before {
|
|
content: "\f086";
|
|
}
|
|
|
|
/* line 748, bahmni-helper/_font-awesome.scss */
|
|
.fa-thumbs-o-up:before {
|
|
content: "\f087";
|
|
}
|
|
|
|
/* line 751, bahmni-helper/_font-awesome.scss */
|
|
.fa-thumbs-o-down:before {
|
|
content: "\f088";
|
|
}
|
|
|
|
/* line 754, bahmni-helper/_font-awesome.scss */
|
|
.fa-star-half:before {
|
|
content: "\f089";
|
|
}
|
|
|
|
/* line 757, bahmni-helper/_font-awesome.scss */
|
|
.fa-heart-o:before {
|
|
content: "\f08a";
|
|
}
|
|
|
|
/* line 760, bahmni-helper/_font-awesome.scss */
|
|
.fa-sign-out:before {
|
|
content: "\f08b";
|
|
}
|
|
|
|
/* line 763, bahmni-helper/_font-awesome.scss */
|
|
.fa-linkedin-square:before {
|
|
content: "\f08c";
|
|
}
|
|
|
|
/* line 766, bahmni-helper/_font-awesome.scss */
|
|
.fa-thumb-tack:before {
|
|
content: "\f08d";
|
|
}
|
|
|
|
/* line 769, bahmni-helper/_font-awesome.scss */
|
|
.fa-external-link:before {
|
|
content: "\f08e";
|
|
}
|
|
|
|
/* line 772, bahmni-helper/_font-awesome.scss */
|
|
.fa-sign-in:before {
|
|
content: "\f090";
|
|
}
|
|
|
|
/* line 775, bahmni-helper/_font-awesome.scss */
|
|
.fa-trophy:before {
|
|
content: "\f091";
|
|
}
|
|
|
|
/* line 778, bahmni-helper/_font-awesome.scss */
|
|
.fa-github-square:before {
|
|
content: "\f092";
|
|
}
|
|
|
|
/* line 781, bahmni-helper/_font-awesome.scss */
|
|
.fa-upload:before {
|
|
content: "\f093";
|
|
}
|
|
|
|
/* line 784, bahmni-helper/_font-awesome.scss */
|
|
.fa-lemon-o:before {
|
|
content: "\f094";
|
|
}
|
|
|
|
/* line 787, bahmni-helper/_font-awesome.scss */
|
|
.fa-phone:before {
|
|
content: "\f095";
|
|
}
|
|
|
|
/* line 790, bahmni-helper/_font-awesome.scss */
|
|
.fa-square-o:before {
|
|
content: "\f096";
|
|
}
|
|
|
|
/* line 793, bahmni-helper/_font-awesome.scss */
|
|
.fa-bookmark-o:before {
|
|
content: "\f097";
|
|
}
|
|
|
|
/* line 796, bahmni-helper/_font-awesome.scss */
|
|
.fa-phone-square:before {
|
|
content: "\f098";
|
|
}
|
|
|
|
/* line 799, bahmni-helper/_font-awesome.scss */
|
|
.fa-twitter:before {
|
|
content: "\f099";
|
|
}
|
|
|
|
/* line 802, bahmni-helper/_font-awesome.scss */
|
|
.fa-facebook-f:before,
|
|
.fa-facebook:before {
|
|
content: "\f09a";
|
|
}
|
|
|
|
/* line 806, bahmni-helper/_font-awesome.scss */
|
|
.fa-github:before {
|
|
content: "\f09b";
|
|
}
|
|
|
|
/* line 809, bahmni-helper/_font-awesome.scss */
|
|
.fa-unlock:before {
|
|
content: "\f09c";
|
|
}
|
|
|
|
/* line 812, bahmni-helper/_font-awesome.scss */
|
|
.fa-credit-card:before {
|
|
content: "\f09d";
|
|
}
|
|
|
|
/* line 815, bahmni-helper/_font-awesome.scss */
|
|
.fa-rss:before {
|
|
content: "\f09e";
|
|
}
|
|
|
|
/* line 818, bahmni-helper/_font-awesome.scss */
|
|
.fa-hdd-o:before {
|
|
content: "\f0a0";
|
|
}
|
|
|
|
/* line 821, bahmni-helper/_font-awesome.scss */
|
|
.fa-bullhorn:before {
|
|
content: "\f0a1";
|
|
}
|
|
|
|
/* line 824, bahmni-helper/_font-awesome.scss */
|
|
.fa-bell:before {
|
|
content: "\f0f3";
|
|
}
|
|
|
|
/* line 827, bahmni-helper/_font-awesome.scss */
|
|
.fa-certificate:before {
|
|
content: "\f0a3";
|
|
}
|
|
|
|
/* line 830, bahmni-helper/_font-awesome.scss */
|
|
.fa-hand-o-right:before {
|
|
content: "\f0a4";
|
|
}
|
|
|
|
/* line 833, bahmni-helper/_font-awesome.scss */
|
|
.fa-hand-o-left:before {
|
|
content: "\f0a5";
|
|
}
|
|
|
|
/* line 836, bahmni-helper/_font-awesome.scss */
|
|
.fa-hand-o-up:before {
|
|
content: "\f0a6";
|
|
}
|
|
|
|
/* line 839, bahmni-helper/_font-awesome.scss */
|
|
.fa-hand-o-down:before {
|
|
content: "\f0a7";
|
|
}
|
|
|
|
/* line 842, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrow-circle-left:before {
|
|
content: "\f0a8";
|
|
}
|
|
|
|
/* line 845, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrow-circle-right:before {
|
|
content: "\f0a9";
|
|
}
|
|
|
|
/* line 848, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrow-circle-up:before {
|
|
content: "\f0aa";
|
|
}
|
|
|
|
/* line 851, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrow-circle-down:before {
|
|
content: "\f0ab";
|
|
}
|
|
|
|
/* line 854, bahmni-helper/_font-awesome.scss */
|
|
.fa-globe:before {
|
|
content: "\f0ac";
|
|
}
|
|
|
|
/* line 857, bahmni-helper/_font-awesome.scss */
|
|
.fa-wrench:before {
|
|
content: "\f0ad";
|
|
}
|
|
|
|
/* line 860, bahmni-helper/_font-awesome.scss */
|
|
.fa-tasks:before {
|
|
content: "\f0ae";
|
|
}
|
|
|
|
/* line 863, bahmni-helper/_font-awesome.scss */
|
|
.fa-filter:before {
|
|
content: "\f0b0";
|
|
}
|
|
|
|
/* line 866, bahmni-helper/_font-awesome.scss */
|
|
.fa-briefcase:before {
|
|
content: "\f0b1";
|
|
}
|
|
|
|
/* line 869, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrows-alt:before {
|
|
content: "\f0b2";
|
|
}
|
|
|
|
/* line 872, bahmni-helper/_font-awesome.scss */
|
|
.fa-group:before,
|
|
.fa-users:before {
|
|
content: "\f0c0";
|
|
}
|
|
|
|
/* line 876, bahmni-helper/_font-awesome.scss */
|
|
.fa-chain:before,
|
|
.fa-link:before {
|
|
content: "\f0c1";
|
|
}
|
|
|
|
/* line 880, bahmni-helper/_font-awesome.scss */
|
|
.fa-cloud:before {
|
|
content: "\f0c2";
|
|
}
|
|
|
|
/* line 883, bahmni-helper/_font-awesome.scss */
|
|
.fa-flask:before {
|
|
content: "\f0c3";
|
|
}
|
|
|
|
/* line 886, bahmni-helper/_font-awesome.scss */
|
|
.fa-cut:before,
|
|
.fa-scissors:before {
|
|
content: "\f0c4";
|
|
}
|
|
|
|
/* line 890, bahmni-helper/_font-awesome.scss */
|
|
.fa-copy:before,
|
|
.fa-files-o:before {
|
|
content: "\f0c5";
|
|
}
|
|
|
|
/* line 894, bahmni-helper/_font-awesome.scss */
|
|
.fa-paperclip:before {
|
|
content: "\f0c6";
|
|
}
|
|
|
|
/* line 897, bahmni-helper/_font-awesome.scss */
|
|
.fa-save:before,
|
|
.fa-floppy-o:before {
|
|
content: "\f0c7";
|
|
}
|
|
|
|
/* line 901, bahmni-helper/_font-awesome.scss */
|
|
.fa-square:before {
|
|
content: "\f0c8";
|
|
}
|
|
|
|
/* line 904, bahmni-helper/_font-awesome.scss */
|
|
.fa-navfa:before,
|
|
.fa-reorder:before,
|
|
.fa-bars:before {
|
|
content: "\f0c9";
|
|
}
|
|
|
|
/* line 909, bahmni-helper/_font-awesome.scss */
|
|
.fa-list-ul:before {
|
|
content: "\f0ca";
|
|
}
|
|
|
|
/* line 912, bahmni-helper/_font-awesome.scss */
|
|
.fa-list-ol:before {
|
|
content: "\f0cb";
|
|
}
|
|
|
|
/* line 915, bahmni-helper/_font-awesome.scss */
|
|
.fa-strikethrough:before {
|
|
content: "\f0cc";
|
|
}
|
|
|
|
/* line 918, bahmni-helper/_font-awesome.scss */
|
|
.fa-underline:before {
|
|
content: "\f0cd";
|
|
}
|
|
|
|
/* line 921, bahmni-helper/_font-awesome.scss */
|
|
.fa-table:before {
|
|
content: "\f0ce";
|
|
}
|
|
|
|
/* line 924, bahmni-helper/_font-awesome.scss */
|
|
.fa-magic:before {
|
|
content: "\f0d0";
|
|
}
|
|
|
|
/* line 927, bahmni-helper/_font-awesome.scss */
|
|
.fa-truck:before {
|
|
content: "\f0d1";
|
|
}
|
|
|
|
/* line 930, bahmni-helper/_font-awesome.scss */
|
|
.fa-pinterest:before {
|
|
content: "\f0d2";
|
|
}
|
|
|
|
/* line 933, bahmni-helper/_font-awesome.scss */
|
|
.fa-pinterest-square:before {
|
|
content: "\f0d3";
|
|
}
|
|
|
|
/* line 936, bahmni-helper/_font-awesome.scss */
|
|
.fa-google-plus-square:before {
|
|
content: "\f0d4";
|
|
}
|
|
|
|
/* line 939, bahmni-helper/_font-awesome.scss */
|
|
.fa-google-plus:before {
|
|
content: "\f0d5";
|
|
}
|
|
|
|
/* line 942, bahmni-helper/_font-awesome.scss */
|
|
.fa-money:before {
|
|
content: "\f0d6";
|
|
}
|
|
|
|
/* line 945, bahmni-helper/_font-awesome.scss */
|
|
.fa-caret-down:before {
|
|
content: "\f0d7";
|
|
}
|
|
|
|
/* line 948, bahmni-helper/_font-awesome.scss */
|
|
.fa-caret-up:before {
|
|
content: "\f0d8";
|
|
}
|
|
|
|
/* line 951, bahmni-helper/_font-awesome.scss */
|
|
.fa-caret-left:before {
|
|
content: "\f0d9";
|
|
}
|
|
|
|
/* line 954, bahmni-helper/_font-awesome.scss */
|
|
.fa-caret-right:before {
|
|
content: "\f0da";
|
|
}
|
|
|
|
/* line 957, bahmni-helper/_font-awesome.scss */
|
|
.fa-columns:before {
|
|
content: "\f0db";
|
|
}
|
|
|
|
/* line 960, bahmni-helper/_font-awesome.scss */
|
|
.fa-unsorted:before,
|
|
.fa-sort:before {
|
|
content: "\f0dc";
|
|
}
|
|
|
|
/* line 964, bahmni-helper/_font-awesome.scss */
|
|
.fa-sort-down:before,
|
|
.fa-sort-desc:before {
|
|
content: "\f0dd";
|
|
}
|
|
|
|
/* line 968, bahmni-helper/_font-awesome.scss */
|
|
.fa-sort-up:before,
|
|
.fa-sort-asc:before {
|
|
content: "\f0de";
|
|
}
|
|
|
|
/* line 972, bahmni-helper/_font-awesome.scss */
|
|
.fa-envelope:before, .fa-envelope-alt:before {
|
|
content: "\f0e0";
|
|
}
|
|
|
|
/* line 975, bahmni-helper/_font-awesome.scss */
|
|
.fa-linkedin:before {
|
|
content: "\f0e1";
|
|
}
|
|
|
|
/* line 978, bahmni-helper/_font-awesome.scss */
|
|
.fa-rotate-left:before,
|
|
.fa-undo:before {
|
|
content: "\f0e2";
|
|
}
|
|
|
|
/* line 982, bahmni-helper/_font-awesome.scss */
|
|
.fa-legal:before,
|
|
.fa-gavel:before {
|
|
content: "\f0e3";
|
|
}
|
|
|
|
/* line 986, bahmni-helper/_font-awesome.scss */
|
|
.fa-dashboard:before,
|
|
.fa-tachometer:before {
|
|
content: "\f0e4";
|
|
}
|
|
|
|
/* line 990, bahmni-helper/_font-awesome.scss */
|
|
.fa-comment-o:before {
|
|
content: "\f0e5";
|
|
}
|
|
|
|
/* line 993, bahmni-helper/_font-awesome.scss */
|
|
.fa-comments-o:before {
|
|
content: "\f0e6";
|
|
}
|
|
|
|
/* line 996, bahmni-helper/_font-awesome.scss */
|
|
.fa-flash:before,
|
|
.fa-bolt:before {
|
|
content: "\f0e7";
|
|
}
|
|
|
|
/* line 1000, bahmni-helper/_font-awesome.scss */
|
|
.fa-sitemap:before {
|
|
content: "\f0e8";
|
|
}
|
|
|
|
/* line 1003, bahmni-helper/_font-awesome.scss */
|
|
.fa-umbrella:before {
|
|
content: "\f0e9";
|
|
}
|
|
|
|
/* line 1006, bahmni-helper/_font-awesome.scss */
|
|
.fa-paste:before,
|
|
.fa-clipboard:before {
|
|
content: "\f0ea";
|
|
}
|
|
|
|
/* line 1010, bahmni-helper/_font-awesome.scss */
|
|
.fa-lightbulb-o:before {
|
|
content: "\f0eb";
|
|
}
|
|
|
|
/* line 1013, bahmni-helper/_font-awesome.scss */
|
|
.fa-exchange:before {
|
|
content: "\f0ec";
|
|
}
|
|
|
|
/* line 1016, bahmni-helper/_font-awesome.scss */
|
|
.fa-cloud-download:before {
|
|
content: "\f0ed";
|
|
}
|
|
|
|
/* line 1019, bahmni-helper/_font-awesome.scss */
|
|
.fa-cloud-upload:before {
|
|
content: "\f0ee";
|
|
}
|
|
|
|
/* line 1022, bahmni-helper/_font-awesome.scss */
|
|
.fa-user-md:before {
|
|
content: "\f0f0";
|
|
}
|
|
|
|
/* line 1025, bahmni-helper/_font-awesome.scss */
|
|
.fa-stethoscope:before {
|
|
content: "\f0f1";
|
|
}
|
|
|
|
/* line 1028, bahmni-helper/_font-awesome.scss */
|
|
.fa-suitcase:before {
|
|
content: "\f0f2";
|
|
}
|
|
|
|
/* line 1031, bahmni-helper/_font-awesome.scss */
|
|
.fa-bell-o:before {
|
|
content: "\f0a2";
|
|
}
|
|
|
|
/* line 1034, bahmni-helper/_font-awesome.scss */
|
|
.fa-coffee:before {
|
|
content: "\f0f4";
|
|
}
|
|
|
|
/* line 1037, bahmni-helper/_font-awesome.scss */
|
|
.fa-cutlery:before {
|
|
content: "\f0f5";
|
|
}
|
|
|
|
/* line 1040, bahmni-helper/_font-awesome.scss */
|
|
.fa-file-text-o:before {
|
|
content: "\f0f6";
|
|
}
|
|
|
|
/* line 1043, bahmni-helper/_font-awesome.scss */
|
|
.fa-building-o:before {
|
|
content: "\f0f7";
|
|
}
|
|
|
|
/* line 1046, bahmni-helper/_font-awesome.scss */
|
|
.fa-hospital-o:before {
|
|
content: "\f0f8";
|
|
}
|
|
|
|
/* line 1049, bahmni-helper/_font-awesome.scss */
|
|
.fa-ambulance:before {
|
|
content: "\f0f9";
|
|
}
|
|
|
|
/* line 1052, bahmni-helper/_font-awesome.scss */
|
|
.fa-medkit:before {
|
|
content: "\f0fa";
|
|
}
|
|
|
|
/* line 1055, bahmni-helper/_font-awesome.scss */
|
|
.fa-fighter-jet:before {
|
|
content: "\f0fb";
|
|
}
|
|
|
|
/* line 1058, bahmni-helper/_font-awesome.scss */
|
|
.fa-beer:before {
|
|
content: "\f0fc";
|
|
}
|
|
|
|
/* line 1061, bahmni-helper/_font-awesome.scss */
|
|
.fa-h-square:before {
|
|
content: "\f0fd";
|
|
}
|
|
|
|
/* line 1064, bahmni-helper/_font-awesome.scss */
|
|
.fa-plus-square:before {
|
|
content: "\f0fe";
|
|
}
|
|
|
|
/* line 1067, bahmni-helper/_font-awesome.scss */
|
|
.fa-angle-double-left:before {
|
|
content: "\f100";
|
|
}
|
|
|
|
/* line 1070, bahmni-helper/_font-awesome.scss */
|
|
.fa-angle-double-right:before {
|
|
content: "\f101";
|
|
}
|
|
|
|
/* line 1073, bahmni-helper/_font-awesome.scss */
|
|
.fa-angle-double-up:before {
|
|
content: "\f102";
|
|
}
|
|
|
|
/* line 1076, bahmni-helper/_font-awesome.scss */
|
|
.fa-angle-double-down:before {
|
|
content: "\f103";
|
|
}
|
|
|
|
/* line 1079, bahmni-helper/_font-awesome.scss */
|
|
.fa-angle-left:before {
|
|
content: "\f104";
|
|
}
|
|
|
|
/* line 1082, bahmni-helper/_font-awesome.scss */
|
|
.fa-angle-right:before {
|
|
content: "\f105";
|
|
}
|
|
|
|
/* line 1085, bahmni-helper/_font-awesome.scss */
|
|
.fa-angle-up:before {
|
|
content: "\f106";
|
|
}
|
|
|
|
/* line 1088, bahmni-helper/_font-awesome.scss */
|
|
.fa-angle-down:before {
|
|
content: "\f107";
|
|
}
|
|
|
|
/* line 1091, bahmni-helper/_font-awesome.scss */
|
|
.fa-desktop:before {
|
|
content: "\f108";
|
|
}
|
|
|
|
/* line 1094, bahmni-helper/_font-awesome.scss */
|
|
.fa-laptop:before {
|
|
content: "\f109";
|
|
}
|
|
|
|
/* line 1097, bahmni-helper/_font-awesome.scss */
|
|
.fa-tablet:before {
|
|
content: "\f10a";
|
|
}
|
|
|
|
/* line 1100, bahmni-helper/_font-awesome.scss */
|
|
.fa-mobile-phone:before,
|
|
.fa-mobile:before {
|
|
content: "\f10b";
|
|
}
|
|
|
|
/* line 1104, bahmni-helper/_font-awesome.scss */
|
|
.fa-circle-o:before {
|
|
content: "\f10c";
|
|
}
|
|
|
|
/* line 1107, bahmni-helper/_font-awesome.scss */
|
|
.fa-quote-left:before {
|
|
content: "\f10d";
|
|
}
|
|
|
|
/* line 1110, bahmni-helper/_font-awesome.scss */
|
|
.fa-quote-right:before {
|
|
content: "\f10e";
|
|
}
|
|
|
|
/* line 1113, bahmni-helper/_font-awesome.scss */
|
|
.fa-spinner:before {
|
|
content: "\f110";
|
|
}
|
|
|
|
/* line 1116, bahmni-helper/_font-awesome.scss */
|
|
.fa-circle:before {
|
|
content: "\f111";
|
|
}
|
|
|
|
/* line 1119, bahmni-helper/_font-awesome.scss */
|
|
.fa-mail-reply:before,
|
|
.fa-reply:before {
|
|
content: "\f112";
|
|
}
|
|
|
|
/* line 1123, bahmni-helper/_font-awesome.scss */
|
|
.fa-github-alt:before {
|
|
content: "\f113";
|
|
}
|
|
|
|
/* line 1126, bahmni-helper/_font-awesome.scss */
|
|
.fa-folder-o:before {
|
|
content: "\f114";
|
|
}
|
|
|
|
/* line 1129, bahmni-helper/_font-awesome.scss */
|
|
.fa-folder-open-o:before {
|
|
content: "\f115";
|
|
}
|
|
|
|
/* line 1132, bahmni-helper/_font-awesome.scss */
|
|
.fa-smile-o:before {
|
|
content: "\f118";
|
|
}
|
|
|
|
/* line 1135, bahmni-helper/_font-awesome.scss */
|
|
.fa-frown-o:before {
|
|
content: "\f119";
|
|
}
|
|
|
|
/* line 1138, bahmni-helper/_font-awesome.scss */
|
|
.fa-meh-o:before {
|
|
content: "\f11a";
|
|
}
|
|
|
|
/* line 1141, bahmni-helper/_font-awesome.scss */
|
|
.fa-gamepad:before {
|
|
content: "\f11b";
|
|
}
|
|
|
|
/* line 1144, bahmni-helper/_font-awesome.scss */
|
|
.fa-keyboard-o:before {
|
|
content: "\f11c";
|
|
}
|
|
|
|
/* line 1147, bahmni-helper/_font-awesome.scss */
|
|
.fa-flag-o:before {
|
|
content: "\f11d";
|
|
}
|
|
|
|
/* line 1150, bahmni-helper/_font-awesome.scss */
|
|
.fa-flag-checkered:before {
|
|
content: "\f11e";
|
|
}
|
|
|
|
/* line 1153, bahmni-helper/_font-awesome.scss */
|
|
.fa-terminal:before {
|
|
content: "\f120";
|
|
}
|
|
|
|
/* line 1156, bahmni-helper/_font-awesome.scss */
|
|
.fa-code:before {
|
|
content: "\f121";
|
|
}
|
|
|
|
/* line 1159, bahmni-helper/_font-awesome.scss */
|
|
.fa-mail-reply-all:before,
|
|
.fa-reply-all:before {
|
|
content: "\f122";
|
|
}
|
|
|
|
/* line 1163, bahmni-helper/_font-awesome.scss */
|
|
.fa-star-half-empty:before,
|
|
.fa-star-half-full:before,
|
|
.fa-star-half-o:before {
|
|
content: "\f123";
|
|
}
|
|
|
|
/* line 1168, bahmni-helper/_font-awesome.scss */
|
|
.fa-location-arrow:before {
|
|
content: "\f124";
|
|
}
|
|
|
|
/* line 1171, bahmni-helper/_font-awesome.scss */
|
|
.fa-crop:before {
|
|
content: "\f125";
|
|
}
|
|
|
|
/* line 1174, bahmni-helper/_font-awesome.scss */
|
|
.fa-code-fork:before {
|
|
content: "\f126";
|
|
}
|
|
|
|
/* line 1177, bahmni-helper/_font-awesome.scss */
|
|
.fa-unlink:before,
|
|
.fa-chain-broken:before {
|
|
content: "\f127";
|
|
}
|
|
|
|
/* line 1181, bahmni-helper/_font-awesome.scss */
|
|
.fa-question:before {
|
|
content: "\f128";
|
|
}
|
|
|
|
/* line 1184, bahmni-helper/_font-awesome.scss */
|
|
.fa-info:before {
|
|
content: "\f129";
|
|
}
|
|
|
|
/* line 1187, bahmni-helper/_font-awesome.scss */
|
|
.fa-exclamation:before {
|
|
content: "\f12a";
|
|
}
|
|
|
|
/* line 1190, bahmni-helper/_font-awesome.scss */
|
|
.fa-superscript:before {
|
|
content: "\f12b";
|
|
}
|
|
|
|
/* line 1193, bahmni-helper/_font-awesome.scss */
|
|
.fa-subscript:before {
|
|
content: "\f12c";
|
|
}
|
|
|
|
/* line 1196, bahmni-helper/_font-awesome.scss */
|
|
.fa-eraser:before {
|
|
content: "\f12d";
|
|
}
|
|
|
|
/* line 1199, bahmni-helper/_font-awesome.scss */
|
|
.fa-puzzle-piece:before {
|
|
content: "\f12e";
|
|
}
|
|
|
|
/* line 1202, bahmni-helper/_font-awesome.scss */
|
|
.fa-microphone:before {
|
|
content: "\f130";
|
|
}
|
|
|
|
/* line 1205, bahmni-helper/_font-awesome.scss */
|
|
.fa-microphone-slash:before {
|
|
content: "\f131";
|
|
}
|
|
|
|
/* line 1208, bahmni-helper/_font-awesome.scss */
|
|
.fa-shield:before {
|
|
content: "\f132";
|
|
}
|
|
|
|
/* line 1211, bahmni-helper/_font-awesome.scss */
|
|
.fa-calendar-o:before {
|
|
content: "\f133";
|
|
}
|
|
|
|
/* line 1214, bahmni-helper/_font-awesome.scss */
|
|
.fa-fire-extinguisher:before {
|
|
content: "\f134";
|
|
}
|
|
|
|
/* line 1217, bahmni-helper/_font-awesome.scss */
|
|
.fa-rocket:before {
|
|
content: "\f135";
|
|
}
|
|
|
|
/* line 1220, bahmni-helper/_font-awesome.scss */
|
|
.fa-maxcdn:before {
|
|
content: "\f136";
|
|
}
|
|
|
|
/* line 1223, bahmni-helper/_font-awesome.scss */
|
|
.fa-chevron-circle-left:before {
|
|
content: "\f137";
|
|
}
|
|
|
|
/* line 1226, bahmni-helper/_font-awesome.scss */
|
|
.fa-chevron-circle-right:before {
|
|
content: "\f138";
|
|
}
|
|
|
|
/* line 1229, bahmni-helper/_font-awesome.scss */
|
|
.fa-chevron-circle-up:before {
|
|
content: "\f139";
|
|
}
|
|
|
|
/* line 1232, bahmni-helper/_font-awesome.scss */
|
|
.fa-chevron-circle-down:before {
|
|
content: "\f13a";
|
|
}
|
|
|
|
/* line 1235, bahmni-helper/_font-awesome.scss */
|
|
.fa-html5:before {
|
|
content: "\f13b";
|
|
}
|
|
|
|
/* line 1238, bahmni-helper/_font-awesome.scss */
|
|
.fa-css3:before {
|
|
content: "\f13c";
|
|
}
|
|
|
|
/* line 1241, bahmni-helper/_font-awesome.scss */
|
|
.fa-anchor:before {
|
|
content: "\f13d";
|
|
}
|
|
|
|
/* line 1244, bahmni-helper/_font-awesome.scss */
|
|
.fa-unlock-alt:before {
|
|
content: "\f13e";
|
|
}
|
|
|
|
/* line 1247, bahmni-helper/_font-awesome.scss */
|
|
.fa-bullseye:before {
|
|
content: "\f140";
|
|
}
|
|
|
|
/* line 1250, bahmni-helper/_font-awesome.scss */
|
|
.fa-ellipsis-h:before {
|
|
content: "\f141";
|
|
}
|
|
|
|
/* line 1253, bahmni-helper/_font-awesome.scss */
|
|
.fa-ellipsis-v:before {
|
|
content: "\f142";
|
|
}
|
|
|
|
/* line 1256, bahmni-helper/_font-awesome.scss */
|
|
.fa-rss-square:before {
|
|
content: "\f143";
|
|
}
|
|
|
|
/* line 1259, bahmni-helper/_font-awesome.scss */
|
|
.fa-play-circle:before {
|
|
content: "\f144";
|
|
}
|
|
|
|
/* line 1262, bahmni-helper/_font-awesome.scss */
|
|
.fa-ticket:before {
|
|
content: "\f145";
|
|
}
|
|
|
|
/* line 1265, bahmni-helper/_font-awesome.scss */
|
|
.fa-minus-square:before {
|
|
content: "\f146";
|
|
}
|
|
|
|
/* line 1268, bahmni-helper/_font-awesome.scss */
|
|
.fa-minus-square-o:before {
|
|
content: "\f147";
|
|
}
|
|
|
|
/* line 1271, bahmni-helper/_font-awesome.scss */
|
|
.fa-level-up:before {
|
|
content: "\f148";
|
|
}
|
|
|
|
/* line 1274, bahmni-helper/_font-awesome.scss */
|
|
.fa-level-down:before {
|
|
content: "\f149";
|
|
}
|
|
|
|
/* line 1277, bahmni-helper/_font-awesome.scss */
|
|
.fa-check-square:before {
|
|
content: "\f14a";
|
|
}
|
|
|
|
/* line 1280, bahmni-helper/_font-awesome.scss */
|
|
.fa-pencil-square:before {
|
|
content: "\f14b";
|
|
}
|
|
|
|
/* line 1283, bahmni-helper/_font-awesome.scss */
|
|
.fa-external-link-square:before {
|
|
content: "\f14c";
|
|
}
|
|
|
|
/* line 1286, bahmni-helper/_font-awesome.scss */
|
|
.fa-share-square:before {
|
|
content: "\f14d";
|
|
}
|
|
|
|
/* line 1289, bahmni-helper/_font-awesome.scss */
|
|
.fa-compass:before {
|
|
content: "\f14e";
|
|
}
|
|
|
|
/* line 1292, bahmni-helper/_font-awesome.scss */
|
|
.fa-toggle-down:before,
|
|
.fa-caret-square-o-down:before {
|
|
content: "\f150";
|
|
}
|
|
|
|
/* line 1296, bahmni-helper/_font-awesome.scss */
|
|
.fa-toggle-up:before,
|
|
.fa-caret-square-o-up:before {
|
|
content: "\f151";
|
|
}
|
|
|
|
/* line 1300, bahmni-helper/_font-awesome.scss */
|
|
.fa-toggle-right:before,
|
|
.fa-caret-square-o-right:before {
|
|
content: "\f152";
|
|
}
|
|
|
|
/* line 1304, bahmni-helper/_font-awesome.scss */
|
|
.fa-euro:before,
|
|
.fa-eur:before {
|
|
content: "\f153";
|
|
}
|
|
|
|
/* line 1308, bahmni-helper/_font-awesome.scss */
|
|
.fa-gbp:before {
|
|
content: "\f154";
|
|
}
|
|
|
|
/* line 1311, bahmni-helper/_font-awesome.scss */
|
|
.fa-dollar:before,
|
|
.fa-usd:before {
|
|
content: "\f155";
|
|
}
|
|
|
|
/* line 1315, bahmni-helper/_font-awesome.scss */
|
|
.fa-rupee:before,
|
|
.fa-inr:before {
|
|
content: "\f156";
|
|
}
|
|
|
|
/* line 1319, bahmni-helper/_font-awesome.scss */
|
|
.fa-cny:before,
|
|
.fa-rmb:before,
|
|
.fa-yen:before,
|
|
.fa-jpy:before {
|
|
content: "\f157";
|
|
}
|
|
|
|
/* line 1325, bahmni-helper/_font-awesome.scss */
|
|
.fa-ruble:before,
|
|
.fa-rouble:before,
|
|
.fa-rub:before {
|
|
content: "\f158";
|
|
}
|
|
|
|
/* line 1330, bahmni-helper/_font-awesome.scss */
|
|
.fa-won:before,
|
|
.fa-krw:before {
|
|
content: "\f159";
|
|
}
|
|
|
|
/* line 1334, bahmni-helper/_font-awesome.scss */
|
|
.fa-bitcoin:before,
|
|
.fa-btc:before {
|
|
content: "\f15a";
|
|
}
|
|
|
|
/* line 1338, bahmni-helper/_font-awesome.scss */
|
|
.fa-file:before {
|
|
content: "\f15b";
|
|
}
|
|
|
|
/* line 1341, bahmni-helper/_font-awesome.scss */
|
|
.fa-file-text:before {
|
|
content: "\f15c";
|
|
}
|
|
|
|
/* line 1344, bahmni-helper/_font-awesome.scss */
|
|
.fa-sort-alpha-asc:before {
|
|
content: "\f15d";
|
|
}
|
|
|
|
/* line 1347, bahmni-helper/_font-awesome.scss */
|
|
.fa-sort-alpha-desc:before {
|
|
content: "\f15e";
|
|
}
|
|
|
|
/* line 1350, bahmni-helper/_font-awesome.scss */
|
|
.fa-sort-amount-asc:before {
|
|
content: "\f160";
|
|
}
|
|
|
|
/* line 1353, bahmni-helper/_font-awesome.scss */
|
|
.fa-sort-amount-desc:before {
|
|
content: "\f161";
|
|
}
|
|
|
|
/* line 1356, bahmni-helper/_font-awesome.scss */
|
|
.fa-sort-numeric-asc:before {
|
|
content: "\f162";
|
|
}
|
|
|
|
/* line 1359, bahmni-helper/_font-awesome.scss */
|
|
.fa-sort-numeric-desc:before {
|
|
content: "\f163";
|
|
}
|
|
|
|
/* line 1362, bahmni-helper/_font-awesome.scss */
|
|
.fa-thumbs-up:before {
|
|
content: "\f164";
|
|
}
|
|
|
|
/* line 1365, bahmni-helper/_font-awesome.scss */
|
|
.fa-thumbs-down:before {
|
|
content: "\f165";
|
|
}
|
|
|
|
/* line 1368, bahmni-helper/_font-awesome.scss */
|
|
.fa-youtube-square:before {
|
|
content: "\f166";
|
|
}
|
|
|
|
/* line 1371, bahmni-helper/_font-awesome.scss */
|
|
.fa-youtube:before {
|
|
content: "\f167";
|
|
}
|
|
|
|
/* line 1374, bahmni-helper/_font-awesome.scss */
|
|
.fa-xing:before {
|
|
content: "\f168";
|
|
}
|
|
|
|
/* line 1377, bahmni-helper/_font-awesome.scss */
|
|
.fa-xing-square:before {
|
|
content: "\f169";
|
|
}
|
|
|
|
/* line 1380, bahmni-helper/_font-awesome.scss */
|
|
.fa-youtube-play:before {
|
|
content: "\f16a";
|
|
}
|
|
|
|
/* line 1383, bahmni-helper/_font-awesome.scss */
|
|
.fa-dropbox:before {
|
|
content: "\f16b";
|
|
}
|
|
|
|
/* line 1386, bahmni-helper/_font-awesome.scss */
|
|
.fa-stack-overflow:before {
|
|
content: "\f16c";
|
|
}
|
|
|
|
/* line 1389, bahmni-helper/_font-awesome.scss */
|
|
.fa-instagram:before {
|
|
content: "\f16d";
|
|
}
|
|
|
|
/* line 1392, bahmni-helper/_font-awesome.scss */
|
|
.fa-flickr:before {
|
|
content: "\f16e";
|
|
}
|
|
|
|
/* line 1395, bahmni-helper/_font-awesome.scss */
|
|
.fa-adn:before {
|
|
content: "\f170";
|
|
}
|
|
|
|
/* line 1398, bahmni-helper/_font-awesome.scss */
|
|
.fa-bitbucket:before {
|
|
content: "\f171";
|
|
}
|
|
|
|
/* line 1401, bahmni-helper/_font-awesome.scss */
|
|
.fa-bitbucket-square:before {
|
|
content: "\f172";
|
|
}
|
|
|
|
/* line 1404, bahmni-helper/_font-awesome.scss */
|
|
.fa-tumblr:before {
|
|
content: "\f173";
|
|
}
|
|
|
|
/* line 1407, bahmni-helper/_font-awesome.scss */
|
|
.fa-tumblr-square:before {
|
|
content: "\f174";
|
|
}
|
|
|
|
/* line 1410, bahmni-helper/_font-awesome.scss */
|
|
.fa-long-arrow-down:before {
|
|
content: "\f175";
|
|
}
|
|
|
|
/* line 1413, bahmni-helper/_font-awesome.scss */
|
|
.fa-long-arrow-up:before {
|
|
content: "\f176";
|
|
}
|
|
|
|
/* line 1416, bahmni-helper/_font-awesome.scss */
|
|
.fa-long-arrow-left:before {
|
|
content: "\f177";
|
|
}
|
|
|
|
/* line 1419, bahmni-helper/_font-awesome.scss */
|
|
.fa-long-arrow-right:before {
|
|
content: "\f178";
|
|
}
|
|
|
|
/* line 1422, bahmni-helper/_font-awesome.scss */
|
|
.fa-apple:before {
|
|
content: "\f179";
|
|
}
|
|
|
|
/* line 1425, bahmni-helper/_font-awesome.scss */
|
|
.fa-windows:before {
|
|
content: "\f17a";
|
|
}
|
|
|
|
/* line 1428, bahmni-helper/_font-awesome.scss */
|
|
.fa-android:before {
|
|
content: "\f17b";
|
|
}
|
|
|
|
/* line 1431, bahmni-helper/_font-awesome.scss */
|
|
.fa-linux:before {
|
|
content: "\f17c";
|
|
}
|
|
|
|
/* line 1434, bahmni-helper/_font-awesome.scss */
|
|
.fa-dribbble:before {
|
|
content: "\f17d";
|
|
}
|
|
|
|
/* line 1437, bahmni-helper/_font-awesome.scss */
|
|
.fa-skype:before {
|
|
content: "\f17e";
|
|
}
|
|
|
|
/* line 1440, bahmni-helper/_font-awesome.scss */
|
|
.fa-foursquare:before {
|
|
content: "\f180";
|
|
}
|
|
|
|
/* line 1443, bahmni-helper/_font-awesome.scss */
|
|
.fa-trello:before {
|
|
content: "\f181";
|
|
}
|
|
|
|
/* line 1446, bahmni-helper/_font-awesome.scss */
|
|
.fa-female:before {
|
|
content: "\f182";
|
|
}
|
|
|
|
/* line 1449, bahmni-helper/_font-awesome.scss */
|
|
.fa-male:before {
|
|
content: "\f183";
|
|
}
|
|
|
|
/* line 1452, bahmni-helper/_font-awesome.scss */
|
|
.fa-gittip:before,
|
|
.fa-gratipay:before {
|
|
content: "\f184";
|
|
}
|
|
|
|
/* line 1456, bahmni-helper/_font-awesome.scss */
|
|
.fa-sun-o:before {
|
|
content: "\f185";
|
|
}
|
|
|
|
/* line 1459, bahmni-helper/_font-awesome.scss */
|
|
.fa-moon-o:before {
|
|
content: "\f186";
|
|
}
|
|
|
|
/* line 1462, bahmni-helper/_font-awesome.scss */
|
|
.fa-archive:before {
|
|
content: "\f187";
|
|
}
|
|
|
|
/* line 1465, bahmni-helper/_font-awesome.scss */
|
|
.fa-bug:before {
|
|
content: "\f188";
|
|
}
|
|
|
|
/* line 1468, bahmni-helper/_font-awesome.scss */
|
|
.fa-vk:before {
|
|
content: "\f189";
|
|
}
|
|
|
|
/* line 1471, bahmni-helper/_font-awesome.scss */
|
|
.fa-weibo:before {
|
|
content: "\f18a";
|
|
}
|
|
|
|
/* line 1474, bahmni-helper/_font-awesome.scss */
|
|
.fa-renren:before {
|
|
content: "\f18b";
|
|
}
|
|
|
|
/* line 1477, bahmni-helper/_font-awesome.scss */
|
|
.fa-pagelines:before {
|
|
content: "\f18c";
|
|
}
|
|
|
|
/* line 1480, bahmni-helper/_font-awesome.scss */
|
|
.fa-stack-exchange:before {
|
|
content: "\f18d";
|
|
}
|
|
|
|
/* line 1483, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrow-circle-o-right:before {
|
|
content: "\f18e";
|
|
}
|
|
|
|
/* line 1486, bahmni-helper/_font-awesome.scss */
|
|
.fa-arrow-circle-o-left:before {
|
|
content: "\f190";
|
|
}
|
|
|
|
/* line 1489, bahmni-helper/_font-awesome.scss */
|
|
.fa-toggle-left:before,
|
|
.fa-caret-square-o-left:before {
|
|
content: "\f191";
|
|
}
|
|
|
|
/* line 1493, bahmni-helper/_font-awesome.scss */
|
|
.fa-dot-circle-o:before {
|
|
content: "\f192";
|
|
}
|
|
|
|
/* line 1496, bahmni-helper/_font-awesome.scss */
|
|
.fa-wheelchair:before {
|
|
content: "\f193";
|
|
}
|
|
|
|
/* line 1499, bahmni-helper/_font-awesome.scss */
|
|
.fa-vimeo-square:before {
|
|
content: "\f194";
|
|
}
|
|
|
|
/* line 1502, bahmni-helper/_font-awesome.scss */
|
|
.fa-turkish-lira:before,
|
|
.fa-try:before {
|
|
content: "\f195";
|
|
}
|
|
|
|
/* line 1506, bahmni-helper/_font-awesome.scss */
|
|
.fa-plus-square-o:before {
|
|
content: "\f196";
|
|
}
|
|
|
|
/* line 1509, bahmni-helper/_font-awesome.scss */
|
|
.fa-space-shuttle:before {
|
|
content: "\f197";
|
|
}
|
|
|
|
/* line 1512, bahmni-helper/_font-awesome.scss */
|
|
.fa-slack:before {
|
|
content: "\f198";
|
|
}
|
|
|
|
/* line 1515, bahmni-helper/_font-awesome.scss */
|
|
.fa-envelope-square:before {
|
|
content: "\f199";
|
|
}
|
|
|
|
/* line 1518, bahmni-helper/_font-awesome.scss */
|
|
.fa-wordpress:before {
|
|
content: "\f19a";
|
|
}
|
|
|
|
/* line 1521, bahmni-helper/_font-awesome.scss */
|
|
.fa-openid:before {
|
|
content: "\f19b";
|
|
}
|
|
|
|
/* line 1524, bahmni-helper/_font-awesome.scss */
|
|
.fa-institution:before,
|
|
.fa-bank:before,
|
|
.fa-university:before {
|
|
content: "\f19c";
|
|
}
|
|
|
|
/* line 1529, bahmni-helper/_font-awesome.scss */
|
|
.fa-mortar-board:before,
|
|
.fa-graduation-cap:before {
|
|
content: "\f19d";
|
|
}
|
|
|
|
/* line 1533, bahmni-helper/_font-awesome.scss */
|
|
.fa-yahoo:before {
|
|
content: "\f19e";
|
|
}
|
|
|
|
/* line 1536, bahmni-helper/_font-awesome.scss */
|
|
.fa-google:before {
|
|
content: "\f1a0";
|
|
}
|
|
|
|
/* line 1539, bahmni-helper/_font-awesome.scss */
|
|
.fa-reddit:before {
|
|
content: "\f1a1";
|
|
}
|
|
|
|
/* line 1542, bahmni-helper/_font-awesome.scss */
|
|
.fa-reddit-square:before {
|
|
content: "\f1a2";
|
|
}
|
|
|
|
/* line 1545, bahmni-helper/_font-awesome.scss */
|
|
.fa-stumbleupon-circle:before {
|
|
content: "\f1a3";
|
|
}
|
|
|
|
/* line 1548, bahmni-helper/_font-awesome.scss */
|
|
.fa-stumbleupon:before {
|
|
content: "\f1a4";
|
|
}
|
|
|
|
/* line 1551, bahmni-helper/_font-awesome.scss */
|
|
.fa-delicious:before {
|
|
content: "\f1a5";
|
|
}
|
|
|
|
/* line 1554, bahmni-helper/_font-awesome.scss */
|
|
.fa-digg:before {
|
|
content: "\f1a6";
|
|
}
|
|
|
|
/* line 1557, bahmni-helper/_font-awesome.scss */
|
|
.fa-pied-piper:before {
|
|
content: "\f1a7";
|
|
}
|
|
|
|
/* line 1560, bahmni-helper/_font-awesome.scss */
|
|
.fa-pied-piper-alt:before {
|
|
content: "\f1a8";
|
|
}
|
|
|
|
/* line 1563, bahmni-helper/_font-awesome.scss */
|
|
.fa-drupal:before {
|
|
content: "\f1a9";
|
|
}
|
|
|
|
/* line 1566, bahmni-helper/_font-awesome.scss */
|
|
.fa-joomla:before {
|
|
content: "\f1aa";
|
|
}
|
|
|
|
/* line 1569, bahmni-helper/_font-awesome.scss */
|
|
.fa-language:before {
|
|
content: "\f1ab";
|
|
}
|
|
|
|
/* line 1572, bahmni-helper/_font-awesome.scss */
|
|
.fa-fax:before {
|
|
content: "\f1ac";
|
|
}
|
|
|
|
/* line 1575, bahmni-helper/_font-awesome.scss */
|
|
.fa-building:before {
|
|
content: "\f1ad";
|
|
}
|
|
|
|
/* line 1578, bahmni-helper/_font-awesome.scss */
|
|
.fa-child:before {
|
|
content: "\f1ae";
|
|
}
|
|
|
|
/* line 1581, bahmni-helper/_font-awesome.scss */
|
|
.fa-paw:before {
|
|
content: "\f1b0";
|
|
}
|
|
|
|
/* line 1584, bahmni-helper/_font-awesome.scss */
|
|
.fa-spoon:before {
|
|
content: "\f1b1";
|
|
}
|
|
|
|
/* line 1587, bahmni-helper/_font-awesome.scss */
|
|
.fa-cube:before {
|
|
content: "\f1b2";
|
|
}
|
|
|
|
/* line 1590, bahmni-helper/_font-awesome.scss */
|
|
.fa-cubes:before {
|
|
content: "\f1b3";
|
|
}
|
|
|
|
/* line 1593, bahmni-helper/_font-awesome.scss */
|
|
.fa-behance:before {
|
|
content: "\f1b4";
|
|
}
|
|
|
|
/* line 1596, bahmni-helper/_font-awesome.scss */
|
|
.fa-behance-square:before {
|
|
content: "\f1b5";
|
|
}
|
|
|
|
/* line 1599, bahmni-helper/_font-awesome.scss */
|
|
.fa-steam:before {
|
|
content: "\f1b6";
|
|
}
|
|
|
|
/* line 1602, bahmni-helper/_font-awesome.scss */
|
|
.fa-steam-square:before {
|
|
content: "\f1b7";
|
|
}
|
|
|
|
/* line 1605, bahmni-helper/_font-awesome.scss */
|
|
.fa-recycle:before {
|
|
content: "\f1b8";
|
|
}
|
|
|
|
/* line 1608, bahmni-helper/_font-awesome.scss */
|
|
.fa-automobile:before,
|
|
.fa-car:before {
|
|
content: "\f1b9";
|
|
}
|
|
|
|
/* line 1612, bahmni-helper/_font-awesome.scss */
|
|
.fa-cab:before,
|
|
.fa-taxi:before {
|
|
content: "\f1ba";
|
|
}
|
|
|
|
/* line 1616, bahmni-helper/_font-awesome.scss */
|
|
.fa-tree:before {
|
|
content: "\f1bb";
|
|
}
|
|
|
|
/* line 1619, bahmni-helper/_font-awesome.scss */
|
|
.fa-spotify:before {
|
|
content: "\f1bc";
|
|
}
|
|
|
|
/* line 1622, bahmni-helper/_font-awesome.scss */
|
|
.fa-deviantart:before {
|
|
content: "\f1bd";
|
|
}
|
|
|
|
/* line 1625, bahmni-helper/_font-awesome.scss */
|
|
.fa-soundcloud:before {
|
|
content: "\f1be";
|
|
}
|
|
|
|
/* line 1628, bahmni-helper/_font-awesome.scss */
|
|
.fa-database:before {
|
|
content: "\f1c0";
|
|
}
|
|
|
|
/* line 1631, bahmni-helper/_font-awesome.scss */
|
|
.fa-file-pdf-o:before {
|
|
content: "\f1c1";
|
|
}
|
|
|
|
/* line 1634, bahmni-helper/_font-awesome.scss */
|
|
.fa-file-word-o:before {
|
|
content: "\f1c2";
|
|
}
|
|
|
|
/* line 1637, bahmni-helper/_font-awesome.scss */
|
|
.fa-file-excel-o:before {
|
|
content: "\f1c3";
|
|
}
|
|
|
|
/* line 1640, bahmni-helper/_font-awesome.scss */
|
|
.fa-file-powerpoint-o:before {
|
|
content: "\f1c4";
|
|
}
|
|
|
|
/* line 1643, bahmni-helper/_font-awesome.scss */
|
|
.fa-file-photo-o:before,
|
|
.fa-file-picture-o:before,
|
|
.fa-file-image-o:before {
|
|
content: "\f1c5";
|
|
}
|
|
|
|
/* line 1648, bahmni-helper/_font-awesome.scss */
|
|
.fa-file-zip-o:before,
|
|
.fa-file-archive-o:before {
|
|
content: "\f1c6";
|
|
}
|
|
|
|
/* line 1652, bahmni-helper/_font-awesome.scss */
|
|
.fa-file-sound-o:before,
|
|
.fa-file-audio-o:before {
|
|
content: "\f1c7";
|
|
}
|
|
|
|
/* line 1656, bahmni-helper/_font-awesome.scss */
|
|
.fa-file-movie-o:before,
|
|
.fa-file-video-o:before {
|
|
content: "\f1c8";
|
|
}
|
|
|
|
/* line 1660, bahmni-helper/_font-awesome.scss */
|
|
.fa-file-code-o:before {
|
|
content: "\f1c9";
|
|
}
|
|
|
|
/* line 1663, bahmni-helper/_font-awesome.scss */
|
|
.fa-vine:before {
|
|
content: "\f1ca";
|
|
}
|
|
|
|
/* line 1666, bahmni-helper/_font-awesome.scss */
|
|
.fa-codepen:before {
|
|
content: "\f1cb";
|
|
}
|
|
|
|
/* line 1669, bahmni-helper/_font-awesome.scss */
|
|
.fa-jsfiddle:before {
|
|
content: "\f1cc";
|
|
}
|
|
|
|
/* line 1672, bahmni-helper/_font-awesome.scss */
|
|
.fa-life-bouy:before,
|
|
.fa-life-buoy:before,
|
|
.fa-life-saver:before,
|
|
.fa-support:before,
|
|
.fa-life-ring:before {
|
|
content: "\f1cd";
|
|
}
|
|
|
|
/* line 1679, bahmni-helper/_font-awesome.scss */
|
|
.fa-circle-o-notch:before {
|
|
content: "\f1ce";
|
|
}
|
|
|
|
/* line 1682, bahmni-helper/_font-awesome.scss */
|
|
.fa-ra:before,
|
|
.fa-rebel:before {
|
|
content: "\f1d0";
|
|
}
|
|
|
|
/* line 1686, bahmni-helper/_font-awesome.scss */
|
|
.fa-ge:before,
|
|
.fa-empire:before {
|
|
content: "\f1d1";
|
|
}
|
|
|
|
/* line 1690, bahmni-helper/_font-awesome.scss */
|
|
.fa-git-square:before {
|
|
content: "\f1d2";
|
|
}
|
|
|
|
/* line 1693, bahmni-helper/_font-awesome.scss */
|
|
.fa-git:before {
|
|
content: "\f1d3";
|
|
}
|
|
|
|
/* line 1696, bahmni-helper/_font-awesome.scss */
|
|
.fa-hacker-news:before {
|
|
content: "\f1d4";
|
|
}
|
|
|
|
/* line 1699, bahmni-helper/_font-awesome.scss */
|
|
.fa-tencent-weibo:before {
|
|
content: "\f1d5";
|
|
}
|
|
|
|
/* line 1702, bahmni-helper/_font-awesome.scss */
|
|
.fa-qq:before {
|
|
content: "\f1d6";
|
|
}
|
|
|
|
/* line 1705, bahmni-helper/_font-awesome.scss */
|
|
.fa-wechat:before,
|
|
.fa-weixin:before {
|
|
content: "\f1d7";
|
|
}
|
|
|
|
/* line 1709, bahmni-helper/_font-awesome.scss */
|
|
.fa-send:before,
|
|
.fa-paper-plane:before {
|
|
content: "\f1d8";
|
|
}
|
|
|
|
/* line 1713, bahmni-helper/_font-awesome.scss */
|
|
.fa-send-o:before,
|
|
.fa-paper-plane-o:before {
|
|
content: "\f1d9";
|
|
}
|
|
|
|
/* line 1717, bahmni-helper/_font-awesome.scss */
|
|
.fa-history:before {
|
|
content: "\f1da";
|
|
}
|
|
|
|
/* line 1720, bahmni-helper/_font-awesome.scss */
|
|
.fa-genderless:before,
|
|
.fa-circle-thin:before {
|
|
content: "\f1db";
|
|
}
|
|
|
|
/* line 1724, bahmni-helper/_font-awesome.scss */
|
|
.fa-header:before {
|
|
content: "\f1dc";
|
|
}
|
|
|
|
/* line 1727, bahmni-helper/_font-awesome.scss */
|
|
.fa-paragraph:before {
|
|
content: "\f1dd";
|
|
}
|
|
|
|
/* line 1730, bahmni-helper/_font-awesome.scss */
|
|
.fa-sliders:before {
|
|
content: "\f1de";
|
|
}
|
|
|
|
/* line 1733, bahmni-helper/_font-awesome.scss */
|
|
.fa-share-alt:before {
|
|
content: "\f1e0";
|
|
}
|
|
|
|
/* line 1736, bahmni-helper/_font-awesome.scss */
|
|
.fa-share-alt-square:before {
|
|
content: "\f1e1";
|
|
}
|
|
|
|
/* line 1739, bahmni-helper/_font-awesome.scss */
|
|
.fa-bomb:before {
|
|
content: "\f1e2";
|
|
}
|
|
|
|
/* line 1742, bahmni-helper/_font-awesome.scss */
|
|
.fa-soccer-ball-o:before,
|
|
.fa-futbol-o:before {
|
|
content: "\f1e3";
|
|
}
|
|
|
|
/* line 1746, bahmni-helper/_font-awesome.scss */
|
|
.fa-tty:before {
|
|
content: "\f1e4";
|
|
}
|
|
|
|
/* line 1749, bahmni-helper/_font-awesome.scss */
|
|
.fa-binoculars:before {
|
|
content: "\f1e5";
|
|
}
|
|
|
|
/* line 1752, bahmni-helper/_font-awesome.scss */
|
|
.fa-plug:before {
|
|
content: "\f1e6";
|
|
}
|
|
|
|
/* line 1755, bahmni-helper/_font-awesome.scss */
|
|
.fa-slideshare:before {
|
|
content: "\f1e7";
|
|
}
|
|
|
|
/* line 1758, bahmni-helper/_font-awesome.scss */
|
|
.fa-twitch:before {
|
|
content: "\f1e8";
|
|
}
|
|
|
|
/* line 1761, bahmni-helper/_font-awesome.scss */
|
|
.fa-yelp:before {
|
|
content: "\f1e9";
|
|
}
|
|
|
|
/* line 1764, bahmni-helper/_font-awesome.scss */
|
|
.fa-newspaper-o:before {
|
|
content: "\f1ea";
|
|
}
|
|
|
|
/* line 1767, bahmni-helper/_font-awesome.scss */
|
|
.fa-wifi:before {
|
|
content: "\f1eb";
|
|
}
|
|
|
|
/* line 1770, bahmni-helper/_font-awesome.scss */
|
|
.fa-calculator:before {
|
|
content: "\f1ec";
|
|
}
|
|
|
|
/* line 1773, bahmni-helper/_font-awesome.scss */
|
|
.fa-paypal:before {
|
|
content: "\f1ed";
|
|
}
|
|
|
|
/* line 1776, bahmni-helper/_font-awesome.scss */
|
|
.fa-google-wallet:before {
|
|
content: "\f1ee";
|
|
}
|
|
|
|
/* line 1779, bahmni-helper/_font-awesome.scss */
|
|
.fa-cc-visa:before {
|
|
content: "\f1f0";
|
|
}
|
|
|
|
/* line 1782, bahmni-helper/_font-awesome.scss */
|
|
.fa-cc-mastercard:before {
|
|
content: "\f1f1";
|
|
}
|
|
|
|
/* line 1785, bahmni-helper/_font-awesome.scss */
|
|
.fa-cc-discover:before {
|
|
content: "\f1f2";
|
|
}
|
|
|
|
/* line 1788, bahmni-helper/_font-awesome.scss */
|
|
.fa-cc-amex:before {
|
|
content: "\f1f3";
|
|
}
|
|
|
|
/* line 1791, bahmni-helper/_font-awesome.scss */
|
|
.fa-cc-paypal:before {
|
|
content: "\f1f4";
|
|
}
|
|
|
|
/* line 1794, bahmni-helper/_font-awesome.scss */
|
|
.fa-cc-stripe:before {
|
|
content: "\f1f5";
|
|
}
|
|
|
|
/* line 1797, bahmni-helper/_font-awesome.scss */
|
|
.fa-bell-slash:before {
|
|
content: "\f1f6";
|
|
}
|
|
|
|
/* line 1800, bahmni-helper/_font-awesome.scss */
|
|
.fa-bell-slash-o:before {
|
|
content: "\f1f7";
|
|
}
|
|
|
|
/* line 1803, bahmni-helper/_font-awesome.scss */
|
|
.fa-trash:before {
|
|
content: "\f1f8";
|
|
}
|
|
|
|
/* line 1806, bahmni-helper/_font-awesome.scss */
|
|
.fa-copyright:before {
|
|
content: "\f1f9";
|
|
}
|
|
|
|
/* line 1809, bahmni-helper/_font-awesome.scss */
|
|
.fa-at:before {
|
|
content: "\f1fa";
|
|
}
|
|
|
|
/* line 1812, bahmni-helper/_font-awesome.scss */
|
|
.fa-eyedropper:before {
|
|
content: "\f1fb";
|
|
}
|
|
|
|
/* line 1815, bahmni-helper/_font-awesome.scss */
|
|
.fa-paint-brush:before {
|
|
content: "\f1fc";
|
|
}
|
|
|
|
/* line 1818, bahmni-helper/_font-awesome.scss */
|
|
.fa-birthday-cake:before {
|
|
content: "\f1fd";
|
|
}
|
|
|
|
/* line 1821, bahmni-helper/_font-awesome.scss */
|
|
.fa-area-chart:before {
|
|
content: "\f1fe";
|
|
}
|
|
|
|
/* line 1824, bahmni-helper/_font-awesome.scss */
|
|
.fa-pie-chart:before {
|
|
content: "\f200";
|
|
}
|
|
|
|
/* line 1827, bahmni-helper/_font-awesome.scss */
|
|
.fa-line-chart:before {
|
|
content: "\f201";
|
|
}
|
|
|
|
/* line 1830, bahmni-helper/_font-awesome.scss */
|
|
.fa-lastfm:before {
|
|
content: "\f202";
|
|
}
|
|
|
|
/* line 1833, bahmni-helper/_font-awesome.scss */
|
|
.fa-lastfm-square:before {
|
|
content: "\f203";
|
|
}
|
|
|
|
/* line 1836, bahmni-helper/_font-awesome.scss */
|
|
.fa-toggle-off:before {
|
|
content: "\f204";
|
|
}
|
|
|
|
/* line 1839, bahmni-helper/_font-awesome.scss */
|
|
.fa-toggle-on:before {
|
|
content: "\f205";
|
|
}
|
|
|
|
/* line 1842, bahmni-helper/_font-awesome.scss */
|
|
.fa-bicycle:before {
|
|
content: "\f206";
|
|
}
|
|
|
|
/* line 1845, bahmni-helper/_font-awesome.scss */
|
|
.fa-bus:before {
|
|
content: "\f207";
|
|
}
|
|
|
|
/* line 1848, bahmni-helper/_font-awesome.scss */
|
|
.fa-ioxhost:before {
|
|
content: "\f208";
|
|
}
|
|
|
|
/* line 1851, bahmni-helper/_font-awesome.scss */
|
|
.fa-angellist:before {
|
|
content: "\f209";
|
|
}
|
|
|
|
/* line 1854, bahmni-helper/_font-awesome.scss */
|
|
.fa-cc:before {
|
|
content: "\f20a";
|
|
}
|
|
|
|
/* line 1857, bahmni-helper/_font-awesome.scss */
|
|
.fa-shekel:before,
|
|
.fa-sheqel:before,
|
|
.fa-ils:before {
|
|
content: "\f20b";
|
|
}
|
|
|
|
/* line 1862, bahmni-helper/_font-awesome.scss */
|
|
.fa-meanpath:before {
|
|
content: "\f20c";
|
|
}
|
|
|
|
/* line 1865, bahmni-helper/_font-awesome.scss */
|
|
.fa-buysellads:before {
|
|
content: "\f20d";
|
|
}
|
|
|
|
/* line 1868, bahmni-helper/_font-awesome.scss */
|
|
.fa-connectdevelop:before {
|
|
content: "\f20e";
|
|
}
|
|
|
|
/* line 1871, bahmni-helper/_font-awesome.scss */
|
|
.fa-dashcube:before {
|
|
content: "\f210";
|
|
}
|
|
|
|
/* line 1874, bahmni-helper/_font-awesome.scss */
|
|
.fa-forumbee:before {
|
|
content: "\f211";
|
|
}
|
|
|
|
/* line 1877, bahmni-helper/_font-awesome.scss */
|
|
.fa-leanpub:before {
|
|
content: "\f212";
|
|
}
|
|
|
|
/* line 1880, bahmni-helper/_font-awesome.scss */
|
|
.fa-sellsy:before {
|
|
content: "\f213";
|
|
}
|
|
|
|
/* line 1883, bahmni-helper/_font-awesome.scss */
|
|
.fa-shirtsinbulk:before {
|
|
content: "\f214";
|
|
}
|
|
|
|
/* line 1886, bahmni-helper/_font-awesome.scss */
|
|
.fa-simplybuilt:before {
|
|
content: "\f215";
|
|
}
|
|
|
|
/* line 1889, bahmni-helper/_font-awesome.scss */
|
|
.fa-skyatlas:before {
|
|
content: "\f216";
|
|
}
|
|
|
|
/* line 1892, bahmni-helper/_font-awesome.scss */
|
|
.fa-cart-plus:before {
|
|
content: "\f217";
|
|
}
|
|
|
|
/* line 1895, bahmni-helper/_font-awesome.scss */
|
|
.fa-cart-arrow-down:before {
|
|
content: "\f218";
|
|
}
|
|
|
|
/* line 1898, bahmni-helper/_font-awesome.scss */
|
|
.fa-diamond:before {
|
|
content: "\f219";
|
|
}
|
|
|
|
/* line 1901, bahmni-helper/_font-awesome.scss */
|
|
.fa-ship:before {
|
|
content: "\f21a";
|
|
}
|
|
|
|
/* line 1904, bahmni-helper/_font-awesome.scss */
|
|
.fa-user-secret:before {
|
|
content: "\f21b";
|
|
}
|
|
|
|
/* line 1907, bahmni-helper/_font-awesome.scss */
|
|
.fa-motorcycle:before {
|
|
content: "\f21c";
|
|
}
|
|
|
|
/* line 1910, bahmni-helper/_font-awesome.scss */
|
|
.fa-street-view:before {
|
|
content: "\f21d";
|
|
}
|
|
|
|
/* line 1913, bahmni-helper/_font-awesome.scss */
|
|
.fa-heartbeat:before {
|
|
content: "\f21e";
|
|
}
|
|
|
|
/* line 1916, bahmni-helper/_font-awesome.scss */
|
|
.fa-venus:before {
|
|
content: "\f221";
|
|
}
|
|
|
|
/* line 1919, bahmni-helper/_font-awesome.scss */
|
|
.fa-mars:before {
|
|
content: "\f222";
|
|
}
|
|
|
|
/* line 1922, bahmni-helper/_font-awesome.scss */
|
|
.fa-mercury:before {
|
|
content: "\f223";
|
|
}
|
|
|
|
/* line 1925, bahmni-helper/_font-awesome.scss */
|
|
.fa-transgender:before {
|
|
content: "\f224";
|
|
}
|
|
|
|
/* line 1928, bahmni-helper/_font-awesome.scss */
|
|
.fa-transgender-alt:before {
|
|
content: "\f225";
|
|
}
|
|
|
|
/* line 1931, bahmni-helper/_font-awesome.scss */
|
|
.fa-venus-double:before {
|
|
content: "\f226";
|
|
}
|
|
|
|
/* line 1934, bahmni-helper/_font-awesome.scss */
|
|
.fa-mars-double:before {
|
|
content: "\f227";
|
|
}
|
|
|
|
/* line 1937, bahmni-helper/_font-awesome.scss */
|
|
.fa-venus-mars:before {
|
|
content: "\f228";
|
|
}
|
|
|
|
/* line 1940, bahmni-helper/_font-awesome.scss */
|
|
.fa-mars-stroke:before {
|
|
content: "\f229";
|
|
}
|
|
|
|
/* line 1943, bahmni-helper/_font-awesome.scss */
|
|
.fa-mars-stroke-v:before {
|
|
content: "\f22a";
|
|
}
|
|
|
|
/* line 1946, bahmni-helper/_font-awesome.scss */
|
|
.fa-mars-stroke-h:before {
|
|
content: "\f22b";
|
|
}
|
|
|
|
/* line 1949, bahmni-helper/_font-awesome.scss */
|
|
.fa-neuter:before {
|
|
content: "\f22c";
|
|
}
|
|
|
|
/* line 1952, bahmni-helper/_font-awesome.scss */
|
|
.fa-facebook-official:before {
|
|
content: "\f230";
|
|
}
|
|
|
|
/* line 1955, bahmni-helper/_font-awesome.scss */
|
|
.fa-pinterest-p:before {
|
|
content: "\f231";
|
|
}
|
|
|
|
/* line 1958, bahmni-helper/_font-awesome.scss */
|
|
.fa-whatsapp:before {
|
|
content: "\f232";
|
|
}
|
|
|
|
/* line 1961, bahmni-helper/_font-awesome.scss */
|
|
.fa-server:before {
|
|
content: "\f233";
|
|
}
|
|
|
|
/* line 1964, bahmni-helper/_font-awesome.scss */
|
|
.fa-user-plus:before {
|
|
content: "\f234";
|
|
}
|
|
|
|
/* line 1967, bahmni-helper/_font-awesome.scss */
|
|
.fa-user-times:before {
|
|
content: "\f235";
|
|
}
|
|
|
|
/* line 1970, bahmni-helper/_font-awesome.scss */
|
|
.fa-hotel:before,
|
|
.fa-bed:before {
|
|
content: "\f236";
|
|
}
|
|
|
|
/* line 1974, bahmni-helper/_font-awesome.scss */
|
|
.fa-viacoin:before {
|
|
content: "\f237";
|
|
}
|
|
|
|
/* line 1977, bahmni-helper/_font-awesome.scss */
|
|
.fa-train:before {
|
|
content: "\f238";
|
|
}
|
|
|
|
/* line 1980, bahmni-helper/_font-awesome.scss */
|
|
.fa-subway:before {
|
|
content: "\f239";
|
|
}
|
|
|
|
/* line 1983, bahmni-helper/_font-awesome.scss */
|
|
.fa-medium:before {
|
|
content: "\f23a";
|
|
}
|
|
|
|
/* line 1986, bahmni-helper/_font-awesome.scss */
|
|
.fa-green {
|
|
color: #01BE24;
|
|
}
|
|
|
|
/* line 1989, bahmni-helper/_font-awesome.scss */
|
|
.fa-red {
|
|
color: #ff3d3d;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'customFontFamily';
|
|
src: url("../styles/fonts/bahmni-custom-fonts/bahmni-custom-fonts.eot");
|
|
src: url("../styles/fonts/bahmni-custom-fonts/bahmni-custom-fonts.eot?#iefix") format("embedded-opentype"), url("../styles/fonts/bahmni-custom-fonts/bahmni-custom-fonts.woff") format("woff"), url("../styles/fonts/bahmni-custom-fonts/bahmni-custom-fonts.ttf") format("truetype"), url("../styles/fonts/bahmni-custom-fonts/bahmni-custom-fonts.svg#customFontFamily") format("svg");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
/* line 22, bahmni-helper/_custom-fonts.scss */
|
|
[data-icon]:before {
|
|
font-family: customFontFamily !important;
|
|
content: attr(data-icon);
|
|
font-style: normal !important;
|
|
font-weight: normal !important;
|
|
font-variant: normal !important;
|
|
text-transform: none !important;
|
|
speak: none;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
/* line 35, bahmni-helper/_custom-fonts.scss */
|
|
[class^="icon-"]:before,
|
|
[class*=" icon-"]:before {
|
|
font-family: customFontFamily !important;
|
|
font-style: normal !important;
|
|
font-weight: normal !important;
|
|
font-variant: normal !important;
|
|
text-transform: none !important;
|
|
speak: none;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
font-size: 60px;
|
|
}
|
|
|
|
/* line 52, bahmni-helper/_custom-fonts.scss */
|
|
.apps ul li [class^="fa-"]:before,
|
|
.apps ul li [class*=" fa-"]:before {
|
|
display: inline-block;
|
|
font-family: FontAwesome;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
padding: 0;
|
|
/* sprites.less reset */
|
|
display: inline-block;
|
|
width: auto;
|
|
height: auto;
|
|
line-height: normal;
|
|
vertical-align: baseline;
|
|
background-image: none;
|
|
background-position: 0 0;
|
|
background-repeat: repeat;
|
|
margin-top: 0;
|
|
font-size: 55px;
|
|
}
|
|
|
|
/* line 77, bahmni-helper/_custom-fonts.scss */
|
|
.icon-bahmni-admin:before {
|
|
content: "\e000";
|
|
}
|
|
|
|
/* line 81, bahmni-helper/_custom-fonts.scss */
|
|
.icon-bahmni-collapse:before {
|
|
content: "\e001";
|
|
}
|
|
|
|
/* line 84, bahmni-helper/_custom-fonts.scss */
|
|
.icon-bahmni-data-integrity:before {
|
|
content: "\e002";
|
|
}
|
|
|
|
/* line 87, bahmni-helper/_custom-fonts.scss */
|
|
.icon-bahmni-documents:before {
|
|
content: "\e003";
|
|
}
|
|
|
|
/* line 91, bahmni-helper/_custom-fonts.scss */
|
|
.icon-bahmni-expand:before {
|
|
content: "\e004";
|
|
}
|
|
|
|
/* line 94, bahmni-helper/_custom-fonts.scss */
|
|
.icon-bahmni-inpatient:before {
|
|
content: "\e005";
|
|
}
|
|
|
|
/* line 97, bahmni-helper/_custom-fonts.scss */
|
|
.icon-bahmni-orders:before {
|
|
content: "\e006";
|
|
}
|
|
|
|
/* line 100, bahmni-helper/_custom-fonts.scss */
|
|
.icon-bahmni-program:before {
|
|
content: "\e007";
|
|
}
|
|
|
|
/* line 103, bahmni-helper/_custom-fonts.scss */
|
|
.icon-bahmni-radiology:before {
|
|
content: "\e008";
|
|
}
|
|
|
|
/* line 106, bahmni-helper/_custom-fonts.scss */
|
|
.icon-bahmni-registration:before {
|
|
content: "\e009";
|
|
}
|
|
|
|
/* line 109, bahmni-helper/_custom-fonts.scss */
|
|
.icon-bahmni-reports:before {
|
|
content: "\e00a";
|
|
}
|
|
|
|
/* line 3, bahmni-layout/_layout.scss */
|
|
.container {
|
|
*zoom: 1;
|
|
max-width: 1300px;
|
|
margin: 0 auto;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.container:before, .container:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.container:after {
|
|
clear: both;
|
|
}
|
|
@media screen and (max-width: 1300px) {
|
|
/* line 3, bahmni-layout/_layout.scss */
|
|
.container {
|
|
padding: 0 10px;
|
|
}
|
|
}
|
|
|
|
/* line 12, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper {
|
|
*zoom: 1;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 999;
|
|
padding: 0 10px;
|
|
box-sizing: border-box;
|
|
background: #669999;
|
|
height: 52px;
|
|
width: 100%;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.opd-header-wrapper:before, .opd-header-wrapper:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.opd-header-wrapper:after {
|
|
clear: both;
|
|
}
|
|
/* line 24, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header {
|
|
position: relative;
|
|
color: #ccc;
|
|
height: 50px;
|
|
border-radius: 0;
|
|
background: #669999;
|
|
line-height: 1em;
|
|
max-width: 1300px;
|
|
margin: 0px auto;
|
|
}
|
|
/* line 33, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header .header-logo {
|
|
display: block;
|
|
width: 35px;
|
|
margin: 8px auto;
|
|
}
|
|
/* line 37, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header .header-logo img {
|
|
display: block;
|
|
width: 35px;
|
|
border-radius: 17px;
|
|
box-shadow: 0 8px 6px -7px #000000;
|
|
}
|
|
/* line 44, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header ul {
|
|
display: inline-block;
|
|
float: left;
|
|
}
|
|
/* line 47, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header ul.user-info {
|
|
float: right;
|
|
}
|
|
/* line 50, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header ul li {
|
|
font-size: 14.4px;
|
|
font-size: 0.9rem;
|
|
display: table;
|
|
float: left;
|
|
}
|
|
/* line 54, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header ul li.logoff {
|
|
margin: 2px 0px 2px 0px;
|
|
}
|
|
/* line 56, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header ul li.logoff button {
|
|
padding: 8px;
|
|
margin-top: 1px;
|
|
background: #527a7a;
|
|
border: 1px solid #00463f;
|
|
}
|
|
/* line 61, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header ul li.logoff button:hover {
|
|
background: #5c8a8a;
|
|
color: #FFFFFF;
|
|
}
|
|
/* line 67, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header ul li a {
|
|
cursor: pointer;
|
|
}
|
|
/* line 69, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header ul li a.user-name {
|
|
color: #ccc;
|
|
}
|
|
/* line 71, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header ul li a.user-name:hover {
|
|
text-decoration: none;
|
|
cursor: default;
|
|
}
|
|
/* line 76, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header ul li a.back-btn-noIcon {
|
|
color: #fff;
|
|
padding: 0 !important;
|
|
margin: 21px 10px 0 !important;
|
|
display: block;
|
|
}
|
|
/* line 81, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header ul li a.back-btn-noIcon.active {
|
|
font-family: "OpenSansBold";
|
|
}
|
|
/* line 84, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header ul li a.back-btn-noIcon:focus {
|
|
outline: none;
|
|
}
|
|
/* line 92, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header .btn-user-info {
|
|
background: #00796d;
|
|
padding: 15px;
|
|
border: none;
|
|
border-radius: 0;
|
|
margin: 0;
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
}
|
|
@media screen and (max-width: 959px) {
|
|
/* line 92, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header .btn-user-info {
|
|
margin: 0;
|
|
padding: 15px;
|
|
}
|
|
}
|
|
/* line 105, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header .btn-user-info:focus {
|
|
outline: 0;
|
|
}
|
|
/* line 108, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header .btn-user-info i.mini {
|
|
font-size: .9em;
|
|
}
|
|
/* line 111, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header .btn-user-info + ul {
|
|
display: none;
|
|
}
|
|
/* line 113, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header .btn-user-info + ul.active {
|
|
background: #00796d;
|
|
display: block;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 50px;
|
|
z-index: 10000;
|
|
}
|
|
@media screen and (max-width: 959px) {
|
|
/* line 113, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header .btn-user-info + ul.active {
|
|
top: 49px;
|
|
right: 0;
|
|
}
|
|
}
|
|
/* line 125, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header .btn-user-info + ul li {
|
|
float: left;
|
|
clear: both;
|
|
text-align: left;
|
|
border-bottom: 1px solid #00796d;
|
|
margin: 0;
|
|
}
|
|
/* line 131, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header .btn-user-info + ul li a {
|
|
padding: 10px 5px;
|
|
display: inline-block;
|
|
min-width: 190px;
|
|
}
|
|
/* line 135, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header .btn-user-info + ul li a:hover {
|
|
text-decoration: none;
|
|
background: #00796d;
|
|
}
|
|
/* line 140, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header .btn-user-info + ul li a.disabled {
|
|
color: #ccc;
|
|
}
|
|
/* line 142, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper header .btn-user-info + ul li a.disabled .fa-user {
|
|
color: #ccc;
|
|
}
|
|
/* line 150, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper .opd-header-bottom {
|
|
border-radius: 0px;
|
|
position: relative;
|
|
margin: 0px;
|
|
max-width: 1300px;
|
|
margin: 0px auto;
|
|
}
|
|
/* line 156, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper .opd-header-bottom .dashboard-header-right-wrapper {
|
|
float: right;
|
|
}
|
|
/* line 159, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper .opd-header-bottom .header-tabs {
|
|
float: left;
|
|
margin-top: 6px;
|
|
margin-left: 20px;
|
|
list-style: none;
|
|
}
|
|
/* line 165, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper .opd-header-bottom .grouped-buttons {
|
|
float: left;
|
|
padding-top: 6px;
|
|
margin: 0 10px;
|
|
}
|
|
/* line 169, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper .opd-header-bottom .grouped-buttons .btn--left {
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
margin-right: 10px;
|
|
}
|
|
@media screen and (max-width: 470px) {
|
|
/* line 165, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper .opd-header-bottom .grouped-buttons {
|
|
margin: 0;
|
|
}
|
|
}
|
|
/* line 178, bahmni-layout/_layout.scss */
|
|
.opd-header-wrapper .opd-header-bottom .dialog-button-group {
|
|
margin-top: 6px;
|
|
float: left;
|
|
padding: 5px 10px;
|
|
font-size: 14px;
|
|
height: 40px;
|
|
}
|
|
|
|
/* line 187, bahmni-layout/_layout.scss */
|
|
.opd-wrapper {
|
|
position: relative;
|
|
margin: 0px;
|
|
min-height: 860px;
|
|
width: 100%;
|
|
padding-top: 60px;
|
|
padding-bottom: 30px;
|
|
}
|
|
/* line 195, bahmni-layout/_layout.scss */
|
|
.opd-wrapper .opd-content-wrapper {
|
|
max-width: 1300px;
|
|
margin: 0 auto;
|
|
box-sizing: border-box;
|
|
}
|
|
@media screen and (max-width: 1300px) {
|
|
/* line 195, bahmni-layout/_layout.scss */
|
|
.opd-wrapper .opd-content-wrapper {
|
|
padding: 0 10px;
|
|
}
|
|
}
|
|
/* line 202, bahmni-layout/_layout.scss */
|
|
.opd-wrapper .opd-content-wrapper nav.navbar {
|
|
background: #F8F8F8;
|
|
overflow: hidden;
|
|
padding: 5px 5px;
|
|
margin: 15px 0;
|
|
border-radius: 3px;
|
|
}
|
|
/* line 208, bahmni-layout/_layout.scss */
|
|
.opd-wrapper .opd-content-wrapper nav.navbar .navbar-right {
|
|
float: right;
|
|
}
|
|
|
|
/* line 215, bahmni-layout/_layout.scss */
|
|
.offline-ui {
|
|
z-index: 100007;
|
|
}
|
|
|
|
/* line 4, bahmni-layout/_retroMode.scss */
|
|
.retro-mode .reg-header, .retro-mode.opd-header-wrapper, .retro-mode .opd-header-wrapper {
|
|
border-top: 4px solid orange;
|
|
}
|
|
/* line 6, bahmni-layout/_retroMode.scss */
|
|
.retro-mode .reg-header header, .retro-mode.opd-header-wrapper header, .retro-mode .opd-header-wrapper header {
|
|
height: 46px;
|
|
}
|
|
/* line 9, bahmni-layout/_retroMode.scss */
|
|
.retro-mode .reg-header, .retro-mode .reg-header header, .retro-mode.opd-header-wrapper, .retro-mode.opd-header-wrapper header, .retro-mode .opd-header-wrapper, .retro-mode .opd-header-wrapper header {
|
|
background: #0E74AF;
|
|
}
|
|
/* line 13, bahmni-layout/_retroMode.scss */
|
|
.retro-mode .reg-header a.back-btn, .retro-mode .reg-header a.back-btn:before, .retro-mode .reg-header button.back-btn, .retro-mode .reg-header button.back-btn:before, .retro-mode .reg-header ul li a.back-btn, .retro-mode .reg-header ul li a.back-btn:before, .retro-mode .reg-header .back-btn-link, .retro-mode .reg-header .back-btn-link:before, .retro-mode .reg-header .recent-patients .recent-patients-header button, .retro-mode .reg-header .recent-patients .recent-patients-header button:before, .retro-mode.opd-header-wrapper a.back-btn, .retro-mode.opd-header-wrapper a.back-btn:before, .retro-mode.opd-header-wrapper button.back-btn, .retro-mode.opd-header-wrapper button.back-btn:before, .retro-mode.opd-header-wrapper ul li a.back-btn, .retro-mode.opd-header-wrapper ul li a.back-btn:before, .retro-mode.opd-header-wrapper .back-btn-link, .retro-mode.opd-header-wrapper .back-btn-link:before, .retro-mode.opd-header-wrapper .recent-patients .recent-patients-header button, .retro-mode.opd-header-wrapper .recent-patients .recent-patients-header button:before, .retro-mode .opd-header-wrapper a.back-btn, .retro-mode .opd-header-wrapper a.back-btn:before, .retro-mode .opd-header-wrapper button.back-btn, .retro-mode .opd-header-wrapper button.back-btn:before, .retro-mode .opd-header-wrapper ul li a.back-btn, .retro-mode .opd-header-wrapper ul li a.back-btn:before, .retro-mode .opd-header-wrapper .back-btn-link, .retro-mode .opd-header-wrapper .back-btn-link:before, .retro-mode .opd-header-wrapper .recent-patients .recent-patients-header button, .retro-mode .opd-header-wrapper .recent-patients .recent-patients-header button:before {
|
|
background: #0a5580;
|
|
border-color: #094e76;
|
|
color: #fff;
|
|
}
|
|
/* line 19, bahmni-layout/_retroMode.scss */
|
|
.retro-mode .reg-header a.back-btn, .retro-mode .reg-header button.back-btn, .retro-mode.opd-header-wrapper a.back-btn, .retro-mode.opd-header-wrapper button.back-btn, .retro-mode .opd-header-wrapper a.back-btn, .retro-mode .opd-header-wrapper button.back-btn {
|
|
margin: 4px 6px 0px 0px;
|
|
}
|
|
/* line 22, bahmni-layout/_retroMode.scss */
|
|
.retro-mode .reg-header a.back-btn.patient-switch, .retro-mode.opd-header-wrapper a.back-btn.patient-switch, .retro-mode .opd-header-wrapper a.back-btn.patient-switch {
|
|
margin: 0px 6px 0px 0px;
|
|
}
|
|
/* line 25, bahmni-layout/_retroMode.scss */
|
|
.retro-mode .reg-header button.toggle-patient, .retro-mode.opd-header-wrapper button.toggle-patient, .retro-mode .opd-header-wrapper button.toggle-patient {
|
|
background-color: #0a5580;
|
|
border-color: #084568;
|
|
margin: 3px 0;
|
|
}
|
|
/* line 31, bahmni-layout/_retroMode.scss */
|
|
.retro-mode .reg-header .tabs ul li.tab-item a, .retro-mode .reg-header .tabs ul li.tab-item button, .retro-mode.opd-header-wrapper .tabs ul li.tab-item a, .retro-mode.opd-header-wrapper .tabs ul li.tab-item button, .retro-mode .opd-header-wrapper .tabs ul li.tab-item a, .retro-mode .opd-header-wrapper .tabs ul li.tab-item button {
|
|
background: #0c6193;
|
|
padding-top: 13px;
|
|
padding-bottom: 12px;
|
|
}
|
|
/* line 36, bahmni-layout/_retroMode.scss */
|
|
.retro-mode .reg-header .tabs ul li.tab-item.tab-selected a, .retro-mode .reg-header .tabs ul li.tab-item.tab-selected button, .retro-mode.opd-header-wrapper .tabs ul li.tab-item.tab-selected a, .retro-mode.opd-header-wrapper .tabs ul li.tab-item.tab-selected button, .retro-mode .opd-header-wrapper .tabs ul li.tab-item.tab-selected a, .retro-mode .opd-header-wrapper .tabs ul li.tab-item.tab-selected button {
|
|
background: white;
|
|
}
|
|
/* line 39, bahmni-layout/_retroMode.scss */
|
|
.retro-mode .reg-header .tabs ul li.tab-item .tab-submenu ul, .retro-mode .reg-header .tabs ul li.tab-item .tab-submenu .submenu-item, .retro-mode.opd-header-wrapper .tabs ul li.tab-item .tab-submenu ul, .retro-mode.opd-header-wrapper .tabs ul li.tab-item .tab-submenu .submenu-item, .retro-mode .opd-header-wrapper .tabs ul li.tab-item .tab-submenu ul, .retro-mode .opd-header-wrapper .tabs ul li.tab-item .tab-submenu .submenu-item {
|
|
border-color: #0c6193;
|
|
background: #0c6193;
|
|
}
|
|
/* line 44, bahmni-layout/_retroMode.scss */
|
|
.retro-mode .reg-header .retro-date-widget-header, .retro-mode.opd-header-wrapper .retro-date-widget-header, .retro-mode .opd-header-wrapper .retro-date-widget-header {
|
|
margin-top: 4px !important;
|
|
}
|
|
/* line 48, bahmni-layout/_retroMode.scss */
|
|
.retro-mode .retro-date-widget {
|
|
color: #0a5580;
|
|
}
|
|
/* line 51, bahmni-layout/_retroMode.scss */
|
|
.retro-mode .retro-date-text {
|
|
color: black;
|
|
display: inline-block;
|
|
position: absolute;
|
|
top: 0;
|
|
background: orange;
|
|
font-weight: bold;
|
|
left: 50%;
|
|
padding: 9px 10px;
|
|
font-size: 14px;
|
|
border-radius: 0 0 5px 5px;
|
|
transform: translateX(-50%);
|
|
}
|
|
/* line 64, bahmni-layout/_retroMode.scss */
|
|
.retro-mode .recent-patients, .retro-mode .opd-header-wrapper .opd-header-bottom .grouped-buttons {
|
|
padding-top: 4px;
|
|
}
|
|
|
|
/* line 70, bahmni-layout/_retroMode.scss */
|
|
.reg-header .retro-date-widget-wrapper, .opd-header-wrapper .retro-date-widget-wrapper {
|
|
float: right;
|
|
width: auto;
|
|
}
|
|
/* line 73, bahmni-layout/_retroMode.scss */
|
|
.reg-header .retro-date-widget-wrapper .retro-date-widget-header, .opd-header-wrapper .retro-date-widget-wrapper .retro-date-widget-header {
|
|
margin-top: 6px;
|
|
}
|
|
/* line 76, bahmni-layout/_retroMode.scss */
|
|
.reg-header .retro-date-widget-wrapper .retro-date-widget-header button, .opd-header-wrapper .retro-date-widget-wrapper .retro-date-widget-header button {
|
|
cursor: pointer;
|
|
width: auto;
|
|
max-width: 100%;
|
|
padding: 10px 12px 10px;
|
|
float: left;
|
|
color: #FFFFFF;
|
|
border: 1px solid #476b6b;
|
|
background: linear-gradient(to bottom, #669999, #527a7a);
|
|
font-size: 16px;
|
|
}
|
|
/* line 87, bahmni-layout/_retroMode.scss */
|
|
.reg-header .retro-date-widget-wrapper .retro-date-widget-header a, .opd-header-wrapper .retro-date-widget-wrapper .retro-date-widget-header a {
|
|
text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.8);
|
|
font-size: 16px;
|
|
text-decoration: underline;
|
|
color: #fff;
|
|
}
|
|
/* line 92, bahmni-layout/_retroMode.scss */
|
|
.reg-header .retro-date-widget-wrapper .retro-date-widget-header a:hover, .opd-header-wrapper .retro-date-widget-wrapper .retro-date-widget-header a:hover {
|
|
text-decoration: none;
|
|
}
|
|
/* line 99, bahmni-layout/_retroMode.scss */
|
|
.reg-header input.retro-date-widget.disabled-date, .reg-header .input-prepend .retro-date-widget.disabled-date.add-on, .input-prepend .reg-header .retro-date-widget.disabled-date.add-on, .opd-header-wrapper input.retro-date-widget.disabled-date, .opd-header-wrapper .input-prepend .retro-date-widget.disabled-date.add-on, .input-prepend .opd-header-wrapper .retro-date-widget.disabled-date.add-on {
|
|
background-color: lightgrey;
|
|
}
|
|
/* line 103, bahmni-layout/_retroMode.scss */
|
|
.reg-header label.retro-date-widget, .opd-header-wrapper label.retro-date-widget {
|
|
color: black;
|
|
}
|
|
|
|
/* line 108, bahmni-layout/_retroMode.scss */
|
|
.patient-control-panel .retro-date-widget {
|
|
margin-left: 28px;
|
|
color: white;
|
|
}
|
|
/* line 111, bahmni-layout/_retroMode.scss */
|
|
.retro-mode .patient-control-panel .retro-date-widget {
|
|
color: orange;
|
|
}
|
|
|
|
/* line 117, bahmni-layout/_retroMode.scss */
|
|
.reg-header input.retro-date-widget.disabled-date, .reg-header .input-prepend .retro-date-widget.disabled-date.add-on, .input-prepend .reg-header .retro-date-widget.disabled-date.add-on, .opd-header-wrapper input.retro-date-widget.disabled-date, .opd-header-wrapper .input-prepend .retro-date-widget.disabled-date.add-on, .input-prepend .opd-header-wrapper .retro-date-widget.disabled-date.add-on, .patient-control-panel input.retro-date-widget.disabled-date, .patient-control-panel .input-prepend .retro-date-widget.disabled-date.add-on, .input-prepend .patient-control-panel .retro-date-widget.disabled-date.add-on {
|
|
background: none;
|
|
border: 0;
|
|
}
|
|
|
|
/* line 123, bahmni-layout/_retroMode.scss */
|
|
.retro-date-widget-panel {
|
|
float: left;
|
|
margin: 6px 0;
|
|
}
|
|
/* line 126, bahmni-layout/_retroMode.scss */
|
|
.retro-date-widget-panel div.input-container {
|
|
width: 210px;
|
|
padding-left: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 132, bahmni-layout/_retroMode.scss */
|
|
.retro-date-widget-panel div.input-container select {
|
|
width: 100%;
|
|
-webkit-appearance: menulist-button;
|
|
height: 31px;
|
|
}
|
|
/* line 137, bahmni-layout/_retroMode.scss */
|
|
.retro-date-widget-panel div.input-container label.retro-date-label {
|
|
font-size: 14px;
|
|
line-height: 1;
|
|
display: inline-block;
|
|
font-weight: bold;
|
|
}
|
|
/* line 143, bahmni-layout/_retroMode.scss */
|
|
.retro-date-widget-panel div.input-container input.retro-date-widget, .retro-date-widget-panel div.input-container .input-prepend .retro-date-widget.add-on, .input-prepend .retro-date-widget-panel div.input-container .retro-date-widget.add-on {
|
|
height: 30px;
|
|
width: 97%;
|
|
padding: 1px;
|
|
}
|
|
/* line 149, bahmni-layout/_retroMode.scss */
|
|
.retro-date-widget-panel .retro-widget-button-wrapper {
|
|
float: right;
|
|
margin-right: 7px;
|
|
margin-top: 15px;
|
|
}
|
|
/* line 153, bahmni-layout/_retroMode.scss */
|
|
.retro-date-widget-panel .retro-widget-button-wrapper button.retro-widget-button {
|
|
float: right;
|
|
width: 93px;
|
|
color: #000000;
|
|
}
|
|
/* line 157, bahmni-layout/_retroMode.scss */
|
|
.retro-date-widget-panel .retro-widget-button-wrapper button.retro-widget-button.ok_btn {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
/* line 164, bahmni-layout/_retroMode.scss */
|
|
.ui-autocomplete {
|
|
z-index: 10001;
|
|
}
|
|
|
|
/* line 169, bahmni-layout/_retroMode.scss */
|
|
.test.ngdialog.ngdialog-theme-default .ngdialog-content {
|
|
width: 245px;
|
|
}
|
|
|
|
/* line 37, bahmni-components/_grid.scss */
|
|
body {
|
|
width: 100%;
|
|
*zoom: 1;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
body:before, body:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
body:after {
|
|
clear: both;
|
|
}
|
|
|
|
/*doc
|
|
---
|
|
title: Default Section
|
|
name: default_section
|
|
category: Layout - sections
|
|
---
|
|
|
|
Section grid styles can be applied to any element. Typically you'll want to
|
|
use either a `<div>` or an `<section>` element:
|
|
|
|
```html_example
|
|
<div class="primary-section-grid">
|
|
<h2 class="section-title">Section Title</h2>
|
|
<p>This is a primary section grid</p>
|
|
</div>
|
|
```
|
|
|
|
*/
|
|
/* helpers */
|
|
/* grid sections */
|
|
/* line 23, bahmni-components/_uiHelper.scss */
|
|
.primary-section-grid {
|
|
border: 1px solid #bbb;
|
|
border-radius: 5px;
|
|
box-shadow: 0px 0px 8px -1px #ccc;
|
|
}
|
|
|
|
/* line 29, bahmni-components/_uiHelper.scss */
|
|
.section-grid,
|
|
.template-container section.treatment-section {
|
|
border: 1px solid #669999;
|
|
border-radius: 5px 5px 0 0;
|
|
background: #FFFFFF;
|
|
}
|
|
|
|
/* line 35, bahmni-components/_uiHelper.scss */
|
|
.section-title-wrapper {
|
|
background: #669999;
|
|
padding-right: 10px;
|
|
}
|
|
/* line 38, bahmni-components/_uiHelper.scss */
|
|
.section-title-wrapper button {
|
|
margin-top: 6px;
|
|
}
|
|
|
|
/* line 44, bahmni-components/_uiHelper.scss */
|
|
h2.section-title {
|
|
font-family: OpenSans, Arial, sans-serif;
|
|
padding: 10px;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
color: #FFFFFF;
|
|
font-size: 16px;
|
|
clear: both;
|
|
background: #669999;
|
|
position: relative;
|
|
border-radius: 2px 2px 0 0;
|
|
}
|
|
/* line 55, bahmni-components/_uiHelper.scss */
|
|
h2.section-title .section-title-text {
|
|
padding-top: 8px;
|
|
display: inline-block;
|
|
}
|
|
/* line 59, bahmni-components/_uiHelper.scss */
|
|
h2.section-title.has-link {
|
|
cursor: pointer;
|
|
}
|
|
/* line 61, bahmni-components/_uiHelper.scss */
|
|
h2.section-title.has-link:hover {
|
|
background: #5c8a8a;
|
|
}
|
|
/* line 64, bahmni-components/_uiHelper.scss */
|
|
h2.section-title.has-link .title-link {
|
|
border-bottom: 1px solid white;
|
|
}
|
|
/* line 67, bahmni-components/_uiHelper.scss */
|
|
h2.section-title.has-link .fa-external-link {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
font-size: 26px;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
/* document link */
|
|
/* line 78, bahmni-components/_uiHelper.scss */
|
|
a.document-link {
|
|
display: block;
|
|
padding: 5px;
|
|
font-size: 14px;
|
|
line-height: 1.3em;
|
|
}
|
|
/* line 83, bahmni-components/_uiHelper.scss */
|
|
a.document-link:hover {
|
|
text-decoration: underline;
|
|
}
|
|
/* line 85, bahmni-components/_uiHelper.scss */
|
|
a.document-link:hover .fa-star {
|
|
text-decoration: none;
|
|
}
|
|
|
|
/* notes */
|
|
/* line 93, bahmni-components/_uiHelper.scss */
|
|
table tr.test-notes-parent, table tr.notes-open {
|
|
border-bottom: 0;
|
|
}
|
|
/* line 95, bahmni-components/_uiHelper.scss */
|
|
table tr.test-notes-parent td, table tr.notes-open td {
|
|
border: 0;
|
|
}
|
|
/* line 99, bahmni-components/_uiHelper.scss */
|
|
table tr.notes-open td {
|
|
background: #EFF8FF;
|
|
}
|
|
/* line 102, bahmni-components/_uiHelper.scss */
|
|
table tr.has-test-notes td {
|
|
border: 0;
|
|
}
|
|
|
|
/* line 107, bahmni-components/_uiHelper.scss */
|
|
.notes {
|
|
font-size: 12px;
|
|
background: #EFF8FF;
|
|
line-height: 1.4em;
|
|
padding: 3px;
|
|
margin: 10px 0;
|
|
overflow: auto;
|
|
clear: both;
|
|
border: 0;
|
|
color: #000000;
|
|
}
|
|
/* line 117, bahmni-components/_uiHelper.scss */
|
|
.notes strong, .notes .title {
|
|
float: left;
|
|
margin-right: 5px;
|
|
font-family: OpenSansBold, Arial, sans-serif;
|
|
display: inline;
|
|
}
|
|
/* line 123, bahmni-components/_uiHelper.scss */
|
|
.notes pre, .notes .content {
|
|
background: none;
|
|
}
|
|
/* line 126, bahmni-components/_uiHelper.scss */
|
|
.notes.inline-notes {
|
|
margin: 0;
|
|
}
|
|
/* line 129, bahmni-components/_uiHelper.scss */
|
|
.notes.test-notes, .notes.inline-comments {
|
|
font-size: 12px;
|
|
color: #333;
|
|
margin: 0;
|
|
}
|
|
/* line 135, bahmni-components/_uiHelper.scss */
|
|
.notes.test-notes i[class^=fa-], .notes.inline-comments i[class^=fa-] {
|
|
font-size: 14px;
|
|
margin-right: 5px;
|
|
}
|
|
/* line 139, bahmni-components/_uiHelper.scss */
|
|
.notes.test-notes pre.left, .notes.inline-comments pre.left {
|
|
font-size: 12px;
|
|
}
|
|
/* line 143, bahmni-components/_uiHelper.scss */
|
|
.notes.test-notes {
|
|
padding: 3px 3px 3px 15px;
|
|
}
|
|
|
|
/* file-attachment */
|
|
/* line 150, bahmni-components/_uiHelper.scss */
|
|
.has-uploaded-file:hover {
|
|
background: #eee;
|
|
cursor: pointer;
|
|
}
|
|
/* line 154, bahmni-components/_uiHelper.scss */
|
|
.has-uploaded-file .uploaded-file {
|
|
display: inline-block;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
/* line 158, bahmni-components/_uiHelper.scss */
|
|
.has-uploaded-file .uploaded-file:focus {
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
/* line 162, bahmni-components/_uiHelper.scss */
|
|
.has-uploaded-file .uploaded-file .fa-paper-clip {
|
|
float: left;
|
|
margin-top: -5px;
|
|
}
|
|
|
|
/* footer note with date time provider */
|
|
/* line 170, bahmni-components/_uiHelper.scss */
|
|
.footer-note {
|
|
text-align: right;
|
|
}
|
|
/* line 172, bahmni-components/_uiHelper.scss */
|
|
.footer-note span {
|
|
font-size: 12px;
|
|
color: #666;
|
|
}
|
|
/* line 176, bahmni-components/_uiHelper.scss */
|
|
.footer-note .time-stamp {
|
|
display: block;
|
|
}
|
|
/* line 178, bahmni-components/_uiHelper.scss */
|
|
.footer-note .time-stamp .date {
|
|
text-transform: uppercase;
|
|
}
|
|
/* line 181, bahmni-components/_uiHelper.scss */
|
|
.footer-note .time-stamp .time {
|
|
color: #666;
|
|
margin-left: 5px;
|
|
}
|
|
/* line 186, bahmni-components/_uiHelper.scss */
|
|
.footer-note .provider {
|
|
float: right;
|
|
}
|
|
|
|
/* disable any (block) element aesthetically, form elements needs a wrapper. */
|
|
/* line 192, bahmni-components/_uiHelper.scss */
|
|
.is-disabled {
|
|
position: relative;
|
|
}
|
|
/* line 194, bahmni-components/_uiHelper.scss */
|
|
.is-disabled:before {
|
|
position: absolute;
|
|
content: '';
|
|
width: 100%;
|
|
height: 100%;
|
|
opacity: 0.3;
|
|
background: #eee;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
|
|
/* line 206, bahmni-components/_uiHelper.scss */
|
|
.box-container {
|
|
overflow: hidden;
|
|
background-color: #FFFFFF;
|
|
padding: 15px;
|
|
margin-bottom: 10px;
|
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
|
|
}
|
|
/* line 212, bahmni-components/_uiHelper.scss */
|
|
.box-container.box-container-patient-info {
|
|
padding-top: 0;
|
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
|
|
}
|
|
/* line 216, bahmni-components/_uiHelper.scss */
|
|
.box-container.box-container-default {
|
|
margin-bottom: 0;
|
|
padding: 0 15px;
|
|
clear: both;
|
|
}
|
|
/* line 221, bahmni-components/_uiHelper.scss */
|
|
.box-container section.section-padding {
|
|
padding-top: 14px;
|
|
}
|
|
/* line 224, bahmni-components/_uiHelper.scss */
|
|
.box-container legend {
|
|
width: 100%;
|
|
}
|
|
/* line 226, bahmni-components/_uiHelper.scss */
|
|
.box-container legend a {
|
|
color: #000000;
|
|
display: inline-block;
|
|
width: 95%;
|
|
}
|
|
@media (max-width: 580px) {
|
|
/* line 226, bahmni-components/_uiHelper.scss */
|
|
.box-container legend a {
|
|
width: 92%;
|
|
}
|
|
}
|
|
|
|
/* line 1, bahmni-components/_loader.scss */
|
|
#loader {
|
|
z-index: 999999999;
|
|
width: 100%;
|
|
height: 20px;
|
|
margin: 20px auto;
|
|
background-image: url("../images/loader.gif");
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
}
|
|
|
|
/* line 11, bahmni-components/_loader.scss */
|
|
#overlay {
|
|
display: none;
|
|
z-index: 9999999999999;
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0px;
|
|
left: 0px;
|
|
background: rgba(0, 0, 0, 0.6) url("../images/spinner.gif") no-repeat center center;
|
|
}
|
|
/* line 20, bahmni-components/_loader.scss */
|
|
#overlay div {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
/* line 1, bahmni-components/_header.scss */
|
|
.header-wrapper {
|
|
background: #669999;
|
|
}
|
|
/* line 3, bahmni-components/_header.scss */
|
|
.header-wrapper header {
|
|
height: 52px;
|
|
max-width: 1300px;
|
|
margin: 0 auto;
|
|
position: relative;
|
|
}
|
|
@media screen and (max-width: 1300px) {
|
|
/* line 3, bahmni-components/_header.scss */
|
|
.header-wrapper header {
|
|
padding: 0 10px;
|
|
}
|
|
}
|
|
|
|
/* line 14, bahmni-components/_header.scss */
|
|
.patient-details {
|
|
display: inline-block;
|
|
position: fixed;
|
|
top: 53px;
|
|
right: 5px;
|
|
z-index: 1;
|
|
}
|
|
|
|
/* line 21, bahmni-components/_header.scss */
|
|
.patient-details a {
|
|
font-size: 16px;
|
|
font-family: OpenSansBold, Arial, sans-serif;
|
|
text-transform: capitalize;
|
|
width: 22%;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
text-align: right;
|
|
background: #eee;
|
|
padding: 10px 15px;
|
|
border-radius: 5px;
|
|
box-shadow: 0px 4px 5px -2px #ccc;
|
|
border: 1px solid #ccc;
|
|
}
|
|
/* line 35, bahmni-components/_header.scss */
|
|
.patient-details a:hover {
|
|
text-decoration: none;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
/* line 21, bahmni-components/_header.scss */
|
|
.patient-details a {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
/* line 43, bahmni-components/_header.scss */
|
|
.reg-header-right {
|
|
width: auto;
|
|
}
|
|
|
|
/* line 1, bahmni-components/_navigation.scss */
|
|
.tabs {
|
|
margin-top: 20px;
|
|
*zoom: 1;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.tabs:before, .tabs:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.tabs:after {
|
|
clear: both;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 8, bahmni-components/_navigation.scss */
|
|
.tabs ul.consultation-tabs li.tab-item a {
|
|
padding: 16px 15px 16px;
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
/* line 15, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item {
|
|
float: left;
|
|
margin-bottom: -1px;
|
|
}
|
|
/* line 18, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item a, .tabs ul li.tab-item button {
|
|
padding: 15px 15px 14px;
|
|
background: #527a7a;
|
|
display: inline-block;
|
|
color: #FFFFFF;
|
|
margin: 0 3px 0 0;
|
|
border-radius: 5px 5px 0 0;
|
|
text-decoration: none;
|
|
line-height: 1.2em;
|
|
cursor: pointer;
|
|
font-size: 14px;
|
|
}
|
|
/* line 29, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item a:hover, .tabs ul li.tab-item button:hover {
|
|
opacity: 0.8;
|
|
}
|
|
/* line 33, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item .close {
|
|
display: none;
|
|
}
|
|
/* line 38, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item.new-tab a, .tabs ul li.tab-item.new-tab button {
|
|
border-top-right-radius: 15px;
|
|
cursor: pointer;
|
|
}
|
|
/* line 44, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item.tab-removable {
|
|
position: relative;
|
|
}
|
|
/* line 46, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item.tab-removable a {
|
|
padding-right: 40px;
|
|
}
|
|
/* line 49, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item.tab-removable .close {
|
|
position: absolute;
|
|
z-index: 1;
|
|
right: 0px;
|
|
top: 0px;
|
|
padding: 10px;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
}
|
|
/* line 57, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item.tab-removable .close .close-icon {
|
|
padding: 0;
|
|
font-size: 12px;
|
|
border-radius: 100%;
|
|
width: 16px;
|
|
height: 16px;
|
|
line-height: 15px;
|
|
transition: all .3s ease;
|
|
text-align: center;
|
|
display: inline-block;
|
|
border: 1px solid #ccc;
|
|
color: #ccc;
|
|
font-family: Arial;
|
|
text-transform: lowercase;
|
|
}
|
|
/* line 73, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item.tab-removable .close:hover .close-icon {
|
|
color: white;
|
|
background-color: #ff6666;
|
|
}
|
|
/* line 79, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item .tab-submenu {
|
|
display: none;
|
|
width: 200px;
|
|
position: absolute;
|
|
top: 43px;
|
|
left: 0;
|
|
}
|
|
/* line 85, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item .tab-submenu ul {
|
|
background: #527a7a;
|
|
border: 1px solid #527a7a;
|
|
border-bottom-left-radius: 5px;
|
|
border-bottom-right-radius: 5px;
|
|
}
|
|
/* line 91, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item .tab-submenu .submenu-item {
|
|
display: block;
|
|
background: none;
|
|
border-radius: 0;
|
|
margin: 0;
|
|
color: white;
|
|
border-bottom: 1px solid #527a7a;
|
|
}
|
|
/* line 98, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item .tab-submenu .submenu-item:hover {
|
|
color: white;
|
|
}
|
|
/* line 102, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item .tab-submenu li:last-child .submenu-item {
|
|
border: 0;
|
|
}
|
|
/* line 106, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item.tab-active {
|
|
position: relative;
|
|
}
|
|
/* line 108, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item.tab-active .tab-submenu {
|
|
display: block;
|
|
}
|
|
/* line 112, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item button {
|
|
border-radius: 3px;
|
|
padding: 8px 10px;
|
|
}
|
|
/* line 116, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item.tab-selected a, .tabs ul li.tab-item.tab-selected button {
|
|
position: relative;
|
|
background: #fafafa;
|
|
color: #00463f;
|
|
border: 1px solid #ccc;
|
|
border-bottom: none;
|
|
outline: none;
|
|
}
|
|
/* line 123, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item.tab-selected a:hover, .tabs ul li.tab-item.tab-selected button:hover {
|
|
opacity: 1;
|
|
cursor: default;
|
|
}
|
|
/* line 128, bahmni-components/_navigation.scss */
|
|
.tabs ul li.tab-item.tab-selected button {
|
|
top: 4px;
|
|
border-bottom-right-radius: 0px;
|
|
border-bottom-left-radius: 0px;
|
|
}
|
|
|
|
@media screen and (max-width: 959px) {
|
|
/* line 137, bahmni-components/_navigation.scss */
|
|
.tabs ul li a {
|
|
padding: 13px 10px;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 700px) {
|
|
/* line 144, bahmni-components/_navigation.scss */
|
|
.desktop-menu {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
/* line 150, bahmni-components/_navigation.scss */
|
|
.mobile-menu {
|
|
display: none;
|
|
position: relative;
|
|
padding-top: 14px;
|
|
}
|
|
@media screen and (max-width: 700px) {
|
|
/* line 150, bahmni-components/_navigation.scss */
|
|
.mobile-menu {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 700px) {
|
|
/* line 160, bahmni-components/_navigation.scss */
|
|
.clinical-header a.mobile-menu-icon {
|
|
background: #669999;
|
|
border: 1px solid #527a7a;
|
|
padding: 9px 10px;
|
|
color: #FFFFFF;
|
|
}
|
|
/* line 165, bahmni-components/_navigation.scss */
|
|
.clinical-header a.mobile-menu-icon i {
|
|
font-size: 18px;
|
|
margin-right: 5px;
|
|
}
|
|
/* line 170, bahmni-components/_navigation.scss */
|
|
.clinical-header .header-tabs {
|
|
position: absolute;
|
|
width: 220px;
|
|
top: 52px;
|
|
margin: 0 !important;
|
|
padding: 10px 0;
|
|
background: #527a7a;
|
|
border: 1px solid #527a7a;
|
|
border-radius: 0px 0px 5px 5px;
|
|
}
|
|
/* line 179, bahmni-components/_navigation.scss */
|
|
.clinical-header .header-tabs li.tab-item {
|
|
float: none;
|
|
}
|
|
/* line 181, bahmni-components/_navigation.scss */
|
|
.clinical-header .header-tabs li.tab-item a {
|
|
display: block;
|
|
border-radius: 0;
|
|
margin: 0;
|
|
}
|
|
/* line 186, bahmni-components/_navigation.scss */
|
|
.clinical-header .header-tabs li.tab-item.tab-selected a, .clinical-header .header-tabs li.tab-item.tab-selected button {
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
|
|
/* line 192, bahmni-components/_navigation.scss */
|
|
.opd-header-wrapper a.btn--success {
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 470px) {
|
|
/* line 198, bahmni-components/_navigation.scss */
|
|
.opd-header-wrapper a.btn--success {
|
|
font-size: 12px;
|
|
padding: 9px 5px !important;
|
|
margin-right: 5px !important;
|
|
}
|
|
|
|
/* line 204, bahmni-components/_navigation.scss */
|
|
.clinical-header a.mobile-menu-icon {
|
|
padding: 7px 5px;
|
|
font-size: 12px;
|
|
}
|
|
/* line 207, bahmni-components/_navigation.scss */
|
|
.clinical-header a.mobile-menu-icon i {
|
|
font-size: 15px;
|
|
}
|
|
|
|
/* line 212, bahmni-components/_navigation.scss */
|
|
.mobile-menu {
|
|
padding-top: 12px;
|
|
}
|
|
}
|
|
/*doc
|
|
---
|
|
title: Form
|
|
name: Form
|
|
category: Layout - Form
|
|
---
|
|
|
|
Form is following the below structure:
|
|
|
|
```html_example
|
|
<form>
|
|
<section class="form-field">
|
|
<article class="form-field">
|
|
<div class="field-attribute">
|
|
<label>Postalcode
|
|
</label>
|
|
</div>
|
|
<div class="field-value">
|
|
<input type="text" id="postalCode">
|
|
</div>
|
|
</article>
|
|
<article class="form-field">
|
|
<div class="field-attribute">
|
|
<label>Postalcode
|
|
<span class="asterick">*</span>
|
|
</label>
|
|
</div>
|
|
<div class="field-value">
|
|
<input type="text" id="postalCode" value="incorrect value" class="illegalValue">
|
|
</div>
|
|
</article>
|
|
</section>
|
|
</form>
|
|
```
|
|
|
|
|
|
*/
|
|
/*doc
|
|
---
|
|
title: Two column Layout Form
|
|
name: two_column_layout_form
|
|
category: Layout - Form
|
|
---
|
|
|
|
Form is following the below structure:
|
|
|
|
```html_example
|
|
<form>
|
|
<section class="form-field-inline">
|
|
<article class="form-field">
|
|
<div class="field-attribute">
|
|
<label>Postalcode
|
|
</label>
|
|
</div>
|
|
<div class="field-value">
|
|
<input type="text" id="postalCode">
|
|
</div>
|
|
</article>
|
|
<article class="form-field right-form-field">
|
|
<div class="field-attribute">
|
|
<label>Postalcode
|
|
<span class="asterick">*</span>
|
|
</label>
|
|
</div>
|
|
<div class="field-value">
|
|
<input type="text" id="postalCode" value="incorrect value" class="illegalValue">
|
|
</div>
|
|
</article>
|
|
</section>
|
|
</form>
|
|
```
|
|
|
|
|
|
*/
|
|
/*doc
|
|
---
|
|
title: Multi Column Layout
|
|
name: multi_column_layout
|
|
category: Layout - Form
|
|
---
|
|
|
|
|
|
```html_example
|
|
<form>
|
|
<div class="row">
|
|
<div class="col col1 form-field">
|
|
<div class="field-attribute">
|
|
<label>Sample</label>
|
|
</div>
|
|
<div class="field-value">
|
|
<select>
|
|
<option value="" selected="selected">Select Relationship Type</option>
|
|
<option label="Doctor" value="doctor">Doctor</option>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
<div class="col col1 form-field">
|
|
<div class="field-attribute">
|
|
<label>Label</label>
|
|
</div>
|
|
<div class="field-value">
|
|
<select>
|
|
<option value="" selected="selected">Select Relationship Type</option>
|
|
<option label="Doctor" value="doctor">Doctor</option>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
<div class="col col1 form-field">
|
|
<div class="field-attribute">
|
|
<label>Till</label>
|
|
</div>
|
|
<div class="field-value">
|
|
<select>
|
|
<option value="" selected="selected">Select Relationship Type</option>
|
|
<option label="Doctor" value="doctor">Doctor</option>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
```
|
|
|
|
|
|
*/
|
|
/******** form element styling start********/
|
|
/* line 134, bahmni-components/_forms.scss */
|
|
fieldset {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
}
|
|
|
|
/* line 137, bahmni-components/_forms.scss */
|
|
form fieldset, .form fieldset {
|
|
display: inline-block;
|
|
min-width: 60%;
|
|
border: none;
|
|
padding: 0px;
|
|
width: 100%;
|
|
}
|
|
/* line 144, bahmni-components/_forms.scss */
|
|
form .form-field, .form .form-field {
|
|
*zoom: 1;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
form .form-field:before, form .form-field:after, .form .form-field:before, .form .form-field:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
form .form-field:after, .form .form-field:after {
|
|
clear: both;
|
|
}
|
|
/* line 146, bahmni-components/_forms.scss */
|
|
form .form-field .field-attribute, .form .form-field .field-attribute {
|
|
float: left;
|
|
}
|
|
/* line 148, bahmni-components/_forms.scss */
|
|
form .form-field .field-attribute label, .form .form-field .field-attribute label {
|
|
width: 15em;
|
|
float: left;
|
|
text-align: right;
|
|
margin: 0.7em 0.8em 0em 0em;
|
|
}
|
|
/* line 155, bahmni-components/_forms.scss */
|
|
form .form-field .field-value, .form .form-field .field-value {
|
|
float: left;
|
|
}
|
|
/* line 157, bahmni-components/_forms.scss */
|
|
form .form-field .field-value input[type="text"], form .input-prepend .form-field .field-value [type="text"].add-on, form .form-field .field-value .input-prepend [type="text"].add-on, .input-prepend form .form-field .field-value [type="text"].add-on, form .form-field .field-value input[type="password"], form .input-prepend .form-field .field-value [type="password"].add-on, form .form-field .field-value .input-prepend [type="password"].add-on, .input-prepend form .form-field .field-value [type="password"].add-on, form .form-field .field-value input[type="date"], form .input-prepend .form-field .field-value [type="date"].add-on, form .form-field .field-value .input-prepend [type="date"].add-on, .input-prepend form .form-field .field-value [type="date"].add-on, .form .form-field .field-value input[type="text"], .form .input-prepend .form-field .field-value [type="text"].add-on, .form .form-field .field-value .input-prepend [type="text"].add-on, .input-prepend .form .form-field .field-value [type="text"].add-on, .form .form-field .field-value input[type="password"], .form .input-prepend .form-field .field-value [type="password"].add-on, .form .form-field .field-value .input-prepend [type="password"].add-on, .input-prepend .form .form-field .field-value [type="password"].add-on, .form .form-field .field-value input[type="date"], .form .input-prepend .form-field .field-value [type="date"].add-on, .form .form-field .field-value .input-prepend [type="date"].add-on, .input-prepend .form .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 .input-prepend .form-field .field-value [type="text"].add-on, form .form-field .field-value .input-prepend [type="text"].add-on, .input-prepend form .form-field .field-value [type="text"].add-on, form .form-field .field-value input[type="password"], form .input-prepend .form-field .field-value [type="password"].add-on, form .form-field .field-value .input-prepend [type="password"].add-on, .input-prepend form .form-field .field-value [type="password"].add-on, form .form-field .field-value input[type="date"], form .input-prepend .form-field .field-value [type="date"].add-on, form .form-field .field-value .input-prepend [type="date"].add-on, .input-prepend form .form-field .field-value [type="date"].add-on, .form .form-field .field-value input[type="text"], .form .input-prepend .form-field .field-value [type="text"].add-on, .form .form-field .field-value .input-prepend [type="text"].add-on, .input-prepend .form .form-field .field-value [type="text"].add-on, .form .form-field .field-value input[type="password"], .form .input-prepend .form-field .field-value [type="password"].add-on, .form .form-field .field-value .input-prepend [type="password"].add-on, .input-prepend .form .form-field .field-value [type="password"].add-on, .form .form-field .field-value input[type="date"], .form .input-prepend .form-field .field-value [type="date"].add-on, .form .form-field .field-value .input-prepend [type="date"].add-on, .input-prepend .form .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 .input-prepend .form-field .field-value [type="text"].add-on, form .form-field .field-value .input-prepend [type="text"].add-on, .input-prepend form .form-field .field-value [type="text"].add-on, form .form-field .field-value input[type="password"], form .input-prepend .form-field .field-value [type="password"].add-on, form .form-field .field-value .input-prepend [type="password"].add-on, .input-prepend form .form-field .field-value [type="password"].add-on, form .form-field .field-value input[type="date"], form .input-prepend .form-field .field-value [type="date"].add-on, form .form-field .field-value .input-prepend [type="date"].add-on, .input-prepend form .form-field .field-value [type="date"].add-on, .form .form-field .field-value input[type="text"], .form .input-prepend .form-field .field-value [type="text"].add-on, .form .form-field .field-value .input-prepend [type="text"].add-on, .input-prepend .form .form-field .field-value [type="text"].add-on, .form .form-field .field-value input[type="password"], .form .input-prepend .form-field .field-value [type="password"].add-on, .form .form-field .field-value .input-prepend [type="password"].add-on, .input-prepend .form .form-field .field-value [type="password"].add-on, .form .form-field .field-value input[type="date"], .form .input-prepend .form-field .field-value [type="date"].add-on, .form .form-field .field-value .input-prepend [type="date"].add-on, .input-prepend .form .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 .input-prepend .form-field .field-value [type="number"].add-on, form .form-field .field-value .input-prepend [type="number"].add-on, .input-prepend form .form-field .field-value [type="number"].add-on, .form .form-field .field-value input[type="number"], .form .input-prepend .form-field .field-value [type="number"].add-on, .form .form-field .field-value .input-prepend [type="number"].add-on, .input-prepend .form .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 .form .input-prepend .add-on, .form form .input-prepend .add-on, 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, .input-prepend form [disabled].add-on, form select[disabled], form textarea[disabled], form input[readonly], form .input-prepend [readonly].add-on, .input-prepend form [readonly].add-on,
|
|
form select[readonly], form textarea[readonly], form .select-arrow select[disabled], .form input[disabled], .form .input-prepend [disabled].add-on, .input-prepend .form [disabled].add-on, .form select[disabled], .form textarea[disabled], .form input[readonly], .form .input-prepend [readonly].add-on, .input-prepend .form [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, .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, .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 [disabled].add-on:focus, .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, .input-prepend .form [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 .form .input-prepend .add-on, .form .input-prepend form .add-on, form .input-prepend .add-on, .input-prepend form .add-on, form select, form textarea, form ul.select, .form input, .form .input-prepend .add-on, .input-prepend .form .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 .form .input-prepend .add-on, .form .input-prepend form .add-on, form .input-prepend .add-on, .input-prepend form .add-on, form select, form textarea, form ul.select, .form input, .form .input-prepend .add-on, .input-prepend .form .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 .form .input-prepend .add-on, .form .input-prepend form .add-on, form .input-prepend .add-on, .input-prepend form .add-on, form select, form textarea, form ul.select, .form input, .form .input-prepend .add-on, .input-prepend .form .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, .input-prepend form .add-on:focus, form select:focus, form textarea:focus, form ul.select:focus, .form input:focus, .form .input-prepend .add-on:focus, .input-prepend .form .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, .input-prepend form [type="date"].add-on, .form input[type="date"], .form .input-prepend [type="date"].add-on, .input-prepend .form [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, .input-prepend form [type="date"].add-on, .form input[type="date"], .form .input-prepend [type="date"].add-on, .input-prepend .form [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, .input-prepend form [type="date"].add-on, .form input[type="date"], .form .input-prepend [type="date"].add-on, .input-prepend .form [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 .input-prepend p.radio-btn .add-on, form p.radio-btn .input-prepend .add-on, .input-prepend form p.radio-btn .add-on, .form p.radio-btn input, .form .input-prepend p.radio-btn .add-on, .form p.radio-btn .input-prepend .add-on, .input-prepend .form 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, .input-prepend form [type="checkbox"].add-on, form input[type="radio"], form .input-prepend [type="radio"].add-on, .input-prepend form [type="radio"].add-on, .form input[type="checkbox"], .form .input-prepend [type="checkbox"].add-on, .input-prepend .form [type="checkbox"].add-on, .form input[type="radio"], .form .input-prepend [type="radio"].add-on, .input-prepend .form [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, .input-prepend form [type="checkbox"].add-on, .form input[type="checkbox"], .form .input-prepend [type="checkbox"].add-on, .input-prepend .form [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, .input-prepend form [type="checkbox"].add-on:active, form input[type="checkbox"]:checked:active, form .input-prepend [type="checkbox"].add-on:checked:active, .input-prepend form [type="checkbox"].add-on:checked:active, .form input[type="checkbox"]:active, .form .input-prepend [type="checkbox"].add-on:active, .input-prepend .form [type="checkbox"].add-on:active, .form input[type="checkbox"]:checked:active, .form .input-prepend [type="checkbox"].add-on:checked:active, .input-prepend .form [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, .input-prepend form [type="checkbox"].add-on:checked, .form input[type="checkbox"]:checked, .form .input-prepend [type="checkbox"].add-on:checked, .input-prepend .form [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, .input-prepend form [type="checkbox"].add-on:checked:after, .form input[type="checkbox"]:checked:after, .form .input-prepend [type="checkbox"].add-on:checked:after, .input-prepend .form [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, .input-prepend form [type="date"].add-on, .form input[type="date"], .form .input-prepend [type="date"].add-on, .input-prepend .form [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, .input-prepend form [type="date"].add-on, .form input[type="date"], .form .input-prepend [type="date"].add-on, .input-prepend .form [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, .input-prepend form [type="date"].add-on, .form input[type="date"], .form .input-prepend [type="date"].add-on, .input-prepend .form [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 .input-prepend .add-on:invalid.illegalValue, .input-prepend concept .add-on:invalid.illegalValue, concept input:invalid.illegalValue:focus, concept .input-prepend .add-on:invalid.illegalValue:focus, .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"], .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"], .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 .input-prepend .duration-value.add-on, .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 .input-prepend [type="checkbox"].add-on, .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"], .input-prepend [type="submit"].add-on, input[type="button"], .input-prepend [type="button"].add-on, input[type="reset"], .input-prepend [type="reset"].add-on, input[type="submit"], .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, .input-prepend [type="submit"].add-on:hover, input[type="button"]:hover, .input-prepend [type="button"].add-on:hover, input[type="reset"]:hover, .input-prepend [type="reset"].add-on:hover, input[type="submit"]:hover, .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, .input-prepend [type="submit"].add-on:hover, input[type="button"]:hover, .input-prepend [type="button"].add-on:hover, input[type="reset"]:hover, .input-prepend [type="reset"].add-on:hover, input[type="submit"]:hover, .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, .input-prepend [type="submit"].active.add-on, input[type="button"].active, .input-prepend [type="button"].active.add-on, input[type="reset"].active, .input-prepend [type="reset"].active.add-on, input[type="submit"].active, .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, .input-prepend [type="submit"].add-on i, input[type="button"] i, .input-prepend [type="button"].add-on i, input[type="reset"] i, .input-prepend [type="reset"].add-on i, input[type="submit"] i, .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, .input-prepend [type="submit"].big.add-on i, input[type="submit"].medium i, .input-prepend [type="submit"].medium.add-on i, input[type="button"].big i, .input-prepend [type="button"].big.add-on i, input[type="button"].medium i, .input-prepend [type="button"].medium.add-on i, input[type="reset"].big i, .input-prepend [type="reset"].big.add-on i, input[type="reset"].medium i, .input-prepend [type="reset"].medium.add-on i, input[type="submit"].big i, .input-prepend [type="submit"].big.add-on i, input[type="submit"].medium i, .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, .input-prepend [type="submit"].medium.add-on i, input[type="button"].medium i, .input-prepend [type="button"].medium.add-on i, input[type="reset"].medium i, .input-prepend [type="reset"].medium.add-on i, input[type="submit"].medium i, .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, .input-prepend [type="submit"].disabled.add-on, input[type="submit"]:disabled, .input-prepend [type="submit"].add-on:disabled, input[type="button"].disabled, .input-prepend [type="button"].disabled.add-on, input[type="button"]:disabled, .input-prepend [type="button"].add-on:disabled, input[type="reset"].disabled, .input-prepend [type="reset"].disabled.add-on, input[type="reset"]:disabled, .input-prepend [type="reset"].add-on:disabled, input[type="submit"].disabled, .input-prepend [type="submit"].disabled.add-on, input[type="submit"]:disabled, .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, .input-prepend [type="submit"].print.add-on, input[type="button"].print, .input-prepend [type="button"].print.add-on, input[type="reset"].print, .input-prepend [type="reset"].print.add-on, input[type="submit"].print, .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, .input-prepend [type="submit"].print.add-on i, input[type="button"].print i, .input-prepend [type="button"].print.add-on i, input[type="reset"].print i, .input-prepend [type="reset"].print.add-on i, input[type="submit"].print i, .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, .input-prepend [type="submit"].app.add-on, input[type="button"].app, .input-prepend [type="button"].app.add-on, input[type="reset"].app, .input-prepend [type="reset"].app.add-on, input[type="submit"].app, .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, .input-prepend [type="submit"].arrow.add-on, input[type="button"].arrow, .input-prepend [type="button"].arrow.add-on, input[type="reset"].arrow, .input-prepend [type="reset"].arrow.add-on, input[type="submit"].arrow, .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, .input-prepend [type="submit"].arrow.add-on span, input[type="button"].arrow span, .input-prepend [type="button"].arrow.add-on span, input[type="reset"].arrow span, .input-prepend [type="reset"].arrow.add-on span, input[type="submit"].arrow span, .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, .input-prepend [type="submit"].arrow.add-on i, input[type="button"].arrow i, .input-prepend [type="button"].arrow.add-on i, input[type="reset"].arrow i, .input-prepend [type="reset"].arrow.add-on i, input[type="submit"].arrow i, .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, .input-prepend [type="submit"].arrow.add-on .arrow-button, input[type="button"].arrow .arrow-button, .input-prepend [type="button"].arrow.add-on .arrow-button, input[type="reset"].arrow .arrow-button, .input-prepend [type="reset"].arrow.add-on .arrow-button, input[type="submit"].arrow .arrow-button, .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, .input-prepend [type="submit"].arrow.add-on .arrow-border-button, input[type="button"].arrow .arrow-border-button, .input-prepend [type="button"].arrow.add-on .arrow-border-button, input[type="reset"].arrow .arrow-border-button, .input-prepend [type="reset"].arrow.add-on .arrow-border-button, input[type="submit"].arrow .arrow-border-button, .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, .input-prepend [type="submit"].arrow.disabled.add-on, input[type="button"].arrow.disabled, .input-prepend [type="button"].arrow.disabled.add-on, input[type="reset"].arrow.disabled, .input-prepend [type="reset"].arrow.disabled.add-on, input[type="submit"].arrow.disabled, .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, .input-prepend [type="submit"].arrow.disabled.add-on .arrow-button, input[type="button"].arrow.disabled .arrow-button, .input-prepend [type="button"].arrow.disabled.add-on .arrow-button, input[type="reset"].arrow.disabled .arrow-button, .input-prepend [type="reset"].arrow.disabled.add-on .arrow-button, input[type="submit"].arrow.disabled .arrow-button, .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, .input-prepend [type="submit"].arrow.disabled.add-on .arrow-border-button, input[type="button"].arrow.disabled .arrow-border-button, .input-prepend [type="button"].arrow.disabled.add-on .arrow-border-button, input[type="reset"].arrow.disabled .arrow-border-button, .input-prepend [type="reset"].arrow.disabled.add-on .arrow-border-button, input[type="submit"].arrow.disabled .arrow-border-button, .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, .input-prepend [type="submit"].task.add-on, input[type="button"].task, .input-prepend [type="button"].task.add-on, input[type="reset"].task, .input-prepend [type="reset"].task.add-on, input[type="submit"].task, .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, .input-prepend [type="submit"].task.add-on:hover, input[type="button"].task:hover, .input-prepend [type="button"].task.add-on:hover, input[type="reset"].task:hover, .input-prepend [type="reset"].task.add-on:hover, input[type="submit"].task:hover, .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, .input-prepend [type="submit"].task.add-on:hover, input[type="button"].task:hover, .input-prepend [type="button"].task.add-on:hover, input[type="reset"].task:hover, .input-prepend [type="reset"].task.add-on:hover, input[type="submit"].task:hover, .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, .input-prepend [type="submit"].task.active.add-on, input[type="button"].task.active, .input-prepend [type="button"].task.active.add-on, input[type="reset"].task.active, .input-prepend [type="reset"].task.active.add-on, input[type="submit"].task.active, .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, .input-prepend [type="submit"].task.add-on i, input[type="button"].task i, .input-prepend [type="button"].task.add-on i, input[type="reset"].task i, .input-prepend [type="reset"].task.add-on i, input[type="submit"].task i, .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, .input-prepend [type="submit"].task.big.add-on i, input[type="submit"].task.medium i, .input-prepend [type="submit"].task.medium.add-on i, input[type="button"].task.big i, .input-prepend [type="button"].task.big.add-on i, input[type="button"].task.medium i, .input-prepend [type="button"].task.medium.add-on i, input[type="reset"].task.big i, .input-prepend [type="reset"].task.big.add-on i, input[type="reset"].task.medium i, .input-prepend [type="reset"].task.medium.add-on i, input[type="submit"].task.big i, .input-prepend [type="submit"].task.big.add-on i, input[type="submit"].task.medium i, .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, .input-prepend [type="submit"].task.medium.add-on i, input[type="button"].task.medium i, .input-prepend [type="button"].task.medium.add-on i, input[type="reset"].task.medium i, .input-prepend [type="reset"].task.medium.add-on i, input[type="submit"].task.medium i, .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, .input-prepend [type="submit"].task.disabled.add-on, input[type="submit"].task:disabled, .input-prepend [type="submit"].task.add-on:disabled, input[type="button"].task.disabled, .input-prepend [type="button"].task.disabled.add-on, input[type="button"].task:disabled, .input-prepend [type="button"].task.add-on:disabled, input[type="reset"].task.disabled, .input-prepend [type="reset"].task.disabled.add-on, input[type="reset"].task:disabled, .input-prepend [type="reset"].task.add-on:disabled, input[type="submit"].task.disabled, .input-prepend [type="submit"].task.disabled.add-on, input[type="submit"].task:disabled, .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, .input-prepend [type="submit"].task.print.add-on, input[type="button"].task.print, .input-prepend [type="button"].task.print.add-on, input[type="reset"].task.print, .input-prepend [type="reset"].task.print.add-on, input[type="submit"].task.print, .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, .input-prepend [type="submit"].task.print.add-on i, input[type="button"].task.print i, .input-prepend [type="button"].task.print.add-on i, input[type="reset"].task.print i, .input-prepend [type="reset"].task.print.add-on i, input[type="submit"].task.print i, .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, .input-prepend [type="submit"].task.app.add-on, input[type="button"].task.app, .input-prepend [type="button"].task.app.add-on, input[type="reset"].task.app, .input-prepend [type="reset"].task.app.add-on, input[type="submit"].task.app, .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, .input-prepend [type="submit"].task.arrow.add-on, input[type="button"].task.arrow, .input-prepend [type="button"].task.arrow.add-on, input[type="reset"].task.arrow, .input-prepend [type="reset"].task.arrow.add-on, input[type="submit"].task.arrow, .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, .input-prepend [type="submit"].task.arrow.add-on span, input[type="button"].task.arrow span, .input-prepend [type="button"].task.arrow.add-on span, input[type="reset"].task.arrow span, .input-prepend [type="reset"].task.arrow.add-on span, input[type="submit"].task.arrow span, .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, .input-prepend [type="submit"].task.arrow.add-on i, input[type="button"].task.arrow i, .input-prepend [type="button"].task.arrow.add-on i, input[type="reset"].task.arrow i, .input-prepend [type="reset"].task.arrow.add-on i, input[type="submit"].task.arrow i, .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, .input-prepend [type="submit"].task.arrow.add-on .arrow-button, input[type="button"].task.arrow .arrow-button, .input-prepend [type="button"].task.arrow.add-on .arrow-button, input[type="reset"].task.arrow .arrow-button, .input-prepend [type="reset"].task.arrow.add-on .arrow-button, input[type="submit"].task.arrow .arrow-button, .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, .input-prepend [type="submit"].task.arrow.add-on .arrow-border-button, input[type="button"].task.arrow .arrow-border-button, .input-prepend [type="button"].task.arrow.add-on .arrow-border-button, input[type="reset"].task.arrow .arrow-border-button, .input-prepend [type="reset"].task.arrow.add-on .arrow-border-button, input[type="submit"].task.arrow .arrow-border-button, .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, .input-prepend [type="submit"].task.arrow.disabled.add-on, input[type="button"].task.arrow.disabled, .input-prepend [type="button"].task.arrow.disabled.add-on, input[type="reset"].task.arrow.disabled, .input-prepend [type="reset"].task.arrow.disabled.add-on, input[type="submit"].task.arrow.disabled, .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, .input-prepend [type="submit"].task.arrow.disabled.add-on .arrow-button, input[type="button"].task.arrow.disabled .arrow-button, .input-prepend [type="button"].task.arrow.disabled.add-on .arrow-button, input[type="reset"].task.arrow.disabled .arrow-button, .input-prepend [type="reset"].task.arrow.disabled.add-on .arrow-button, input[type="submit"].task.arrow.disabled .arrow-button, .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, .input-prepend [type="submit"].task.arrow.disabled.add-on .arrow-border-button, input[type="button"].task.arrow.disabled .arrow-border-button, .input-prepend [type="button"].task.arrow.disabled.add-on .arrow-border-button, input[type="reset"].task.arrow.disabled .arrow-border-button, .input-prepend [type="reset"].task.arrow.disabled.add-on .arrow-border-button, input[type="submit"].task.arrow.disabled .arrow-border-button, .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, .input-prepend [type="submit"].task.add-on:visited, input[type="button"].task:visited, .input-prepend [type="button"].task.add-on:visited, input[type="reset"].task:visited, .input-prepend [type="reset"].task.add-on:visited, input[type="submit"].task:visited, .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, .input-prepend [type="submit"].task.add-on i, input[type="button"].task i, .input-prepend [type="button"].task.add-on i, input[type="reset"].task i, .input-prepend [type="reset"].task.add-on i, input[type="submit"].task i, .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, .split-button input[type="submit"].toggle-button, .split-button .input-prepend [type="submit"].toggle-button.add-on, .input-prepend .split-button [type="submit"].toggle-button.add-on, .input-prepend [type="submit"].confirm.add-on, .input-prepend .split-button .primaryOption button[type="submit"].add-on, .split-button .primaryOption .input-prepend button[type="submit"].add-on, input[type="button"].confirm, .split-button input[type="button"].toggle-button, .split-button .input-prepend [type="button"].toggle-button.add-on, .input-prepend .split-button [type="button"].toggle-button.add-on, .input-prepend [type="button"].confirm.add-on, .input-prepend .split-button .primaryOption button[type="button"].add-on, .split-button .primaryOption .input-prepend button[type="button"].add-on, input[type="reset"].confirm, .split-button input[type="reset"].toggle-button, .split-button .input-prepend [type="reset"].toggle-button.add-on, .input-prepend .split-button [type="reset"].toggle-button.add-on, .input-prepend [type="reset"].confirm.add-on, .input-prepend .split-button .primaryOption button[type="reset"].add-on, .split-button .primaryOption .input-prepend button[type="reset"].add-on, input[type="submit"].confirm, .split-button input[type="submit"].toggle-button, .split-button .input-prepend [type="submit"].toggle-button.add-on, .input-prepend .split-button [type="submit"].toggle-button.add-on, .input-prepend [type="submit"].confirm.add-on, .input-prepend .split-button .primaryOption button[type="submit"].add-on, .split-button .primaryOption .input-prepend button[type="submit"].add-on, 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, .split-button input[type="submit"].toggle-button:hover, .split-button .input-prepend [type="submit"].toggle-button.add-on:hover, .input-prepend .split-button [type="submit"].toggle-button.add-on:hover, .input-prepend [type="submit"].confirm.add-on:hover, .input-prepend .split-button .primaryOption button[type="submit"].add-on:hover, .split-button .primaryOption .input-prepend button[type="submit"].add-on:hover, input[type="button"].confirm:hover, .split-button input[type="button"].toggle-button:hover, .split-button .input-prepend [type="button"].toggle-button.add-on:hover, .input-prepend .split-button [type="button"].toggle-button.add-on:hover, .input-prepend [type="button"].confirm.add-on:hover, .input-prepend .split-button .primaryOption button[type="button"].add-on:hover, .split-button .primaryOption .input-prepend button[type="button"].add-on:hover, input[type="reset"].confirm:hover, .split-button input[type="reset"].toggle-button:hover, .split-button .input-prepend [type="reset"].toggle-button.add-on:hover, .input-prepend .split-button [type="reset"].toggle-button.add-on:hover, .input-prepend [type="reset"].confirm.add-on:hover, .input-prepend .split-button .primaryOption button[type="reset"].add-on:hover, .split-button .primaryOption .input-prepend button[type="reset"].add-on:hover, input[type="submit"].confirm:hover, .split-button input[type="submit"].toggle-button:hover, .split-button .input-prepend [type="submit"].toggle-button.add-on:hover, .input-prepend .split-button [type="submit"].toggle-button.add-on:hover, .input-prepend [type="submit"].confirm.add-on:hover, .input-prepend .split-button .primaryOption button[type="submit"].add-on:hover, .split-button .primaryOption .input-prepend button[type="submit"].add-on: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, .split-button input[type="submit"].toggle-button:hover, .split-button .input-prepend [type="submit"].toggle-button.add-on:hover, .input-prepend .split-button [type="submit"].toggle-button.add-on:hover, .input-prepend [type="submit"].confirm.add-on:hover, .input-prepend .split-button .primaryOption button[type="submit"].add-on:hover, .split-button .primaryOption .input-prepend button[type="submit"].add-on:hover, input[type="button"].confirm:hover, .split-button input[type="button"].toggle-button:hover, .split-button .input-prepend [type="button"].toggle-button.add-on:hover, .input-prepend .split-button [type="button"].toggle-button.add-on:hover, .input-prepend [type="button"].confirm.add-on:hover, .input-prepend .split-button .primaryOption button[type="button"].add-on:hover, .split-button .primaryOption .input-prepend button[type="button"].add-on:hover, input[type="reset"].confirm:hover, .split-button input[type="reset"].toggle-button:hover, .split-button .input-prepend [type="reset"].toggle-button.add-on:hover, .input-prepend .split-button [type="reset"].toggle-button.add-on:hover, .input-prepend [type="reset"].confirm.add-on:hover, .input-prepend .split-button .primaryOption button[type="reset"].add-on:hover, .split-button .primaryOption .input-prepend button[type="reset"].add-on:hover, input[type="submit"].confirm:hover, .split-button input[type="submit"].toggle-button:hover, .split-button .input-prepend [type="submit"].toggle-button.add-on:hover, .input-prepend .split-button [type="submit"].toggle-button.add-on:hover, .input-prepend [type="submit"].confirm.add-on:hover, .input-prepend .split-button .primaryOption button[type="submit"].add-on:hover, .split-button .primaryOption .input-prepend button[type="submit"].add-on: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, .split-button input[type="submit"].active.toggle-button, .split-button .input-prepend [type="submit"].active.toggle-button.add-on, .input-prepend .split-button [type="submit"].active.toggle-button.add-on, .input-prepend [type="submit"].confirm.active.add-on, .input-prepend .split-button .primaryOption button[type="submit"].active.add-on, .split-button .primaryOption .input-prepend button[type="submit"].active.add-on, input[type="button"].confirm.active, .split-button input[type="button"].active.toggle-button, .split-button .input-prepend [type="button"].active.toggle-button.add-on, .input-prepend .split-button [type="button"].active.toggle-button.add-on, .input-prepend [type="button"].confirm.active.add-on, .input-prepend .split-button .primaryOption button[type="button"].active.add-on, .split-button .primaryOption .input-prepend button[type="button"].active.add-on, input[type="reset"].confirm.active, .split-button input[type="reset"].active.toggle-button, .split-button .input-prepend [type="reset"].active.toggle-button.add-on, .input-prepend .split-button [type="reset"].active.toggle-button.add-on, .input-prepend [type="reset"].confirm.active.add-on, .input-prepend .split-button .primaryOption button[type="reset"].active.add-on, .split-button .primaryOption .input-prepend button[type="reset"].active.add-on, input[type="submit"].confirm.active, .split-button input[type="submit"].active.toggle-button, .split-button .input-prepend [type="submit"].active.toggle-button.add-on, .input-prepend .split-button [type="submit"].active.toggle-button.add-on, .input-prepend [type="submit"].confirm.active.add-on, .input-prepend .split-button .primaryOption button[type="submit"].active.add-on, .split-button .primaryOption .input-prepend button[type="submit"].active.add-on, 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, .split-button input[type="submit"].toggle-button i, .split-button .input-prepend [type="submit"].toggle-button.add-on i, .input-prepend .split-button [type="submit"].toggle-button.add-on i, .input-prepend [type="submit"].confirm.add-on i, .input-prepend .split-button .primaryOption button[type="submit"].add-on i, .split-button .primaryOption .input-prepend button[type="submit"].add-on i, input[type="button"].confirm i, .split-button input[type="button"].toggle-button i, .split-button .input-prepend [type="button"].toggle-button.add-on i, .input-prepend .split-button [type="button"].toggle-button.add-on i, .input-prepend [type="button"].confirm.add-on i, .input-prepend .split-button .primaryOption button[type="button"].add-on i, .split-button .primaryOption .input-prepend button[type="button"].add-on i, input[type="reset"].confirm i, .split-button input[type="reset"].toggle-button i, .split-button .input-prepend [type="reset"].toggle-button.add-on i, .input-prepend .split-button [type="reset"].toggle-button.add-on i, .input-prepend [type="reset"].confirm.add-on i, .input-prepend .split-button .primaryOption button[type="reset"].add-on i, .split-button .primaryOption .input-prepend button[type="reset"].add-on i, input[type="submit"].confirm i, .split-button input[type="submit"].toggle-button i, .split-button .input-prepend [type="submit"].toggle-button.add-on i, .input-prepend .split-button [type="submit"].toggle-button.add-on i, .input-prepend [type="submit"].confirm.add-on i, .input-prepend .split-button .primaryOption button[type="submit"].add-on i, .split-button .primaryOption .input-prepend button[type="submit"].add-on 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, .split-button input[type="submit"].big.toggle-button i, .split-button .input-prepend [type="submit"].big.toggle-button.add-on i, .input-prepend .split-button [type="submit"].big.toggle-button.add-on i, .input-prepend [type="submit"].confirm.big.add-on i, .input-prepend .split-button .primaryOption button[type="submit"].big.add-on i, .split-button .primaryOption .input-prepend button[type="submit"].big.add-on i, input[type="submit"].confirm.medium i, .split-button input[type="submit"].medium.toggle-button i, .split-button .input-prepend [type="submit"].medium.toggle-button.add-on i, .input-prepend .split-button [type="submit"].medium.toggle-button.add-on i, .input-prepend [type="submit"].confirm.medium.add-on i, .input-prepend .split-button .primaryOption button[type="submit"].medium.add-on i, .split-button .primaryOption .input-prepend button[type="submit"].medium.add-on i, input[type="button"].confirm.big i, .split-button input[type="button"].big.toggle-button i, .split-button .input-prepend [type="button"].big.toggle-button.add-on i, .input-prepend .split-button [type="button"].big.toggle-button.add-on i, .input-prepend [type="button"].confirm.big.add-on i, .input-prepend .split-button .primaryOption button[type="button"].big.add-on i, .split-button .primaryOption .input-prepend button[type="button"].big.add-on i, input[type="button"].confirm.medium i, .split-button input[type="button"].medium.toggle-button i, .split-button .input-prepend [type="button"].medium.toggle-button.add-on i, .input-prepend .split-button [type="button"].medium.toggle-button.add-on i, .input-prepend [type="button"].confirm.medium.add-on i, .input-prepend .split-button .primaryOption button[type="button"].medium.add-on i, .split-button .primaryOption .input-prepend button[type="button"].medium.add-on i, input[type="reset"].confirm.big i, .split-button input[type="reset"].big.toggle-button i, .split-button .input-prepend [type="reset"].big.toggle-button.add-on i, .input-prepend .split-button [type="reset"].big.toggle-button.add-on i, .input-prepend [type="reset"].confirm.big.add-on i, .input-prepend .split-button .primaryOption button[type="reset"].big.add-on i, .split-button .primaryOption .input-prepend button[type="reset"].big.add-on i, input[type="reset"].confirm.medium i, .split-button input[type="reset"].medium.toggle-button i, .split-button .input-prepend [type="reset"].medium.toggle-button.add-on i, .input-prepend .split-button [type="reset"].medium.toggle-button.add-on i, .input-prepend [type="reset"].confirm.medium.add-on i, .input-prepend .split-button .primaryOption button[type="reset"].medium.add-on i, .split-button .primaryOption .input-prepend button[type="reset"].medium.add-on i, input[type="submit"].confirm.big i, .split-button input[type="submit"].big.toggle-button i, .split-button .input-prepend [type="submit"].big.toggle-button.add-on i, .input-prepend .split-button [type="submit"].big.toggle-button.add-on i, .input-prepend [type="submit"].confirm.big.add-on i, .input-prepend .split-button .primaryOption button[type="submit"].big.add-on i, .split-button .primaryOption .input-prepend button[type="submit"].big.add-on i, input[type="submit"].confirm.medium i, .split-button input[type="submit"].medium.toggle-button i, .split-button .input-prepend [type="submit"].medium.toggle-button.add-on i, .input-prepend .split-button [type="submit"].medium.toggle-button.add-on i, .input-prepend [type="submit"].confirm.medium.add-on i, .input-prepend .split-button .primaryOption button[type="submit"].medium.add-on i, .split-button .primaryOption .input-prepend button[type="submit"].medium.add-on i, a.button.confirm.big i, .split-button a.button.big.toggle-button i, a.button.confirm.medium i, .split-button a.button.medium.toggle-button i {
|
|
display: block;
|
|
font-size: 50px;
|
|
margin: 0 auto;
|
|
padding: 10px;
|
|
}
|
|
/* line 184, bahmni-components/_buttons.scss */
|
|
.button.confirm.medium i, .split-button .primaryOption button.button.medium i, .split-button .button.medium.toggle-button i, button.confirm.medium i, .split-button .primaryOption button.medium i, .split-button button.medium.toggle-button i, input[type="submit"].confirm.medium i, .split-button input[type="submit"].medium.toggle-button i, .split-button .input-prepend [type="submit"].medium.toggle-button.add-on i, .input-prepend .split-button [type="submit"].medium.toggle-button.add-on i, .input-prepend [type="submit"].confirm.medium.add-on i, .input-prepend .split-button .primaryOption button[type="submit"].medium.add-on i, .split-button .primaryOption .input-prepend button[type="submit"].medium.add-on i, input[type="button"].confirm.medium i, .split-button input[type="button"].medium.toggle-button i, .split-button .input-prepend [type="button"].medium.toggle-button.add-on i, .input-prepend .split-button [type="button"].medium.toggle-button.add-on i, .input-prepend [type="button"].confirm.medium.add-on i, .input-prepend .split-button .primaryOption button[type="button"].medium.add-on i, .split-button .primaryOption .input-prepend button[type="button"].medium.add-on i, input[type="reset"].confirm.medium i, .split-button input[type="reset"].medium.toggle-button i, .split-button .input-prepend [type="reset"].medium.toggle-button.add-on i, .input-prepend .split-button [type="reset"].medium.toggle-button.add-on i, .input-prepend [type="reset"].confirm.medium.add-on i, .input-prepend .split-button .primaryOption button[type="reset"].medium.add-on i, .split-button .primaryOption .input-prepend button[type="reset"].medium.add-on i, input[type="submit"].confirm.medium i, .split-button input[type="submit"].medium.toggle-button i, .split-button .input-prepend [type="submit"].medium.toggle-button.add-on i, .input-prepend .split-button [type="submit"].medium.toggle-button.add-on i, .input-prepend [type="submit"].confirm.medium.add-on i, .input-prepend .split-button .primaryOption button[type="submit"].medium.add-on i, .split-button .primaryOption .input-prepend button[type="submit"].medium.add-on 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, .split-button input[type="submit"].disabled.toggle-button, .split-button .input-prepend [type="submit"].disabled.toggle-button.add-on, .input-prepend .split-button [type="submit"].disabled.toggle-button.add-on, .input-prepend [type="submit"].confirm.disabled.add-on, .input-prepend .split-button .primaryOption button[type="submit"].disabled.add-on, .split-button .primaryOption .input-prepend button[type="submit"].disabled.add-on, input[type="submit"].confirm:disabled, .split-button input[type="submit"].toggle-button:disabled, .split-button .input-prepend [type="submit"].toggle-button.add-on:disabled, .input-prepend .split-button [type="submit"].toggle-button.add-on:disabled, .input-prepend [type="submit"].confirm.add-on:disabled, .input-prepend .split-button .primaryOption button[type="submit"].add-on:disabled, .split-button .primaryOption .input-prepend button[type="submit"].add-on:disabled, input[type="button"].confirm.disabled, .split-button input[type="button"].disabled.toggle-button, .split-button .input-prepend [type="button"].disabled.toggle-button.add-on, .input-prepend .split-button [type="button"].disabled.toggle-button.add-on, .input-prepend [type="button"].confirm.disabled.add-on, .input-prepend .split-button .primaryOption button[type="button"].disabled.add-on, .split-button .primaryOption .input-prepend button[type="button"].disabled.add-on, input[type="button"].confirm:disabled, .split-button input[type="button"].toggle-button:disabled, .split-button .input-prepend [type="button"].toggle-button.add-on:disabled, .input-prepend .split-button [type="button"].toggle-button.add-on:disabled, .input-prepend [type="button"].confirm.add-on:disabled, .input-prepend .split-button .primaryOption button[type="button"].add-on:disabled, .split-button .primaryOption .input-prepend button[type="button"].add-on:disabled, input[type="reset"].confirm.disabled, .split-button input[type="reset"].disabled.toggle-button, .split-button .input-prepend [type="reset"].disabled.toggle-button.add-on, .input-prepend .split-button [type="reset"].disabled.toggle-button.add-on, .input-prepend [type="reset"].confirm.disabled.add-on, .input-prepend .split-button .primaryOption button[type="reset"].disabled.add-on, .split-button .primaryOption .input-prepend button[type="reset"].disabled.add-on, input[type="reset"].confirm:disabled, .split-button input[type="reset"].toggle-button:disabled, .split-button .input-prepend [type="reset"].toggle-button.add-on:disabled, .input-prepend .split-button [type="reset"].toggle-button.add-on:disabled, .input-prepend [type="reset"].confirm.add-on:disabled, .input-prepend .split-button .primaryOption button[type="reset"].add-on:disabled, .split-button .primaryOption .input-prepend button[type="reset"].add-on:disabled, input[type="submit"].confirm.disabled, .split-button input[type="submit"].disabled.toggle-button, .split-button .input-prepend [type="submit"].disabled.toggle-button.add-on, .input-prepend .split-button [type="submit"].disabled.toggle-button.add-on, .input-prepend [type="submit"].confirm.disabled.add-on, .input-prepend .split-button .primaryOption button[type="submit"].disabled.add-on, .split-button .primaryOption .input-prepend button[type="submit"].disabled.add-on, input[type="submit"].confirm:disabled, .split-button input[type="submit"].toggle-button:disabled, .split-button .input-prepend [type="submit"].toggle-button.add-on:disabled, .input-prepend .split-button [type="submit"].toggle-button.add-on:disabled, .input-prepend [type="submit"].confirm.add-on:disabled, .input-prepend .split-button .primaryOption button[type="submit"].add-on:disabled, .split-button .primaryOption .input-prepend button[type="submit"].add-on:disabled, a.button.confirm.disabled, .split-button a.button.disabled.toggle-button, a.button.confirm:disabled, .split-button a.button.toggle-button:disabled {
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #333;
|
|
cursor: default;
|
|
}
|
|
/* line 196, bahmni-components/_buttons.scss */
|
|
.button.confirm.print, .split-button .primaryOption button.button.print, .split-button .button.print.toggle-button, button.confirm.print, .split-button .primaryOption button.print, .split-button button.print.toggle-button, input[type="submit"].confirm.print, .split-button input[type="submit"].print.toggle-button, .split-button .input-prepend [type="submit"].print.toggle-button.add-on, .input-prepend .split-button [type="submit"].print.toggle-button.add-on, .input-prepend [type="submit"].confirm.print.add-on, .input-prepend .split-button .primaryOption button[type="submit"].print.add-on, .split-button .primaryOption .input-prepend button[type="submit"].print.add-on, input[type="button"].confirm.print, .split-button input[type="button"].print.toggle-button, .split-button .input-prepend [type="button"].print.toggle-button.add-on, .input-prepend .split-button [type="button"].print.toggle-button.add-on, .input-prepend [type="button"].confirm.print.add-on, .input-prepend .split-button .primaryOption button[type="button"].print.add-on, .split-button .primaryOption .input-prepend button[type="button"].print.add-on, input[type="reset"].confirm.print, .split-button input[type="reset"].print.toggle-button, .split-button .input-prepend [type="reset"].print.toggle-button.add-on, .input-prepend .split-button [type="reset"].print.toggle-button.add-on, .input-prepend [type="reset"].confirm.print.add-on, .input-prepend .split-button .primaryOption button[type="reset"].print.add-on, .split-button .primaryOption .input-prepend button[type="reset"].print.add-on, input[type="submit"].confirm.print, .split-button input[type="submit"].print.toggle-button, .split-button .input-prepend [type="submit"].print.toggle-button.add-on, .input-prepend .split-button [type="submit"].print.toggle-button.add-on, .input-prepend [type="submit"].confirm.print.add-on, .input-prepend .split-button .primaryOption button[type="submit"].print.add-on, .split-button .primaryOption .input-prepend button[type="submit"].print.add-on, 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, .split-button input[type="submit"].print.toggle-button i, .split-button .input-prepend [type="submit"].print.toggle-button.add-on i, .input-prepend .split-button [type="submit"].print.toggle-button.add-on i, .input-prepend [type="submit"].confirm.print.add-on i, .input-prepend .split-button .primaryOption button[type="submit"].print.add-on i, .split-button .primaryOption .input-prepend button[type="submit"].print.add-on i, input[type="button"].confirm.print i, .split-button input[type="button"].print.toggle-button i, .split-button .input-prepend [type="button"].print.toggle-button.add-on i, .input-prepend .split-button [type="button"].print.toggle-button.add-on i, .input-prepend [type="button"].confirm.print.add-on i, .input-prepend .split-button .primaryOption button[type="button"].print.add-on i, .split-button .primaryOption .input-prepend button[type="button"].print.add-on i, input[type="reset"].confirm.print i, .split-button input[type="reset"].print.toggle-button i, .split-button .input-prepend [type="reset"].print.toggle-button.add-on i, .input-prepend .split-button [type="reset"].print.toggle-button.add-on i, .input-prepend [type="reset"].confirm.print.add-on i, .input-prepend .split-button .primaryOption button[type="reset"].print.add-on i, .split-button .primaryOption .input-prepend button[type="reset"].print.add-on i, input[type="submit"].confirm.print i, .split-button input[type="submit"].print.toggle-button i, .split-button .input-prepend [type="submit"].print.toggle-button.add-on i, .input-prepend .split-button [type="submit"].print.toggle-button.add-on i, .input-prepend [type="submit"].confirm.print.add-on i, .input-prepend .split-button .primaryOption button[type="submit"].print.add-on i, .split-button .primaryOption .input-prepend button[type="submit"].print.add-on 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, .split-button input[type="submit"].app.toggle-button, .split-button .input-prepend [type="submit"].app.toggle-button.add-on, .input-prepend .split-button [type="submit"].app.toggle-button.add-on, .input-prepend [type="submit"].confirm.app.add-on, .input-prepend .split-button .primaryOption button[type="submit"].app.add-on, .split-button .primaryOption .input-prepend button[type="submit"].app.add-on, input[type="button"].confirm.app, .split-button input[type="button"].app.toggle-button, .split-button .input-prepend [type="button"].app.toggle-button.add-on, .input-prepend .split-button [type="button"].app.toggle-button.add-on, .input-prepend [type="button"].confirm.app.add-on, .input-prepend .split-button .primaryOption button[type="button"].app.add-on, .split-button .primaryOption .input-prepend button[type="button"].app.add-on, input[type="reset"].confirm.app, .split-button input[type="reset"].app.toggle-button, .split-button .input-prepend [type="reset"].app.toggle-button.add-on, .input-prepend .split-button [type="reset"].app.toggle-button.add-on, .input-prepend [type="reset"].confirm.app.add-on, .input-prepend .split-button .primaryOption button[type="reset"].app.add-on, .split-button .primaryOption .input-prepend button[type="reset"].app.add-on, input[type="submit"].confirm.app, .split-button input[type="submit"].app.toggle-button, .split-button .input-prepend [type="submit"].app.toggle-button.add-on, .input-prepend .split-button [type="submit"].app.toggle-button.add-on, .input-prepend [type="submit"].confirm.app.add-on, .input-prepend .split-button .primaryOption button[type="submit"].app.add-on, .split-button .primaryOption .input-prepend button[type="submit"].app.add-on, 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, .split-button input[type="submit"].arrow.toggle-button, .split-button .input-prepend [type="submit"].arrow.toggle-button.add-on, .input-prepend .split-button [type="submit"].arrow.toggle-button.add-on, .input-prepend [type="submit"].confirm.arrow.add-on, .input-prepend .split-button .primaryOption button[type="submit"].arrow.add-on, .split-button .primaryOption .input-prepend button[type="submit"].arrow.add-on, input[type="button"].confirm.arrow, .split-button input[type="button"].arrow.toggle-button, .split-button .input-prepend [type="button"].arrow.toggle-button.add-on, .input-prepend .split-button [type="button"].arrow.toggle-button.add-on, .input-prepend [type="button"].confirm.arrow.add-on, .input-prepend .split-button .primaryOption button[type="button"].arrow.add-on, .split-button .primaryOption .input-prepend button[type="button"].arrow.add-on, input[type="reset"].confirm.arrow, .split-button input[type="reset"].arrow.toggle-button, .split-button .input-prepend [type="reset"].arrow.toggle-button.add-on, .input-prepend .split-button [type="reset"].arrow.toggle-button.add-on, .input-prepend [type="reset"].confirm.arrow.add-on, .input-prepend .split-button .primaryOption button[type="reset"].arrow.add-on, .split-button .primaryOption .input-prepend button[type="reset"].arrow.add-on, input[type="submit"].confirm.arrow, .split-button input[type="submit"].arrow.toggle-button, .split-button .input-prepend [type="submit"].arrow.toggle-button.add-on, .input-prepend .split-button [type="submit"].arrow.toggle-button.add-on, .input-prepend [type="submit"].confirm.arrow.add-on, .input-prepend .split-button .primaryOption button[type="submit"].arrow.add-on, .split-button .primaryOption .input-prepend button[type="submit"].arrow.add-on, 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, .split-button input[type="submit"].arrow.toggle-button span, .split-button .input-prepend [type="submit"].arrow.toggle-button.add-on span, .input-prepend .split-button [type="submit"].arrow.toggle-button.add-on span, .input-prepend [type="submit"].confirm.arrow.add-on span, .input-prepend .split-button .primaryOption button[type="submit"].arrow.add-on span, .split-button .primaryOption .input-prepend button[type="submit"].arrow.add-on span, input[type="button"].confirm.arrow span, .split-button input[type="button"].arrow.toggle-button span, .split-button .input-prepend [type="button"].arrow.toggle-button.add-on span, .input-prepend .split-button [type="button"].arrow.toggle-button.add-on span, .input-prepend [type="button"].confirm.arrow.add-on span, .input-prepend .split-button .primaryOption button[type="button"].arrow.add-on span, .split-button .primaryOption .input-prepend button[type="button"].arrow.add-on span, input[type="reset"].confirm.arrow span, .split-button input[type="reset"].arrow.toggle-button span, .split-button .input-prepend [type="reset"].arrow.toggle-button.add-on span, .input-prepend .split-button [type="reset"].arrow.toggle-button.add-on span, .input-prepend [type="reset"].confirm.arrow.add-on span, .input-prepend .split-button .primaryOption button[type="reset"].arrow.add-on span, .split-button .primaryOption .input-prepend button[type="reset"].arrow.add-on span, input[type="submit"].confirm.arrow span, .split-button input[type="submit"].arrow.toggle-button span, .split-button .input-prepend [type="submit"].arrow.toggle-button.add-on span, .input-prepend .split-button [type="submit"].arrow.toggle-button.add-on span, .input-prepend [type="submit"].confirm.arrow.add-on span, .input-prepend .split-button .primaryOption button[type="submit"].arrow.add-on span, .split-button .primaryOption .input-prepend button[type="submit"].arrow.add-on 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, .split-button input[type="submit"].arrow.toggle-button i, .split-button .input-prepend [type="submit"].arrow.toggle-button.add-on i, .input-prepend .split-button [type="submit"].arrow.toggle-button.add-on i, .input-prepend [type="submit"].confirm.arrow.add-on i, .input-prepend .split-button .primaryOption button[type="submit"].arrow.add-on i, .split-button .primaryOption .input-prepend button[type="submit"].arrow.add-on i, input[type="button"].confirm.arrow i, .split-button input[type="button"].arrow.toggle-button i, .split-button .input-prepend [type="button"].arrow.toggle-button.add-on i, .input-prepend .split-button [type="button"].arrow.toggle-button.add-on i, .input-prepend [type="button"].confirm.arrow.add-on i, .input-prepend .split-button .primaryOption button[type="button"].arrow.add-on i, .split-button .primaryOption .input-prepend button[type="button"].arrow.add-on i, input[type="reset"].confirm.arrow i, .split-button input[type="reset"].arrow.toggle-button i, .split-button .input-prepend [type="reset"].arrow.toggle-button.add-on i, .input-prepend .split-button [type="reset"].arrow.toggle-button.add-on i, .input-prepend [type="reset"].confirm.arrow.add-on i, .input-prepend .split-button .primaryOption button[type="reset"].arrow.add-on i, .split-button .primaryOption .input-prepend button[type="reset"].arrow.add-on i, input[type="submit"].confirm.arrow i, .split-button input[type="submit"].arrow.toggle-button i, .split-button .input-prepend [type="submit"].arrow.toggle-button.add-on i, .input-prepend .split-button [type="submit"].arrow.toggle-button.add-on i, .input-prepend [type="submit"].confirm.arrow.add-on i, .input-prepend .split-button .primaryOption button[type="submit"].arrow.add-on i, .split-button .primaryOption .input-prepend button[type="submit"].arrow.add-on 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, .split-button input[type="submit"].arrow.toggle-button .arrow-button, .split-button .input-prepend [type="submit"].arrow.toggle-button.add-on .arrow-button, .input-prepend .split-button [type="submit"].arrow.toggle-button.add-on .arrow-button, .input-prepend [type="submit"].confirm.arrow.add-on .arrow-button, .input-prepend .split-button .primaryOption button[type="submit"].arrow.add-on .arrow-button, .split-button .primaryOption .input-prepend button[type="submit"].arrow.add-on .arrow-button, input[type="button"].confirm.arrow .arrow-button, .split-button input[type="button"].arrow.toggle-button .arrow-button, .split-button .input-prepend [type="button"].arrow.toggle-button.add-on .arrow-button, .input-prepend .split-button [type="button"].arrow.toggle-button.add-on .arrow-button, .input-prepend [type="button"].confirm.arrow.add-on .arrow-button, .input-prepend .split-button .primaryOption button[type="button"].arrow.add-on .arrow-button, .split-button .primaryOption .input-prepend button[type="button"].arrow.add-on .arrow-button, input[type="reset"].confirm.arrow .arrow-button, .split-button input[type="reset"].arrow.toggle-button .arrow-button, .split-button .input-prepend [type="reset"].arrow.toggle-button.add-on .arrow-button, .input-prepend .split-button [type="reset"].arrow.toggle-button.add-on .arrow-button, .input-prepend [type="reset"].confirm.arrow.add-on .arrow-button, .input-prepend .split-button .primaryOption button[type="reset"].arrow.add-on .arrow-button, .split-button .primaryOption .input-prepend button[type="reset"].arrow.add-on .arrow-button, input[type="submit"].confirm.arrow .arrow-button, .split-button input[type="submit"].arrow.toggle-button .arrow-button, .split-button .input-prepend [type="submit"].arrow.toggle-button.add-on .arrow-button, .input-prepend .split-button [type="submit"].arrow.toggle-button.add-on .arrow-button, .input-prepend [type="submit"].confirm.arrow.add-on .arrow-button, .input-prepend .split-button .primaryOption button[type="submit"].arrow.add-on .arrow-button, .split-button .primaryOption .input-prepend button[type="submit"].arrow.add-on .arrow-button, a.button.confirm.arrow .arrow-button, .split-button a.button.arrow.toggle-button .arrow-button {
|
|
width: 0;
|
|
height: 0;
|
|
top: 0;
|
|
right: -17px;
|
|
border-bottom: 34px solid transparent;
|
|
border-top: 33px solid transparent;
|
|
border-left: 18px solid #81a726;
|
|
position: absolute;
|
|
}
|
|
/* line 245, bahmni-components/_buttons.scss */
|
|
.button.confirm.arrow .arrow-border-button, .split-button .primaryOption button.button.arrow .arrow-border-button, .split-button .button.arrow.toggle-button .arrow-border-button, button.confirm.arrow .arrow-border-button, .split-button .primaryOption button.arrow .arrow-border-button, .split-button button.arrow.toggle-button .arrow-border-button, input[type="submit"].confirm.arrow .arrow-border-button, .split-button input[type="submit"].arrow.toggle-button .arrow-border-button, .split-button .input-prepend [type="submit"].arrow.toggle-button.add-on .arrow-border-button, .input-prepend .split-button [type="submit"].arrow.toggle-button.add-on .arrow-border-button, .input-prepend [type="submit"].confirm.arrow.add-on .arrow-border-button, .input-prepend .split-button .primaryOption button[type="submit"].arrow.add-on .arrow-border-button, .split-button .primaryOption .input-prepend button[type="submit"].arrow.add-on .arrow-border-button, input[type="button"].confirm.arrow .arrow-border-button, .split-button input[type="button"].arrow.toggle-button .arrow-border-button, .split-button .input-prepend [type="button"].arrow.toggle-button.add-on .arrow-border-button, .input-prepend .split-button [type="button"].arrow.toggle-button.add-on .arrow-border-button, .input-prepend [type="button"].confirm.arrow.add-on .arrow-border-button, .input-prepend .split-button .primaryOption button[type="button"].arrow.add-on .arrow-border-button, .split-button .primaryOption .input-prepend button[type="button"].arrow.add-on .arrow-border-button, input[type="reset"].confirm.arrow .arrow-border-button, .split-button input[type="reset"].arrow.toggle-button .arrow-border-button, .split-button .input-prepend [type="reset"].arrow.toggle-button.add-on .arrow-border-button, .input-prepend .split-button [type="reset"].arrow.toggle-button.add-on .arrow-border-button, .input-prepend [type="reset"].confirm.arrow.add-on .arrow-border-button, .input-prepend .split-button .primaryOption button[type="reset"].arrow.add-on .arrow-border-button, .split-button .primaryOption .input-prepend button[type="reset"].arrow.add-on .arrow-border-button, input[type="submit"].confirm.arrow .arrow-border-button, .split-button input[type="submit"].arrow.toggle-button .arrow-border-button, .split-button .input-prepend [type="submit"].arrow.toggle-button.add-on .arrow-border-button, .input-prepend .split-button [type="submit"].arrow.toggle-button.add-on .arrow-border-button, .input-prepend [type="submit"].confirm.arrow.add-on .arrow-border-button, .input-prepend .split-button .primaryOption button[type="submit"].arrow.add-on .arrow-border-button, .split-button .primaryOption .input-prepend button[type="submit"].arrow.add-on .arrow-border-button, a.button.confirm.arrow .arrow-border-button, .split-button a.button.arrow.toggle-button .arrow-border-button {
|
|
width: 0;
|
|
height: 0;
|
|
top: 0;
|
|
right: -18px;
|
|
border-bottom: 34px solid transparent;
|
|
border-top: 33px solid transparent;
|
|
border-left: 18px solid #bbb;
|
|
position: absolute;
|
|
}
|
|
/* line 256, bahmni-components/_buttons.scss */
|
|
.button.confirm.arrow.disabled, .split-button .primaryOption button.button.arrow.disabled, .split-button .button.arrow.disabled.toggle-button, button.confirm.arrow.disabled, .split-button .primaryOption button.arrow.disabled, .split-button button.arrow.disabled.toggle-button, input[type="submit"].confirm.arrow.disabled, .split-button input[type="submit"].arrow.disabled.toggle-button, .split-button .input-prepend [type="submit"].arrow.disabled.toggle-button.add-on, .input-prepend .split-button [type="submit"].arrow.disabled.toggle-button.add-on, .input-prepend [type="submit"].confirm.arrow.disabled.add-on, .input-prepend .split-button .primaryOption button[type="submit"].arrow.disabled.add-on, .split-button .primaryOption .input-prepend button[type="submit"].arrow.disabled.add-on, input[type="button"].confirm.arrow.disabled, .split-button input[type="button"].arrow.disabled.toggle-button, .split-button .input-prepend [type="button"].arrow.disabled.toggle-button.add-on, .input-prepend .split-button [type="button"].arrow.disabled.toggle-button.add-on, .input-prepend [type="button"].confirm.arrow.disabled.add-on, .input-prepend .split-button .primaryOption button[type="button"].arrow.disabled.add-on, .split-button .primaryOption .input-prepend button[type="button"].arrow.disabled.add-on, input[type="reset"].confirm.arrow.disabled, .split-button input[type="reset"].arrow.disabled.toggle-button, .split-button .input-prepend [type="reset"].arrow.disabled.toggle-button.add-on, .input-prepend .split-button [type="reset"].arrow.disabled.toggle-button.add-on, .input-prepend [type="reset"].confirm.arrow.disabled.add-on, .input-prepend .split-button .primaryOption button[type="reset"].arrow.disabled.add-on, .split-button .primaryOption .input-prepend button[type="reset"].arrow.disabled.add-on, input[type="submit"].confirm.arrow.disabled, .split-button input[type="submit"].arrow.disabled.toggle-button, .split-button .input-prepend [type="submit"].arrow.disabled.toggle-button.add-on, .input-prepend .split-button [type="submit"].arrow.disabled.toggle-button.add-on, .input-prepend [type="submit"].confirm.arrow.disabled.add-on, .input-prepend .split-button .primaryOption button[type="submit"].arrow.disabled.add-on, .split-button .primaryOption .input-prepend button[type="submit"].arrow.disabled.add-on, a.button.confirm.arrow.disabled, .split-button a.button.arrow.disabled.toggle-button {
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #ccc;
|
|
cursor: default;
|
|
}
|
|
/* line 262, bahmni-components/_buttons.scss */
|
|
.button.confirm.arrow.disabled .arrow-button, .split-button .primaryOption button.button.arrow.disabled .arrow-button, .split-button .button.arrow.disabled.toggle-button .arrow-button, button.confirm.arrow.disabled .arrow-button, .split-button .primaryOption button.arrow.disabled .arrow-button, .split-button button.arrow.disabled.toggle-button .arrow-button, input[type="submit"].confirm.arrow.disabled .arrow-button, .split-button input[type="submit"].arrow.disabled.toggle-button .arrow-button, .split-button .input-prepend [type="submit"].arrow.disabled.toggle-button.add-on .arrow-button, .input-prepend .split-button [type="submit"].arrow.disabled.toggle-button.add-on .arrow-button, .input-prepend [type="submit"].confirm.arrow.disabled.add-on .arrow-button, .input-prepend .split-button .primaryOption button[type="submit"].arrow.disabled.add-on .arrow-button, .split-button .primaryOption .input-prepend button[type="submit"].arrow.disabled.add-on .arrow-button, input[type="button"].confirm.arrow.disabled .arrow-button, .split-button input[type="button"].arrow.disabled.toggle-button .arrow-button, .split-button .input-prepend [type="button"].arrow.disabled.toggle-button.add-on .arrow-button, .input-prepend .split-button [type="button"].arrow.disabled.toggle-button.add-on .arrow-button, .input-prepend [type="button"].confirm.arrow.disabled.add-on .arrow-button, .input-prepend .split-button .primaryOption button[type="button"].arrow.disabled.add-on .arrow-button, .split-button .primaryOption .input-prepend button[type="button"].arrow.disabled.add-on .arrow-button, input[type="reset"].confirm.arrow.disabled .arrow-button, .split-button input[type="reset"].arrow.disabled.toggle-button .arrow-button, .split-button .input-prepend [type="reset"].arrow.disabled.toggle-button.add-on .arrow-button, .input-prepend .split-button [type="reset"].arrow.disabled.toggle-button.add-on .arrow-button, .input-prepend [type="reset"].confirm.arrow.disabled.add-on .arrow-button, .input-prepend .split-button .primaryOption button[type="reset"].arrow.disabled.add-on .arrow-button, .split-button .primaryOption .input-prepend button[type="reset"].arrow.disabled.add-on .arrow-button, input[type="submit"].confirm.arrow.disabled .arrow-button, .split-button input[type="submit"].arrow.disabled.toggle-button .arrow-button, .split-button .input-prepend [type="submit"].arrow.disabled.toggle-button.add-on .arrow-button, .input-prepend .split-button [type="submit"].arrow.disabled.toggle-button.add-on .arrow-button, .input-prepend [type="submit"].confirm.arrow.disabled.add-on .arrow-button, .input-prepend .split-button .primaryOption button[type="submit"].arrow.disabled.add-on .arrow-button, .split-button .primaryOption .input-prepend button[type="submit"].arrow.disabled.add-on .arrow-button, a.button.confirm.arrow.disabled .arrow-button, .split-button a.button.arrow.disabled.toggle-button .arrow-button {
|
|
border-left: 18px solid #eee;
|
|
}
|
|
/* line 266, bahmni-components/_buttons.scss */
|
|
.button.confirm.arrow.disabled .arrow-border-button, .split-button .primaryOption button.button.arrow.disabled .arrow-border-button, .split-button .button.arrow.disabled.toggle-button .arrow-border-button, button.confirm.arrow.disabled .arrow-border-button, .split-button .primaryOption button.arrow.disabled .arrow-border-button, .split-button button.arrow.disabled.toggle-button .arrow-border-button, input[type="submit"].confirm.arrow.disabled .arrow-border-button, .split-button input[type="submit"].arrow.disabled.toggle-button .arrow-border-button, .split-button .input-prepend [type="submit"].arrow.disabled.toggle-button.add-on .arrow-border-button, .input-prepend .split-button [type="submit"].arrow.disabled.toggle-button.add-on .arrow-border-button, .input-prepend [type="submit"].confirm.arrow.disabled.add-on .arrow-border-button, .input-prepend .split-button .primaryOption button[type="submit"].arrow.disabled.add-on .arrow-border-button, .split-button .primaryOption .input-prepend button[type="submit"].arrow.disabled.add-on .arrow-border-button, input[type="button"].confirm.arrow.disabled .arrow-border-button, .split-button input[type="button"].arrow.disabled.toggle-button .arrow-border-button, .split-button .input-prepend [type="button"].arrow.disabled.toggle-button.add-on .arrow-border-button, .input-prepend .split-button [type="button"].arrow.disabled.toggle-button.add-on .arrow-border-button, .input-prepend [type="button"].confirm.arrow.disabled.add-on .arrow-border-button, .input-prepend .split-button .primaryOption button[type="button"].arrow.disabled.add-on .arrow-border-button, .split-button .primaryOption .input-prepend button[type="button"].arrow.disabled.add-on .arrow-border-button, input[type="reset"].confirm.arrow.disabled .arrow-border-button, .split-button input[type="reset"].arrow.disabled.toggle-button .arrow-border-button, .split-button .input-prepend [type="reset"].arrow.disabled.toggle-button.add-on .arrow-border-button, .input-prepend .split-button [type="reset"].arrow.disabled.toggle-button.add-on .arrow-border-button, .input-prepend [type="reset"].confirm.arrow.disabled.add-on .arrow-border-button, .input-prepend .split-button .primaryOption button[type="reset"].arrow.disabled.add-on .arrow-border-button, .split-button .primaryOption .input-prepend button[type="reset"].arrow.disabled.add-on .arrow-border-button, input[type="submit"].confirm.arrow.disabled .arrow-border-button, .split-button input[type="submit"].arrow.disabled.toggle-button .arrow-border-button, .split-button .input-prepend [type="submit"].arrow.disabled.toggle-button.add-on .arrow-border-button, .input-prepend .split-button [type="submit"].arrow.disabled.toggle-button.add-on .arrow-border-button, .input-prepend [type="submit"].confirm.arrow.disabled.add-on .arrow-border-button, .input-prepend .split-button .primaryOption button[type="submit"].arrow.disabled.add-on .arrow-border-button, .split-button .primaryOption .input-prepend button[type="submit"].arrow.disabled.add-on .arrow-border-button, a.button.confirm.arrow.disabled .arrow-border-button, .split-button a.button.arrow.disabled.toggle-button .arrow-border-button {
|
|
border-left: 18px solid #ccc;
|
|
}
|
|
/* line 300, bahmni-components/_buttons.scss */
|
|
.button.cancel, button.cancel, input[type="submit"].cancel, .input-prepend [type="submit"].cancel.add-on, input[type="button"].cancel, .input-prepend [type="button"].cancel.add-on, input[type="reset"].cancel, .input-prepend [type="reset"].cancel.add-on, input[type="submit"].cancel, .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, .input-prepend [type="submit"].cancel.add-on:hover, input[type="button"].cancel:hover, .input-prepend [type="button"].cancel.add-on:hover, input[type="reset"].cancel:hover, .input-prepend [type="reset"].cancel.add-on:hover, input[type="submit"].cancel:hover, .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, .input-prepend [type="submit"].cancel.add-on:hover, input[type="button"].cancel:hover, .input-prepend [type="button"].cancel.add-on:hover, input[type="reset"].cancel:hover, .input-prepend [type="reset"].cancel.add-on:hover, input[type="submit"].cancel:hover, .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, .input-prepend [type="submit"].cancel.active.add-on, input[type="button"].cancel.active, .input-prepend [type="button"].cancel.active.add-on, input[type="reset"].cancel.active, .input-prepend [type="reset"].cancel.active.add-on, input[type="submit"].cancel.active, .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, .input-prepend [type="submit"].cancel.add-on i, input[type="button"].cancel i, .input-prepend [type="button"].cancel.add-on i, input[type="reset"].cancel i, .input-prepend [type="reset"].cancel.add-on i, input[type="submit"].cancel i, .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, .input-prepend [type="submit"].cancel.big.add-on i, input[type="submit"].cancel.medium i, .input-prepend [type="submit"].cancel.medium.add-on i, input[type="button"].cancel.big i, .input-prepend [type="button"].cancel.big.add-on i, input[type="button"].cancel.medium i, .input-prepend [type="button"].cancel.medium.add-on i, input[type="reset"].cancel.big i, .input-prepend [type="reset"].cancel.big.add-on i, input[type="reset"].cancel.medium i, .input-prepend [type="reset"].cancel.medium.add-on i, input[type="submit"].cancel.big i, .input-prepend [type="submit"].cancel.big.add-on i, input[type="submit"].cancel.medium i, .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, .input-prepend [type="submit"].cancel.medium.add-on i, input[type="button"].cancel.medium i, .input-prepend [type="button"].cancel.medium.add-on i, input[type="reset"].cancel.medium i, .input-prepend [type="reset"].cancel.medium.add-on i, input[type="submit"].cancel.medium i, .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, .input-prepend [type="submit"].cancel.disabled.add-on, input[type="submit"].cancel:disabled, .input-prepend [type="submit"].cancel.add-on:disabled, input[type="button"].cancel.disabled, .input-prepend [type="button"].cancel.disabled.add-on, input[type="button"].cancel:disabled, .input-prepend [type="button"].cancel.add-on:disabled, input[type="reset"].cancel.disabled, .input-prepend [type="reset"].cancel.disabled.add-on, input[type="reset"].cancel:disabled, .input-prepend [type="reset"].cancel.add-on:disabled, input[type="submit"].cancel.disabled, .input-prepend [type="submit"].cancel.disabled.add-on, input[type="submit"].cancel:disabled, .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, .input-prepend [type="submit"].cancel.print.add-on, input[type="button"].cancel.print, .input-prepend [type="button"].cancel.print.add-on, input[type="reset"].cancel.print, .input-prepend [type="reset"].cancel.print.add-on, input[type="submit"].cancel.print, .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, .input-prepend [type="submit"].cancel.print.add-on i, input[type="button"].cancel.print i, .input-prepend [type="button"].cancel.print.add-on i, input[type="reset"].cancel.print i, .input-prepend [type="reset"].cancel.print.add-on i, input[type="submit"].cancel.print i, .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, .input-prepend [type="submit"].cancel.app.add-on, input[type="button"].cancel.app, .input-prepend [type="button"].cancel.app.add-on, input[type="reset"].cancel.app, .input-prepend [type="reset"].cancel.app.add-on, input[type="submit"].cancel.app, .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, .input-prepend [type="submit"].cancel.arrow.add-on, input[type="button"].cancel.arrow, .input-prepend [type="button"].cancel.arrow.add-on, input[type="reset"].cancel.arrow, .input-prepend [type="reset"].cancel.arrow.add-on, input[type="submit"].cancel.arrow, .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, .input-prepend [type="submit"].cancel.arrow.add-on span, input[type="button"].cancel.arrow span, .input-prepend [type="button"].cancel.arrow.add-on span, input[type="reset"].cancel.arrow span, .input-prepend [type="reset"].cancel.arrow.add-on span, input[type="submit"].cancel.arrow span, .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, .input-prepend [type="submit"].cancel.arrow.add-on i, input[type="button"].cancel.arrow i, .input-prepend [type="button"].cancel.arrow.add-on i, input[type="reset"].cancel.arrow i, .input-prepend [type="reset"].cancel.arrow.add-on i, input[type="submit"].cancel.arrow i, .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, .input-prepend [type="submit"].cancel.arrow.add-on .arrow-button, input[type="button"].cancel.arrow .arrow-button, .input-prepend [type="button"].cancel.arrow.add-on .arrow-button, input[type="reset"].cancel.arrow .arrow-button, .input-prepend [type="reset"].cancel.arrow.add-on .arrow-button, input[type="submit"].cancel.arrow .arrow-button, .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, .input-prepend [type="submit"].cancel.arrow.add-on .arrow-border-button, input[type="button"].cancel.arrow .arrow-border-button, .input-prepend [type="button"].cancel.arrow.add-on .arrow-border-button, input[type="reset"].cancel.arrow .arrow-border-button, .input-prepend [type="reset"].cancel.arrow.add-on .arrow-border-button, input[type="submit"].cancel.arrow .arrow-border-button, .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, .input-prepend [type="submit"].cancel.arrow.disabled.add-on, input[type="button"].cancel.arrow.disabled, .input-prepend [type="button"].cancel.arrow.disabled.add-on, input[type="reset"].cancel.arrow.disabled, .input-prepend [type="reset"].cancel.arrow.disabled.add-on, input[type="submit"].cancel.arrow.disabled, .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, .input-prepend [type="submit"].cancel.arrow.disabled.add-on .arrow-button, input[type="button"].cancel.arrow.disabled .arrow-button, .input-prepend [type="button"].cancel.arrow.disabled.add-on .arrow-button, input[type="reset"].cancel.arrow.disabled .arrow-button, .input-prepend [type="reset"].cancel.arrow.disabled.add-on .arrow-button, input[type="submit"].cancel.arrow.disabled .arrow-button, .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, .input-prepend [type="submit"].cancel.arrow.disabled.add-on .arrow-border-button, input[type="button"].cancel.arrow.disabled .arrow-border-button, .input-prepend [type="button"].cancel.arrow.disabled.add-on .arrow-border-button, input[type="reset"].cancel.arrow.disabled .arrow-border-button, .input-prepend [type="reset"].cancel.arrow.disabled.add-on .arrow-border-button, input[type="submit"].cancel.arrow.disabled .arrow-border-button, .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, .input-prepend [type="submit"].no-color.add-on, input[type="button"].no-color, .input-prepend [type="button"].no-color.add-on, input[type="reset"].no-color, .input-prepend [type="reset"].no-color.add-on, input[type="submit"].no-color, .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, .input-prepend [type="submit"].no-color.add-on:hover, input[type="button"].no-color:hover, .input-prepend [type="button"].no-color.add-on:hover, input[type="reset"].no-color:hover, .input-prepend [type="reset"].no-color.add-on:hover, input[type="submit"].no-color:hover, .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, .input-prepend [type="submit"].no-color.add-on:hover, input[type="button"].no-color:hover, .input-prepend [type="button"].no-color.add-on:hover, input[type="reset"].no-color:hover, .input-prepend [type="reset"].no-color.add-on:hover, input[type="submit"].no-color:hover, .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, .input-prepend [type="submit"].no-color.active.add-on, input[type="button"].no-color.active, .input-prepend [type="button"].no-color.active.add-on, input[type="reset"].no-color.active, .input-prepend [type="reset"].no-color.active.add-on, input[type="submit"].no-color.active, .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, .input-prepend [type="submit"].no-color.add-on i, input[type="button"].no-color i, .input-prepend [type="button"].no-color.add-on i, input[type="reset"].no-color i, .input-prepend [type="reset"].no-color.add-on i, input[type="submit"].no-color i, .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, .input-prepend [type="submit"].no-color.big.add-on i, input[type="submit"].no-color.medium i, .input-prepend [type="submit"].no-color.medium.add-on i, input[type="button"].no-color.big i, .input-prepend [type="button"].no-color.big.add-on i, input[type="button"].no-color.medium i, .input-prepend [type="button"].no-color.medium.add-on i, input[type="reset"].no-color.big i, .input-prepend [type="reset"].no-color.big.add-on i, input[type="reset"].no-color.medium i, .input-prepend [type="reset"].no-color.medium.add-on i, input[type="submit"].no-color.big i, .input-prepend [type="submit"].no-color.big.add-on i, input[type="submit"].no-color.medium i, .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, .input-prepend [type="submit"].no-color.medium.add-on i, input[type="button"].no-color.medium i, .input-prepend [type="button"].no-color.medium.add-on i, input[type="reset"].no-color.medium i, .input-prepend [type="reset"].no-color.medium.add-on i, input[type="submit"].no-color.medium i, .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, .input-prepend [type="submit"].no-color.disabled.add-on, input[type="submit"].no-color:disabled, .input-prepend [type="submit"].no-color.add-on:disabled, input[type="button"].no-color.disabled, .input-prepend [type="button"].no-color.disabled.add-on, input[type="button"].no-color:disabled, .input-prepend [type="button"].no-color.add-on:disabled, input[type="reset"].no-color.disabled, .input-prepend [type="reset"].no-color.disabled.add-on, input[type="reset"].no-color:disabled, .input-prepend [type="reset"].no-color.add-on:disabled, input[type="submit"].no-color.disabled, .input-prepend [type="submit"].no-color.disabled.add-on, input[type="submit"].no-color:disabled, .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, .input-prepend [type="submit"].no-color.print.add-on, input[type="button"].no-color.print, .input-prepend [type="button"].no-color.print.add-on, input[type="reset"].no-color.print, .input-prepend [type="reset"].no-color.print.add-on, input[type="submit"].no-color.print, .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, .input-prepend [type="submit"].no-color.print.add-on i, input[type="button"].no-color.print i, .input-prepend [type="button"].no-color.print.add-on i, input[type="reset"].no-color.print i, .input-prepend [type="reset"].no-color.print.add-on i, input[type="submit"].no-color.print i, .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, .input-prepend [type="submit"].no-color.app.add-on, input[type="button"].no-color.app, .input-prepend [type="button"].no-color.app.add-on, input[type="reset"].no-color.app, .input-prepend [type="reset"].no-color.app.add-on, input[type="submit"].no-color.app, .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, .input-prepend [type="submit"].no-color.arrow.add-on, input[type="button"].no-color.arrow, .input-prepend [type="button"].no-color.arrow.add-on, input[type="reset"].no-color.arrow, .input-prepend [type="reset"].no-color.arrow.add-on, input[type="submit"].no-color.arrow, .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, .input-prepend [type="submit"].no-color.arrow.add-on span, input[type="button"].no-color.arrow span, .input-prepend [type="button"].no-color.arrow.add-on span, input[type="reset"].no-color.arrow span, .input-prepend [type="reset"].no-color.arrow.add-on span, input[type="submit"].no-color.arrow span, .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, .input-prepend [type="submit"].no-color.arrow.add-on i, input[type="button"].no-color.arrow i, .input-prepend [type="button"].no-color.arrow.add-on i, input[type="reset"].no-color.arrow i, .input-prepend [type="reset"].no-color.arrow.add-on i, input[type="submit"].no-color.arrow i, .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, .input-prepend [type="submit"].no-color.arrow.add-on .arrow-button, input[type="button"].no-color.arrow .arrow-button, .input-prepend [type="button"].no-color.arrow.add-on .arrow-button, input[type="reset"].no-color.arrow .arrow-button, .input-prepend [type="reset"].no-color.arrow.add-on .arrow-button, input[type="submit"].no-color.arrow .arrow-button, .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, .input-prepend [type="submit"].no-color.arrow.add-on .arrow-border-button, input[type="button"].no-color.arrow .arrow-border-button, .input-prepend [type="button"].no-color.arrow.add-on .arrow-border-button, input[type="reset"].no-color.arrow .arrow-border-button, .input-prepend [type="reset"].no-color.arrow.add-on .arrow-border-button, input[type="submit"].no-color.arrow .arrow-border-button, .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, .input-prepend [type="submit"].no-color.arrow.disabled.add-on, input[type="button"].no-color.arrow.disabled, .input-prepend [type="button"].no-color.arrow.disabled.add-on, input[type="reset"].no-color.arrow.disabled, .input-prepend [type="reset"].no-color.arrow.disabled.add-on, input[type="submit"].no-color.arrow.disabled, .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, .input-prepend [type="submit"].no-color.arrow.disabled.add-on .arrow-button, input[type="button"].no-color.arrow.disabled .arrow-button, .input-prepend [type="button"].no-color.arrow.disabled.add-on .arrow-button, input[type="reset"].no-color.arrow.disabled .arrow-button, .input-prepend [type="reset"].no-color.arrow.disabled.add-on .arrow-button, input[type="submit"].no-color.arrow.disabled .arrow-button, .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, .input-prepend [type="submit"].no-color.arrow.disabled.add-on .arrow-border-button, input[type="button"].no-color.arrow.disabled .arrow-border-button, .input-prepend [type="button"].no-color.arrow.disabled.add-on .arrow-border-button, input[type="reset"].no-color.arrow.disabled .arrow-border-button, .input-prepend [type="reset"].no-color.arrow.disabled.add-on .arrow-border-button, input[type="submit"].no-color.arrow.disabled .arrow-border-button, .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,
|
|
.input-prepend [type="submit"].secondary-button.add-on,
|
|
input[type="submit"].secondary-button:hover,
|
|
.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 .input-prepend [type="checkbox"].add-on, .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 .input-prepend [type="checkbox"].add-on + .fa-thumb-tack, .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 .input-prepend [type="checkbox"].add-on + .fa-thumb-tack:hover, .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 .input-prepend [type="checkbox"].add-on:checked + .fa-thumb-tack, .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 2, bahmni-components/_inPageTabs.scss */
|
|
.inpage .tabs {
|
|
font-size: 0;
|
|
margin: 0;
|
|
}
|
|
/* line 7, bahmni-components/_inPageTabs.scss */
|
|
.inpage .tabs:after {
|
|
clear: both;
|
|
content: '';
|
|
display: table;
|
|
}
|
|
/* line 13, bahmni-components/_inPageTabs.scss */
|
|
.inpage .tabs .tab {
|
|
display: inline;
|
|
}
|
|
/* line 17, bahmni-components/_inPageTabs.scss */
|
|
.inpage .tabs .tab-label {
|
|
background: #eee;
|
|
border: 1px solid #ccc;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
left: 1px;
|
|
margin-left: -1px;
|
|
padding: 10px;
|
|
position: relative;
|
|
vertical-align: bottom;
|
|
cursor: pointer;
|
|
}
|
|
/* line 30, bahmni-components/_inPageTabs.scss */
|
|
.inpage .tabs .tab > [type="radio"] {
|
|
position: absolute;
|
|
height: 1px;
|
|
width: 1px;
|
|
overflow: hidden;
|
|
clip: rect(1px, 1px, 1px, 1px);
|
|
}
|
|
/* line 37, bahmni-components/_inPageTabs.scss */
|
|
.inpage .tabs .inpage-tab-panel {
|
|
display: inline;
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
height: 0;
|
|
width: 0;
|
|
}
|
|
/* line 45, bahmni-components/_inPageTabs.scss */
|
|
.inpage .tabs .inpage-tab-content {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
display: block;
|
|
background: white;
|
|
padding: 0;
|
|
border: 1px solid #ccc;
|
|
float: left;
|
|
font-size: 16px;
|
|
font-size: 1rem;
|
|
margin-top: -1px;
|
|
width: 100%;
|
|
}
|
|
/* line 60, bahmni-components/_inPageTabs.scss */
|
|
.inpage .tabs .tab [type="radio"]:checked + .tab-label {
|
|
background: white;
|
|
border-bottom-width: 0;
|
|
padding-bottom: 11px;
|
|
}
|
|
/* line 66, bahmni-components/_inPageTabs.scss */
|
|
.inpage .tabs .tab [type="radio"]:checked ~ .inpage-tab-panel {
|
|
display: inline;
|
|
}
|
|
@media only screen and (max-width: 50em) {
|
|
/* line 70, bahmni-components/_inPageTabs.scss */
|
|
.inpage .tabs .tab > label {
|
|
background: #ccc;
|
|
border-color: #b3b3b3;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
}
|
|
/* line 79, bahmni-components/_inPageTabs.scss */
|
|
.inpage .tabs .tab > [type="radio"]:checked + label {
|
|
background: #333;
|
|
border-color: #666;
|
|
color: #ccc;
|
|
}
|
|
}
|
|
|
|
/* line 2, bahmni-components/_ngDialog.scss */
|
|
.touch body.ngdialog-open {
|
|
position: fixed;
|
|
}
|
|
/* line 4, bahmni-components/_ngDialog.scss */
|
|
.touch body.ngdialog-open #ClinicalController {
|
|
display: block !important;
|
|
position: fixed;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
/* line 12, bahmni-components/_ngDialog.scss */
|
|
.touch body.ngdialog-open.show-controller-back #ClinicalController {
|
|
display: block !important;
|
|
}
|
|
/* line 16, bahmni-components/_ngDialog.scss */
|
|
.touch body.ngdialog-open.show-controller-back .ngdialog {
|
|
position: fixed !important;
|
|
}
|
|
|
|
/* line 25, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-close:before {
|
|
display: none;
|
|
content: "";
|
|
}
|
|
|
|
/* line 30, bahmni-components/_ngDialog.scss */
|
|
.template-header {
|
|
height: 52px;
|
|
background: #527A7A;
|
|
border-radius: 0;
|
|
margin-bottom: 15px;
|
|
padding: 0 15px;
|
|
box-sizing: border-box;
|
|
position: fixed;
|
|
width: 100%;
|
|
}
|
|
/* line 39, bahmni-components/_ngDialog.scss */
|
|
.template-header h5 {
|
|
display: inline-block;
|
|
color: #eee;
|
|
line-height: 50px;
|
|
padding: 0 0 0 10px;
|
|
font-size: 16px;
|
|
margin: 0;
|
|
}
|
|
/* line 47, bahmni-components/_ngDialog.scss */
|
|
.template-header h6 {
|
|
display: inline-block;
|
|
width: auto;
|
|
float: right;
|
|
margin: 17px 0px 13px;
|
|
border-bottom: 0 !important;
|
|
color: #FFFFFF;
|
|
font-size: 16px;
|
|
clear: right;
|
|
}
|
|
|
|
/* line 59, bahmni-components/_ngDialog.scss */
|
|
.template-container {
|
|
padding: 65px 20px;
|
|
position: relative;
|
|
}
|
|
/* line 62, bahmni-components/_ngDialog.scss */
|
|
.template-container section {
|
|
margin-bottom: 15px;
|
|
}
|
|
/* line 64, bahmni-components/_ngDialog.scss */
|
|
.template-container section section, .template-container section table {
|
|
margin: 0;
|
|
}
|
|
/* line 72, bahmni-components/_ngDialog.scss */
|
|
.template-container table {
|
|
margin-top: 5px;
|
|
}
|
|
/* line 75, bahmni-components/_ngDialog.scss */
|
|
.template-container .ipd-investigation tr th {
|
|
background: #eee;
|
|
}
|
|
/* line 78, bahmni-components/_ngDialog.scss */
|
|
.template-container td.value {
|
|
width: 50%;
|
|
}
|
|
/* line 81, bahmni-components/_ngDialog.scss */
|
|
.template-container table.ipd-investigation td {
|
|
display: block;
|
|
height: 2.3em;
|
|
text-align: left;
|
|
}
|
|
|
|
/* line 90, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-content {
|
|
font-size: 14px !important;
|
|
color: #333;
|
|
position: absolute;
|
|
top: 52px;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
overflow: auto;
|
|
clear: both;
|
|
}
|
|
/* line 101, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-content table th {
|
|
background: #eee;
|
|
background-image: none;
|
|
color: #666;
|
|
padding: 5px 10px;
|
|
}
|
|
/* line 107, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-content table tr:nth-child(even), .ngdialog-content table tr:nth-child(odd) {
|
|
background: #FFFFFF;
|
|
}
|
|
/* line 110, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-content table tr th, .ngdialog-content table tr td {
|
|
font-size: 14px;
|
|
color: #333;
|
|
border: 0;
|
|
}
|
|
/* line 115, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-content table td.toggle-btn {
|
|
padding: 5px;
|
|
width: 30px;
|
|
}
|
|
/* line 120, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-content table.h-scroll tr td, .ngdialog-content table.h-scroll tr th, .ngdialog-content table.pivot-table tr td, .ngdialog-content table.pivot-table tr th {
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
/* line 128, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-content .treatment-section table tr td.days {
|
|
width: 150px;
|
|
}
|
|
/* line 131, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-content .treatment-section table tr td.dosage {
|
|
width: 40%;
|
|
font-size: 14px;
|
|
}
|
|
|
|
/* line 144, bahmni-components/_ngDialog.scss */
|
|
.dialog-button-group {
|
|
margin-top: 10px;
|
|
clear: both;
|
|
}
|
|
/* line 146, bahmni-components/_ngDialog.scss */
|
|
.dialog-button-group button:focus {
|
|
outline: 2px solid #007fff;
|
|
}
|
|
|
|
/* line 150, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page {
|
|
padding-bottom: 10px;
|
|
padding-top: 0px;
|
|
top: 52px;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 150, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page {
|
|
overflow: hidden;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: rgba(0, 0, 0, 0.4);
|
|
}
|
|
}
|
|
/* line 160, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-overlay {
|
|
top: 52px;
|
|
height: 100%;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 160, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-overlay {
|
|
right: 0px;
|
|
display: none;
|
|
}
|
|
}
|
|
/* line 168, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-close {
|
|
border-radius: 5px;
|
|
cursor: pointer;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
width: 30px;
|
|
height: 30px;
|
|
}
|
|
/* line 176, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-close:before {
|
|
display: block;
|
|
background: 0 0;
|
|
border-radius: 3px;
|
|
color: #bbb;
|
|
content: '\00D7';
|
|
font-size: 26px;
|
|
font-weight: 400;
|
|
height: 30px;
|
|
line-height: 26px;
|
|
position: absolute;
|
|
right: 3px;
|
|
text-align: center;
|
|
top: 3px;
|
|
width: 30px;
|
|
}
|
|
/* line 193, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content {
|
|
max-width: 1180px;
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
height: 98%;
|
|
margin-top: -52px;
|
|
margin-bottom: 20px;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 193, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
max-width: 1000px;
|
|
height: 95%;
|
|
box-sizing: border-box;
|
|
padding: 0 0px 10px;
|
|
}
|
|
}
|
|
/* line 212, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container {
|
|
padding: 10px 20px;
|
|
width: 100%;
|
|
margin-bottom: 25px;
|
|
margin-top: 25px;
|
|
height: 98%;
|
|
}
|
|
/* line 218, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container .concept-set-container {
|
|
max-height: 605px;
|
|
overflow-y: auto;
|
|
height: 84%;
|
|
position: absolute;
|
|
top: 57px;
|
|
}
|
|
/* line 224, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container .concept-set-container:-webkit-scrollbar-track {
|
|
width: 10px;
|
|
}
|
|
/* line 227, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container .concept-set-container.concept-set-container-lab {
|
|
height: 84%;
|
|
}
|
|
/* line 232, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container section {
|
|
height: 98%;
|
|
}
|
|
/* line 234, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container section.form-field-inline {
|
|
height: auto;
|
|
}
|
|
/* line 239, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container .edit-bacteriology-section, .ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container .bacteriology-container, .ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container .bacteriology-container .sample-container, .ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container .bacteriology-container .sample-container, .ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container .bacteriology-container form {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
/* line 243, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container .edit-bacteriology-section > div {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
}
|
|
/* line 248, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container .section-grid {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 97%;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
/* line 212, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container {
|
|
position: static;
|
|
}
|
|
}
|
|
/* line 256, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container h6 {
|
|
font-size: 1.5em;
|
|
color: #009384;
|
|
font-family: openSansSemiBold;
|
|
margin-top: 0;
|
|
}
|
|
|
|
/* line 266, bahmni-components/_ngDialog.scss */
|
|
.ng-dialog-all-details-page .ngdialog-content .template-container .concept-set-container {
|
|
width: 97%;
|
|
}
|
|
|
|
/* line 271, bahmni-components/_ngDialog.scss */
|
|
.ng-dialog-view .ngdialog-content .template-container {
|
|
overflow-y: auto;
|
|
}
|
|
/* line 273, bahmni-components/_ngDialog.scss */
|
|
.ng-dialog-view .ngdialog-content .template-container section {
|
|
height: auto !important;
|
|
}
|
|
/* line 276, bahmni-components/_ngDialog.scss */
|
|
.ng-dialog-view .ngdialog-content .template-container .concept-set-container {
|
|
height: 84%;
|
|
}
|
|
|
|
/* line 280, bahmni-components/_ngDialog.scss */
|
|
.ng-dialog-all-details-page.ng-dialog-edit .ngdialog-content .template-container .concept-set-container {
|
|
width: 100%;
|
|
top: 41px;
|
|
height: 84%;
|
|
}
|
|
/* line 284, bahmni-components/_ngDialog.scss */
|
|
.ng-dialog-all-details-page.ng-dialog-edit .ngdialog-content .template-container .concept-set-container section {
|
|
height: auto;
|
|
}
|
|
|
|
/* line 289, bahmni-components/_ngDialog.scss */
|
|
.ngdialog-theme-default.ng-dialog-all-details-page .ngdialog-content .template-container .concept-set-container-lab .section-grid {
|
|
position: static !important;
|
|
height: auto !important;
|
|
}
|
|
|
|
/* line 293, bahmni-components/_ngDialog.scss */
|
|
.auto-scrollable-dialog .ngdialog-content {
|
|
height: auto !important;
|
|
}
|
|
|
|
/* line 1, bahmni-components/_gallery.scss */
|
|
.arrow {
|
|
cursor: pointer;
|
|
display: block;
|
|
height: 64px;
|
|
margin-top: -35px;
|
|
position: absolute;
|
|
top: 50%;
|
|
width: 64px;
|
|
opacity: 0.2;
|
|
}
|
|
|
|
/* line 12, bahmni-components/_gallery.scss */
|
|
.arrow.prev {
|
|
background-image: url(../images/prev.png);
|
|
left: 20px;
|
|
opacity: 0.2;
|
|
}
|
|
|
|
/* line 18, bahmni-components/_gallery.scss */
|
|
.arrow.next {
|
|
background-image: url(../images/next.png);
|
|
opacity: 0.2;
|
|
right: 20px;
|
|
}
|
|
|
|
/* line 24, bahmni-components/_gallery.scss */
|
|
.arrow.prev:active {
|
|
opacity: 1;
|
|
}
|
|
|
|
/* line 28, bahmni-components/_gallery.scss */
|
|
.arrow.next:active {
|
|
opacity: 1;
|
|
}
|
|
|
|
/* line 32, bahmni-components/_gallery.scss */
|
|
.nav {
|
|
bottom: -4px;
|
|
display: block;
|
|
height: 48px;
|
|
left: 0;
|
|
margin: 0 auto;
|
|
padding: 1em 0 0.8em;
|
|
position: absolute;
|
|
right: 0;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
|
|
/* line 45, bahmni-components/_gallery.scss */
|
|
.nav li {
|
|
border: 5px solid #ccc;
|
|
border-radius: 5px;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
height: 30px;
|
|
margin: 0 8px;
|
|
position: relative;
|
|
width: 50px;
|
|
}
|
|
|
|
/* line 56, bahmni-components/_gallery.scss */
|
|
.nav li.active {
|
|
border: 5px solid #FFFFFF;
|
|
}
|
|
|
|
/* line 60, bahmni-components/_gallery.scss */
|
|
.nav li img {
|
|
width: 100%;
|
|
}
|
|
|
|
/* line 64, bahmni-components/_gallery.scss */
|
|
.slider {
|
|
margin: 0 auto;
|
|
position: relative;
|
|
width: 100%;
|
|
-webkit-perspective: 1000px;
|
|
-moz-perspective: 1000px;
|
|
-ms-perspective: 1000px;
|
|
-o-perspective: 1000px;
|
|
perspective: 1000px;
|
|
-webkit-transform-style: preserve-3d;
|
|
-moz-transform-style: preserve-3d;
|
|
-ms-transform-style: preserve-3d;
|
|
-o-transform-style: preserve-3d;
|
|
transform-style: preserve-3d;
|
|
}
|
|
|
|
/* line 82, bahmni-components/_gallery.scss */
|
|
.slide {
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
bottom: 0;
|
|
left: 0;
|
|
margin: auto;
|
|
overflow: auto;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 10px;
|
|
}
|
|
/* line 92, bahmni-components/_gallery.scss */
|
|
.slide.pdf-slide {
|
|
overflow: hidden;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 92, bahmni-components/_gallery.scss */
|
|
.slide.pdf-slide {
|
|
width: 640px;
|
|
}
|
|
}
|
|
/* line 98, bahmni-components/_gallery.scss */
|
|
.slide .pdf-link {
|
|
text-align: right;
|
|
display: block;
|
|
margin-right: 10px;
|
|
}
|
|
/* line 102, bahmni-components/_gallery.scss */
|
|
.slide .pdf-link i {
|
|
font-size: 16px;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 98, bahmni-components/_gallery.scss */
|
|
.slide .pdf-link {
|
|
display: block;
|
|
float: right;
|
|
margin: 0px 0 10px;
|
|
font-family: openSansSemiBold;
|
|
}
|
|
/* line 110, bahmni-components/_gallery.scss */
|
|
.slide .pdf-link:hover {
|
|
text-decoration: underline;
|
|
}
|
|
/* line 113, bahmni-components/_gallery.scss */
|
|
.slide .pdf-link .fa-file-pdf-o {
|
|
font-size: 16px;
|
|
margin: 0;
|
|
}
|
|
}
|
|
/* line 119, bahmni-components/_gallery.scss */
|
|
.slide .scroll-pdf-frame {
|
|
overflow: auto;
|
|
overflow-x: hidden;
|
|
-webkit-overflow-scrolling: touch;
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 1px solid #e0e0e0;
|
|
}
|
|
/* line 126, bahmni-components/_gallery.scss */
|
|
.slide .scroll-pdf-frame .pdf-frame {
|
|
width: 100%;
|
|
min-height: 500px;
|
|
max-height: 100%;
|
|
border: none;
|
|
vertical-align: top;
|
|
}
|
|
|
|
/* line 138, bahmni-components/_gallery.scss */
|
|
.slide.ng-hide-add {
|
|
opacity: 1;
|
|
-webkit-transition: 1s linear all;
|
|
-moz-transition: 1s linear all;
|
|
-o-transition: 1s linear all;
|
|
transition: 1s linear all;
|
|
-webkit-transform-origin: right top 0;
|
|
-moz-transform-origin: right top 0;
|
|
-ms-transform-origin: right top 0;
|
|
-o-transform-origin: right top 0;
|
|
transform-origin: right top 0;
|
|
}
|
|
|
|
/* line 153, bahmni-components/_gallery.scss */
|
|
.slide.ng-hide-add.ng-hide-add-active {
|
|
opacity: 0;
|
|
}
|
|
|
|
/* line 157, bahmni-components/_gallery.scss */
|
|
.slide.ng-hide-remove {
|
|
-webkit-transition: 1s linear all;
|
|
-moz-transition: 1s linear all;
|
|
-o-transition: 1s linear all;
|
|
transition: 1s linear all;
|
|
display: block !important;
|
|
opacity: 0;
|
|
}
|
|
|
|
/* line 167, bahmni-components/_gallery.scss */
|
|
.slide, .slide.ng-hide-remove.ng-hide-remove-active {
|
|
opacity: 1;
|
|
}
|
|
|
|
/* line 171, bahmni-components/_gallery.scss */
|
|
.template-header {
|
|
margin-bottom: 0;
|
|
z-index: 1;
|
|
position: static;
|
|
}
|
|
/* line 175, bahmni-components/_gallery.scss */
|
|
.template-header h2 {
|
|
position: relative;
|
|
top: -50px;
|
|
right: 55px;
|
|
}
|
|
|
|
/* line 182, bahmni-components/_gallery.scss */
|
|
.slider.container {
|
|
background: #eee;
|
|
}
|
|
|
|
/* line 186, bahmni-components/_gallery.scss */
|
|
.image-title {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
/* line 190, bahmni-components/_gallery.scss */
|
|
.image-bottom-bar {
|
|
text-align: right;
|
|
}
|
|
/* line 192, bahmni-components/_gallery.scss */
|
|
.image-bottom-bar .fa-file-alt {
|
|
font-size: 18px;
|
|
}
|
|
|
|
/* line 197, bahmni-components/_gallery.scss */
|
|
.image-title, .image-bottom-bar {
|
|
font-size: 16px;
|
|
font-family: OpenSansBold, Arial, sans-serif;
|
|
}
|
|
|
|
/* line 202, bahmni-components/_gallery.scss */
|
|
.image-bottom-bar, .image-desc {
|
|
display: block;
|
|
overflow: auto;
|
|
padding: 10px 20px;
|
|
background: #eee;
|
|
}
|
|
|
|
/* line 209, bahmni-components/_gallery.scss */
|
|
.image-date, .image-index {
|
|
color: #666;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
/* line 214, bahmni-components/_gallery.scss */
|
|
.image-index {
|
|
font-size: 14px;
|
|
margin-left: 15px;
|
|
}
|
|
|
|
/* line 219, bahmni-components/_gallery.scss */
|
|
.image-desc {
|
|
background: #eee;
|
|
}
|
|
/* line 221, bahmni-components/_gallery.scss */
|
|
.image-desc strong {
|
|
font-family: OpenSansBold, Arial, sans-serif;
|
|
}
|
|
|
|
/* line 226, bahmni-components/_gallery.scss */
|
|
.no-image {
|
|
height: 100%;
|
|
text-align: center;
|
|
padding: 35px 0;
|
|
}
|
|
/* line 230, bahmni-components/_gallery.scss */
|
|
.no-image i.fa-picture {
|
|
font-size: 10em;
|
|
color: #ccc;
|
|
}
|
|
/* line 234, bahmni-components/_gallery.scss */
|
|
.no-image .no-image-msg {
|
|
font-size: 16px;
|
|
}
|
|
|
|
/* line 239, bahmni-components/_gallery.scss */
|
|
.image-actions {
|
|
text-align: center;
|
|
background: #eee;
|
|
padding: 10px 0;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
/*Impression*/
|
|
/* line 247, bahmni-components/_gallery.scss */
|
|
.image-container {
|
|
width: 100%;
|
|
position: relative;
|
|
padding-top: 52px;
|
|
}
|
|
|
|
/* line 253, bahmni-components/_gallery.scss */
|
|
.image-container.shift {
|
|
float: left;
|
|
width: 70%;
|
|
}
|
|
|
|
/* line 258, bahmni-components/_gallery.scss */
|
|
.image-impression-section {
|
|
right: -30%;
|
|
}
|
|
|
|
/* line 262, bahmni-components/_gallery.scss */
|
|
.image-impression-section.shift {
|
|
float: right;
|
|
width: 30%;
|
|
padding: 10px 10px 0px 0;
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 267, bahmni-components/_gallery.scss */
|
|
.image-impression-section.shift textarea {
|
|
width: 98%;
|
|
border: 1px solid #ccc;
|
|
}
|
|
/* line 272, bahmni-components/_gallery.scss */
|
|
.image-impression-section.shift .save-impression-btn {
|
|
margin: 5px 0;
|
|
width: 100%;
|
|
max-width: 100% !important;
|
|
}
|
|
/* line 278, bahmni-components/_gallery.scss */
|
|
.image-impression-section.shift .impression {
|
|
max-height: 400px;
|
|
overflow-y: auto;
|
|
}
|
|
/* line 281, bahmni-components/_gallery.scss */
|
|
.image-impression-section.shift .impression li pre {
|
|
padding: 5px;
|
|
margin-bottom: 3px;
|
|
}
|
|
/* line 287, bahmni-components/_gallery.scss */
|
|
.image-impression-section.shift .impression-control {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
/* line 292, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default {
|
|
padding: 0;
|
|
}
|
|
/* line 294, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content {
|
|
background: #fff;
|
|
}
|
|
/* line 297, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .template-header h5 {
|
|
font-weight: normal;
|
|
}
|
|
/* line 300, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .template-header .dialog-close-btn, .gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .template-header .toggle-patient {
|
|
background: transparent;
|
|
border: none;
|
|
outline: none;
|
|
color: #fff;
|
|
float: right;
|
|
font-size: 20px;
|
|
line-height: 50px;
|
|
padding: 0;
|
|
margin: 0;
|
|
margin-right: 5px;
|
|
}
|
|
/* line 311, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .template-header .dialog-close-btn:hover, .gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .template-header .dialog-close-btn:focus, .gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .template-header .toggle-patient:hover, .gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .template-header .toggle-patient:focus {
|
|
outline: none;
|
|
border: none;
|
|
background: transparent;
|
|
}
|
|
/* line 318, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .image-container {
|
|
padding: 10px 0;
|
|
background: #fff;
|
|
}
|
|
/* line 321, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .image-container div {
|
|
background: #fff;
|
|
}
|
|
/* line 325, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .image-container.shift .container {
|
|
padding: 0 10px;
|
|
}
|
|
/* line 329, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .image-container .slider.container {
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 331, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .image-container .slider.container .slide {
|
|
position: static;
|
|
height: auto;
|
|
margin: 0 auto;
|
|
display: block;
|
|
}
|
|
/* line 338, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .image-container .image-bottom-bar, .gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .image-container .image-desc {
|
|
padding: 0 10px;
|
|
}
|
|
/* line 342, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .image-container .image-bottom-bar {
|
|
text-align: left;
|
|
font-family: Opensans, Arial, sans-serif;
|
|
}
|
|
/* line 345, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .image-container .image-bottom-bar .image-preview-notes {
|
|
display: block;
|
|
float: none;
|
|
color: #848383;
|
|
border: 1px solid #b4b7b9;
|
|
padding: 5px;
|
|
border-radius: 3px;
|
|
font-size: 14px;
|
|
line-height: 1;
|
|
}
|
|
/* line 354, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .image-container .image-bottom-bar .image-preview-notes.hide {
|
|
display: none;
|
|
}
|
|
/* line 358, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .image-container .image-bottom-bar p span {
|
|
float: none;
|
|
color: #a9a4a4;
|
|
font-size: 12px;
|
|
}
|
|
/* line 364, bahmni-components/_gallery.scss */
|
|
.gallery-dialog.ngdialog.ngdialog-theme-default .ngdialog-content .image-container .null-data-message {
|
|
padding: 10px 10px 0;
|
|
}
|
|
|
|
/* line 370, bahmni-components/_gallery.scss */
|
|
.gallery-open .ngdialog.ngdialog-theme-default .ngdialog-content {
|
|
padding: 0;
|
|
width: 70%;
|
|
}
|
|
|
|
/* line 1, bahmni-components/_templateController.scss */
|
|
.template-control {
|
|
width: 100%;
|
|
height: 42px;
|
|
position: fixed;
|
|
top: 94px;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 999;
|
|
box-sizing: border-box;
|
|
text-align: right;
|
|
box-shadow: 0px 3px 4px #9e9e9e inset;
|
|
background: #fafafa;
|
|
}
|
|
/* line 13, bahmni-components/_templateController.scss */
|
|
.template-control .template-control-wrapper {
|
|
margin: 0 auto;
|
|
max-width: 1300px;
|
|
}
|
|
@media screen and (max-width: 1300px) {
|
|
/* line 13, bahmni-components/_templateController.scss */
|
|
.template-control .template-control-wrapper {
|
|
padding: 0 10px;
|
|
}
|
|
}
|
|
/* line 20, bahmni-components/_templateController.scss */
|
|
.template-control .template-control-panel-right-wrap {
|
|
float: right;
|
|
width: 100%;
|
|
}
|
|
/* line 24, bahmni-components/_templateController.scss */
|
|
.template-control .template-control-panel-right {
|
|
margin-left: 290px;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 24, bahmni-components/_templateController.scss */
|
|
.template-control .template-control-panel-right {
|
|
margin-left: 265px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 850px) {
|
|
/* line 24, bahmni-components/_templateController.scss */
|
|
.template-control .template-control-panel-right {
|
|
margin-left: 240px;
|
|
}
|
|
}
|
|
/* line 33, bahmni-components/_templateController.scss */
|
|
.template-control .template-control-panel-button {
|
|
*zoom: 1;
|
|
padding: 7px 0 5px;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.template-control .template-control-panel-button:before, .template-control .template-control-panel-button:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.template-control .template-control-panel-button:after {
|
|
clear: both;
|
|
}
|
|
/* line 36, bahmni-components/_templateController.scss */
|
|
.template-control .template-control-panel-button button {
|
|
border-radius: 3px;
|
|
background: linear-gradient(to bottom, #A1D030, #88af28);
|
|
background-color: #88af28;
|
|
border: #88af28 1px solid;
|
|
padding: 6px 20px 7px;
|
|
display: inline-block;
|
|
line-height: 1.2em;
|
|
color: #FFFFFF;
|
|
cursor: pointer;
|
|
min-width: 0;
|
|
max-width: 300px;
|
|
text-decoration: none;
|
|
font-size: 14px;
|
|
border-color: #7b9f24;
|
|
}
|
|
/* line 153, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button:hover {
|
|
background: #8eb82a;
|
|
border-color: #779b23;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 153, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button:hover {
|
|
background: linear-gradient(to bottom, #A1D030, #88af28);
|
|
border: #88af28 1px solid;
|
|
}
|
|
}
|
|
/* line 162, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button.active {
|
|
background: #81a726;
|
|
border-color: #779b23;
|
|
}
|
|
/* line 167, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button i {
|
|
font-size: 1.2em;
|
|
margin: 0;
|
|
padding: 0;
|
|
line-height: .5em;
|
|
}
|
|
/* line 175, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button.big i, .template-control .template-control-panel-button button.medium i {
|
|
display: block;
|
|
font-size: 50px;
|
|
margin: 0 auto;
|
|
padding: 10px;
|
|
}
|
|
/* line 184, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button.medium i {
|
|
font-size: 34px;
|
|
}
|
|
/* line 189, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button.disabled, .template-control .template-control-panel-button button:disabled {
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #333;
|
|
cursor: default;
|
|
}
|
|
/* line 196, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button.print {
|
|
padding: 10px;
|
|
}
|
|
/* line 199, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button.print i {
|
|
font-size: 1.5em;
|
|
}
|
|
/* line 204, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button.app {
|
|
padding: 20px 10px;
|
|
width: 150px;
|
|
min-height: 90px;
|
|
vertical-align: top;
|
|
line-height: 1.3em;
|
|
margin: 10px;
|
|
text-align: center;
|
|
}
|
|
/* line 214, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button.arrow {
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
padding: 9px 5px;
|
|
margin-left: -10px;
|
|
background: #81a726;
|
|
color: white;
|
|
border-color: #bbb;
|
|
height: 68px;
|
|
}
|
|
/* line 224, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button.arrow span {
|
|
display: block;
|
|
line-height: 1em;
|
|
}
|
|
/* line 229, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button.arrow i {
|
|
line-height: 1em;
|
|
font-size: 2em;
|
|
}
|
|
/* line 234, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button.arrow .arrow-button {
|
|
width: 0;
|
|
height: 0;
|
|
top: 0;
|
|
right: -17px;
|
|
border-bottom: 34px solid transparent;
|
|
border-top: 33px solid transparent;
|
|
border-left: 18px solid #81a726;
|
|
position: absolute;
|
|
}
|
|
/* line 245, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button.arrow .arrow-border-button {
|
|
width: 0;
|
|
height: 0;
|
|
top: 0;
|
|
right: -18px;
|
|
border-bottom: 34px solid transparent;
|
|
border-top: 33px solid transparent;
|
|
border-left: 18px solid #bbb;
|
|
position: absolute;
|
|
}
|
|
/* line 256, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button.arrow.disabled {
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #ccc;
|
|
cursor: default;
|
|
}
|
|
/* line 262, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button.arrow.disabled .arrow-button {
|
|
border-left: 18px solid #eee;
|
|
}
|
|
/* line 266, bahmni-components/_buttons.scss */
|
|
.template-control .template-control-panel-button button.arrow.disabled .arrow-border-button {
|
|
border-left: 18px solid #ccc;
|
|
}
|
|
/* line 42, bahmni-components/_templateController.scss */
|
|
.template-control .patient-details {
|
|
color: #000000;
|
|
text-shadow: 1px 1px 1px rgba(204, 204, 204, 0.9);
|
|
}
|
|
|
|
/* line 48, bahmni-components/_templateController.scss */
|
|
.template-control-panel {
|
|
*zoom: 1;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.template-control-panel:before, .template-control-panel:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.template-control-panel:after {
|
|
clear: both;
|
|
}
|
|
/* line 50, bahmni-components/_templateController.scss */
|
|
.template-control-panel .primary-section-grid {
|
|
border: 1px solid #ccc;
|
|
background: #FFFFFF;
|
|
padding: 0 10px 10px;
|
|
}
|
|
/* line 55, bahmni-components/_templateController.scss */
|
|
.template-control-panel .template-search-wrapper {
|
|
*zoom: 1;
|
|
padding: 10px;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.template-control-panel .template-search-wrapper:before, .template-control-panel .template-search-wrapper:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.template-control-panel .template-search-wrapper:after {
|
|
clear: both;
|
|
}
|
|
/* line 58, bahmni-components/_templateController.scss */
|
|
.template-control-panel .template-search-wrapper .template-search-inner {
|
|
width: 33.3%;
|
|
}
|
|
/* line 61, bahmni-components/_templateController.scss */
|
|
.template-control-panel .template-search-wrapper .search_field {
|
|
padding: 5px 10px;
|
|
font-size: 12px;
|
|
max-width: 300px;
|
|
box-sizing: border-box;
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
/* line 71, bahmni-components/_templateController.scss */
|
|
.template-control-panel ul.template-icons {
|
|
max-height: 324px;
|
|
width: 100%;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
}
|
|
/* line 76, bahmni-components/_templateController.scss */
|
|
.template-control-panel ul.template-icons li {
|
|
padding: 2px;
|
|
float: left;
|
|
width: 33.3%;
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 81, bahmni-components/_templateController.scss */
|
|
.template-control-panel ul.template-icons li button {
|
|
width: 100%;
|
|
display: inline-block;
|
|
float: left;
|
|
margin: 1px 3px;
|
|
font-size: 12px;
|
|
border: 1px solid #ccc;
|
|
padding: 5px 10px;
|
|
color: #333;
|
|
text-align: left;
|
|
line-height: 1.2;
|
|
box-sizing: border-box;
|
|
min-height: 40px;
|
|
word-break: break-all;
|
|
}
|
|
/* line 95, bahmni-components/_templateController.scss */
|
|
.template-control-panel ul.template-icons li button i {
|
|
font-size: 1.5em;
|
|
margin: 0 auto;
|
|
vertical-align: middle;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
/* line 81, bahmni-components/_templateController.scss */
|
|
.template-control-panel ul.template-icons li button {
|
|
min-height: 57px;
|
|
}
|
|
}
|
|
|
|
/* line 108, bahmni-components/_templateController.scss */
|
|
ul.template-icons::-webkit-scrollbar {
|
|
width: 10px;
|
|
}
|
|
|
|
/* line 112, bahmni-components/_templateController.scss */
|
|
ul.template-icons::-webkit-scrollbar-track {
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
border-radius: 7px;
|
|
}
|
|
|
|
/* line 117, bahmni-components/_templateController.scss */
|
|
ul.template-icons::-webkit-scrollbar-thumb {
|
|
background-color: #666;
|
|
border-radius: 7px;
|
|
}
|
|
|
|
/* line 1, bahmni-components/_patientControlPanel.scss */
|
|
button.toggle-patient {
|
|
float: right;
|
|
margin: 5px 0;
|
|
background: #669999;
|
|
border: 1px solid #527a7a;
|
|
padding: 7px 14px;
|
|
}
|
|
/* line 7, bahmni-components/_patientControlPanel.scss */
|
|
button.toggle-patient i {
|
|
padding: 0;
|
|
font-size: 20px;
|
|
}
|
|
@media only screen and (max-width: 470px) {
|
|
/* line 7, bahmni-components/_patientControlPanel.scss */
|
|
button.toggle-patient i {
|
|
font-size: 17px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 15, bahmni-components/_patientControlPanel.scss */
|
|
button.toggle-patient.hide-ipad {
|
|
display: none;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 470px) {
|
|
/* line 1, bahmni-components/_patientControlPanel.scss */
|
|
button.toggle-patient {
|
|
padding: 6px 5px;
|
|
}
|
|
}
|
|
|
|
/* line 24, bahmni-components/_patientControlPanel.scss */
|
|
button.toggle-patient:hover {
|
|
opacity: 0.8;
|
|
}
|
|
|
|
/* line 27, bahmni-components/_patientControlPanel.scss */
|
|
button.toggle-patient.shift {
|
|
background-color: #527a7a;
|
|
}
|
|
|
|
/* line 31, bahmni-components/_patientControlPanel.scss */
|
|
.patient-control-panel {
|
|
padding: 0;
|
|
}
|
|
/* line 33, bahmni-components/_patientControlPanel.scss */
|
|
.patient-control-panel .overlay {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
background: rgba(0, 0, 0, 0.4);
|
|
z-index: 9999999;
|
|
}
|
|
|
|
/* line 42, bahmni-components/_patientControlPanel.scss */
|
|
aside a {
|
|
color: #FFFFFF;
|
|
}
|
|
/* line 45, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history {
|
|
position: fixed;
|
|
width: 300px;
|
|
background: #333;
|
|
bottom: 0;
|
|
top: 50px;
|
|
box-shadow: -3px 5px 10px #666;
|
|
z-index: 99999999;
|
|
height: auto;
|
|
}
|
|
/* line 54, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history h2 {
|
|
color: #666;
|
|
font-size: 14px;
|
|
border-bottom-color: #666;
|
|
padding-left: 10px;
|
|
margin-bottom: 8px;
|
|
}
|
|
/* line 61, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history ul {
|
|
margin-bottom: 10px;
|
|
}
|
|
/* line 64, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history ul.visit-history {
|
|
height: 250px;
|
|
overflow-y: auto;
|
|
border-top: 1px solid #333;
|
|
}
|
|
/* line 69, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history li a {
|
|
display: block;
|
|
padding: 10px 20px;
|
|
color: #999999;
|
|
font-size: 14px;
|
|
border-bottom: 1px solid #262626;
|
|
border-top: 1px solid #404040;
|
|
}
|
|
/* line 76, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history li a:hover {
|
|
text-decoration: none;
|
|
background: #333;
|
|
color: #ccc;
|
|
}
|
|
/* line 82, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history li a.log-out {
|
|
cursor: pointer;
|
|
}
|
|
/* line 85, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history li:last-child a {
|
|
border-bottom: 0;
|
|
}
|
|
/* line 88, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history .patient-info {
|
|
padding-bottom: 10px;
|
|
}
|
|
/* line 90, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history .patient-info .patient-img img {
|
|
border-radius: 10px;
|
|
margin: 10px;
|
|
width: 50px;
|
|
float: left;
|
|
display: block;
|
|
}
|
|
/* line 97, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history .patient-info .patient-handler {
|
|
float: right;
|
|
width: 230px;
|
|
}
|
|
/* line 101, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history .patient-info h4, aside.visit-history .patient-info h5, aside.visit-history .patient-info .ward {
|
|
color: #ccc;
|
|
display: block;
|
|
padding-left: 10px;
|
|
font-size: 14px;
|
|
text-align: left;
|
|
}
|
|
/* line 108, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history .patient-info h4.patient-name {
|
|
text-transform: capitalize;
|
|
font-size: 16px;
|
|
}
|
|
/* line 110, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history .patient-info h4.patient-name a {
|
|
color: #ccc;
|
|
}
|
|
/* line 112, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history .patient-info h5, aside.visit-history .patient-info .ward {
|
|
color: #666;
|
|
margin-top: 5px;
|
|
}
|
|
/* line 113, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history .patient-info h5.patient-identifier {
|
|
color: #ccc;
|
|
}
|
|
/* line 118, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history.ng-hide-add, aside.visit-history.ng-hide-remove {
|
|
-webkit-transition: all linear 0.3s;
|
|
-moz-transition: all linear 0.3s;
|
|
-o-transition: all linear 0.3s;
|
|
transition: all linear 0.3s;
|
|
display: block !important;
|
|
}
|
|
/* line 126, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history.ng-hide-add.ng-hide-add-active, aside.visit-history.ng-hide-remove {
|
|
right: -350px;
|
|
}
|
|
/* line 131, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history.ng-hide-add, aside.visit-history.ng-hide-remove.ng-hide-remove-active {
|
|
right: 0;
|
|
}
|
|
/* line 136, bahmni-components/_patientControlPanel.scss */
|
|
aside.visit-history {
|
|
right: 0;
|
|
}
|
|
/* line 141, bahmni-components/_patientControlPanel.scss */
|
|
aside .visit-history-entry.selected a, aside .visit-history-entry.selected a:hover, aside .summary.selected a, aside .summary.selected a:hover {
|
|
background: #666;
|
|
color: #FFFFFF;
|
|
cursor: default;
|
|
}
|
|
/* line 146, bahmni-components/_patientControlPanel.scss */
|
|
aside .visit-history-entry.active, aside .summary.active {
|
|
color: #eee;
|
|
}
|
|
/* line 147, bahmni-components/_patientControlPanel.scss */
|
|
aside .visit-history-entry .fa-star, aside .summary .fa-star {
|
|
color: #E8A000;
|
|
display: none;
|
|
}
|
|
/* line 148, bahmni-components/_patientControlPanel.scss */
|
|
aside .visit-history-entry.active .fa-star, aside .summary.active .fa-star {
|
|
display: inline-block;
|
|
}
|
|
|
|
/* line 151, bahmni-components/_patientControlPanel.scss */
|
|
.btn-patient-doc .fa-file-o {
|
|
color: #eee;
|
|
margin-right: 5px;
|
|
font-size: 18px;
|
|
}
|
|
|
|
/* line 157, bahmni-components/_patientControlPanel.scss */
|
|
.dashboard-btn [class^="fa-"],
|
|
.dashboard-btn [class*=" fa-"] {
|
|
display: none;
|
|
color: #eee;
|
|
margin-right: 5px;
|
|
font-size: 18px;
|
|
}
|
|
|
|
/* line 165, bahmni-components/_patientControlPanel.scss */
|
|
.btn-consultation .fa-vitals-2 {
|
|
display: inline-block;
|
|
}
|
|
|
|
/* line 166, bahmni-components/_patientControlPanel.scss */
|
|
.btn-trends .fa-bar-chart {
|
|
display: inline-block;
|
|
}
|
|
|
|
/* line 167, bahmni-components/_patientControlPanel.scss */
|
|
.btn-summary .fa-th-large {
|
|
display: inline-block;
|
|
}
|
|
|
|
/* line 168, bahmni-components/_patientControlPanel.scss */
|
|
.btn-print .fa-print {
|
|
display: inline-block;
|
|
}
|
|
|
|
/* line 171, bahmni-components/_patientControlPanel.scss */
|
|
ul.visit-history::-webkit-scrollbar {
|
|
width: 1em;
|
|
}
|
|
|
|
/* line 175, bahmni-components/_patientControlPanel.scss */
|
|
ul.visit-history::-webkit-scrollbar-track {
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
border-radius: 15px;
|
|
}
|
|
|
|
/* line 180, bahmni-components/_patientControlPanel.scss */
|
|
ul.visit-history::-webkit-scrollbar-thumb {
|
|
background-color: #666;
|
|
border-radius: 15px;
|
|
}
|
|
|
|
/* line 1, bahmni-components/_tooltip.scss */
|
|
.ipd-test-results {
|
|
max-width: 70px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
display: inline-block;
|
|
text-overflow: ellipsis;
|
|
cursor: pointer;
|
|
}
|
|
|
|
/* line 10, bahmni-components/_tooltip.scss */
|
|
.tooltip {
|
|
position: absolute;
|
|
padding: 5px;
|
|
margin-left: 70px;
|
|
margin-top: -28px;
|
|
background: #e8edf3;
|
|
border-radius: 5px;
|
|
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
|
|
}
|
|
/* line 18, bahmni-components/_tooltip.scss */
|
|
.tooltip i {
|
|
color: #e8edf3;
|
|
font-size: 20px;
|
|
position: absolute;
|
|
left: -10px;
|
|
top: 0px;
|
|
}
|
|
|
|
/* line 1, bahmni-components/_splitButton.scss */
|
|
.split-button {
|
|
overflow: hidden;
|
|
margin: 2px;
|
|
border-radius: 3px;
|
|
}
|
|
/* line 5, bahmni-components/_splitButton.scss */
|
|
.split-button ul {
|
|
border-radius: 3px 0 0 3px;
|
|
border-right: none;
|
|
float: left;
|
|
margin-bottom: 5px;
|
|
}
|
|
/* line 10, bahmni-components/_splitButton.scss */
|
|
.split-button ul.hidden-options {
|
|
width: 250px;
|
|
margin-top: 1px;
|
|
box-shadow: 1px 2px 2px #6B6969;
|
|
float: none;
|
|
z-index: 9999;
|
|
background: #8eb82a;
|
|
border-bottom: none;
|
|
color: #fff;
|
|
clear: both;
|
|
border-right: 0;
|
|
position: absolute;
|
|
}
|
|
/* line 23, bahmni-components/_splitButton.scss */
|
|
.split-button ul li {
|
|
font-size: .9em;
|
|
}
|
|
/* line 25, bahmni-components/_splitButton.scss */
|
|
.split-button ul li.primaryOption {
|
|
width: 250px;
|
|
}
|
|
/* line 27, bahmni-components/_splitButton.scss */
|
|
.split-button ul li.primaryOption button {
|
|
text-align: left;
|
|
}
|
|
/* line 31, bahmni-components/_splitButton.scss */
|
|
.split-button ul li.secondaryOption {
|
|
display: none;
|
|
border-bottom: 1px solid #699007;
|
|
background: none;
|
|
}
|
|
/* line 35, bahmni-components/_splitButton.scss */
|
|
.split-button ul li.secondaryOption:last-child {
|
|
border-bottom: 1px solid #ccc;
|
|
border-radius: 0 0 3px 3px;
|
|
}
|
|
/* line 39, bahmni-components/_splitButton.scss */
|
|
.split-button ul li.secondaryOption button {
|
|
border-radius: 0;
|
|
text-align: left;
|
|
border: 0;
|
|
margin: 2px 0;
|
|
background: none;
|
|
color: #fff;
|
|
}
|
|
/* line 46, bahmni-components/_splitButton.scss */
|
|
.split-button ul li.secondaryOption button:hover {
|
|
background: #a1d030;
|
|
}
|
|
/* line 50, bahmni-components/_splitButton.scss */
|
|
.split-button ul li.secondaryOption:hover {
|
|
background: #a1d030;
|
|
}
|
|
/* line 54, bahmni-components/_splitButton.scss */
|
|
.split-button ul li button {
|
|
margin: 0;
|
|
font-size: 14px;
|
|
width: 100%;
|
|
margin-right: 0 !important;
|
|
}
|
|
/* line 59, bahmni-components/_splitButton.scss */
|
|
.split-button ul li button:focus {
|
|
outline: 2px solid #007fff;
|
|
}
|
|
/* line 65, bahmni-components/_splitButton.scss */
|
|
.split-button .toggle-button {
|
|
margin-top: 0;
|
|
margin-right: 0 !important;
|
|
}
|
|
/* line 68, bahmni-components/_splitButton.scss */
|
|
.split-button .toggle-button:focus {
|
|
outline: 2px solid #007fff;
|
|
}
|
|
|
|
/* line 80, bahmni-components/_splitButton.scss */
|
|
.print-action-items {
|
|
margin: 8px 10px 0 0;
|
|
}
|
|
|
|
/* 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], .input-prepend [file-upload].add-on {
|
|
position: absolute;
|
|
z-index: -999;
|
|
min-width: 1px;
|
|
width: 1px;
|
|
}
|
|
|
|
/* line 30, common/_bahmniGlobal.scss */
|
|
.form-horizontal fieldset label {
|
|
float: left;
|
|
width: 200px;
|
|
margin-left: 20px;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 30, common/_bahmniGlobal.scss */
|
|
.form-horizontal fieldset label {
|
|
width: 170px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 850px) {
|
|
/* line 30, common/_bahmniGlobal.scss */
|
|
.form-horizontal fieldset label {
|
|
width: 156px;
|
|
}
|
|
}
|
|
/* line 42, common/_bahmniGlobal.scss */
|
|
.form-horizontal fieldset.hasLegend label {
|
|
margin-left: 10px;
|
|
}
|
|
/* line 45, common/_bahmniGlobal.scss */
|
|
.form-horizontal fieldset.hasLegend .offset-label {
|
|
padding-left: 0px;
|
|
}
|
|
|
|
/* line 52, common/_bahmniGlobal.scss */
|
|
.is-abnormal {
|
|
color: red !important;
|
|
}
|
|
|
|
/* line 55, common/_bahmniGlobal.scss */
|
|
.is-abnormal-bold {
|
|
font-family: OpenSansBold, Arial, sans-serif !important;
|
|
color: red !important;
|
|
}
|
|
|
|
/* line 60, common/_bahmniGlobal.scss */
|
|
.visible-print {
|
|
display: none;
|
|
}
|
|
|
|
/* line 64, common/_bahmniGlobal.scss */
|
|
.referred {
|
|
display: none;
|
|
float: left;
|
|
}
|
|
|
|
/* line 69, common/_bahmniGlobal.scss */
|
|
.referred-out .referred {
|
|
display: inline-block;
|
|
font-size: 12px;
|
|
background: #669999;
|
|
color: #FFFFFF;
|
|
padding: 1px 7px;
|
|
border-radius: 5px;
|
|
margin-right: 7px;
|
|
}
|
|
|
|
/* line 81, common/_bahmniGlobal.scss */
|
|
.row-remover {
|
|
border: 1px solid #ccc;
|
|
border-radius: 5px;
|
|
float: right;
|
|
padding: 5px 10px;
|
|
margin-top: 7px;
|
|
margin-right: 6px;
|
|
}
|
|
/* line 88, common/_bahmniGlobal.scss */
|
|
.row-remover span {
|
|
font-size: 20px;
|
|
color: #660000;
|
|
padding: 0;
|
|
}
|
|
|
|
/* line 95, common/_bahmniGlobal.scss */
|
|
.opd-wrapper .has-toggle {
|
|
cursor: pointer;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
/* line 96, common/_bahmniGlobal.scss */
|
|
.section-toggle {
|
|
background: none;
|
|
border: none;
|
|
padding: 0;
|
|
}
|
|
/* line 101, common/_bahmniGlobal.scss */
|
|
.section-toggle:hover {
|
|
background: none;
|
|
border: none;
|
|
}
|
|
/* line 105, common/_bahmniGlobal.scss */
|
|
.section-toggle i {
|
|
padding: 0;
|
|
font-size: 26px;
|
|
color: green;
|
|
}
|
|
|
|
/* line 111, common/_bahmniGlobal.scss */
|
|
.notes p.left {
|
|
width: 80%;
|
|
float: left;
|
|
text-align: left;
|
|
}
|
|
|
|
/* line 117, common/_bahmniGlobal.scss */
|
|
.diagnosis-notes-title {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
/* line 122, common/_bahmniGlobal.scss */
|
|
.view .order {
|
|
color: #666;
|
|
margin: 0 5px;
|
|
}
|
|
|
|
/* line 127, common/_bahmniGlobal.scss */
|
|
.quick-links {
|
|
float: right;
|
|
}
|
|
|
|
/* line 130, common/_bahmniGlobal.scss */
|
|
button.save-consultation {
|
|
float: right;
|
|
margin: 8px 10px 0;
|
|
padding: 10px 15px 9px;
|
|
}
|
|
|
|
/* line 137, common/_bahmniGlobal.scss */
|
|
button.save-consultation.hideSaveText .fa-save {
|
|
display: none;
|
|
}
|
|
/* line 140, common/_bahmniGlobal.scss */
|
|
button.save-consultation.hideSaveText .text {
|
|
display: block;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 136, common/_bahmniGlobal.scss */
|
|
button.save-consultation.hideSaveText {
|
|
padding: 19px 10px 13px;
|
|
}
|
|
/* line 145, common/_bahmniGlobal.scss */
|
|
button.save-consultation.hideSaveText .text {
|
|
display: none;
|
|
}
|
|
/* line 148, common/_bahmniGlobal.scss */
|
|
button.save-consultation.hideSaveText .fa-save {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
/* line 155, common/_bahmniGlobal.scss */
|
|
a.quick-links, a.btn--success {
|
|
border-radius: 3px;
|
|
background: linear-gradient(to bottom, #A1D030, #88af28);
|
|
background-color: #88af28;
|
|
border: #88af28 1px solid;
|
|
padding: 6px 20px 7px;
|
|
display: inline-block;
|
|
line-height: 1.2em;
|
|
color: white;
|
|
cursor: pointer;
|
|
min-width: 0;
|
|
max-width: 300px;
|
|
text-decoration: none;
|
|
padding: 10px 20px;
|
|
font-size: 16px;
|
|
}
|
|
/* line 153, bahmni-components/_buttons.scss */
|
|
a.quick-links:hover, a.btn--success:hover {
|
|
background: #8eb82a;
|
|
border-color: #779b23;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 153, bahmni-components/_buttons.scss */
|
|
a.quick-links:hover, a.btn--success:hover {
|
|
background: linear-gradient(to bottom, #A1D030, #88af28);
|
|
border: #88af28 1px solid;
|
|
}
|
|
}
|
|
/* line 162, bahmni-components/_buttons.scss */
|
|
a.quick-links.active, a.btn--success.active {
|
|
background: #81a726;
|
|
border-color: #779b23;
|
|
}
|
|
/* line 167, bahmni-components/_buttons.scss */
|
|
a.quick-links i, a.btn--success i {
|
|
font-size: 1.2em;
|
|
margin: 0;
|
|
padding: 0;
|
|
line-height: .5em;
|
|
}
|
|
/* line 175, bahmni-components/_buttons.scss */
|
|
a.quick-links.big i, a.quick-links.medium i, a.btn--success.big i, a.btn--success.medium i {
|
|
display: block;
|
|
font-size: 50px;
|
|
margin: 0 auto;
|
|
padding: 10px;
|
|
}
|
|
/* line 184, bahmni-components/_buttons.scss */
|
|
a.quick-links.medium i, a.btn--success.medium i {
|
|
font-size: 34px;
|
|
}
|
|
/* line 189, bahmni-components/_buttons.scss */
|
|
a.quick-links.disabled, a.quick-links:disabled, a.btn--success.disabled, a.btn--success:disabled {
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #333;
|
|
cursor: default;
|
|
}
|
|
/* line 196, bahmni-components/_buttons.scss */
|
|
a.quick-links.print, a.btn--success.print {
|
|
padding: 10px;
|
|
}
|
|
/* line 199, bahmni-components/_buttons.scss */
|
|
a.quick-links.print i, a.btn--success.print i {
|
|
font-size: 1.5em;
|
|
}
|
|
/* line 204, bahmni-components/_buttons.scss */
|
|
a.quick-links.app, a.btn--success.app {
|
|
padding: 20px 10px;
|
|
width: 150px;
|
|
min-height: 90px;
|
|
vertical-align: top;
|
|
line-height: 1.3em;
|
|
margin: 10px;
|
|
text-align: center;
|
|
}
|
|
/* line 214, bahmni-components/_buttons.scss */
|
|
a.quick-links.arrow, a.btn--success.arrow {
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
padding: 9px 5px;
|
|
margin-left: -10px;
|
|
background: #81a726;
|
|
color: white;
|
|
border-color: #bbb;
|
|
height: 68px;
|
|
}
|
|
/* line 224, bahmni-components/_buttons.scss */
|
|
a.quick-links.arrow span, a.btn--success.arrow span {
|
|
display: block;
|
|
line-height: 1em;
|
|
}
|
|
/* line 229, bahmni-components/_buttons.scss */
|
|
a.quick-links.arrow i, a.btn--success.arrow i {
|
|
line-height: 1em;
|
|
font-size: 2em;
|
|
}
|
|
/* line 234, bahmni-components/_buttons.scss */
|
|
a.quick-links.arrow .arrow-button, a.btn--success.arrow .arrow-button {
|
|
width: 0;
|
|
height: 0;
|
|
top: 0;
|
|
right: -17px;
|
|
border-bottom: 34px solid transparent;
|
|
border-top: 33px solid transparent;
|
|
border-left: 18px solid #81a726;
|
|
position: absolute;
|
|
}
|
|
/* line 245, bahmni-components/_buttons.scss */
|
|
a.quick-links.arrow .arrow-border-button, a.btn--success.arrow .arrow-border-button {
|
|
width: 0;
|
|
height: 0;
|
|
top: 0;
|
|
right: -18px;
|
|
border-bottom: 34px solid transparent;
|
|
border-top: 33px solid transparent;
|
|
border-left: 18px solid #bbb;
|
|
position: absolute;
|
|
}
|
|
/* line 256, bahmni-components/_buttons.scss */
|
|
a.quick-links.arrow.disabled, a.btn--success.arrow.disabled {
|
|
background: #eee;
|
|
border: #ccc 1px solid;
|
|
color: #ccc;
|
|
cursor: default;
|
|
}
|
|
/* line 262, bahmni-components/_buttons.scss */
|
|
a.quick-links.arrow.disabled .arrow-button, a.btn--success.arrow.disabled .arrow-button {
|
|
border-left: 18px solid #eee;
|
|
}
|
|
/* line 266, bahmni-components/_buttons.scss */
|
|
a.quick-links.arrow.disabled .arrow-border-button, a.btn--success.arrow.disabled .arrow-border-button {
|
|
border-left: 18px solid #ccc;
|
|
}
|
|
|
|
/* line 162, common/_bahmniGlobal.scss */
|
|
td .status {
|
|
color: orange;
|
|
float: right;
|
|
}
|
|
|
|
/* line 168, common/_bahmniGlobal.scss */
|
|
.abnormal-vitals {
|
|
width: auto !important;
|
|
margin: 4px !important;
|
|
}
|
|
|
|
/* line 173, common/_bahmniGlobal.scss */
|
|
pre.chief-notes {
|
|
background: none;
|
|
float: left;
|
|
}
|
|
|
|
/* line 178, common/_bahmniGlobal.scss */
|
|
.accept-btn.active {
|
|
color: #457FAC;
|
|
padding-top: 7px;
|
|
}
|
|
/* line 181, common/_bahmniGlobal.scss */
|
|
.accept-btn.active span:before {
|
|
font-family: FontAwesome;
|
|
content: "\f00c";
|
|
margin-right: 5px;
|
|
}
|
|
|
|
/* line 188, common/_bahmniGlobal.scss */
|
|
.current-visit-icon {
|
|
color: #E8A000;
|
|
}
|
|
|
|
/* line 192, common/_bahmniGlobal.scss */
|
|
.has-notes {
|
|
color: orange;
|
|
}
|
|
/* line 194, common/_bahmniGlobal.scss */
|
|
.has-notes i {
|
|
color: orange !important;
|
|
}
|
|
|
|
/*home*/
|
|
/* line 199, common/_bahmniGlobal.scss */
|
|
.bahmni-home {
|
|
margin-bottom: 5px !important;
|
|
}
|
|
/* line 201, common/_bahmniGlobal.scss */
|
|
.bahmni-home .fa-home {
|
|
color: #eee;
|
|
margin-right: 5px;
|
|
font-size: 18px;
|
|
}
|
|
|
|
/* line 208, common/_bahmniGlobal.scss */
|
|
.highlight {
|
|
border-left: 5px solid orange;
|
|
}
|
|
|
|
/* line 211, common/_bahmniGlobal.scss */
|
|
u, .add-drug-btninput[value]:first-letter {
|
|
text-decoration: none;
|
|
border-bottom: 1px solid;
|
|
font-family: OpenSansBold, Arial, sans-serif;
|
|
}
|
|
|
|
/* line 217, common/_bahmniGlobal.scss */
|
|
.drug-dispensed {
|
|
color: #457FAC;
|
|
font-family: "OpenSansBold";
|
|
}
|
|
|
|
/* line 222, common/_bahmniGlobal.scss */
|
|
.box {
|
|
padding: 10px;
|
|
border: 1px solid #ccc;
|
|
background: #FFFFFF;
|
|
border-radius: 5px;
|
|
overflow: hidden;
|
|
*zoom: 1;
|
|
}
|
|
/* line 291, bahmni-helper/_variables.scss */
|
|
.box:before, .box:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
/* line 296, bahmni-helper/_variables.scss */
|
|
.box:after {
|
|
clear: both;
|
|
}
|
|
|
|
/* line 231, common/_bahmniGlobal.scss */
|
|
.overflowAuto {
|
|
overflow: auto;
|
|
}
|
|
|
|
/* line 234, common/_bahmniGlobal.scss */
|
|
.is-abnormal .select2-chosen {
|
|
color: red !important;
|
|
}
|
|
|
|
/* line 238, common/_bahmniGlobal.scss */
|
|
.placeholder-text {
|
|
background: #fff;
|
|
padding: 5px;
|
|
color: #444 !important;
|
|
}
|
|
/* line 242, common/_bahmniGlobal.scss */
|
|
.placeholder-text p {
|
|
margin-bottom: 0;
|
|
color: #444 !important;
|
|
}
|
|
|
|
/* line 248, common/_bahmniGlobal.scss */
|
|
.fa-pencil, .fa-eye {
|
|
cursor: pointer;
|
|
}
|
|
/* line 250, common/_bahmniGlobal.scss */
|
|
.fa-pencil:hover, .fa-eye:hover {
|
|
color: #5C8A93;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
/* line 248, common/_bahmniGlobal.scss */
|
|
.fa-pencil, .fa-eye {
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
|
|
/* line 258, common/_bahmniGlobal.scss */
|
|
.cursor-pointer {
|
|
cursor: pointer;
|
|
}
|
|
|
|
/* line 262, common/_bahmniGlobal.scss */
|
|
.clear-both {
|
|
clear: both;
|
|
}
|
|
|
|
/* line 265, common/_bahmniGlobal.scss */
|
|
.select2-drop {
|
|
z-index: 99999 !important;
|
|
}
|
|
|
|
/* line 270, common/_bahmniGlobal.scss */
|
|
.ng-dialog-all-details-page .select2-container .select2-choice {
|
|
height: 26px !important;
|
|
}
|
|
|
|
/* line 275, common/_bahmniGlobal.scss */
|
|
.mylegend {
|
|
background: #eee;
|
|
line-height: 16px;
|
|
margin-bottom: 20px;
|
|
padding: 3px 0;
|
|
border-radius: 3px;
|
|
border: 1px solid #ccc;
|
|
}
|
|
/* line 282, common/_bahmniGlobal.scss */
|
|
.mylegend span {
|
|
display: inline-block;
|
|
padding: 2px 10px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* line 289, common/_bahmniGlobal.scss */
|
|
.registraion_legend {
|
|
margin: 15px 0 15px 25px;
|
|
width: auto;
|
|
position: relative;
|
|
}
|
|
@media (max-width: 768px) {
|
|
/* line 289, common/_bahmniGlobal.scss */
|
|
.registraion_legend {
|
|
margin: 20px 0;
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
}
|
|
/* line 298, common/_bahmniGlobal.scss */
|
|
.registraion_legend:before {
|
|
content: "";
|
|
border-top: 1px #ccc solid;
|
|
position: absolute;
|
|
top: 14px;
|
|
width: 96%;
|
|
}
|
|
/* line 305, common/_bahmniGlobal.scss */
|
|
.registraion_legend span.mylegend {
|
|
display: inline-block;
|
|
width: auto;
|
|
margin-bottom: 0;
|
|
padding: 5px 6px;
|
|
margin-left: 25px;
|
|
position: relative;
|
|
}
|
|
/* line 313, common/_bahmniGlobal.scss */
|
|
.registraion_legend.first-registraion_legend {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
/* line 316, common/_bahmniGlobal.scss */
|
|
.registraion_legend.first-registraion_legend:before {
|
|
width: 100%;
|
|
}
|
|
/* line 321, common/_bahmniGlobal.scss */
|
|
.registraion_legend.removeLegend:before {
|
|
display: none;
|
|
}
|
|
/* line 324, common/_bahmniGlobal.scss */
|
|
.registraion_legend.removeLegend span.mylegend {
|
|
display: none;
|
|
}
|
|
|
|
/* line 332, common/_bahmniGlobal.scss */
|
|
.toggle-container.active .fa-caret-right {
|
|
display: none;
|
|
}
|
|
/* line 335, common/_bahmniGlobal.scss */
|
|
.toggle-container.active .fa-caret-down {
|
|
display: inline;
|
|
}
|
|
/* line 339, common/_bahmniGlobal.scss */
|
|
.toggle-container .fa-caret-down {
|
|
display: none;
|
|
}
|
|
|
|
/* line 345, common/_bahmniGlobal.scss */
|
|
.patient-image {
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
/* line 349, common/_bahmniGlobal.scss */
|
|
.video, .video-dialog {
|
|
width: 280px;
|
|
height: 190px;
|
|
display: table;
|
|
margin: 0 auto;
|
|
}
|
|
/* line 354, common/_bahmniGlobal.scss */
|
|
.video.disable, .video-dialog.disable {
|
|
opacity: .1;
|
|
pointer-events: none;
|
|
border: 3px solid black;
|
|
}
|
|
|
|
/* line 361, common/_bahmniGlobal.scss */
|
|
.dashboard-section-loader {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 10000;
|
|
background: rgba(223, 223, 223, 0.4) url("../images/spinner-small.gif") no-repeat center center;
|
|
}
|
|
|
|
@media screen and (max-width: 700px) {
|
|
/* line 370, common/_bahmniGlobal.scss */
|
|
.print {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
/* line 375, common/_bahmniGlobal.scss */
|
|
.spinnable {
|
|
position: relative;
|
|
min-height: 2em;
|
|
}
|
|
|
|
/* line 379, common/_bahmniGlobal.scss */
|
|
.ngdialog.ngdialog-theme-default .ngdialog-close {
|
|
z-index: 999;
|
|
}
|
|
|
|
/* line 1, common/_angularFix.scss */
|
|
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
|
|
.ng-cloak, .x-ng-cloak,
|
|
.ng-hide {
|
|
display: none !important;
|
|
}
|
|
|
|
/*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;
|
|
}
|
|
|
|
/*doc
|
|
---
|
|
title: Overlay Window
|
|
name: overlay_window
|
|
category: Layout - overlay
|
|
---
|
|
|
|
Overlay window is visible when page is loading.
|
|
|
|
```html_example
|
|
<div id="overlay">
|
|
<div></div>
|
|
</div>
|
|
```
|
|
|
|
|
|
*/
|
|
/*** grid form elements css start ***/
|
|
/* line 27, home/_home.scss */
|
|
.form-field-inline {
|
|
overflow: hidden;
|
|
*zoom: 1;
|
|
}
|
|
/* line 28, home/_home.scss */
|
|
.form-field-inline .form-field {
|
|
float: left;
|
|
display: inline;
|
|
float: left;
|
|
width: 50%;
|
|
margin: 0 0%;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
/* line 36, home/_home.scss */
|
|
.form-field {
|
|
margin-bottom: 10px;
|
|
overflow: hidden;
|
|
*zoom: 1;
|
|
}
|
|
/* line 39, home/_home.scss */
|
|
.form-field .field-attribute {
|
|
float: left;
|
|
}
|
|
/* line 41, home/_home.scss */
|
|
.form-field .field-attribute label {
|
|
width: 11em;
|
|
line-height: 20px;
|
|
float: left;
|
|
text-align: right;
|
|
margin: 8px 0.8em 8px 0px;
|
|
font-size: 14px;
|
|
}
|
|
/* line 50, home/_home.scss */
|
|
.form-field .field-value {
|
|
float: left;
|
|
font-size: 14px;
|
|
}
|
|
/* line 53, home/_home.scss */
|
|
.form-field .field-value input[type="text"], .form-field .field-value .input-prepend [type="text"].add-on, .input-prepend .form-field .field-value [type="text"].add-on, .form-field .field-value input[type="password"], .form-field .field-value .input-prepend [type="password"].add-on, .input-prepend .form-field .field-value [type="password"].add-on {
|
|
float: left;
|
|
width: 12.5em;
|
|
padding: 2px 10px;
|
|
}
|
|
/* line 58, home/_home.scss */
|
|
.form-field .field-value input[type="number"], .form-field .field-value .input-prepend [type="number"].add-on, .input-prepend .form-field .field-value [type="number"].add-on {
|
|
width: 8em;
|
|
padding: 5px 10px;
|
|
}
|
|
/* line 62, home/_home.scss */
|
|
.form-field .field-value span.text-only {
|
|
display: inline-block;
|
|
margin: 8px 5px 8px 5px;
|
|
}
|
|
|
|
/* line 69, home/_home.scss */
|
|
.asterick {
|
|
color: red;
|
|
}
|
|
|
|
/* line 73, home/_home.scss */
|
|
.input-prepend {
|
|
float: left;
|
|
}
|
|
/* line 75, home/_home.scss */
|
|
.input-prepend input, form .input-prepend .add-on, .form .input-prepend .add-on, .input-prepend .add-on {
|
|
display: inline-block;
|
|
margin-bottom: 0;
|
|
vertical-align: middle;
|
|
float: left;
|
|
margin: 0px !important;
|
|
}
|
|
/* line 82, home/_home.scss */
|
|
.input-prepend .add-on {
|
|
border-radius: 3px;
|
|
height: 21px;
|
|
min-width: 17px;
|
|
padding: 4px 5px;
|
|
background-color: #eee;
|
|
border: 1px solid #ccc;
|
|
}
|
|
|
|
/* line 94, home/_home.scss */
|
|
.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
|
|
-webkit-border-radius: 4px 0 0 4px;
|
|
-moz-border-radius: 4px 0 0 4px;
|
|
border-radius: 4px 0 0 4px;
|
|
}
|
|
|
|
/* line 100, home/_home.scss */
|
|
.input-prepend .add-on, .input-prepend .btn {
|
|
margin-right: -1px;
|
|
}
|
|
|
|
/* line 104, home/_home.scss */
|
|
input[disabled], .input-prepend [disabled].add-on, select[disabled], textarea[disabled], input[readonly], .input-prepend [readonly].add-on, select[readonly], textarea[readonly] {
|
|
cursor: not-allowed;
|
|
background-color: #eee;
|
|
}
|
|
/* line 107, home/_home.scss */
|
|
input[disabled]:focus, .input-prepend [disabled].add-on:focus, select[disabled]:focus, textarea[disabled]:focus, input[readonly]:focus, .input-prepend [readonly].add-on:focus, select[readonly]:focus, textarea[readonly]:focus {
|
|
cursor: not-allowed;
|
|
background-color: #eee;
|
|
outline: none;
|
|
}
|
|
|
|
/* line 114, home/_home.scss */
|
|
.fa-white {
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
/********************** overridding the common ui ***********************/
|
|
/* line 120, home/_home.scss */
|
|
.simple-form-ui form {
|
|
background: #FFFFFF;
|
|
}
|
|
/* line 122, home/_home.scss */
|
|
.simple-form-ui form section {
|
|
display: block;
|
|
padding: 0px;
|
|
border-left: none;
|
|
background: #FFFFFF;
|
|
}
|
|
|
|
/* line 131, home/_home.scss */
|
|
p.caution {
|
|
color: red;
|
|
padding: 15px 5px 5px 5px;
|
|
background: #FFFFFF;
|
|
text-align: center;
|
|
}
|
|
|
|
/* line 138, home/_home.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, .split-button input[type="submit"].toggle-button, .split-button .input-prepend [type="submit"].toggle-button.add-on, .input-prepend .split-button [type="submit"].toggle-button.add-on, .input-prepend [type="submit"].confirm.add-on, .input-prepend .split-button .primaryOption button[type="submit"].add-on, .split-button .primaryOption .input-prepend button[type="submit"].add-on, input[type="button"].confirm, .split-button input[type="button"].toggle-button, .split-button .input-prepend [type="button"].toggle-button.add-on, .input-prepend .split-button [type="button"].toggle-button.add-on, .input-prepend [type="button"].confirm.add-on, .input-prepend .split-button .primaryOption button[type="button"].add-on, .split-button .primaryOption .input-prepend button[type="button"].add-on, input[type="submit"].confirm, .split-button input[type="submit"].toggle-button, .split-button .input-prepend [type="submit"].toggle-button.add-on, .input-prepend .split-button [type="submit"].toggle-button.add-on, .input-prepend [type="submit"].confirm.add-on, .input-prepend .split-button .primaryOption button[type="submit"].add-on, .split-button .primaryOption .input-prepend button[type="submit"].add-on, a.button.confirm, .split-button a.button.toggle-button {
|
|
padding: 7px 20px;
|
|
}
|
|
|
|
/* line 142, home/_home.scss */
|
|
.button, button, input[type="submit"], .input-prepend [type="submit"].add-on, input[type="button"], .input-prepend [type="button"].add-on, input[type="submit"], .input-prepend [type="submit"].add-on, a.button {
|
|
padding: 7px 20px;
|
|
}
|
|
|
|
/* line 146, home/_home.scss */
|
|
button[disabled], button[disabled]:hover, button.disabled, button.disabled:hover {
|
|
opacity: .65;
|
|
filter: alpha(opacity=65);
|
|
background: #eee;
|
|
border: 1px solid #ccc;
|
|
color: #333;
|
|
-webkit-box-shadow: none;
|
|
-moz-box-shadow: none;
|
|
box-shadow: none;
|
|
cursor: default;
|
|
}
|
|
|
|
/*** grid form elements css end ***/
|
|
/* line 159, home/_home.scss */
|
|
body {
|
|
width: 100%;
|
|
max-width: 100%;
|
|
font-size: 14px;
|
|
font-family: "OpenSans", Arial, sans-serif;
|
|
}
|
|
|
|
/* line 166, home/_home.scss */
|
|
.reg-header {
|
|
overflow: hidden;
|
|
*zoom: 1;
|
|
height: 52px;
|
|
}
|
|
|
|
/* line 171, home/_home.scss */
|
|
.remove-margin {
|
|
margin: 0px !important;
|
|
}
|
|
|
|
/* line 175, home/_home.scss */
|
|
#overlay {
|
|
display: none;
|
|
z-index: 10000;
|
|
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 184, home/_home.scss */
|
|
#overlay div {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
/*** login specific css end ***/
|
|
/*** search page css start ****/
|
|
/* line 192, home/_home.scss */
|
|
.reg-wrapper {
|
|
margin: 0px auto;
|
|
height: 100%;
|
|
}
|
|
/* line 196, home/_home.scss */
|
|
.reg-wrapper .inline-element, .reg-wrapper select, .reg-wrapper input, .reg-wrapper .input-prepend .add-on, .input-prepend .reg-wrapper .add-on, .reg-wrapper button {
|
|
display: inline-block;
|
|
}
|
|
/* line 199, home/_home.scss */
|
|
.reg-wrapper select {
|
|
height: 35px;
|
|
}
|
|
/* line 202, home/_home.scss */
|
|
.reg-wrapper header {
|
|
color: #ccc;
|
|
height: 52px;
|
|
border-radius: 0;
|
|
line-height: 1em;
|
|
background: #669999;
|
|
}
|
|
/* line 208, home/_home.scss */
|
|
.reg-wrapper header .header-logo {
|
|
display: block;
|
|
width: 35px;
|
|
margin: 8px auto;
|
|
}
|
|
/* line 212, home/_home.scss */
|
|
.reg-wrapper header .header-logo img {
|
|
display: block;
|
|
width: 35px;
|
|
border-radius: 17px;
|
|
box-shadow: 0 8px 6px -7px #000000;
|
|
}
|
|
/* line 221, home/_home.scss */
|
|
.reg-wrapper header ul li {
|
|
display: inline-block;
|
|
}
|
|
/* line 224, home/_home.scss */
|
|
.reg-wrapper header ul li a {
|
|
color: #FFFFFF;
|
|
font-weight: bold;
|
|
cursor: pointer;
|
|
text-decoration: none;
|
|
}
|
|
/* line 229, home/_home.scss */
|
|
.reg-wrapper header ul li a .nav-link {
|
|
padding-left: 2px;
|
|
}
|
|
/* line 231, home/_home.scss */
|
|
.reg-wrapper header ul li a .nav-link:hover {
|
|
text-decoration: underline;
|
|
}
|
|
/* line 239, home/_home.scss */
|
|
.reg-wrapper .reg-search-wrapper {
|
|
padding: 10px;
|
|
margin-top: 5px;
|
|
border: 1px solid #ccc;
|
|
background: #FFFFFF;
|
|
border-radius: 3px;
|
|
}
|
|
/* line 245, home/_home.scss */
|
|
.reg-wrapper .reg-search-wrapper .reg-search {
|
|
margin-bottom: 10px;
|
|
overflow: hidden;
|
|
*zoom: 1;
|
|
}
|
|
/* line 248, home/_home.scss */
|
|
.reg-wrapper .reg-search-wrapper .reg-search .search-seperator-l {
|
|
display: inline;
|
|
float: left;
|
|
width: 41.66667%;
|
|
margin: 0 0%;
|
|
border-right: 2px dotted #ccc;
|
|
}
|
|
/* line 251, home/_home.scss */
|
|
.reg-wrapper .reg-search-wrapper .reg-search .search-seperator-l select {
|
|
width: 80px;
|
|
min-width: 80px;
|
|
padding: 0 10px !important;
|
|
}
|
|
/* line 257, home/_home.scss */
|
|
.reg-wrapper .reg-search-wrapper .reg-search .search-seperator-r {
|
|
padding: 0px 0px 10px 20px;
|
|
}
|
|
/* line 259, home/_home.scss */
|
|
.reg-wrapper .reg-search-wrapper .reg-search .search-seperator-r input, .reg-wrapper .reg-search-wrapper .reg-search .search-seperator-r .input-prepend .add-on, .input-prepend .reg-wrapper .reg-search-wrapper .reg-search .search-seperator-r .add-on {
|
|
margin-right: 5px;
|
|
}
|
|
/* line 262, home/_home.scss */
|
|
.reg-wrapper .reg-search-wrapper .reg-search .search-seperator-r .reg-srch-btn {
|
|
margin-top: 25px;
|
|
}
|
|
/* line 267, home/_home.scss */
|
|
.reg-wrapper .reg-search-wrapper .note-container {
|
|
text-align: left;
|
|
}
|
|
/* line 269, home/_home.scss */
|
|
.reg-wrapper .reg-search-wrapper .note-container .note {
|
|
padding: 6px 10px 6px 10px;
|
|
}
|
|
/* line 272, home/_home.scss */
|
|
.reg-wrapper .reg-search-wrapper .note-container .note .text p {
|
|
max-width: 100%;
|
|
top: 0px;
|
|
margin-left: 0;
|
|
}
|
|
|
|
/*** search page css end ***/
|
|
/* line 284, home/_home.scss */
|
|
.apps {
|
|
text-align: center;
|
|
}
|
|
/* line 286, home/_home.scss */
|
|
.apps li {
|
|
display: inline-block;
|
|
}
|
|
/* line 288, home/_home.scss */
|
|
.apps li a {
|
|
padding: 20px 10px;
|
|
width: 130px;
|
|
max-height: 90px;
|
|
vertical-align: top;
|
|
line-height: 1.3em;
|
|
margin: 10px;
|
|
text-align: center;
|
|
font-size: 1.3em;
|
|
}
|
|
/* line 297, home/_home.scss */
|
|
.apps li a:hover {
|
|
background: #eee;
|
|
border: 1px solid #ccc;
|
|
}
|
|
/* line 301, home/_home.scss */
|
|
.apps li a i {
|
|
display: block;
|
|
font-size: 50px;
|
|
margin: 0px auto;
|
|
padding: 10px;
|
|
}
|
|
|
|
/*** Login Page Styles ***/
|
|
/******************************************************************************/
|
|
/* line 314, home/_home.scss */
|
|
.login {
|
|
height: 300px;
|
|
position: absolute;
|
|
left: 10px;
|
|
right: 10px;
|
|
top: 0;
|
|
bottom: 0;
|
|
margin: auto;
|
|
font-size: 0.865em;
|
|
max-width: 500px;
|
|
}
|
|
/* line 324, home/_home.scss */
|
|
.login form {
|
|
border-radius: 0 0 10px 10px;
|
|
box-shadow: 0 10px 10px -10px #666;
|
|
}
|
|
/* line 328, home/_home.scss */
|
|
.login header {
|
|
border-radius: 10px 10px 0 0;
|
|
box-sizing: border-box;
|
|
color: #FFFFFF;
|
|
font-weight: bold;
|
|
font-size: 20px;
|
|
line-height: 52px;
|
|
padding: 0px 20px;
|
|
}
|
|
/* line 336, home/_home.scss */
|
|
.login header .left {
|
|
max-width: 150px;
|
|
overflow: hidden;
|
|
}
|
|
/* line 340, home/_home.scss */
|
|
.login header .locale-wrapper {
|
|
font-size: 14px;
|
|
max-width: 300px;
|
|
overflow: hidden;
|
|
}
|
|
/* line 344, home/_home.scss */
|
|
.login header .locale-wrapper .locale-text {
|
|
padding-right: 10px;
|
|
max-width: 130px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
float: left;
|
|
}
|
|
/* line 352, home/_home.scss */
|
|
.login header .locale-wrapper select {
|
|
background-color: #FFF;
|
|
border: 1px solid #ddd;
|
|
color: #363463;
|
|
height: 25px;
|
|
padding: 0px 10px;
|
|
margin: 0;
|
|
}
|
|
/* line 362, home/_home.scss */
|
|
.login header a.back-btn {
|
|
line-height: initial !important;
|
|
}
|
|
/* line 367, home/_home.scss */
|
|
.login .login-body {
|
|
background: #FFFFFF;
|
|
border: 1px solid #ccc;
|
|
padding-bottom: 10px;
|
|
border-radius: 0 0 10px 10px;
|
|
padding-top: 10px;
|
|
}
|
|
/* line 373, home/_home.scss */
|
|
.login .login-body p.caution {
|
|
padding: 0px;
|
|
}
|
|
/* line 376, home/_home.scss */
|
|
.login .login-body .note-container {
|
|
width: 95.1%;
|
|
margin: auto;
|
|
}
|
|
/* line 379, home/_home.scss */
|
|
.login .login-body .note-container .note {
|
|
min-width: 10px;
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
/* line 383, home/_home.scss */
|
|
.login .login-body .note-container .note.error {
|
|
color: #ff0000;
|
|
}
|
|
/* line 388, home/_home.scss */
|
|
.login .login-body .form-field {
|
|
display: block;
|
|
margin: 10px 13px 10px 17px;
|
|
}
|
|
/* line 392, home/_home.scss */
|
|
.login .login-body .form-field .field-attribute label {
|
|
text-align: left;
|
|
padding-left: 3px;
|
|
margin: 0;
|
|
}
|
|
/* line 398, home/_home.scss */
|
|
.login .login-body .form-field .field-value {
|
|
clear: both;
|
|
float: none;
|
|
width: 100%;
|
|
}
|
|
/* line 402, home/_home.scss */
|
|
.login .login-body .form-field .field-value input[type="text"], .login .login-body .form-field .field-value .input-prepend [type="text"].add-on, .input-prepend .login .login-body .form-field .field-value [type="text"].add-on, .login .login-body .form-field .field-value input[type="password"], .login .login-body .form-field .field-value .input-prepend [type="password"].add-on, .input-prepend .login .login-body .form-field .field-value [type="password"].add-on {
|
|
width: 95%;
|
|
display: block;
|
|
margin: 0px;
|
|
min-width: 10%;
|
|
padding: 10px 4px 10px 10px;
|
|
}
|
|
/* line 409, home/_home.scss */
|
|
.login .login-body .form-field .field-value select {
|
|
width: 99%;
|
|
}
|
|
/* line 414, home/_home.scss */
|
|
.login .login-body .form-footer {
|
|
margin: 10px 13px 10px 17px;
|
|
}
|
|
/* line 416, home/_home.scss */
|
|
.login .login-body .form-footer button.confirm, .login .login-body .form-footer .split-button .primaryOption button, .split-button .primaryOption .login .login-body .form-footer button, .login .login-body .form-footer .split-button button.toggle-button, .split-button .login .login-body .form-footer button.toggle-button {
|
|
margin: 2px auto;
|
|
max-width: 100%;
|
|
width: 99%;
|
|
padding: 10px;
|
|
font-size: 16px;
|
|
}
|
|
@media screen and (min-width: 1025px) {
|
|
/* line 314, home/_home.scss */
|
|
.login {
|
|
width: 500px;
|
|
}
|
|
/* line 427, home/_home.scss */
|
|
.login .login-body {
|
|
padding-top: 10px;
|
|
}
|
|
/* line 429, home/_home.scss */
|
|
.login .login-body .note-container .note {
|
|
margin: 0px auto;
|
|
}
|
|
/* line 432, home/_home.scss */
|
|
.login .login-body .form-field {
|
|
padding: 0;
|
|
}
|
|
/* line 435, home/_home.scss */
|
|
.login .login-body .form-field .field-attribute label {
|
|
text-align: right;
|
|
margin: 8px 0.8em 8px 0px;
|
|
width: 11em;
|
|
}
|
|
/* line 441, home/_home.scss */
|
|
.login .login-body .form-field .field-value {
|
|
clear: none;
|
|
float: left;
|
|
width: auto;
|
|
}
|
|
/* line 445, home/_home.scss */
|
|
.login .login-body .form-field .field-value input[type="text"], .login .login-body .form-field .field-value .input-prepend [type="text"].add-on, .input-prepend .login .login-body .form-field .field-value [type="text"].add-on, .login .login-body .form-field .field-value input[type="password"], .login .login-body .form-field .field-value .input-prepend [type="password"].add-on, .input-prepend .login .login-body .form-field .field-value [type="password"].add-on {
|
|
width: 15em;
|
|
display: inline-block;
|
|
margin: 2px;
|
|
min-width: 80%;
|
|
padding: 4px;
|
|
}
|
|
/* line 452, home/_home.scss */
|
|
.login .login-body .form-field .field-value select {
|
|
width: 15.7em;
|
|
}
|
|
/* line 457, home/_home.scss */
|
|
.login .login-body .form-footer {
|
|
padding-left: 13.8em;
|
|
}
|
|
/* line 459, home/_home.scss */
|
|
.login .login-body .form-footer button.confirm, .login .login-body .form-footer .split-button .primaryOption button, .split-button .primaryOption .login .login-body .form-footer button, .login .login-body .form-footer .split-button button.toggle-button, .split-button .login .login-body .form-footer button.toggle-button {
|
|
display: inline-block;
|
|
margin: 2px;
|
|
width: 73%;
|
|
}
|
|
}
|
|
|
|
/* line 469, home/_home.scss */
|
|
.warning-message {
|
|
text-align: center;
|
|
margin-top: 20px;
|
|
color: #ffac2e;
|
|
}
|
|
/* line 473, home/_home.scss */
|
|
.warning-message span {
|
|
font-weight: bolder;
|
|
font-size: 13px;
|
|
display: inline-block;
|
|
margin-bottom: 5px;
|
|
}
|
|
/* line 479, home/_home.scss */
|
|
.warning-message p {
|
|
padding: 0 25px;
|
|
}
|
|
|
|
/* line 483, home/_home.scss */
|
|
.emr-login-text {
|
|
text-align: center;
|
|
font-size: 22px;
|
|
font-weight: 900;
|
|
color: #669999;
|
|
position: absolute;
|
|
top: -25px;
|
|
left: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
/* line 493, home/_home.scss */
|
|
.bottom-logos-wrapper {
|
|
width: auto;
|
|
text-align: center;
|
|
margin-bottom: 15px;
|
|
margin-top: 20px;
|
|
}
|
|
@media screen and (min-width: 1025px) {
|
|
/* line 493, home/_home.scss */
|
|
.bottom-logos-wrapper {
|
|
width: 700px;
|
|
margin-left: -20%;
|
|
}
|
|
}
|
|
/* line 502, home/_home.scss */
|
|
.bottom-logos-wrapper img {
|
|
height: 60px;
|
|
padding: 0 8px;
|
|
}
|
|
|
|
/* line 507, home/_home.scss */
|
|
.power-by {
|
|
position: fixed;
|
|
width: 100%;
|
|
bottom: 0;
|
|
text-align: center;
|
|
background: #fafafa;
|
|
padding-bottom: 5px;
|
|
font-size: 12px;
|
|
color: #898989;
|
|
}
|
|
/* line 516, home/_home.scss */
|
|
.power-by img {
|
|
width: 55px;
|
|
vertical-align: middle;
|
|
margin: 0 1px;
|
|
}
|
|
/* line 521, home/_home.scss */
|
|
.power-by a {
|
|
color: #000;
|
|
}
|
|
|
|
/* line 525, home/_home.scss */
|
|
.clint-logo-wrapper {
|
|
display: block;
|
|
text-align: center;
|
|
padding-top: 10px;
|
|
}
|
|
/* line 529, home/_home.scss */
|
|
.clint-logo-wrapper img {
|
|
max-width: 200px;
|
|
vertical-align: middle;
|
|
max-height: 120px;
|
|
}
|
|
/* line 534, home/_home.scss */
|
|
.clint-logo-wrapper span {
|
|
vertical-align: middle;
|
|
color: #888;
|
|
font-size: 20px;
|
|
}
|
|
|
|
/*** Change Password Page Styles ***/
|
|
/******************************************************************************/
|
|
/* line 543, home/_home.scss */
|
|
.login.change-password-wrap {
|
|
width: auto;
|
|
max-width: 765px;
|
|
}
|
|
/* line 546, home/_home.scss */
|
|
.login.change-password-wrap .change-password {
|
|
width: 450px;
|
|
}
|
|
/* line 548, home/_home.scss */
|
|
.login.change-password-wrap .change-password .field-value-buttons {
|
|
padding: 2px 0 2px 2px;
|
|
}
|
|
/* line 550, home/_home.scss */
|
|
.login.change-password-wrap .change-password .field-value-buttons button {
|
|
padding: 7px 13px !important;
|
|
}
|
|
/* line 552, home/_home.scss */
|
|
.login.change-password-wrap .change-password .field-value-buttons button.confirm, .login.change-password-wrap .change-password .field-value-buttons .split-button .primaryOption button, .split-button .primaryOption .login.change-password-wrap .change-password .field-value-buttons button, .login.change-password-wrap .change-password .field-value-buttons .split-button button.toggle-button, .split-button .login.change-password-wrap .change-password .field-value-buttons button.toggle-button {
|
|
margin-right: 0;
|
|
}
|
|
@media screen and (max-width: 830px) {
|
|
/* line 546, home/_home.scss */
|
|
.login.change-password-wrap .change-password {
|
|
width: 385px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 720px) {
|
|
/* line 546, home/_home.scss */
|
|
.login.change-password-wrap .change-password {
|
|
float: none !important;
|
|
clear: both;
|
|
}
|
|
}
|
|
@media screen and (max-width: 830px) {
|
|
/* line 543, home/_home.scss */
|
|
.login.change-password-wrap {
|
|
max-width: 695px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 720px) {
|
|
/* line 543, home/_home.scss */
|
|
.login.change-password-wrap {
|
|
max-width: 400px;
|
|
height: auto;
|
|
}
|
|
}
|
|
/* line 572, home/_home.scss */
|
|
.login.change-password-wrap .info {
|
|
width: 295px;
|
|
border-radius: 10px;
|
|
padding: 10px;
|
|
background: #FFFFFF;
|
|
border: 1px solid #ccc;
|
|
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);
|
|
box-sizing: border-box;
|
|
}
|
|
/* line 580, home/_home.scss */
|
|
.login.change-password-wrap .info h3 {
|
|
margin: 0 0 15px;
|
|
}
|
|
/* line 583, home/_home.scss */
|
|
.login.change-password-wrap .info ol {
|
|
line-height: 1.5;
|
|
padding-left: 15px;
|
|
}
|
|
/* line 586, home/_home.scss */
|
|
.login.change-password-wrap .info ol li {
|
|
padding-bottom: 4px;
|
|
}
|
|
@media screen and (max-width: 720px) {
|
|
/* line 572, home/_home.scss */
|
|
.login.change-password-wrap .info {
|
|
float: none !important;
|
|
clear: both;
|
|
width: 385px;
|
|
margin-top: 20px;
|
|
}
|
|
}
|
|
|
|
/*** Dashboard Styles ***/
|
|
/******************************************************************************/
|
|
/* line 603, home/_home.scss */
|
|
.dashboard {
|
|
position: relative;
|
|
}
|
|
/* line 606, home/_home.scss */
|
|
.dashboard header .btn-user-info {
|
|
background: #00796d;
|
|
padding: 17px 16px;
|
|
border: none;
|
|
border-radius: 0;
|
|
}
|
|
/* line 611, home/_home.scss */
|
|
.dashboard header .btn-user-info:focus {
|
|
outline: 0;
|
|
}
|
|
/* line 614, home/_home.scss */
|
|
.dashboard header .btn-user-info i.mini {
|
|
font-size: .9em;
|
|
}
|
|
/* line 617, home/_home.scss */
|
|
.dashboard header .btn-user-info + ul {
|
|
display: none;
|
|
}
|
|
/* line 619, home/_home.scss */
|
|
.dashboard header .btn-user-info + ul.active {
|
|
background: #00796d;
|
|
display: block;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 50px;
|
|
}
|
|
/* line 626, home/_home.scss */
|
|
.dashboard 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;
|
|
}
|
|
/* line 634, home/_home.scss */
|
|
.dashboard header .btn-user-info + ul li a.disabled {
|
|
color: #ccc;
|
|
}
|
|
/* line 636, home/_home.scss */
|
|
.dashboard header .btn-user-info + ul li a.disabled .fa-user {
|
|
color: #ccc;
|
|
}
|
|
/* line 645, home/_home.scss */
|
|
.dashboard .apps ul {
|
|
margin: 50px auto;
|
|
max-width: 520px;
|
|
}
|
|
/* line 649, home/_home.scss */
|
|
.dashboard .apps ul li a {
|
|
width: 130px;
|
|
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);
|
|
padding: 10px 10px 20px;
|
|
}
|
|
/* line 653, home/_home.scss */
|
|
.dashboard .apps ul li a i {
|
|
margin-bottom: 5px;
|
|
}
|
|
/* line 656, home/_home.scss */
|
|
.dashboard .apps ul li a.button {
|
|
min-height: 115px !important;
|
|
}
|
|
@media screen and (max-width: 520px) {
|
|
/* line 665, home/_home.scss */
|
|
.dashboard .apps ul {
|
|
max-width: 345px;
|
|
}
|
|
}
|
|
@media screen and (min-width: 900px) {
|
|
/* line 672, home/_home.scss */
|
|
.dashboard .apps {
|
|
width: 560px;
|
|
margin: 80px auto;
|
|
}
|
|
/* line 676, home/_home.scss */
|
|
.dashboard .apps ul {
|
|
max-width: 600px;
|
|
}
|
|
/* line 679, home/_home.scss */
|
|
.dashboard .apps ul li a {
|
|
width: 140px;
|
|
}
|
|
/* line 681, home/_home.scss */
|
|
.dashboard .apps ul li a.button {
|
|
min-height: 115px !important;
|
|
}
|
|
/* line 684, home/_home.scss */
|
|
.dashboard .apps ul li a i {
|
|
margin-bottom: 5px;
|
|
}
|
|
}
|
|
|
|
/* line 694, home/_home.scss */
|
|
.change-location {
|
|
padding: 7px 10px;
|
|
}
|
|
/* line 696, home/_home.scss */
|
|
.change-location select, .change-location select:focus {
|
|
background: #00796d;
|
|
color: #FFFFFF;
|
|
border: 1px solid #006056;
|
|
}
|
|
|
|
/* line 703, home/_home.scss */
|
|
.orderSet-Create {
|
|
margin-top: 0 !important;
|
|
}
|
|
|
|
/* line 707, home/_home.scss */
|
|
.syncStatusInfo {
|
|
text-align: center;
|
|
font-size: 14px;
|
|
width: 100%;
|
|
position: fixed;
|
|
bottom: 13px;
|
|
font-style: italic;
|
|
color: #666;
|
|
}
|
|
/* line 715, home/_home.scss */
|
|
.syncStatusInfo .message {
|
|
font-style: normal;
|
|
}
|
|
/* line 718, home/_home.scss */
|
|
.syncStatusInfo .pending {
|
|
color: #FDA319;
|
|
}
|
|
/* line 721, home/_home.scss */
|
|
.syncStatusInfo .fail {
|
|
color: red;
|
|
}
|
|
/* line 724, home/_home.scss */
|
|
.syncStatusInfo .success {
|
|
color: #53B76D;
|
|
}
|
|
/* line 727, home/_home.scss */
|
|
.syncStatusInfo .inProgress {
|
|
color: black;
|
|
}
|
|
/* line 730, home/_home.scss */
|
|
.syncStatusInfo p {
|
|
padding-bottom: 10px;
|
|
margin: 0;
|
|
}
|
|
|
|
/* line 737, home/_home.scss */
|
|
button.button-Errorlog {
|
|
color: #FFA000;
|
|
background: #FFFDF0;
|
|
border-color: #FFA000;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
/* line 745, home/_home.scss */
|
|
.login.login-otp .login-body .form-field .field-attribute label {
|
|
width: 7em;
|
|
}
|
|
/* line 748, home/_home.scss */
|
|
.login.login-otp .login-body .form-field .field-value input[type="password"], .login.login-otp .login-body .form-field .field-value .input-prepend [type="password"].add-on, .input-prepend .login.login-otp .login-body .form-field .field-value [type="password"].add-on {
|
|
min-width: initial;
|
|
}
|
|
/* line 751, home/_home.scss */
|
|
.login.login-otp .login-body .otp-button {
|
|
padding: 6px 14px;
|
|
margin: 2px 0 0 10px;
|
|
}
|
|
/* line 755, home/_home.scss */
|
|
.login.login-otp .login-body .form-footer {
|
|
padding-left: 9.3em;
|
|
}
|
|
/* line 758, home/_home.scss */
|
|
.login.login-otp .login-body .form-footer button.confirm, .login.login-otp .login-body .form-footer .split-button .primaryOption button, .split-button .primaryOption .login.login-otp .login-body .form-footer button, .login.login-otp .login-body .form-footer .split-button button.toggle-button, .split-button .login.login-otp .login-body .form-footer button.toggle-button {
|
|
width: 220px;
|
|
}
|
|
/* line 762, home/_home.scss */
|
|
.login.login-otp .login-body .error.error_resend {
|
|
color: green;
|
|
}
|
|
|
|
/* line 2, home/_errorLogs.scss */
|
|
.error-log-wrapper table {
|
|
table-layout: fixed;
|
|
}
|
|
/* line 4, home/_errorLogs.scss */
|
|
.error-log-wrapper table tr {
|
|
background: #fff;
|
|
}
|
|
/* line 8, home/_errorLogs.scss */
|
|
.error-log-wrapper table th:nth-child(1) {
|
|
width: 20%;
|
|
}
|
|
/* line 11, home/_errorLogs.scss */
|
|
.error-log-wrapper table th:nth-child(2) {
|
|
width: 10%;
|
|
}
|
|
/* line 14, home/_errorLogs.scss */
|
|
.error-log-wrapper table th:nth-child(3) {
|
|
width: 10%;
|
|
}
|
|
/* line 18, home/_errorLogs.scss */
|
|
.error-log-wrapper table td {
|
|
word-wrap: break-word;
|
|
}
|
|
/* line 20, home/_errorLogs.scss */
|
|
.error-log-wrapper table td .stackTrace {
|
|
overflow: hidden;
|
|
max-height: 30px;
|
|
}
|
|
/* line 23, home/_errorLogs.scss */
|
|
.error-log-wrapper table td .stackTrace.stackTraceMore {
|
|
overflow: auto;
|
|
padding-bottom: 15px;
|
|
max-height: 900px;
|
|
-webkit-transition: max-height 1.5s ease-in-out;
|
|
-moz-transition: max-height 1.5s ease-in-out;
|
|
transition: max-height 1.5s ease-in-out;
|
|
}
|
|
/* line 32, home/_errorLogs.scss */
|
|
.error-log-wrapper table td .read-wrap {
|
|
background: #fff;
|
|
padding: 9px 0 5px;
|
|
}
|
|
/* line 35, home/_errorLogs.scss */
|
|
.error-log-wrapper table td .read-wrap .read-wrap-ellipse {
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
/* line 40, home/_errorLogs.scss */
|
|
.error-log-wrapper table td button.readButton {
|
|
padding: 2px 10px 3px;
|
|
background: #fff;
|
|
font-size: 12px;
|
|
margin-top: -14px;
|
|
}
|
|
/* line 45, home/_errorLogs.scss */
|
|
.error-log-wrapper table td button.readButton:hover {
|
|
background: #DDD;
|
|
}
|
|
/* line 48, home/_errorLogs.scss */
|
|
.error-log-wrapper table td button.readButton .more {
|
|
display: none;
|
|
}
|
|
/* line 52, home/_errorLogs.scss */
|
|
.error-log-wrapper table td button.readButton.active .more {
|
|
display: block;
|
|
}
|
|
/* line 55, home/_errorLogs.scss */
|
|
.error-log-wrapper table td button.readButton.active .less {
|
|
display: none;
|
|
}
|