/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/font-weight: bold;}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

ol,
ul {
  list-style: none;
}

li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}
/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}
/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15 {
  position: relative;
}

.container_12 .grid_3,
.container_16 .grid_4 {
  width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
  width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
  width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
  width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
  width: 40px;
}

.container_16 .grid_2 {
  width: 100px;
}

.container_16 .grid_3 {
  width: 160px;
}

.container_16 .grid_5 {
  width: 280px;
}

.container_16 .grid_6 {
  width: 340px;
}

.container_16 .grid_7 {
  width: 400px;
}

.container_16 .grid_9 {
  width: 520px;
}

.container_16 .grid_10 {
  width: 580px;
}

.container_16 .grid_11 {
  width: 640px;
}

.container_16 .grid_13 {
  width: 760px;
}

.container_16 .grid_14 {
  width: 820px;
}

.container_16 .grid_15 {
  width: 880px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
  padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
  padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
  padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
  padding-left: 80px;
}

.container_12 .prefix_2 {
  padding-left: 160px;
}

.container_12 .prefix_4 {
  padding-left: 320px;
}

.container_12 .prefix_5 {
  padding-left: 400px;
}

.container_12 .prefix_7 {
  padding-left: 560px;
}

.container_12 .prefix_8 {
  padding-left: 640px;
}

.container_12 .prefix_10 {
  padding-left: 800px;
}

.container_12 .prefix_11 {
  padding-left: 880px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
  padding-left: 60px;
}

.container_16 .prefix_2 {
  padding-left: 120px;
}

.container_16 .prefix_3 {
  padding-left: 180px;
}

.container_16 .prefix_5 {
  padding-left: 300px;
}

.container_16 .prefix_6 {
  padding-left: 360px;
}

.container_16 .prefix_7 {
  padding-left: 420px;
}

.container_16 .prefix_9 {
  padding-left: 540px;
}

.container_16 .prefix_10 {
  padding-left: 600px;
}

.container_16 .prefix_11 {
  padding-left: 660px;
}

.container_16 .prefix_13 {
  padding-left: 780px;
}

.container_16 .prefix_14 {
  padding-left: 840px;
}

.container_16 .prefix_15 {
  padding-left: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
  padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
  padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
  padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
  padding-right: 80px;
}

.container_12 .suffix_2 {
  padding-right: 160px;
}

.container_12 .suffix_4 {
  padding-right: 320px;
}

.container_12 .suffix_5 {
  padding-right: 400px;
}

.container_12 .suffix_7 {
  padding-right: 560px;
}

.container_12 .suffix_8 {
  padding-right: 640px;
}

.container_12 .suffix_10 {
  padding-right: 800px;
}

.container_12 .suffix_11 {
  padding-right: 880px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
  padding-right: 60px;
}

.container_16 .suffix_2 {
  padding-right: 120px;
}

.container_16 .suffix_3 {
  padding-right: 180px;
}

.container_16 .suffix_5 {
  padding-right: 300px;
}

.container_16 .suffix_6 {
  padding-right: 360px;
}

.container_16 .suffix_7 {
  padding-right: 420px;
}

.container_16 .suffix_9 {
  padding-right: 540px;
}

.container_16 .suffix_10 {
  padding-right: 600px;
}

.container_16 .suffix_11 {
  padding-right: 660px;
}

.container_16 .suffix_13 {
  padding-right: 780px;
}

.container_16 .suffix_14 {
  padding-right: 840px;
}

.container_16 .suffix_15 {
  padding-right: 900px;
}

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .push_3,
.container_16 .push_4 {
  left: 240px;
}

.container_12 .push_6,
.container_16 .push_8 {
  left: 480px;
}

.container_12 .push_9,
.container_16 .push_12 {
  left: 720px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
  left: 80px;
}

.container_12 .push_2 {
  left: 160px;
}

.container_12 .push_4 {
  left: 320px;
}

.container_12 .push_5 {
  left: 400px;
}

.container_12 .push_7 {
  left: 560px;
}

.container_12 .push_8 {
  left: 640px;
}

.container_12 .push_10 {
  left: 800px;
}

.container_12 .push_11 {
  left: 880px;
}

/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
  left: 60px;
}

.container_16 .push_2 {
  left: 120px;
}

.container_16 .push_3 {
  left: 180px;
}

.container_16 .push_5 {
  left: 300px;
}

.container_16 .push_6 {
  left: 360px;
}

.container_16 .push_7 {
  left: 420px;
}

.container_16 .push_9 {
  left: 540px;
}

.container_16 .push_10 {
  left: 600px;
}

.container_16 .push_11 {
  left: 660px;
}

.container_16 .push_13 {
  left: 780px;
}

.container_16 .push_14 {
  left: 840px;
}

.container_16 .push_15 {
  left: 900px;
}

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_3,
.container_16 .pull_4 {
  left: -240px;
}

.container_12 .pull_6,
.container_16 .pull_8 {
  left: -480px;
}

.container_12 .pull_9,
.container_16 .pull_12 {
  left: -720px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
  left: -80px;
}

.container_12 .pull_2 {
  left: -160px;
}

.container_12 .pull_4 {
  left: -320px;
}

.container_12 .pull_5 {
  left: -400px;
}

.container_12 .pull_7 {
  left: -560px;
}

.container_12 .pull_8 {
  left: -640px;
}

.container_12 .pull_10 {
  left: -800px;
}

.container_12 .pull_11 {
  left: -880px;
}

/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
  left: -60px;
}

.container_16 .pull_2 {
  left: -120px;
}

.container_16 .pull_3 {
  left: -180px;
}

.container_16 .pull_5 {
  left: -300px;
}

.container_16 .pull_6 {
  left: -360px;
}

.container_16 .pull_7 {
  left: -420px;
}

.container_16 .pull_9 {
  left: -540px;
}

.container_16 .pull_10 {
  left: -600px;
}

.container_16 .pull_11 {
  left: -660px;
}

.container_16 .pull_13 {
  left: -780px;
}

.container_16 .pull_14 {
  left: -840px;
}

.container_16 .pull_15 {
  left: -900px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after,
.container_16:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12,
.container_16 {
  zoom: 1;
}
/* Webfont: Lato-Black */@font-face {
  font-family: 'LatoWebBlack';
  src: url('/www_ps/assets/fonts/lato/Lato-Black.eot'); /* IE9 Compat Modes */
  src: url('/www_ps/assets/fonts/lato/Lato-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/www_ps/assets/fonts/lato/Lato-Black.woff2') format('woff2'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-Black.woff') format('woff'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-Black.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-BlackItalic */@font-face {
  font-family: 'LatoWebBlack';
  src: url('/www_ps/assets/fonts/lato/Lato-BlackItalic.eot'); /* IE9 Compat Modes */
  src: url('/www_ps/assets/fonts/lato/Lato-BlackItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/www_ps/assets/fonts/lato/Lato-BlackItalic.woff2') format('woff2'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-BlackItalic.woff') format('woff'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-BlackItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Bold */@font-face {
  font-family: 'LatoWebBold';
  src: url('/www_ps/assets/fonts/lato/Lato-Bold.eot'); /* IE9 Compat Modes */
  src: url('/www_ps/assets/fonts/lato/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/www_ps/assets/fonts/lato/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-Bold.woff') format('woff'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-BoldItalic */@font-face {
  font-family: 'LatoWebBold';
  src: url('/www_ps/assets/fonts/lato/Lato-BoldItalic.eot'); /* IE9 Compat Modes */
  src: url('/www_ps/assets/fonts/lato/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/www_ps/assets/fonts/lato/Lato-BoldItalic.woff2') format('woff2'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-BoldItalic.woff') format('woff'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-BoldItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Hairline */@font-face {
  font-family: 'LatoWebHairline';
  src: url('/www_ps/assets/fonts/lato/Lato-Hairline.eot'); /* IE9 Compat Modes */
  src: url('/www_ps/assets/fonts/lato/Lato-Hairline.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/www_ps/assets/fonts/lato/Lato-Hairline.woff2') format('woff2'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-Hairline.woff') format('woff'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-Hairline.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-HairlineItalic */@font-face {
  font-family: 'LatoWebHairline';
  src: url('/www_ps/assets/fonts/lato/Lato-HairlineItalic.eot'); /* IE9 Compat Modes */
  src: url('/www_ps/assets/fonts/lato/Lato-HairlineItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/www_ps/assets/fonts/lato/Lato-HairlineItalic.woff2') format('woff2'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-HairlineItalic.woff') format('woff'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-HairlineItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Heavy */@font-face {
  font-family: 'LatoWebHeavy';
  src: url('/www_ps/assets/fonts/lato/Lato-Heavy.eot'); /* IE9 Compat Modes */
  src: url('/www_ps/assets/fonts/lato/Lato-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/www_ps/assets/fonts/lato/Lato-Heavy.woff2') format('woff2'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-Heavy.woff') format('woff'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-Heavy.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-HeavyItalic */@font-face {
  font-family: 'LatoWebHeavy';
  src: url('/www_ps/assets/fonts/lato/Lato-HeavyItalic.eot'); /* IE9 Compat Modes */
  src: url('/www_ps/assets/fonts/lato/Lato-HeavyItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/www_ps/assets/fonts/lato/Lato-HeavyItalic.woff2') format('woff2'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-HeavyItalic.woff') format('woff'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-HeavyItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Italic */@font-face {
  font-family: 'LatoWeb';
  src: url('/www_ps/assets/fonts/lato/Lato-Italic.eot'); /* IE9 Compat Modes */
  src: url('/www_ps/assets/fonts/lato/Lato-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/www_ps/assets/fonts/lato/Lato-Italic.woff2') format('woff2'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-Italic.woff') format('woff'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-Italic.ttf') format('truetype');
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Light */@font-face {
  font-family: 'LatoWebLight';
  src: url('/www_ps/assets/fonts/lato/Lato-Light.eot'); /* IE9 Compat Modes */
  src: url('/www_ps/assets/fonts/lato/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/www_ps/assets/fonts/lato/Lato-Light.woff2') format('woff2'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-Light.woff') format('woff'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-Light.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-LightItalic */@font-face {
  font-family: 'LatoWebLight';
  src: url('/www_ps/assets/fonts/lato/Lato-LightItalic.eot'); /* IE9 Compat Modes */
  src: url('/www_ps/assets/fonts/lato/Lato-LightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/www_ps/assets/fonts/lato/Lato-LightItalic.woff2') format('woff2'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-LightItalic.woff') format('woff'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-LightItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Medium */@font-face {
  font-family: 'LatoWebMedium';
  src: url('/www_ps/assets/fonts/lato/Lato-Medium.eot'); /* IE9 Compat Modes */
  src: url('/www_ps/assets/fonts/lato/Lato-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/www_ps/assets/fonts/lato/Lato-Medium.woff2') format('woff2'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-Medium.woff') format('woff'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-Medium.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-MediumItalic */@font-face {
  font-family: 'LatoWebMedium';
  src: url('/www_ps/assets/fonts/lato/Lato-MediumItalic.eot'); /* IE9 Compat Modes */
  src: url('/www_ps/assets/fonts/lato/Lato-MediumItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/www_ps/assets/fonts/lato/Lato-MediumItalic.woff2') format('woff2'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-MediumItalic.woff') format('woff'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-MediumItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Regular */@font-face {
  font-family: 'LatoWeb';
  src: url('/www_ps/assets/fonts/lato/Lato-Regular.eot'); /* IE9 Compat Modes */
  src: url('/www_ps/assets/fonts/lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/www_ps/assets/fonts/lato/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Semibold */@font-face {
  font-family: 'LatoWebSemibold';
  src: url('/www_ps/assets/fonts/lato/Lato-Semibold.eot'); /* IE9 Compat Modes */
  src: url('/www_ps/assets/fonts/lato/Lato-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/www_ps/assets/fonts/lato/Lato-Semibold.woff2') format('woff2'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-Semibold.woff') format('woff'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-Semibold.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-SemiboldItalic */@font-face {
  font-family: 'LatoWebSemibold';
  src: url('/www_ps/assets/fonts/lato/Lato-SemiboldItalic.eot'); /* IE9 Compat Modes */
  src: url('/www_ps/assets/fonts/lato/Lato-SemiboldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/www_ps/assets/fonts/lato/Lato-SemiboldItalic.woff2') format('woff2'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-SemiboldItalic.woff') format('woff'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-SemiboldItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Thin */@font-face {
  font-family: 'LatoWebThin';
  src: url('/www_ps/assets/fonts/lato/Lato-Thin.eot'); /* IE9 Compat Modes */
  src: url('/www_ps/assets/fonts/lato/Lato-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/www_ps/assets/fonts/lato/Lato-Thin.woff2') format('woff2'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-Thin.woff') format('woff'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-Thin.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-ThinItalic */@font-face {
  font-family: 'LatoWebThin';
  src: url('/www_ps/assets/fonts/lato/Lato-ThinItalic.eot'); /* IE9 Compat Modes */
  src: url('/www_ps/assets/fonts/lato/Lato-ThinItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/www_ps/assets/fonts/lato/Lato-ThinItalic.woff2') format('woff2'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-ThinItalic.woff') format('woff'), /* Modern Browsers */
  url('/www_ps/assets/fonts/lato/Lato-ThinItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}


/*NEW SLIDER STYLES FOR SCALE, ETC*/
/* slider widget */
.ui-slider  {
	text-decoration: none !important;
}
.ui-slider .ui-slider-handle  {
	overflow: visible !important;
}
.ui-slider .ui-slider-tooltip {
	display: none;
}
.ui-slider .screenReaderContext {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	left: -999999999px;
}
.ui-slider .ui-state-active .ui-slider-tooltip, .ui-slider .ui-state-focus .ui-slider-tooltip, .ui-slider .ui-state-hover .ui-slider-tooltip {
	display: block;
	position: absolute;
	bottom: 2.5em;
	text-align: center;
	padding: .3em .2em .4em;
	font-size: .9em;
	width: 8em;
	margin-left: -3.7em;
}
.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down, .ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down-inner {
	position: absolute; 
	display: block;
	width:0; 
	height:0; 
	border-bottom-width: 0;
	background: none;
}
.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down {	
	border-left: 7px dashed transparent; 
	border-right: 7px dashed transparent;
	border-top-width: 8px;
	bottom:	-8px;
	right: auto;
	left: 50%;
	margin-left: -7px;
}
.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down-inner {
	border-left: 6px dashed transparent; 
	border-right: 6px dashed transparent;
	border-top: 7px solid #fff;
	bottom:	auto;
	top: -9px;
	left: -6px;
}
.ui-slider a {
	text-decoration: none;
}
.ui-slider ol, .ui-slider li, .ui-slider dl, .ui-slider dd, .ui-slider dt {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ui-slider ol, .ui-slider dl {
	position: relative;
	top: 1.3em;
	width: 100%;
}
.ui-slider dt {
	top: 1.5em;
	position: absolute;
	padding-top: .2em;
	text-align: center;
	border-bottom: 1px dotted #ddd;
	height: .7em;
	color: #999;
}
.ui-slider dt span {
	background: #fff;
	padding: 0 .5em;
}
.ui-slider li, .ui-slider dd {
	position: absolute;
	overflow: visible;
	color: #666;
}
.ui-slider span.ui-slider-label {
	position: absolute;
}
.ui-slider li span.ui-slider-label, .ui-slider dd span.ui-slider-label {
	display: none;
}
.ui-slider li span.ui-slider-label-show, .ui-slider dd span.ui-slider-label-show {
	display: block;
}
.ui-slider span.ui-slider-tic {
	position: absolute;
	left: 0;
	height: .8em;
	top: -1.3em;
}
.ui-slider li span.ui-widget-content, .ui-slider dd span.ui-widget-content {
	border-right: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-top: 0;
	border-bottom: 0;
}
.ui-slider .first .ui-slider-tic, .ui-slider .last .ui-slider-tic {
	display: none;
}


ul.tagit {
    padding: 1px 5px;
    overflow: auto;
    margin-left: inherit; /* usually we don't want the regular ul margins. */
    margin-right: inherit;
}
ul.tagit li {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit li.tagit-choice {    
    position: relative;
    line-height: inherit;
}
input.tagit-hidden-field {
    display: none;
}
ul.tagit li.tagit-choice-read-only { 
    padding: .2em .5em .2em .5em; 
} 

ul.tagit li.tagit-choice-editable { 
    padding: .2em 18px .2em .5em; 
} 

ul.tagit li.tagit-new {
    padding: .25em 4px .25em 0;
}

ul.tagit li.tagit-choice a.tagit-label {
    cursor: pointer;
    text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
    cursor: pointer;
    position: absolute;
    right: .1em;
    top: 50%;
    margin-top: -8px;
    line-height: 17px;
}

/* used for some custom themes that don't need image icons */
ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: none;
}

ul.tagit li.tagit-choice input {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit input[type="text"] {
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:         border-box;

    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;

    border: none;
    margin: 0;
    padding: 0;
    width: inherit;
    background-color: inherit;
    outline: none;
}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
	url('../fonts/icomoon.svg#icomoon') format('svg'),
	url('../fonts/icomoon.woff') format('woff'),
	url('../fonts/icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'icomoon';
	font-style: normal;
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-arrow-right:before {
	content: "\e000";
}
.icon-arrow-down:before {
	content: "\e001";
}
.icon-cog:before {
	content: "\e002";
}
.icon-pictures:before {
	content: "\e003";
}
.icon-eye:before {
	content: "\e004";
}
.icon-attachment:before {
	content: "\e005";
}
.icon-folder:before {
	content: "\e006";
}
.icon-pencil:before {
	content: "\e007";
}
.icon-remove:before {
	content: "\e009";
}
.icon-remove-2:before {
	content: "\e008";
}
.icon-home:before {
	content: "\e00a";
}
.icon-calendar:before {
	content: "\e00b";
}
.icon-bars:before {
	content: "\e00c";
}
.icon-stats-up:before {
	content: "\e00d";
}
.icon-user:before {
	content: "\e00e";
}
.icon-locked:before {
	content: "\e00f";
}
.icon-zoom-in:before {
	content: "\e010";
}
.icon-grid-view:before {
	content: "\e011";
}
.icon-loop:before {
	content: "\e012";
}
.icon-plus:before {
	content: "\e013";
}
.icon-minus:before {
	content: "\e014";
}
.icon-plus-2:before {
	content: "\e015";
}
.icon-minus-2:before {
	content: "\e016";
}
.icon-cancel:before {
	content: "\e017";
}
.icon-menu:before {
	content: "\e018";
}
.icon-plus-3:before {
	content: "\e019";
}
.icon-minus-3:before {
	content: "\e01a";
}
.icon-checkmark:before {
	content: "\e01b";
}
.icon-cancel-2:before {
	content: "\e01c";
}
.icon-star:before {
	content: "\e01d";
}
.icon-plus-alt:before {
	content: "\e01e";
}
.icon-minus-alt:before {
	content: "\e01f";
}
.icon-x-altx-alt:before {
	content: "\e020";
}
.icon-calendar-alt-stroke:before {
	content: "\e021";
}
.icon-calendar-alt-fill:before {
	content: "\e022";
}
.icon-arrow-down-alt1:before {
	content: "\e023";
}
.icon-arrow-right-alt1:before {
	content: "\e024";
}
.icon-lines:before {
	content: "\e025";
}
.icon-grid:before {
	content: "\e026";
}
.icon-list:before {
	content: "\e027";
}
.icon-move:before {
	content: "\e028";
}
.icon-pencil-2:before {
	content: "\e029";
}
.icon-comments:before {
	content: "\e02a";
}
.icon-box-add:before {
	content: "\e02b";
}
.icon-flip:before {
	content: "\e02c";
}
.icon-flip-2:before {
	content: "\e02d";
}
.icon-cog-2:before {
	content: "\e02e";
}
.icon-skull:before {
	content: "\e02f";
}
.icon-medicine:before {
	content: "\e030";
}
.icon-lightning:before {
	content: "\e031";
}
.icon-power:before {
	content: "\e032";
}
.icon-flag:before {
	content: "\e033";
}
.icon-help:before {
	content: "\e034";
}
.icon-info:before {
	content: "\e035";
}
.icon-share:before {
	content: "\e036";
}
.icon-busy:before {
	content: "\e037";
}
.icon-loading:before {
	content: "\e038";
}
.icon-loading-2:before {
	content: "\e039";
}
.icon-support:before {
	content: "\e03a";
}
.icon-lamp:before {
	content: "\e03b";
}
.icon-bell:before {
	content: "\e03c";
}
.icon-warning:before {
	content: "\e03d";
}

.qr_code_url {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#tab_options{
	font-size: smaller;
}

.D-dialog{
	margin-left: auto;
	z-index: 100;
	background-color: white;
	border: black 1px solid;
	width: 350px;
	margin-right: auto;
	padding: 10px;
}
.D-dialog .button:before{
	content: "Install";
}
.grey_box{
	background: #F2F2F2 !important;
	margin-bottom: 10px;
	padding: 20px;
	border-width: thin !important;
	color: dimgrey;
}
.button-blue{
	background-color: #1B1C1D;
	color: white;
	border: none;
	padding: 5px 30px;
	font-weight: bold;
	display: inline;
	border-radius: 5px;
	cursor: pointer;
	height: 40px;
	font-size: 1em;
}

.mobile_wrapper{
	width: 100%;
	max-width: 600px;
	margin: 20px auto;
	font-family: arial;
}
.button-fixed{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	font-size: 20px;
}
#loading-img {
	background: url(/www_ps/assets/images/loading.gif) center center no-repeat;
	height: 100%;
	z-index: 20;	
}

.loading_text {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-top: 450px;
}

.text-only {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	top: 50%;
	width: 100%;
	position: absolute;
}

.overlay_splash {
	background: white;
	position: fixed;
	height: 100vh;
	width: 100vw;
	opacity: 0.5;
	z-index: 10000;
	left:0;
}

.splash {
	height: 100%;
	width: 100%;
}

.button_white{
	background-color: #2185D0;
	color: white;
	border: 1px lightgrey solid;
	border-radius: 5px;
	padding: 10px;
	cursor: pointer;
	font-size: 1em;
}
.button_red{
	background-color: white;
	color: red;
	border: 1px lightgrey solid;
	padding: 10px;
	cursor: pointer;
	border-radius: 5px;
	font-size: 1em;
}
.qq-upload-button-hover{
	background-color: lightgrey !important;
}
.login-page .chosen-container-active .chosen-single, .login-page .chosen-single{
	background: white;
	border-radius: 0px;
}
.proforma-selection .tabs{
	display: none;
}
.table_provider td {
	padding: 5px;
	vertical-align: baseline;;
}
.table_provider thead td{
	font-weight: bold;
}
.table_provider{
	font-size: 12px;
	border: 1px solid #eee;
	width: 100%;
}

.legacy-patient-search {
	margin-top: 4px;
}

/* modal styles edit address modal */
.editaddress-modal-label {
	color: black;
	font-size: 14px;
	font-weight: bold;
	margin: 4px 4px 10px 4px;
}
.editaddress-modal-padding {
	padding: 10px !important;
	padding-left: 12px !important;
	line-height: 1.3 !important;
	padding-right: 35px !important;
}

.editaddress-input-padding {
	margin-top: 8px !important;
	padding: 15px !important;
}

.editaddress-modal-container {
	margin-left: 22px !important;
	padding-bottom: 10px !important;
	margin-bottom: 30px !important;
	padding-right: 2em !important;
}

.viewdetails-modal-content {
	padding-top: 0.3em !important;
}

.error_padding_bottom {
	padding-bottom: 0.75em !important;
}

.width100 {
	width: 100% !important;
	min-width: 100% !important;
}

.width75 {
	width: 75% !important;
	min-width: 75% !important;
	max-width: 75% !important;
}

.width25 {
	width: 25% !important;
	min-width: 25% !important;
	max-width: 25% !important;
}

.width20 {
	width: 20% !important;
	min-width: 20% !important;
	max-width: 20% !important;
}

.width35 {
	width: 35% !important;
	min-width: 35% !important;
	max-width: 35% !important;
}

.width72 {
	width: 72% !important;
	min-width: 72% !important;
	max-width: 72% !important;
}

.width28 {
	width: 28% !important;
	min-width: 28% !important;
	max-width: 28% !important;
}

.width45 {
	width: 45% !important;
	min-width: 45% !important;
	max-width: 45% !important;
}

.width18 {
	width: 18% !important;
	min-width: 18% !important;
	max-width: 18% !important;
}

.width60 {
	width: 60% !important;
	min-width: 60% !important;
	max-width: 60% !important;
}

.width50 {
	width: 50% !important;
	min-width: 50% !important;
	max-width: 50% !important;
}

.width70 {
	width: 70% !important;
	min-width: 70% !important;
	max-width: 70% !important;
}
.width30 {
	width: 30% !important;
	min-width: 30% !important;
	max-width: 30% !important;
}

width100em {
	width: 100em !important;
}

.p-0-5 {
	padding: 0.5em !important;
}

.modal-row-reduced-vertical-padding {
	padding-top: 0.2em !important;
	padding-bottom: 0.2em !important;
}

.divider-spacing {
	margin: 0px !important;
	padding: 5px !important;
}

.title-spacer {
	margin: 0px !important;
	padding: 3px !important;
}
.divider-spacing {
	margin: 0px !important;
	padding: 5px !important;
}

.title-spacer {
	margin: 0px !important;
	padding: 3px !important;
}
.divider-spacing {
	margin: 0px !important;
	padding: 5px !important;
}

.p-025 {
	padding: 0.25em !important;
}

.title-spacer {
	margin: 0px !important;
	padding: 3px !important;
}

.p-020 {
	padding: 0.20em !important;
}

.p-025 {
	padding: 0.25em !important;
}

.pt-05 {
	padding-top: 0.5em !important;
}

.pt-1 {
	padding-top: 1em !important;
}

.ptb-025 {
	padding-top: 0.25em !important;
	padding-bottom: 0.25em !important;
}

.ml-1 {
	margin-left: 1em !important;
}

.height60 {
	max-height: 60px !important;
	min-height: 60px !important;
	height: 60px !important;
}

.p-020 {
	padding: 0.20em !important;
}

.p-0 {
	padding: 0px !important;
}

.p-1 {
	padding: 1em !important;
}

.pb-1 {
	padding-bottom: 1em !important;
}

.height60 {
	max-height: 60px !important;
	min-height: 60px !important;
	height: 60px !important;
}
.pb-5 {
	padding-bottom: 5px !important;
}

.mb-1 {
	margin-bottom: 1em !important;
}

.max-width-100 {
	max-width:100%;
}

.max-width-100 {
	max-width:100%;
}

.warning {
	font-weight: bold;
	color: #8F5B00;
}
.exception {
	font-weight: bold;
	color: red;
}
.error-color {
	color: gray;
	font-weight: normal;

}
.debug {
	font-weight:bold;
	color: purple;
}
.notice {
	color: #3a87ad;
	font-weight: normal;
}
.ers-color-highlight {
	color: #2c662d;
	font-weight: normal;
}

.light-gray {
	color: silver;
	font-weight: normal;
}

.line-number {
	font-weight:bold;
	color: black;
}

.logs {
	font-size: 11pt;
}

.logs_container {
	padding:0.01em 16px;
	max-height: 55em;
	overflow-x: auto;
	overflow-y: auto;
}

.log_table_padding td, th, tr{
	padding: 0.5em;
}

.highlight-line {
	background-color: #d5f5d9;
}

.logs-body {
	font-family: Arial;
	font-size: 11px;
}

.search-field, .chosen-choices {
	min-height: 2.1em !important;
	font-size: 13px !important;
	padding-bottom: 1px !important;
	padding-top: 3px !important;
	padding-left: 2px !important;
	vertical-align: middle !important;
}

.hide {
	display: none !important;
}

.hide-no-important {
	display: none;
}

.show_block {
	display: block;
}
.show_inline {
	display: inline;
}
.show_inline_block {
	display: inline-block;
}

.flex-box {
	display: flex !important;
	width: 100% !important;
	flex-wrap: wrap;
}

.remove_dimmer {
	background: none !important;
}

.zindex-105 {
	z-index: 105 !important;
}

.bg-white {
	background: white !important;
}

.adjust-left {
	margin-left: 0.5em !important;
	float: none;
	margin-right: 4em !important;
}

.checkbox-center {
	line-height: 0.8em !important;
	vertical-align: middle !important;
}

.vertical-scroll {
	overflow-y:scroll !important;
}

.admin-container-style {
	width: 100% !important;
	margin: 1em 30rem !important;
	padding: 0.1em !important;
}

.ml-0-5 {
	margin-left: 0.5em !important;
}

.bold-style {
	font-weight:bold !important;
}

.flex-container-consultant_clinic {
	display: flex;
	align-items: center;
	gap: 10px; /* Adjust spacing between elements */
	width: 100%;
}

.clinic-remove-dropdown {
	flex-grow: 1; /* Makes the dropdown take up all available space */
	min-width: 0; /* Ensures it shrinks properly if needed */
	width: 100%; /* Ensures the dropdown is full width */
}

.consultant-remove-dropdown {
	flex-grow: 1; /* Makes the dropdown take up all available space */
	min-width: 0; /* Ensures it shrinks properly if needed */
	width: 100%; /* Ensures the dropdown is full width */
}

.provider-accept-modal-buttons {
	display: flex; /* Enable flexbox for the button */
	align-items: center; /* Center the icon vertically */
	justify-content: center; /* Center the icon horizontally */
	padding: 1em; /* Adjust padding for balanced spacing */
	height: 100%; /* Ensure the button's height matches surrounding elements */
	width: 60px; /* Ensure it's not too small */
	z-index: 1; /* Ensure it's above the dropdown */
}
.index-1{
	z-index: 1;
}

.index-10 {
	z-index: 10;
}

.index-50 {
	z-index: 50;
}

.index-60 {
	z-index: 60;
}

.word-wrap {
	word-wrap: break-word; /* For older browsers */
	overflow-wrap: break-word; /* Modern equivalent */
	white-space: pre-wrap; /* Preserves whitespace and line breaks */
	word-break: break-all; /* Breaks words at arbitrary points if necessary */
}

.dynamic-table-wrapper {
	overflow-x: auto;
	max-width: 100%;
}

.border-none { /* generic class for no borders */
	border: none !important;
}

@font-face {
	font-family: 'icomoon_2';
	src:url('../fonts/icomoon_2.eot');
	src:url('../fonts/icomoon_2.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon_2.woff') format('woff'),
		url('../fonts/icomoon_2.ttf') format('truetype'),
		url('../fonts/icomoon_2.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'icomoon_2';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-untitled, .icon-untitled-2, .icon-untitled-3, .icon-untitled-4, .icon-untitled-5, .icon-untitled-6, .icon-untitled-7, .icon-untitled-8, .icon-untitled-9, .icon-untitled-10, .icon-untitled-11, .icon-untitled-12, .icon-untitled-13, .icon-untitled-14, .icon-untitled-15, .icon-untitled-16, .icon-untitled-17, .icon-untitled-18, .icon-untitled-19, .icon-untitled-20, .icon-untitled-21, .icon-untitled-22, .icon-untitled-23, .icon-untitled-24, .icon-untitled-25, .icon-untitled-26, .icon-untitled-27, .icon-untitled-28, .icon-untitled-29, .icon-untitled-30, .icon-untitled-31, .icon-untitled-32, .icon-untitled-33, .icon-untitled-34, .icon-untitled-35, .icon-untitled-36, .icon-untitled-37, .icon-untitled-38, .icon-untitled-39, .icon-untitled-40, .icon-untitled-41, .icon-untitled-42, .icon-untitled-43, .icon-untitled-44, .icon-untitled-45, .icon-untitled-46, .icon-untitled-47, .icon-untitled-48, .icon-untitled-49, .icon-untitled-50, .icon-untitled-51, .icon-untitled-52, .icon-untitled-53, .icon-untitled-54, .icon-untitled-55, .icon-untitled-56, .icon-untitled-57, .icon-untitled-58, .icon-untitled-59, .icon-untitled-60, .icon-untitled-61, .icon-untitled-62, .icon-untitled-63, .icon-arrow-up, .icon-arrow-down, .icon-arrow-down-2, .icon-arrow-up-2, .icon-arrow-down-3, .icon-arrow-up-3, .icon-arrow-left, .icon-arrow-right, .icon-download, .icon-upload, .icon-uniF48A, .icon-uniF48B, .icon-fastup, .icon-fastdown, .icon-arrow-up-4, .icon-arrow-down-4, .icon-arrow-up-5, .icon-arrow-down-5, .icon-arrow-up-6, .icon-arrow-down-6, .icon-arrow-right-2, .icon-arrow-left-2 {
	font-family: 'icomoon_2';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-untitled:before {
	content: "\f000";
}
.icon-untitled-2:before {
	content: "\e000";
}
.icon-untitled-3:before {
	content: "\e001";
}
.icon-untitled-4:before {
	content: "\e002";
}
.icon-untitled-5:before {
	content: "\e003";
}
.icon-untitled-6:before {
	content: "\e004";
}
.icon-untitled-7:before {
	content: "\e005";
}
.icon-untitled-8:before {
	content: "\e006";
}
.icon-untitled-9:before {
	content: "\e007";
}
.icon-untitled-10:before {
	content: "\e009";
}
.icon-untitled-11:before {
	content: "\e008";
}
.icon-untitled-12:before {
	content: "\e00a";
}
.icon-untitled-13:before {
	content: "\e00b";
}
.icon-untitled-14:before {
	content: "\e00c";
}
.icon-untitled-15:before {
	content: "\e00d";
}
.icon-untitled-16:before {
	content: "\e00e";
}
.icon-untitled-17:before {
	content: "\e00f";
}
.icon-untitled-18:before {
	content: "\e010";
}
.icon-untitled-19:before {
	content: "\e011";
}
.icon-untitled-20:before {
	content: "\e012";
}
.icon-untitled-21:before {
	content: "\e013";
}
.icon-untitled-22:before {
	content: "\e014";
}
.icon-untitled-23:before {
	content: "\e015";
}
.icon-untitled-24:before {
	content: "\e016";
}
.icon-untitled-25:before {
	content: "\e017";
}
.icon-untitled-26:before {
	content: "\e018";
}
.icon-untitled-27:before {
	content: "\e019";
}
.icon-untitled-28:before {
	content: "\e01a";
}
.icon-untitled-29:before {
	content: "\e01b";
}
.icon-untitled-30:before {
	content: "\e01c";
}
.icon-untitled-31:before {
	content: "\e01d";
}
.icon-untitled-32:before {
	content: "\e01e";
}
.icon-untitled-33:before {
	content: "\e01f";
}
.icon-untitled-34:before {
	content: "\e020";
}
.icon-untitled-35:before {
	content: "\e021";
}
.icon-untitled-36:before {
	content: "\e022";
}
.icon-untitled-37:before {
	content: "\e023";
}
.icon-untitled-38:before {
	content: "\e024";
}
.icon-untitled-39:before {
	content: "\e025";
}
.icon-untitled-40:before {
	content: "\e026";
}
.icon-untitled-41:before {
	content: "\e027";
}
.icon-untitled-42:before {
	content: "\e028";
}
.icon-untitled-43:before {
	content: "\e029";
}
.icon-untitled-44:before {
	content: "\e02a";
}
.icon-untitled-45:before {
	content: "\e02b";
}
.icon-untitled-46:before {
	content: "\e02c";
}
.icon-untitled-47:before {
	content: "\e02d";
}
.icon-untitled-48:before {
	content: "\e02e";
}
.icon-untitled-49:before {
	content: "\e02f";
}
.icon-untitled-50:before {
	content: "\e030";
}
.icon-untitled-51:before {
	content: "\e031";
}
.icon-untitled-52:before {
	content: "\e032";
}
.icon-untitled-53:before {
	content: "\e033";
}
.icon-untitled-54:before {
	content: "\e034";
}
.icon-untitled-55:before {
	content: "\e035";
}
.icon-untitled-56:before {
	content: "\e036";
}
.icon-untitled-57:before {
	content: "\e037";
}
.icon-untitled-58:before {
	content: "\e038";
}
.icon-untitled-59:before {
	content: "\e039";
}
.icon-untitled-60:before {
	content: "\e03a";
}
.icon-untitled-61:before {
	content: "\e03b";
}
.icon-untitled-62:before {
	content: "\e03c";
}
.icon-untitled-63:before {
	content: "\e03d";
}
.icon-arrow-up:before {
	content: "\e03e";
}
.icon-arrow-down:before {
	content: "\e03f";
}
.icon-arrow-down-2:before {
	content: "\e040";
}
.icon-arrow-up-2:before {
	content: "\e041";
}
.icon-arrow-down-3:before {
	content: "\e043";
}
.icon-arrow-up-3:before {
	content: "\e044";
}
.icon-arrow-left:before {
	content: "\e045";
}
.icon-arrow-right:before {
	content: "\e046";
}
.icon-download:before {
	content: "\e047";
}
.icon-upload:before {
	content: "\e048";
}
.icon-uniF48A:before {
	content: "\f48a";
}
.icon-uniF48B:before {
	content: "\f48b";
}
.icon-fastup:before {
	content: "\f31c";
}
.icon-fastdown:before {
	content: "\f31d";
}
.icon-arrow-up-4:before {
	content: "\e049";
}
.icon-arrow-down-4:before {
	content: "\e04a";
}
.icon-arrow-up-5:before {
	content: "\e04b";
}
.icon-arrow-down-5:before {
	content: "\e04c";
}
.icon-arrow-up-6:before {
	content: "\e04d";
}
.icon-arrow-down-6:before {
	content: "\e04e";
}
.icon-arrow-right-2:before {
	content: "\e042";
}
.icon-arrow-left-2:before {
	content: "\e04f";
}

/*/ Place all the styles related to the tree_editor controller here.*/
/*/ They will automatically be included in application.css.*/
/*/ You can use Sass (SCSS) here: http://sass-lang.com/*/

body {
    margin: 0;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #333;
    height: 100%;
    background-color: #fff;
}

.pull-right {
    float: right;
}

.flex-right {
    margin-left: auto;
}

.text-right {
    text-align: right;
}

.bold {
    font-weight: bold;
}

a.bold {
    color: black;
}

#editor {
    border: 1px solid #e4e4e4;
    clear: both;
    background-color: #ffffff;
    padding: 50px 5px;
}

ul.tree li .dragger {
/ / position: relative;
/ / float: right;
}

ul.tree li {
    list-style: none;
    cursor: pointer;
    margin-left: 10px;
}

ul.tree ul.compressed {
    display: none;
}

ul.tree span.expander {
    font-family: icomoon;
    cursor: pointer;
}

.symbol {
    font-family: icomoon;
    color: black;
}

ul.tree .adder {
    font-style: normal;
    text-decoration: none;
    font-size: 10px;
    color: #73c5eb;
}

ul.tree .adder .symbol {
    color: #73c5eb;
}

.small {
    font-size: 9px;
}

.sections {
    margin-top: 5px;
}

.editor-column .section {
    background-color: #f2f2f2;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*  behavior: url(/www_ps/assets/css/css3pie.htc); */
}

.section > .title {
    color: #dd4814;
    padding-left: 3px;
    font-weight: bold;
    margin-top: 7px;
    display: inline-block;
    margin-bottom: 3px;
}

.section .title.Medical, .section .title.Social, .section .title.Medications {
    text-decoration: underline;
}

.section .title.Social, .section .title.Medications {
    margin-top: 20px;
}

.section .questions.indented .question:not(:first-child) .title {
    margin-left: 10px;
}

.section .investigation-section-header {
    background-color: #a1a1a1;
    color: white;
    font-size: 12px;
}

.section .question {
    min-height: 22px;
    clear: both;
}

.section > .add, .section > .quick-question {
    display: none;
}

.section:hover > .add, .section:hover > .quick-question {
    display: inline-block;
}

.section .hidden .title, .section .hidden .title a, .section .hidden .name, .section .hidden .details, .section .hidden .tips {
    color: gray;
}

.section .hidden .answer, .section .hidden .answer a {
    color: gray;
}

.answer .message {
    /*  behavior: url(/www_ps/assets/css/css3pie.htc); */
    border-radius: 4px;
    background-color: red;
    color: #f8f8ff;
    font-size: 13px;
    font-weight: normal;
    margin-top: 3px;
    margin-bottom: 3px;
    display: none;
    padding: 5px;
    width: 400px;
    float: right;
}

.answer .has-message {
    border-bottom-color: red;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}

.answer .has-conditional-flag {
    border-bottom-color: yellow;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}

.section .questions .question .expanded_info {
    display: none;
    border: 1px solid #cccccc;
    background-color: white;
    padding: 7px;
}

.section .questions .question .expanded_info li {
    list-style: none;
}

.section .questions .question .parent-question {
    display: block;
    margin: 10px;
    border: 1px solid #f2f2f2;
    font-size: 12px;
    padding: 7px;
    background-color: #f2f2f2;
}

.section .questions .question .parent-question .title {
    color: #450077;
    font-size: 13px;
}

.section .questions .question .answer-details {
    display: block;
    margin: 10px;
    border: 1px solid #f2f2f2;
    font-size: 13px;
    padding: 7px;
    background-color: #f2f2f2;
}

.section .questions .question:hover .answer-details .title {
    color: #450077;
    font-size: 13px;
}

.section .questions .question .answer-details .add-sub {
    display: none;
}

.section .questions .question .answer-details li:hover .add-sub {
    display: inline;
}

.section .questions .question .options {
    text-align: right;
    position: absolute;
    float: right;
    width: 125px;
    font-size: 13px;
    display: none;
    margin-right: 3px;
    font-family: icomoon;
    right: 2px;
}

.section .questions .question .options a,
.section .questions .question .options span,
.section-options a {
    text-decoration: none;
}

.section .question-wrapper:hover {
    background-color: #eee;
}

.section .questions .question:hover .options {
    display: inline-block;
    margin-right: 3px;
}

.section .answers > .answer {
    display: inline;
}

.section .one-answer-per-line .answer {
    display: block;
}

.section .question-edit {
    display: block;
}

.section .answer .answer-edit {
    display: block;
    vertical-align: middle;
}

.section .answer .answer-edit .message {
    margin-top: 22px;
}

.section .question .results {
    width: 100%;
    height: 50px;
}

/** Question/Answer Editor Layout Styles **/
.question-creator {
    background-color: #f1f1f1;
    padding: 7px;
}

.question-creator .line {
    margin-top: 11px;
}

.question-creator .question-name {
    width: 70%;
}

.question-creator .answers {
    list-style: none;
    background-color: white;
    padding: 7px;
    border: 1px solid #cfcfcf;
    overflow: auto;
    max-height: 400px;
}

.question-creator .answers li {
    list-style: none;
    padding: 3px;
    border-bottom: 1px solid #c3c3c3;
    margin-left: 1px;
}

.question-creator .answers li:nth-child(odd) {
    background-color: #f3f3f3;
}

.question-creator .conditional-additional {
    visibility: hidden;
}

.question-creator .conditional-additional .instruction {
    font-size: 10px;
}

.question-creator .handle {
    display: inline-block;
    border: 1px solid #c3c3c3;
    padding: 1px;
    position: relative;
    margin: 7px;
    float: left;
    cursor: pointer;
    font-size: 16px;
    font-family: icomoon;
}

.questions .handle {
    font-family: icomoon;
    font-size: 13px;
    cursor: pointer;

}

.questions:hover .handle {
    display: inline-block;
}

.questions .handle {
    display: none;
}

.question-creator .answers label {
    margin-left: 11px;
}

.question-creator .answer_label {
    width: 70%;
}

.question-creator .note {
    font-size: 11px;
}

.question-creator .no-answers-necesary, .question-creator .auto-complete-configuration {
    display: none;
}

.question-creator .tips, .question-creator .details, .question-creator .clinic-code, .question-creator .clinic-name {
    width: 80%;
}

.notes-container {
    padding-left: 3px;
}

.notes-container .notes {
    width: 450px;
}

.node-config .line {
    margin-left: 3px;
}

.node-config a:not(.chosen-single) {
    text-decoration: none;
    font-family: icomoon;
}

.node-config .name {
    width: 70%;
}

.node-config .tags {
    width: 70%;
}

.node-config .message {
    width: 80%;
}

/* Risk - Assessment Dialog */
.risk-list {
    /*width: 150px;*/
    font-size: 10px;
}

.risk-list .risk-list-title {
    font-weight: bold;
    margin-bottom: 7px;
    color: #a0a0a0;
}

.risk-list .risk-item {
    display: block;
    clear: both;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.risk-list .risk-item .risk-item-title {
    /*display:block;*/
    /*width: 150px;*/
    /*float:left;*/
}

.risk-list .risk-item input {
    /*float:right;*/
}

.risk-pane, .risk-pane-bottom {
    border: 1px solid #c0c0c0;
    position: relative;
    padding: 7px;
}

.risk-pane .risk-pane-title {
    font-size: 12px;
    font-weight: bold;
    color: #247d95;
    clear: both;
}

.risk-pane .left-column {
    /*border-right: 1px solid #c0c0c0;*/
    padding: 7px;
    /*float:left;*/
    /*width:150px;*/
}

.risk-pane .right-column {
    padding: 7px;
    /*float:right;*/
    /*width:150px;	*/
}

.risk-assessment-blue {
    color: #0f3fc4;
}

.ra-dialog {
    position: relative;
    /*overflow:scroll;*/
    /*height: 400px;*/
}

.ra-dialog .ra-scroll-contain {
    height: 80%;
    position: relative;
    overflow: auto;
}

.ra-dialog .ra-question {
    clear: both;
    height: 10%;

}

.ra-dialog .ra-dialog-left {
    /*float:left;*/
    /*width:370px;*/
    margin-bottom: 10px;
}

.ra-dialog .ra-dialog-right {
    /*float:right;*/
    /*width:370px;*/
    margin-bottom: 10px;
}

.ra-dialog .ra-dialog-bottom {
    clear: both;
    position: relative;
}

.risk-pane-bottom {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.risk-pane-bottom .left-column, .risk-pane-bottom .right-column {
    float: left;
}

.info-list {
    width: 330px;
    margin-right: 20px;
}

.info-list li {
    /*list-style-position: inside;*/
    margin-left: 15px;
}

.info-list .info-list-title {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    color: #2249c7;
}

.info-list .info-list-items {
    color: #2249c7;
}

.info-list .info-item {
    font-size: 11px;
}

.info-list .info-item-title {
    color: black;
    font-size: 10px;
}

.final-notice {
    /*float:right;*/
    /*width:213px;*/
    /*border-left: 1px solid #c0c0c0;*/
    /*padding-left:7px;*/
}

.final-notice .title {
    font-size: 10px;
    font-weight: bold;
    color: #a0a0a0;
}

.final-notice .message {
    font-size: 10px;
    margin-top: 10px;
    /*margin-bottom:20px;*/
}

.final-notice label {
    font-size: 11px;
}

.explanation-dialog textarea {
    width: 88%;
    height: 170px;
}

.patient-banner {
    /*background-color:*/
}

.proforma-selection .inner {
    position: relative;
}

.proforma-selection .header {
    font-size: 12pt;
    color: #6c006b;
    background-color: transparent;
    padding: 10px;
    height: 18px;
    font-weight: bold;
}

.proforma-selection .diagnosis-body {
    background-color: #f2f2f2;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-top: 3px;
    padding: 5px;
}

.proforma-selection a {
    text-decoration: none;
}

.proforma-selection li {
    margin-left: 10px;
    list-style: none;
}

.quick-proforma-search {
    font-size: 16px;
    color: white;
    font-weight: bold;
}

.visual-proforma-search, .proforma-choices, .proforma-diagnoses {
    background-color: white;
    border: 1px solid #dddddd;
    height: 320px;
    overflow: scroll;
    margin-bottom: 5px;
}

.proforma-choices {
    width: 585px;
    float: right;
}

.proforma-diagnoses {
    height: 73px;
    margin-bottom: 0px;
    width: 585px;
    clear: right;
    float: right;
}

.visual-proforma-search {
    height: 500px;
    width: 295px;
    margin-bottom: 0px;
    overflow: hidden;
    text-align: center;
    margin-left: 0px;
    float: left;
}

.proforma-choices ul {
    margin-left: 0px;
    list-style: none;
}

.diagnosis-header {
    position: relative;
    background-color: #081D3E; /*url(/www_ps/assets/images/progress_bg.png) repeat-x;*/
    height: 34px;
    padding-top: 4px;
    line-height: 30px;
    vertical-align: middle;
}

.diagnosis-header .count {
    float: left;
    margin-left: 7px;
    border-radius: 4px;
    background-color: #f2f2f2;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    width: 35px;
    text-align: center;
    padding-left: 4px;
    padding-right: 4px;
    /*  behavior: url(/www_ps/assets/css/css3pie.htc); */
}

.diagnosis-header .title {
    float: left;
    width: 600px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
    color: #f2f2f2;
}

.diagnosis-header .quick {
    float: right;
    margin-right: 20px;
    font-size: 14px;
    margin-top: 0px;
}

.proforma-selection .dent-manikin-viewer > div > div {
    margin: auto;

}

.question .answers .answer .longtext {
    resize: both;
    width: 99%;
    height: 69px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid lightgrey;
    padding: 5px;
    background: white;
    border-radius: 4px;
}

.proforma .question .answers .answer .text {
    width: 240px;
}

.section .notes-container .notes {
    width: 580px;
    height: 60px;
}

.proforma .question .results {
    width: 100%;
    height: 50px;
}

.outcome-container {
    width: 300px;
}

.outcome {
    clear: both;
    margin: 20px;
}

.outcome .title {
    background-color: black;
    padding-left: 10px;
    color: white;
    font-weight: bold;
    font-size: 14px;

}

.next-back {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    z-index: 90;
}

.next-back .next {
    float: right;
}

.next-back .back {
    float: left;
}

.record-options .cancel {
    margin-left: 5px;
}

.completer {
    float: right;
    z-index: 100;
}

.completer .button {
    margin-left: 5px;
}

.proforma-choice, .proforma-choice-container {
    background-color: white;
}

.proforma-selection .next-button {
    text-align: right;
    margin-top: 7px;
    margin-bottom: 10px;
    width: 50%;
    float: right;
}

.proforma-selection .cancel-button {
    margin-top: 7px;
    margin-bottom: 10px;
    width: 40%;
    float: left;
}

.proforma .question .answers .answer .open-calendar {
    color: black;
    font-size: 17px;
    vertical-align: bottom;
    margin-left: 3px;
    background-color: #fcfcfc;
}

.proforma-switcher {
    padding-left: 20px;
    background-color: #c0c0c0;
    border-bottom: 1px solid #c3c3c3;
}

.proforma-switcher .title {
    font-size: 1.2em;
    font-weight: bold;
    color: #062730;
}

.proforma-switcher .subtitle {
    color: white;
}

.proforma-switcher .proforma-handle {
    padding: 3px;
    background-color: white;
    border: 1px solid #1f1f1f;
    width: 400px;
    margin-bottom: 7px;
    font-size: 0.9em;
}

.proforma-switcher .proforma-selector {
    text-decoration: none;
    font-size: 1.3em;
    width: 300px;
    display: inline-block;
    color: #1f1f1f;
}

.proforma-switcher .selected {
    font-weight: bold;
}

.report-list {
    background-color: white;
}

.report-list .reports-table-headers {
    background-color: #5e2750;
    color: white;
    font-size: 11px;
}

.report-list .title {
    width: 200px;
    clear: both;
    margin-left: 20px;
    padding-top: 7px;
    font-size: 16px;
    font-weight: bold;
}

.report-list .sort-controls label {
    margin-top: 10px;
}

.report-list .sort-controls .detail span {
    display: inline-block;
    height: 20px;
    border: 1px solid #aea79f;
    background-color: #aea79f;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    margin-right: 5px;
}

.report-list .sort-controls .detail-round {
    width: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.report-list .sort-controls .detail-bar {
    width: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.report-list .sort-controls .status-filter {
    width: 350px;
    margin-bottom: 10px;
}

.report-list .sort-controls .status-filter label {
    width: 170px;
    display: inline-block;
    margin-top: 0px;
}

.report-list .reports-table {
    background-color: white;
    color: #010101;
    line-height: 28px;
    border-bottom: 2px solid lightgrey;
    margin-bottom: 5px;
    padding-bottom: 2px;
}

.report-list .reports-table .case-number {
    text-align: right;
}

.reports-table .reports-row .emphasis a {
    font-weight: bold;
    color: #ff0000 !important;
}

.patient-column a {
    color: #009DDA !important;
    text-decoration: none;
}

.table-row {
    padding: 3px 7px;
}

.report-list .reports-table a {
    text-decoration: none;
    color: #77216f;
}

.table .zebra {
    background-color: #f0f0f0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.reports-table .referral-date {
    text-align: center;
}

.reports-table .referral-time {
    text-align: right;
}

.reports-table-headers {
    clear: both;
    padding-left: 7px;
    padding-right: 7px;
}

.reports-table .column, .reports-table-headers .column {
    float: left;
    margin-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.reports-table .show-more .column {
    overflow: visible;
    white-space: pre-wrap;
}

.reports-table .column .more {
    display: none;
}

.reports-table .show-more .column .more {
    display: block;
}

.reports-table .patient-column, .reports-table-headers .patient-column, .reports-table .referrer-column, .reports-table-headers .referrer-column {
    width: 10%;
}

.reports-table .nhsnum-column, .reports-table-headers .nhsnum-column, .outcome-column {
    width: 10%;
}

.reports-table .clinician-column, .reports-table-headers .clinician-column {
    width: 9%;
}

.reports-table .areas-column, .reports-table-headers .areas-column {
    width: 12%;
}

.reports-table .diagnosis-column, .reports-table-headers .diagnosis-column {
    width: 13%;
}

/*.reports-table .injury-days-column,.reports-table-headers .injury-days-column {*/
/*width:6%;*/
/*}*/
.reports-table .referral-date-column, .reports-table-headers .referral-date-column, .reports-table .received-date-column, .reports-table-headers .received-date-column {
    width: 9%;
}

.reports-table .referrer-type-column {
    width: 3%;
}

.reports-table .status-column, .reports-table-headers .status-column {
    width: 25%;
    border-right: none;
}

.reports-table .urgency-column, .reports-table-headers .urgency-column {
    width: 50px;
}

.reports-table .action-column, .reports-table-headers .action-column {
    width: 30px;
    border-right: none;
}

.reports-table .diagnosis-column {
    font-weight: bold;
}

.pager-control {
    margin: auto;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    padding: 10px;
}

.pager-control a {
    color: #009DDA;
    width: 30px;
    height: 30px;
    background-color: white;
    display: inline-block;
    border: 1px solid lightgrey;
    text-decoration: none;
    line-height: 30px;
}

.pager-control a.selected {
    background-color: lightgrey;
    color: black;
}

.sort-controls {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.sort-controls .search-ui {
    /*width:40%;*/
    /*float:left;*/
}

.sort-controls .search-button .diagnosis-button {
}

.sort-controls .search-terms {
    width: 250px;
}

.reports-table-headers .sorter {
    font-family: icomoon_2;
    font-size: 6pt;
    display: block;
    float: right;
    margin-right: 5px;
    margin-top: 2px;
}

.patient-search {
    border-left: 0;
    border-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 50px;
    overflow: auto;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    line-height: 40px;
    background-color: #ededed;
    margin-bottom: 10px;
    /*  behavior: url(/www_ps/assets/css/css3pie.htc); */
}

.patient-search input {
    width: 270px;
    height: 30px;
    border-radius: 17px;
    outline: none;
    padding-left: 30px !important;
    border: 1px solid grey;
}

.patient-search i {
    position: relative;
    right: 15px;
    font-size: 15px;
    color: grey;
}

.patient-search i.fa-times-circle-o {
    right: 42px;
    font-size: 20px;
    top: 2px;
}

.patient-search i.fa-search {
    right: 262px;
}

.patient-search img {
    position: relative;
    right: 30px;
}

.patient-search .manual-add, .next-button, .select-pathway-dialog .ui-button-text-only, .button-purple {
    float: right;
    background: #4D384B;
    color: white;
    text-decoration: none;
    padding: 5px 30px;
    line-height: 20px;
    border: 1px solid white;
    margin-top: 5px;
    cursor: pointer;
}

.patient-search-results, .patient-search-results li {
    list-style: none;
    margin-left: 0px;
}

.patient-search-results {
    border: 1px solid #e0e0e0;
    margin-left: 0px;
    margin-bottom: 10px;
    background-color: #f0f0f0;
}

.patient-search-results li {
    display: block;
    padding-left: 20px;
    font-size: 14px;
    text-decoration: none;
    color: #3f3f3f;
    border-bottom: 1px solid #e0e0e0;
}

.patient-search-results li a {
    text-decoration: none;
    color: #3f3f3f;
}

.patient-search-results li:hover {
    background-color: #fefefe;
}

.patient-search-results li .new-referral {
    margin-left: 10px;
    margin-right: 10px;
}

.patient-search-results li .button {
    float: right;
    margin-top: 10px;
}

/** Scheduling interface **/

.schedule-clinic .summary {
    background-color: #081D3E;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-size: 11pt;
    margin-top: 10px;
    margin-bottom: 10px;
}

.schedule-clinic .summary .title, .schedule-clinic .recommendation .title {
    font-weight: bold;
}

.schedule-clinic .summary .button-right {
    text-align: right;
    float: right;
}

.schedule-clinic .recommendation {
    padding: 20px;
    color: #333;
    font-size: 11pt;
    margin-top: 10px;
    margin-bottom: 10px;
}

.schedule-clinic .recommendation .info {
    font-weight: bold;
    color: #0c0c0c;
}

.schedule-clinic .appointment {
    padding: 20px;
    color: #0e0e0e;
    font-size: 10pt;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
}

.schedule-clinic .appointment .title {
    margin-bottom: 10px;
}

.schedule-clinic .appointment .clinic-code {
    width: 100px;
}

.schedule-clinic .appointment .email {
    width: 180px;
}

.schedule-clinic .buttons {
    text-align: right;
}

.schedule-clinic .buttons .cancel {
    background-color: #dedede;
    color: #7f7f7f !important;
    border-color: #7f7f7f;
}

/** Copy To Patient Record **/

.patient-record-codes textarea {
    width: 300px;
    height: 55px;

}

.patient-record-codes .copy {
    float: right;
    /*margin-top:11px;*/
}

/** Main Menu **/

.main-menu .menu-item {
    margin: 7px;
    background: #f5f5f5;
    font-size: 18pt;
    border: 2px solid #b3b3b3;
    text-align: center;
    font-weight: bold;
    border-radius: 7px;
    /*  behavior: url(/www_ps/assets/css/css3pie.htc); */
}

.main-menu .menu-item:hover {
    border: 2px solid #ccc;
}

.main-menu .menu-item a {
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    display: block;
    color: #4e4e4e;
}

.main-menu .menu-item a:hover {
    text-decoration: none;
    color: #333;
    background: rgb(194, 232, 255); /*fallback for ie7*/
    background: rgba(20, 103, 151, 0.07);
}

/** Settings UI **/
.settings-page #content {
    margin: 10px;
}

.setting div {
    float: left;
    overflow: hidden;
    padding-left: 2px;
}

.setting div textarea {
    width: 96%;
}

.setting {
    clear: both;
    float: left;
    width: 100%;
}

.setting .save {
    color: green;
    font-size: 1.2em;
}

.setting .delete {
    color: red;
    font-size: 1.2em;
}

/** General Page Layout Styles **/
.table .zebra {
    background-color: #f0f0f0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.good {
    color: green;
}

.bad {
    color: red;
}

.glyph {
    font-family: icomoon;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
}

.maincontent {
    background-color: #f2f2f2;
}

.containedtext {
    margin-left: 15px;
    float: left;
    position: absolute;
    max-width: calc(100vw - 600px);
    text-overflow: ellipsis;
}

.header-options {
    text-align: right;
    margin-right: 15px;
}

.header-options a {
    color: white;
    text-decoration: none;
    font-weight: normal;
}

.header {
    overflow: auto;
    background-color: #2C001E;
    color: white;
    padding: 7px;
    font-size: 14px;
    font-weight: bold;
}

.header p {
    overflow: hidden;
    display: block;
    white-space: nowrap;
}

.header p .user {
}

.headersub {
    color: white;
    font-size: 27px;
    background-color: #5e2750;
    min-height: 50px;
    vertical-align: middle;
    line-height: 50px;
    padding-top: 11px;
    margin-bottom: 20px;
}

.patient-banner {
    /*  background-color: #062730; */
    background-color: #5e2750;
    color: white;
    margin-bottom: 1px;
    /* padding-bottom: 1px; */
    position: relative;
    /*height:60px;*/
}

.patient-banner .group {
    vertical-align: middle;
    font-size: 10pt;
    position: relative;
}

.patient-banner .data-pair {
    white-space: nowrap;
}

.patient-banner .label {
    margin-left: 22px;
}

.patient-banner .data {
    font-weight: bold;
    font-style: normal;
    margin-left: 7px;
}

.patient-banner .name {
    font-size: 15pt;
    /*line-height:40px;*/
    padding-top: 12px;
    padding-bottom: 12px;
    float: left;
    /* width: 40%; */
}

.patient-banner .name .all-caps {
    padding-left: 21px;
    text-transform: uppercase;
}

.patient-banner .personal-data {
    font-size: 11pt;
    /* vertical-align: middle; */
    line-height: 48px;
    float: right;
    position: relative;
    /* width: 55%; */
    text-align: right;
    margin-right: 21px;
}

.patient-banner .new-line {
    clear: both;
    display: block;
    border-bottom: 1px solid white;
}

.patient-banner .contact-info {
    font-size: 10pt;
    float: right;
    clear: right;
    text-align: right;
    margin-right: 21px;
}

.patient-banner .address {
    float: left;
    clear: left;
    white-space: nowrap;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}

.subheader {
    background-color: #3d8d98;
    border: 1px solid;
    border-color: #797979;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
    margin-bottom: 1px;
    /*  behavior: url(/www_ps/assets/css/css3pie.htc); */
}

.subheader > .title {
    font-size: 14px;
    font-weight: bold;
    color: white;
    margin-left: 20px;
    margin-top: 3px;
}

.subsubheader {
}

.subsubheader div {
    background-color: #333333;
    color: white;
    font-size: 12px;

}

.tableborders {
    border-color: #e4e4e4;
}

.zebra {
    background-color: #eeeeee;
}

.largetext {
    font-size: 26px;
}

#undoer {
    background-color: #ffd884;
    padding: 2px;
}

/** end general page layout styles **/

/*override text.css*/
ul {
    margin-bottom: 0px;
}

p {
    margin-bottom: 0px;
}

.helpers-editor .list > div, .helpers-editor .adder {
    border-bottom: 1px solid #c1c1c1;
    padding-top: 7px;
    padding-bottom: 7px;
}

.helpers-editor .list .buttons {
    vertical-align: middle;
    text-align: right;
    margin-top: 20px;
}

.helpers-editor .list .keywords {
    vertical-align: middle;
    line-height: 50px;
    font-size: 20px;
}

.helpers-editor .list .images {
    vertical-align: middle;
    text-align: center;
    line-height: 50px;
    background-color: #c1c1c1;
}

.helpers-editor .list .text {
    vertical-align: middle;
    color: #939393;
    font-style: italic;
}

.line {
    margin: 7px 0px;
}

.drop-on-me {
    border-bottom: 3px dashed green;
    height: 15px;
}

.message {
    /*  behavior: url(/www_ps/assets/css/css3pie.htc); */
    border-radius: 4px;
    background-color: #016a00;
    color: #f8f8ff;
    font-size: 13px;
    font-weight: normal;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 5px;
    display: block;
    clear: both;
}

.not-answered {
    color: red;
    font-weight: bold;
}

.not-answered .add-attachment {
    color: red;
}

.unanswered-questions-notice {
    text-align: center;
    font-size: 1.1em;
    color: red;
    font-weight: bold;
    margin-top: 7px;
}

.float-anchor {
    clear: both;
    line-height: 1px;
}

#feedback {
    background-color: rgb(100, 27, 85);
    background-color: rgba(100, 27, 85, 0.76);
    color: white;

}

.user-creator input, .user-creator select, .user-creator textarea {
    width: 90% !important;
}

.user-creator .dob select {
    width: 27% !important;
    margin-right: 5px;
}

/** Notification **/
.notifier {
    position: fixed;
    top: 0;
    left: 40%;
    background-color: #ffefa3;
    border-radius: 4px;
    width: 20%;
    text-align: center;
    padding-bottom: 3px;
    padding-top: 3px;
    font-size: 8pt;
}

.notifier .close {
    /*display:block;*/
    /*float:right;*/
    position: fixed;
    top: 0;
    right: 40%;
    margin-right: 5px;
}

.error-notifier {
    position: fixed;
    top: 0;
    left: 40%;
    background-color: red;
    color: white;
    border-radius: 4px;
    width: 20%;
    text-align: center;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 8pt;
}

.error-notifier .urgent {
    /*display:block;*/
    /*float:right;*/
    position: fixed;
    top: 0;
    left: 40%;
    margin-left: 5px;
    color: white;
}

.error-notifier .close {
    /*display:block;*/
    /*float:right;*/
    position: fixed;
    top: 0;
    right: 38%;
    margin-right: 5px;
    color: white;
}

.feedback {
    text-align: center;
}

.feedback .label {
}

.feedback textarea {
    width: 90%;
    height: 150px;
    margin: auto;
}

.translation-creator, .autocompleter-creator {
    border: 1px solid #c2c2c2;
    background-color: #cccccc;
    padding: 10px;
    margin-bottom: 10px;
}

.autocompleter-creator {
    overflow: auto;
}

.translation-creator label span {
    width: 100px;
    display: inline-block;
}

.translation-creator label input[type=text] {
    width: 80%;
}

.directive .title {
    font-size: 13px;
    font-weight: 700;
    color: #8C223E;
    margin-left: -5px;
}

.preview-list {
    height: 100%;
    overflow: scroll;
    position: relative;
}

.image-thumbnail-pane {
    margin-bottom: 7px;
    display: block;
    position: relative;
    float: left;
}

.image-thumbnail-pane .delete {
    float: right;
    color: grey;
    margin-right: 5px;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
}

.image-thumbnail-pane .delete .glyph {
    font-size: 14pt;
    color: red;
}

#tab_options {
    width: 68%;
    height: 480px;
}

.question .attachments {
    clear: both;
}

.attachments {
    /* width: 100%; */
}

.add-attachment {
    display: block;
    clear: both;
}

.image-preview-dialog .image-title {
    border: 1px solid darkorange;
    padding: 5px;
    margin: 7px;
    font-size: 12pt;
    background-color: #f3f3f3;
}

.question .attachments .image-thumbnail-pane {
    display: inline;
    margin: 3px;
    width: 325px;
    overflow: hidden;
    border: 1px solid lightgrey;
    padding: 1px;
    border-radius: 2px;
    background: white;
}

.question .attachments .image-thumbnail-pane input {
    width: 299px;
    border-radius: 5px;
    border: 1px solid lightgrey;
}

.question .attachments .image-thumbnail-pane [type=radio] {
    width: 12px;
    top: 2px;
    position: relative;
    margin-left: 6px;
}

.question .attachments .image-thumbnail-pane .date {
    height: 29px;
    width: 224px;
    margin: 0px;
    font-size: 14px !important;
}

.question .attachments .image-thumbnail-pane .dateWrapper {
    font-size: 14px;
    font-weight: bold;
    top: 5px;
    position: relative;
}

.question .attachments .image-thumbnail-pane .dateWrapper a {
    background: #E0E1E2;
    padding: 10px;
    color: darkslategrey;
    border-radius: 5px;
    text-decoration: none;
}

.question .attachments .image-thumbnail-pane .dateText {font-weight: bold;}

.question .attachments .image-thumbnail-pane img {height: 244px;width: 100%;object-fit: cover;font-family: 'object-fit: cover;';}

.question .attachments .delete {
    /*display:none;*/
}

.helper .helper-link {
    text-decoration: none;
}

.countdown-container {
    margin-top: 10px;
    background-color: #ffffff;
    border: 1px solid #aaa;
    height: 50px;
}

.countdown {
    background-color: red;
    height: 50px;
    color: white;
    font-size: 22pt;
    font-weight: bold;
}

.big-button {
    padding: 12px 21px;
    color: white;
    border-radius: 3px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.ers-button.big-button {
    background-color: #bdb9f0;
    border: 1px solid #aa99ff;
}

.status-button {
    background-color: #4D384B !important;
    color: white !important;
}

.content.autocompleters {
    width: 1340px;
    margin: auto;
}

.autocompleters .backgrid-filter.form-search {
    margin: 0px;
}

.autocompleters .controls {
    margin: 20px 0px;
}

.editor .new {
    width: 1294px;
    margin-top: 5px;
    height: 20px;
}

.selectize {
    width: 412px;
    display: inline-block;
    margin-right: 10px;
}

.editor .deleteAll {

    bottom: 12px;

    position: relative;
}

.overflow .ui-dialog-content {
    overflow: visible !important
}

.moveUp {
    margin-top: 20px;
}

.template label {
    width: 140px;
    display: inline-block;
    margin-right: 10px;
}

.template .days {
    width: 30px;
}

.template .subject {
    width: 100%;
}

.template .left {
    float: left;
    width: 729px;
}

.template .box {
    border: 1px solid grey;
    padding: 10px;
    height: 400px;
    overflow-y: scroll;
}

.template .right {
    float: right;
    width: 209px;
}

.conditional-box {
    background-color: white;
    display: inline-block;
    border: 2px solid cadetblue;
    padding: 0px 2px;
    float: left;
}

.dashboard {
    height: 100vh;
    width: 100vw;
}

.subrules .selectize-control {
    width: 400;
    display: inline-block;
}
/*
  backgrid
  http://github.com/wyuenho/backgrid

  Copyright (c) 2013 Jimmy Yuen Ho Wong and contributors
  Licensed under the MIT license.
*/

.backgrid-container {
  position: relative;
  display: block;
  width: 100%;
  height: 465px;
  padding: 0;
  overflow: auto;
  border: 0;
}

.backgrid {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.backgrid th,
.backgrid td {
  display: none;
  height: 20px;
  max-width: 250px;
  padding: 4px 5px;
  overflow: hidden;
  line-height: 20px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  border-bottom: 1px solid #DDD;
}

.backgrid th.renderable,
.backgrid td.renderable {
  display: table-cell;
}

.backgrid th {
  font-weight: bold;
  text-align: center;
}

.backgrid th.sortable a {
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.backgrid thead th {
  vertical-align: bottom;
  background-color: #f9f9f9;
}

.backgrid thead th a {
  display: block;
}

.backgrid.backgrid-striped tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.backgrid tbody tr.empty {
  font-style: italic;
  color: gray;
}

.backgrid tbody tr.empty td {
  display: table-cell;
  text-align: center;
}

.backgrid td.editor {
  padding: 0;
}

.backgrid td.editor,
.backgrid tbody tr:nth-child(odd) td.editor {
  background-color: rgba(82, 168, 236, 0.1);
  outline: 1px solid rgba(82, 168, 236, 0.8);
  outline-offset: -1px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: 200ms;
     -moz-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-property: width, outline, background-color;
     -moz-transition-property: width, outline, background-color;
       -o-transition-property: width, outline, background-color;
          transition-property: width, outline, background-color;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.backgrid td.editor input[type=text] {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  margin: 0;
  background-color: transparent;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
}

.backgrid td.editor input[type=text]::-ms-clear {
  display: none;
}

.backgrid td.error,
.backgrid tbody tr:nth-child(odd) td.error {
  background-color: rgba(255, 210, 77, 0.1);
  outline: 1px solid #ffd24d;
}

.backgrid td.editor :focus,
.backgrid th.editor :focus {
  outline: 0;
}

.backgrid .sort-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  border: 0;
  content: "";
}

.backgrid .ascending .sort-caret {
  vertical-align: baseline;
  border-top: none;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #000000;
  border-left: 4px solid transparent;
}

.backgrid .descending .sort-caret {
  vertical-align: super;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: none;
  border-left: 4px solid transparent;
}

.backgrid .string-cell,
.backgrid .uri-cell,
.backgrid .email-cell,
.backgrid .string-cell.editor input[type=text],
.backgrid .uri-cell.editor input[type=text],
.backgrid .email-cell.editor input[type=text] {
  text-align: left;
}

.backgrid .date-cell,
.backgrid .time-cell,
.backgrid .datetime-cell,
.backgrid .number-cell,
.backgrid .integer-cell,
.backgrid .percent-cell,
.backgrid .date-cell.editor input[type=text],
.backgrid .time-cell.editor input[type=text],
.backgrid .datetime-cell.editor input[type=text],
.backgrid .number-cell.editor input[type=text],
.backgrid .integer-cell.editor input[type=text],
.backgrid .percent-cell.editor input[type=text] {
  text-align: right;
}

.backgrid .boolean-cell,
.backgrid .boolean-cell.editor input[type=checkbox] {
  text-align: center;
}

.backgrid .select-cell {
  text-align: center;
}

.backgrid .select-cell.editor {
  padding: 0;
}

.backgrid .select-cell.editor select {
  display: block;
  width: 100%;
  height: 28px;
  padding: 4px 5px;
  margin: 0;
  line-height: 28px;
  vertical-align: middle;
  background-color: white;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.backgrid .select-cell.editor select[multiple] {
  height: auto;
}

.backgrid .select-cell.editor :focus {
  border: 0;
  outline: 0;
}

.backgrid .select-cell.editor select::-moz-focus-inner,
.backgrid .select-cell.editor optgroup::-moz-focus-inner,
.backgrid .select-cell.editor option::-moz-focus-inner,
.backgrid .select-cell.editor select::-o-focus-inner,
.backgrid .select-cell.editor optgroup::-o-focus-inner,
.backgrid .select-cell.editor option::-o-focus-inner {
  border: 0;
}
.backgrid-paginator{text-align:center;border-top:0;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.backgrid-paginator ul{display:inline-block;*display:inline;margin:5px 0;*zoom:1}.backgrid-paginator ul>li{display:inline}.backgrid-paginator ul>li>a,.backgrid-paginator ul>li>span{float:left;width:30px;height:30px;padding:0;line-height:30px;text-decoration:none}.backgrid-paginator ul>li>a:hover,.backgrid-paginator ul>.active>a,.backgrid-paginator ul>.active>span{background-color:#f5f5f5}.backgrid-paginator ul>.active>a,.backgrid-paginator ul>.active>span{color:#999;cursor:default}.backgrid-paginator ul>.disabled>span,.backgrid-paginator ul>.disabled>a,.backgrid-paginator ul>.disabled>a:hover{color:#999;cursor:default}
.backgrid-filter.form-search{position:relative;width:248px;height:30px;margin:20px}.backgrid-filter .search{position:absolute;top:50%;left:6px;z-index: 1;width:10px;height:20px;margin-top:-10px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}.backgrid-filter .search:before{position:absolute;top:50%;left:0;width:6px;height:6px;margin-top:-6px;background:transparent;border:3px solid gray;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;content:"";-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.backgrid-filter .search:after{position:absolute;top:50%;left:10px;width:3px;height:7px;margin-top:2px;background-color:gray;content:"";-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.backgrid-filter .clear{position:absolute;top:50%;right:8px;z-index:1000;width:10px;height:20px;margin-top:-10px;font-family:sans-serif;font-size:20px;font-weight:bold;line-height:20px;color:gray;text-decoration:none}.backgrid-filter input[type="search"]{position:absolute;display:inline-block;width:206px;height:20px;padding:4px 6px;font-weight:normal;color:#555;vertical-align:middle;background-color:#fff;border:1px solid #ccc;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border linear .2s,box-shadow linear .2s;-moz-transition:border linear .2s,box-shadow linear .2s;-o-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}.backgrid-filter input{margin:0;font-family:inherit;font-size:100%;line-height:normal}.backgrid-filter input[disabled]{cursor:default}.backgrid-filter input[type="search"]{outline:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:none}.backgrid-filter input[type="search"]::-ms-clear{display:none}.backgrid-filter input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}.backgrid-filter input::-moz-focus-inner{padding:0;border:0}.backgrid-filter input[type="search"]{padding-right:18px;padding-left:22px}
.selectize-control.plugin-drag_drop.multi>.selectize-input.dragging{overflow:visible}.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder{visibility:visible !important;background:#f2f2f2 !important;background:rgba(0,0,0,.06) !important;border:0 none !important;box-shadow:inset 0 0 12px 4px #fff}.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after{content:"!";visibility:hidden}.selectize-control.plugin-drag_drop .ui-sortable-helper{box-shadow:0 2px 5px rgba(0,0,0,.2)}.selectize-control .dropdown-header{position:relative;padding:10px 8px;border-bottom:1px solid #d0d0d0;background:#f8f8f8;border-radius:3px 3px 0 0}.selectize-control .dropdown-header-close{position:absolute;right:8px;top:50%;color:#303030;opacity:.4;margin-top:-12px;line-height:20px;font-size:20px !important}.selectize-control .dropdown-header-close:hover{color:#000}.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content{display:flex}.selectize-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0 none;flex-grow:1;flex-basis:0;min-width:0}.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0 none}.selectize-dropdown.plugin-optgroup_columns .optgroup:before{display:none}.selectize-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0 none}.selectize-control.plugin-remove_button .item{display:inline-flex;align-items:center;padding-right:0 !important}.selectize-control.plugin-remove_button .item .remove{color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:2px 6px;border-left:1px solid #0073bb;border-radius:0 2px 2px 0;box-sizing:border-box;margin-left:6px}.selectize-control.plugin-remove_button .item .remove:hover{background:rgba(0,0,0,.05)}.selectize-control.plugin-remove_button .item.active .remove{border-left-color:#00578d}.selectize-control.plugin-remove_button .disabled .item .remove:hover{background:none}.selectize-control.plugin-remove_button .disabled .item .remove{border-left-color:#aaa}.selectize-control.plugin-remove_button .remove-single{position:absolute;right:0;top:0;font-size:23px}.selectize-control{position:relative;}.selectize-dropdown,.selectize-input,.selectize-input input{color:#303030;font-family:inherit;font-size:13px;line-height:18px;font-smoothing:inherit}.selectize-input,.selectize-control.single .selectize-input.input-active{background:#fff;cursor:text;display:inline-block}.selectize-input{border:1px solid #d0d0d0;padding:8px 8px;display:inline-block;width:100%;position:relative;z-index:1;box-sizing:border-box;box-shadow:inset 0 1px 1px rgba(0,0,0,.1);border-radius:3px}.selectize-control.multi .selectize-input.has-items{padding:calc(
        8px - 2px - 1px
) 8px calc(
        8px - 2px - 3px -
        1px
)}.selectize-input.full{background-color:#fff}.selectize-input.disabled,.selectize-input.disabled *{cursor:default !important}.selectize-input.focus{box-shadow:inset 0 1px 2px rgba(0,0,0,.15)}.selectize-input.dropdown-active{border-radius:3px 3px 0 0}.selectize-input>*{vertical-align:baseline;display:inline-block;zoom:1}.selectize-control.multi .selectize-input>div{cursor:pointer;margin:0 3px 3px 0;padding:2px 6px;background:#1da7ee;color:#fff;border:1px solid #0073bb}.selectize-control.multi .selectize-input>div.active{background:#92c836;color:#fff;border:1px solid #00578d}.selectize-control.multi .selectize-input.disabled>div,.selectize-control.multi .selectize-input.disabled>div.active{color:#fff;background:#d2d2d2;border:1px solid #aaa}.selectize-input>input{display:inline-block !important;padding:0 !important;min-height:0 !important;max-height:none !important;max-width:100% !important;margin:0 !important;text-indent:0 !important;border:0 none !important;background:none !important;line-height:inherit !important;user-select:auto !important;box-shadow:none !important}.selectize-input>input::-ms-clear{display:none}.selectize-input>input:focus{outline:none !important}.selectize-input>input[placeholder]{box-sizing:initial}.selectize-input.has-items>input{margin:0 0px !important}.selectize-input::after{content:" ";display:block;clear:left}.selectize-input.dropdown-active::before{content:" ";display:block;position:absolute;background:#f0f0f0;height:1px;bottom:0;left:0;right:0}.selectize-dropdown{position:absolute;top:100%;left:0;width:100%;z-index:10;border:1px solid #d0d0d0;background:#fff;margin:-1px 0 0 0;border-top:0 none;box-sizing:border-box;box-shadow:0 1px 3px rgba(0,0,0,.1);border-radius:0 0 3px 3px}.selectize-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.selectize-dropdown [data-selectable] .highlight{background:rgba(125,168,208,.2);border-radius:1px}.selectize-dropdown .option,.selectize-dropdown .optgroup-header,.selectize-dropdown .no-results,.selectize-dropdown .create{padding:5px 8px}.selectize-dropdown .option,.selectize-dropdown [data-disabled],.selectize-dropdown [data-disabled] [data-selectable].option{cursor:inherit;opacity:.5}.selectize-dropdown [data-selectable].option{opacity:1;cursor:pointer}.selectize-dropdown .optgroup:first-child .optgroup-header{border-top:0 none}.selectize-dropdown .optgroup-header{color:#303030;background:#fff;cursor:default}.selectize-dropdown .active{background-color:#f5fafd;color:#495c68}.selectize-dropdown .active.create{color:#495c68}.selectize-dropdown .create{color:rgba(48,48,48,.5)}.selectize-dropdown-content{overflow-y:auto;overflow-x:hidden;max-height:200px;overflow-scrolling:touch}.selectize-dropdown-emptyoptionlabel{text-align:center}.selectize-dropdown .spinner{display:inline-block;width:30px;height:30px;margin:5px 8px}.selectize-dropdown .spinner:after{content:" ";display:block;width:24px;height:24px;margin:3px;border-radius:50%;border:5px solid #d0d0d0;border-color:#d0d0d0 rgba(0,0,0,0) #d0d0d0 rgba(0,0,0,0);animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.selectize-control.single .selectize-input,.selectize-control.single .selectize-input input{cursor:pointer}.selectize-control.single .selectize-input.input-active,.selectize-control.single .selectize-input.input-active input{cursor:text}.selectize-control.single .selectize-input:after{content:" ";display:block;position:absolute;top:50%;right:15px;margin-top:-3px;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:gray rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.selectize-control.single .selectize-input.dropdown-active:after{margin-top:-4px;border-width:0 5px 5px 5px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) gray rgba(0,0,0,0)}.selectize-control.rtl{text-align:right}.selectize-control.rtl.single .selectize-input:after{left:15px;right:auto}.selectize-control.rtl .selectize-input>input{margin:0 4px 0 -2px !important}.selectize-control .selectize-input.disabled{opacity:.5;background-color:#fafafa}.selectize-control.multi .selectize-input.has-items{padding-left:5px;padding-right:5px}.selectize-control.multi .selectize-input.disabled [data-value]{color:#999;text-shadow:none;background:none;box-shadow:none}.selectize-control.multi .selectize-input.disabled [data-value],.selectize-control.multi .selectize-input.disabled [data-value] .remove{border-color:#e6e6e6}.selectize-control.multi .selectize-input.disabled [data-value] .remove{background:none}.selectize-control.multi .selectize-input [data-value]{text-shadow:0 1px 0 rgba(0,51,83,.3);border-radius:3px;background-color:#1b9dec;background-image:linear-gradient(to bottom, #1da7ee, #178ee9);background-repeat:repeat-x;box-shadow:0 1px 0 rgba(0,0,0,.2),inset 0 1px rgba(255,255,255,.03)}.selectize-control.multi .selectize-input [data-value].active{background-color:#0085d4;background-image:linear-gradient(to bottom, #008fd8, #0075cf);background-repeat:repeat-x}.selectize-control.single .selectize-input{box-shadow:0 1px 0 rgba(0,0,0,.05),inset 0 1px 0 rgba(255,255,255,.8);background-color:#f9f9f9;background-image:linear-gradient(to bottom, #fefefe, #f2f2f2);background-repeat:repeat-x}.selectize-control.single .selectize-input,.selectize-dropdown.single{border-color:#b8b8b8}.selectize-dropdown .optgroup-header{padding-top:7px;font-weight:bold;font-size:.85em}.selectize-dropdown .optgroup{border-top:1px solid #f0f0f0}.selectize-dropdown .optgroup:first-child{border-top:0 none}
/*
  backgrid-select-all
  http://github.com/wyuenho/backgrid

  Copyright (c) 2013-present Cloudflare, Inc and contributors
  Licensed under the MIT @license.
*/

.backgrid .select-row-cell,
.backgrid .select-all-header-cell {
  text-align: center;
}
.ag-theme-balham,.ag-theme-balham-auto-dark,.ag-theme-balham-dark{--ag-balham-active-color:#0091ea;--ag-foreground-color:#000;--ag-background-color:#fff;--ag-header-background-color:#f5f7f7;--ag-tooltip-background-color:#cbd0d3;--ag-subheader-background-color:#e2e9eb;--ag-control-panel-background-color:#f5f7f7;--ag-border-color:#bdc3c7;--ag-odd-row-background-color:#fcfdfe;--ag-row-hover-color:#ecf0f1;--ag-column-hover-color:#ecf0f1;--ag-input-border-color:#95a5a6;--ag-invalid-color:#e02525;--ag-input-disabled-background-color:#ebebeb;--ag-checkbox-unchecked-color:#7f8c8d;--ag-input-focus-border-color:#719ECE;--ag-advanced-filter-join-pill-color:#f08e8d;--ag-advanced-filter-column-pill-color:#a6e194;--ag-advanced-filter-option-pill-color:#f3c08b;--ag-advanced-filter-value-pill-color:#85c0e4;--ag-input-focus-box-shadow:0 0 2px 1px var(--ag-input-focus-border-color);--ag-range-selection-border-color:var(--ag-balham-active-color);--ag-checkbox-checked-color:var(--ag-balham-active-color);--ag-checkbox-background-color:var(--ag-background-color);--ag-secondary-foreground-color:rgba(0, 0, 0, 0.54);--ag-disabled-foreground-color:rgba(0, 0, 0, 0.38);--ag-subheader-toolbar-background-color:rgba(226, 233, 235, 0.5);--ag-row-border-color:rgba(189, 195, 199, 0.58);--ag-chip-background-color:rgba(0, 0, 0, 0.1);--ag-range-selection-background-color:rgba(0, 145, 234, 0.2);--ag-range-selection-background-color-2:rgba(0, 145, 234, 0.36);--ag-range-selection-background-color-3:rgba(0, 145, 234, 0.49);--ag-range-selection-background-color-4:rgba(0, 145, 234, 0.59);--ag-selected-row-background-color:rgba(0, 145, 234, 0.28);--ag-header-column-separator-color:rgba(189, 195, 199, 0.5);--ag-input-disabled-border-color:rgba(149, 165, 166, 0.3);--ag-header-column-separator-display:block;--ag-header-column-separator-height:50%;--ag-grid-size:4px;--ag-icon-size:16px;--ag-row-height:calc(var(--ag-grid-size) * 7);--ag-header-height:calc(var(--ag-grid-size) * 8);--ag-list-item-height:calc(var(--ag-grid-size) * 6);--ag-row-group-indent-size:calc(var(--ag-grid-size) * 3 + var(--ag-icon-size));--ag-cell-horizontal-padding:calc(var(--ag-grid-size) * 3);--ag-input-height:calc(var(--ag-grid-size) * 4);--ag-font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--ag-font-size:12px;--ag-icon-font-family:agGridBalham;--ag-border-radius:2px;--ag-checkbox-border-radius:3px;--ag-card-shadow:none}.ag-theme-balham-dark{--ag-balham-active-color:#00B0FF;--ag-foreground-color:#F5F5F5;--ag-background-color:#2d3436;--ag-header-background-color:#1c1c1c;--ag-tooltip-background-color:#1c1f20;--ag-subheader-background-color:#111;--ag-control-panel-background-color:#202020;--ag-border-color:#424242;--ag-odd-row-background-color:#262c2e;--ag-row-hover-color:#3d4749;--ag-column-hover-color:#3d4749;--ag-input-border-color:#f0f0f0;--ag-input-disabled-background-color:rgba(48, 46, 46, 0.3);--ag-modal-overlay-background-color:rgba(45, 52, 54, 0.66);--ag-checkbox-unchecked-color:#ecf0f1;--ag-advanced-filter-join-pill-color:#7a3a37;--ag-advanced-filter-column-pill-color:#355f2d;--ag-advanced-filter-option-pill-color:#5a3168;--ag-advanced-filter-value-pill-color:#374c86;--ag-secondary-foreground-color:var(--ag-foreground-color);--ag-disabled-foreground-color:rgba(245, 245, 245, 0.38);--ag-subheader-toolbar-background-color:rgba(17, 17, 17, 0.5);--ag-row-border-color:#5c5c5c;--ag-chip-background-color:rgba(245, 245, 245, 0.08);--ag-range-selection-background-color:rgba(0, 176, 255, 0.2);--ag-range-selection-background-color-2:rgba(0, 176, 255, 0.36);--ag-range-selection-background-color-3:rgba(0, 176, 255, 0.49);--ag-range-selection-background-color-4:rgba(0, 176, 255, 0.59);--ag-selected-row-background-color:rgba(0, 176, 255, 0.28);--ag-header-column-separator-color:rgba(66, 66, 66, 0.5);--ag-input-disabled-border-color:rgba(240, 240, 240, 0.3);--ag-header-foreground-color:rgba(245, 245, 245, 0.64);--ag-toggle-button-off-background-color:transparent;--ag-toggle-button-off-border-color:var(--ag-foreground-color);--ag-range-selection-chart-category-background-color:rgba(26, 177, 74, 0.5);--ag-range-selection-chart-background-color:rgba(45, 166, 255, 0.5);--ag-input-focus-box-shadow:0 0 4px 1.5px var(--ag-input-focus-border-color);color-scheme:dark}@media (prefers-color-scheme:dark){.ag-theme-balham-auto-dark{--ag-balham-active-color:#00B0FF;--ag-foreground-color:#F5F5F5;--ag-background-color:#2d3436;--ag-header-background-color:#1c1c1c;--ag-tooltip-background-color:#1c1f20;--ag-subheader-background-color:#111;--ag-control-panel-background-color:#202020;--ag-border-color:#424242;--ag-odd-row-background-color:#262c2e;--ag-row-hover-color:#3d4749;--ag-column-hover-color:#3d4749;--ag-input-border-color:#f0f0f0;--ag-input-disabled-background-color:rgba(48, 46, 46, 0.3);--ag-modal-overlay-background-color:rgba(45, 52, 54, 0.66);--ag-checkbox-unchecked-color:#ecf0f1;--ag-advanced-filter-join-pill-color:#7a3a37;--ag-advanced-filter-column-pill-color:#355f2d;--ag-advanced-filter-option-pill-color:#5a3168;--ag-advanced-filter-value-pill-color:#374c86;--ag-secondary-foreground-color:var(--ag-foreground-color);--ag-disabled-foreground-color:rgba(245, 245, 245, 0.38);--ag-subheader-toolbar-background-color:rgba(17, 17, 17, 0.5);--ag-row-border-color:#5c5c5c;--ag-chip-background-color:rgba(245, 245, 245, 0.08);--ag-range-selection-background-color:rgba(0, 176, 255, 0.2);--ag-range-selection-background-color-2:rgba(0, 176, 255, 0.36);--ag-range-selection-background-color-3:rgba(0, 176, 255, 0.49);--ag-range-selection-background-color-4:rgba(0, 176, 255, 0.59);--ag-selected-row-background-color:rgba(0, 176, 255, 0.28);--ag-header-column-separator-color:rgba(66, 66, 66, 0.5);--ag-input-disabled-border-color:rgba(240, 240, 240, 0.3);--ag-header-foreground-color:rgba(245, 245, 245, 0.64);--ag-toggle-button-off-background-color:transparent;--ag-toggle-button-off-border-color:var(--ag-foreground-color);--ag-range-selection-chart-category-background-color:rgba(26, 177, 74, 0.5);--ag-range-selection-chart-background-color:rgba(45, 166, 255, 0.5);--ag-input-focus-box-shadow:0 0 4px 1.5px var(--ag-input-focus-border-color);color-scheme:dark}}.ag-theme-balham .ag-filter-toolpanel-header,.ag-theme-balham .ag-filter-toolpanel-search,.ag-theme-balham .ag-header-row,.ag-theme-balham .ag-multi-filter-group-title-bar,.ag-theme-balham-auto-dark .ag-filter-toolpanel-header,.ag-theme-balham-auto-dark .ag-filter-toolpanel-search,.ag-theme-balham-auto-dark .ag-header-row,.ag-theme-balham-auto-dark .ag-multi-filter-group-title-bar,.ag-theme-balham-dark .ag-filter-toolpanel-header,.ag-theme-balham-dark .ag-filter-toolpanel-search,.ag-theme-balham-dark .ag-header-row,.ag-theme-balham-dark .ag-multi-filter-group-title-bar{font-weight:600;color:var(--ag-header-foreground-color)}.ag-theme-balham .ag-ltr input[class^=ag-]:not([type]),.ag-theme-balham .ag-ltr input[class^=ag-][type=date],.ag-theme-balham .ag-ltr input[class^=ag-][type=datetime-local],.ag-theme-balham .ag-ltr input[class^=ag-][type=number],.ag-theme-balham .ag-ltr input[class^=ag-][type=tel],.ag-theme-balham .ag-ltr input[class^=ag-][type=text],.ag-theme-balham .ag-ltr textarea[class^=ag-],.ag-theme-balham-auto-dark .ag-ltr input[class^=ag-]:not([type]),.ag-theme-balham-auto-dark .ag-ltr input[class^=ag-][type=date],.ag-theme-balham-auto-dark .ag-ltr input[class^=ag-][type=datetime-local],.ag-theme-balham-auto-dark .ag-ltr input[class^=ag-][type=number],.ag-theme-balham-auto-dark .ag-ltr input[class^=ag-][type=tel],.ag-theme-balham-auto-dark .ag-ltr input[class^=ag-][type=text],.ag-theme-balham-auto-dark .ag-ltr textarea[class^=ag-],.ag-theme-balham-dark .ag-ltr input[class^=ag-]:not([type]),.ag-theme-balham-dark .ag-ltr input[class^=ag-][type=date],.ag-theme-balham-dark .ag-ltr input[class^=ag-][type=datetime-local],.ag-theme-balham-dark .ag-ltr input[class^=ag-][type=number],.ag-theme-balham-dark .ag-ltr input[class^=ag-][type=tel],.ag-theme-balham-dark .ag-ltr input[class^=ag-][type=text],.ag-theme-balham-dark .ag-ltr textarea[class^=ag-]{padding-left:var(--ag-grid-size)}.ag-theme-balham .ag-rtl input[class^=ag-]:not([type]),.ag-theme-balham .ag-rtl input[class^=ag-][type=date],.ag-theme-balham .ag-rtl input[class^=ag-][type=datetime-local],.ag-theme-balham .ag-rtl input[class^=ag-][type=number],.ag-theme-balham .ag-rtl input[class^=ag-][type=tel],.ag-theme-balham .ag-rtl input[class^=ag-][type=text],.ag-theme-balham .ag-rtl textarea[class^=ag-],.ag-theme-balham-auto-dark .ag-rtl input[class^=ag-]:not([type]),.ag-theme-balham-auto-dark .ag-rtl input[class^=ag-][type=date],.ag-theme-balham-auto-dark .ag-rtl input[class^=ag-][type=datetime-local],.ag-theme-balham-auto-dark .ag-rtl input[class^=ag-][type=number],.ag-theme-balham-auto-dark .ag-rtl input[class^=ag-][type=tel],.ag-theme-balham-auto-dark .ag-rtl input[class^=ag-][type=text],.ag-theme-balham-auto-dark .ag-rtl textarea[class^=ag-],.ag-theme-balham-dark .ag-rtl input[class^=ag-]:not([type]),.ag-theme-balham-dark .ag-rtl input[class^=ag-][type=date],.ag-theme-balham-dark .ag-rtl input[class^=ag-][type=datetime-local],.ag-theme-balham-dark .ag-rtl input[class^=ag-][type=number],.ag-theme-balham-dark .ag-rtl input[class^=ag-][type=tel],.ag-theme-balham-dark .ag-rtl input[class^=ag-][type=text],.ag-theme-balham-dark .ag-rtl textarea[class^=ag-]{padding-right:var(--ag-grid-size)}.ag-theme-balham .ag-column-drop-vertical-empty-message,.ag-theme-balham .ag-status-bar,.ag-theme-balham-auto-dark .ag-column-drop-vertical-empty-message,.ag-theme-balham-auto-dark .ag-status-bar,.ag-theme-balham-dark .ag-column-drop-vertical-empty-message,.ag-theme-balham-dark .ag-status-bar{font-weight:600;color:var(--ag-disabled-foreground-color)}.ag-theme-balham-auto-dark.ag-dnd-ghost,.ag-theme-balham-dark.ag-dnd-ghost,.ag-theme-balham.ag-dnd-ghost{font-size:var(--ag-font-size);font-weight:600}.ag-theme-balham .ag-tab,.ag-theme-balham-auto-dark .ag-tab,.ag-theme-balham-dark .ag-tab{border:1px solid transparent;padding:var(--ag-grid-size) calc(var(--ag-grid-size)*2);margin:var(--ag-grid-size);margin-bottom:-1px}.ag-theme-balham .ag-tab-selected,.ag-theme-balham-auto-dark .ag-tab-selected,.ag-theme-balham-dark .ag-tab-selected{background-color:var(--ag-background-color);border-color:var(--ag-border-color);border-bottom-color:transparent}.ag-theme-balham .ag-tabs-header,.ag-theme-balham-auto-dark .ag-tabs-header,.ag-theme-balham-dark .ag-tabs-header{border-bottom:1px solid var(--ag-border-color)}.ag-theme-balham .ag-column-drop-cell,.ag-theme-balham-auto-dark .ag-column-drop-cell,.ag-theme-balham-dark .ag-column-drop-cell{height:calc(var(--ag-grid-size)*6)}.ag-theme-balham .ag-column-drop-vertical-title,.ag-theme-balham-auto-dark .ag-column-drop-vertical-title,.ag-theme-balham-dark .ag-column-drop-vertical-title{color:var(--ag-foreground-color)}.ag-theme-balham .ag-column-drop-vertical-cell,.ag-theme-balham-auto-dark .ag-column-drop-vertical-cell,.ag-theme-balham-dark .ag-column-drop-vertical-cell{margin-left:calc(var(--ag-grid-size)*2);margin-right:calc(var(--ag-grid-size)*2)}.ag-theme-balham .ag-column-drop-vertical-cell-text,.ag-theme-balham-auto-dark .ag-column-drop-vertical-cell-text,.ag-theme-balham-dark .ag-column-drop-vertical-cell-text{margin-left:calc(var(--ag-grid-size)*2)}.ag-theme-balham .ag-column-drop-vertical-icon,.ag-theme-balham-auto-dark .ag-column-drop-vertical-icon,.ag-theme-balham-dark .ag-column-drop-vertical-icon{color:var(--ag-secondary-foreground-color)}.ag-theme-balham .ag-ltr .ag-column-drop-vertical-empty-message,.ag-theme-balham-auto-dark .ag-ltr .ag-column-drop-vertical-empty-message,.ag-theme-balham-dark .ag-ltr .ag-column-drop-vertical-empty-message{padding-left:calc(var(--ag-icon-size) + var(--ag-grid-size)*2);padding-right:var(--ag-grid-size)}.ag-theme-balham .ag-rtl .ag-column-drop-vertical-empty-message,.ag-theme-balham-auto-dark .ag-rtl .ag-column-drop-vertical-empty-message,.ag-theme-balham-dark .ag-rtl .ag-column-drop-vertical-empty-message{padding-right:calc(var(--ag-icon-size) + var(--ag-grid-size)*2);padding-left:var(--ag-grid-size)}.ag-theme-balham .ag-column-drop-horizontal,.ag-theme-balham-auto-dark .ag-column-drop-horizontal,.ag-theme-balham-dark .ag-column-drop-horizontal{height:var(--ag-header-height)}.ag-theme-balham .ag-column-drop-empty,.ag-theme-balham-auto-dark .ag-column-drop-empty,.ag-theme-balham-dark .ag-column-drop-empty{color:var(--ag-disabled-foreground-color)}.ag-theme-balham .ag-column-drop-horizontal-cell-text,.ag-theme-balham-auto-dark .ag-column-drop-horizontal-cell-text,.ag-theme-balham-dark .ag-column-drop-horizontal-cell-text{margin-left:calc(var(--ag-grid-size)*2)}.ag-theme-balham .ag-column-drop-vertical,.ag-theme-balham-auto-dark .ag-column-drop-vertical,.ag-theme-balham-dark .ag-column-drop-vertical{padding-top:calc(var(--ag-grid-size)*2)}.ag-theme-balham .ag-menu-header,.ag-theme-balham-auto-dark .ag-menu-header,.ag-theme-balham-dark .ag-menu-header{background-color:var(--ag-header-background-color)}.ag-theme-balham .ag-overlay-loading-center,.ag-theme-balham-auto-dark .ag-overlay-loading-center,.ag-theme-balham-dark .ag-overlay-loading-center{background-color:var(--ag-background-color);border:1px solid var(--ag-border-color);color:var(--ag-foreground-color);padding:calc(var(--ag-grid-size)*4)}.ag-theme-balham .ag-tooltip,.ag-theme-balham-auto-dark .ag-tooltip,.ag-theme-balham-dark .ag-tooltip{border:0}.ag-theme-balham .ag-panel-title-bar-button-icon,.ag-theme-balham-auto-dark .ag-panel-title-bar-button-icon,.ag-theme-balham-dark .ag-panel-title-bar-button-icon{font-size:calc(var(--ag-icon-size) + var(--ag-grid-size))}.ag-theme-balham .ag-chart-data-section,.ag-theme-balham .ag-chart-format-section,.ag-theme-balham-auto-dark .ag-chart-data-section,.ag-theme-balham-auto-dark .ag-chart-format-section,.ag-theme-balham-dark .ag-chart-data-section,.ag-theme-balham-dark .ag-chart-format-section{padding-bottom:calc(var(--ag-grid-size)*.5)}.ag-theme-balham .ag-group-toolbar,.ag-theme-balham-auto-dark .ag-group-toolbar,.ag-theme-balham-dark .ag-group-toolbar{background-color:var(--ag-subheader-toolbar-background-color)}.ag-theme-balham .ag-chart-tab,.ag-theme-balham-auto-dark .ag-chart-tab,.ag-theme-balham-dark .ag-chart-tab{padding-top:calc(var(--ag-grid-size)*.5)}.ag-theme-balham .ag-charts-format-sub-level-group-item,.ag-theme-balham-auto-dark .ag-charts-format-sub-level-group-item,.ag-theme-balham-dark .ag-charts-format-sub-level-group-item{margin-bottom:calc(var(--ag-grid-size)*1.5)}.ag-theme-balham .ag-chart-menu-close,.ag-theme-balham-auto-dark .ag-chart-menu-close,.ag-theme-balham-dark .ag-chart-menu-close{background:var(--ag-background-color)}.ag-theme-balham .ag-chart-menu-close:hover .ag-icon,.ag-theme-balham-auto-dark .ag-chart-menu-close:hover .ag-icon,.ag-theme-balham-dark .ag-chart-menu-close:hover .ag-icon{border-color:var(--ag-border-color)}.ag-theme-balham .ag-chart-menu-close .ag-icon,.ag-theme-balham-auto-dark .ag-chart-menu-close .ag-icon,.ag-theme-balham-dark .ag-chart-menu-close .ag-icon{background:var(--ag-header-background-color);border:1px solid var(--ag-secondary-border-color);border-right:none}
.dd {
    width: 24px !important;
}

.mm {
    width: 30px !important;
}

.yyyy {
    width: 35px !important;
}

.divider {
    margin: 0;
    padding: 0
}
/* general */
a {
    color: #0e3abf;
}

input[type="text"] {
    padding-left: 10px;
}

/* login page */
.text-center {
    text-align: center;
}

.login-outer {
    max-width: 700px;
}

.login-outer .chosen-default span {
    font-weight: normal;
    font-size: 14px;
}

.login-outer a, .highlight {
    color: #004F9F;
    font-weight: bold;
}

.login-forms-wrapper {
    border-left: 1px black solid;
    padding-left: 20px;
}

.login-forms {
    background-color: #eee;
    padding: 30px;
}

.login-page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.login-page .chosen-container-single .chosen-single {
    font-size: 16px;
    height: 40px !important;
    line-height: 32px;
}

.login-page .chosen-container-single .chosen-single div {
    top: 8px;
}

.login-page .chosen-container-single .chosen-single abbr {
    top: 14px;
}

.login-page .logout-message {
    display: block;
    text-align: center;
    margin: auto;
    /*padding:3px;*/
    color: #c01e2e;
    width: 250px;
}

.login-inner .button {
    background-color: #004F9F;
    color: white;
}

.login-page .login-accept {
    width: initial;
    margin-left: 10px;
    vertical-align: top;
}

.actions .button {
    display: inline-block;
}

/* buttons */
.button {
    text-decoration: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0px 20px;
    border-radius: 2px;
    margin-bottom: 2px;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    cursor: pointer;
    color: #212121;
    background-color: #f5f5f5;
    background-image: none !important;
    background-repeat: repeat-x;
    border-color: #212121;
    *background-color: #f5f5f5;
    border: 1px solid #212121;
    *border: 0;
    border-bottom-color: #212121;
    /*-webkit-border-radius: 4px;*/
    /*-moz-border-radius: 4px;*/
    /*border-radius: 4px;*/
    *margin-left: .3em;
}

.button:hover, .button:focus, .button:active, .button.active, .button.disabled, .button[disabled] {
    color: #333;
    background-color: #e6e6e6;
}

.button:active, .button.active {
    background-color: #ccc \9
}

.button:hover, .button:focus {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.button:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.button.active, .button:active {
    background-image: none;
    outline: 0;
}

.button.disabled, .button[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.bold-button {
    color: #f2f2f2;
    background-color: #c01e2e;
    background-image: none !important;
    border-color: #212121;
    *background-color: #c01e2e;
}

.bold-button:hover, .bold-button:focus, .bold-button:active, .bold-button.active, .bold-button.disabled, .bold-button[disabled] {
    color: #b6b6b6;
    background-color: #c01e2e;
    *background-color: #c01e2e;
}

.bold-blue-button {
    color: #f2f2f2;
    background-color: #3785e0;
    background-image: none !important;
    border-color: #378AE5;
    *background-color: #3785e0;
}

.bold-black-button {
    color: #f2f2f2;
    background-color: #000000;
    background-image: none !important;
    border-color: #000000;
    *background-color: #000000;
}

.bold-red-button {
    color: #f2f2f2;
    background-color: #D60000;
    background-image: none !important;
    border-color: #D60000;
    *background-color: #D60000;
}

.bold-purple-button {
    color: #f2f2f2;
    background-color: #6c006c;
    background-image: none !important;
    border-color: #6c006c;
}

.bold-blue-button:hover, .bold-blue-button:focus, .bold-blue-button:active, .bold-blue-button.active, .bold-blue-button.disabled, .bold-blue-button[disabled] {
    color: #b6b6b6;
    background-color: #3785e0;
    *background-color: #3785e0;
}

.bold-red-button:hover, .bold-blue-button:focus, .bold-blue-button:active, .bold-blue-button.active, .bold-blue-button.disabled, .bold-blue-button[disabled] {
    color: #b6b6b6;
    background-color: #D60000;
    *background-color: #D60000;
}

.bold-grey-button {
    color: black;
    background-color: #d7d7d7;
    background-image: none !important;
    border-color: #d7d7d7;
}

.bold-teal-button {
    color: white;
    background-color: #009DDA;
    background-image: none !important;
    border-color: #009DDA;
}

.bold-grey-button:hover, .bold-grey-button:focus, .bold-grey-button:active, .bold-grey-button.active, .bold-grey-button.disabled, .bold-grey-button[disabled] {
    color: white;
    background-color: #d7d7d7;
    *background-color: #d7d7d7;
}

/* Main Menu */

.headersub {
    background-color: #091329;
    margin-top: 1px;
}

.main-menu .menu-item {
    background-color: #f2f2f2;
    border-color: #212121;
}

.main-menu .menu-item:hover {
    border: 2px solid #c01e2e;
}

.main-menu .menu-item a {
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    display: block;
    color: #4e4e4e;
}

.main-menu .menu-item a:hover {
    text-decoration: none;
    color: #333;
    background: rgb(194, 232, 255); /*fallback for ie7*/
    background: rgba(20, 103, 151, 0.07);
}

/* Case List */
.header-space {
    margin-bottom: 10px;
}

#requiring_action {
    margin-left: 10px;
    background-color: #666666;
    color: white;
    font-weight: bold;
    padding: 1px 10px;
    border-radius: 10px;
}

.report-list .title {
    padding-bottom: 5px;
}

.report-list {
    margin-bottom: 10px;
    height: 100%;
}

.report-list .reports-table-headers {
    background-color: #F0F8FE;
    color: black;
    line-height: 40px;
    font-weight: bold;
    font-size: 12px;
}

.reports-table-headers .column {
    border-color: #f2f2f2;
}

.report-list .sort-controls .detail span {
    border-color: #f2f2f2;
    background-color: #f2f2f2;
    color: #212121;
}

.report-list .sort-controls .detail .selected {
    background-color: #3785e0;
}

.report-list .page-control-container {
    background-color: #eee;
}

.report-list .reports-table a {
    color: #010101;
}

.report-list .reports-table .clinician-column,
.report-list .reports-table .clinician-column a,
.report-list .reports-table .areas-column,
.report-list .reports-table .areas-column a,
.report-list .reports-table .status-column,
.report-list .reports-table .status-column a {
    color: #999999;
    font-style: italic;
}

.table .zebra {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

.report-list .filter-buttons {
    border-bottom: 2px solid lightgrey;
}

.report-list .filter-buttons > div {
    border: 2px solid lightgrey;
    margin-right: 10px;
    background-color: #eee;
    color: grey;
    display: inline-block;
    padding: 4px 18px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    position: relative;
    top: 2px;
    cursor: pointer;
}

.report-list .filter-buttons > div:first-child {
    margin-left: 40px;
}

.report-list .filter-buttons .selected {
    background-color: white;
    border-bottom: 2px solid white;
}

.searchWrapper {
    text-align: right;
    margin: 8px;
}

.alternate-search-ui .chosen-container {
    margin-right: 10px;
}

.setFilterWrapper .mini, .removeFilterWrapper .mini {
    padding: 5px 10px;
    margin-top: 10px;
}

.search-ui input {
    height: 20px;
    border-radius: 3px;
    border: 2px solid lightgrey;
}

.search-ui .open-calendar {
    position: relative;
    right: 20px;
    top: 2px;
    color: grey;
}

.search-ui .search-button {
    padding: 3px 20px;
    color: #009DDA;
    background-color: #eee;
    border: 1px solid lightgrey;
    border-radius: 3px;
    text-decoration: none;
    font-size: 11px;
    display: inline-block;
}

/* Patient Banner */

.patient-banner .name {
    font-weight: bold;
    line-height: initial;

}

/* Referral Creator (Proforma Front-End) */
.tabs {
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid #999;
}

.section-tabs {
    clear: both;
    margin-bottom: 10px;
    position: relative;
}

.tab {
    float: left;
    width: 30px;
    border-radius: 30px;
    text-align: center;
    padding: 7px;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    color: #333333;
    /*border-left: none;*/
    position: relative;
}

.tab .title {
    color: white;
    font-weight: bold;
    font-size: 12px;
}

.padding .section {
    background-color: #f2f2f2;
    border-color: #ccc;
    border-radius: 0px;
}

.proforma-wrapper .section {
    border: none;
}

.section-header {
    background-color: #386cbd;
    color: white;
    padding: 7px 15px;
    font-size: 16px;
}

.proforma-header {
    font-weight: bold;
    margin-top: 10px;
}

.top-section .proforma-header {
    margin-top: 0;
}

.section > .title {
    color: #450077;
}

.proforma-selection .diagnosis-body {
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
}

.expandable {
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 7px;
    overflow: auto;
    position: relative;
    margin-top: 7px;
}

.expandable .title {
    color: #450077;
    font-size: 13px;
    font-weight: bold;
    margin-right: 10px;
    display: none;
}

.expandable-buttons {
    position: relative;
}

.expandable .expandable-contract-buttons {
    float: right;
    clear: both;
    display: none;
    position: relative;
}

.expanded .expandable-contract-buttons {
    display: inline;
    position: relative;
}

.expandable .next-contract {
    padding-left: 20px;
    padding-right: 20px;
}

.expandable .expandable-expand-buttons {
    float: right;
    position: relative;
}

.expanded .expandable-expand-buttons {
    display: none;
    position: relative;
}

.diagnosis-summary-title, .dent-selections .subtitle {
    color: #450077;
    font-size: 13px;
    font-weight: bold;
    margin-right: 10px;

}

.dent-selections .dent-selected-area {
    margin-left: 20px;
}

.referral-send .buttons-next {
    float: right;
    margin-left: 50px;
}

.referral-send .buttons {
    float: left;
}

.urn {
    float: right;
}

.dent-types, .dent-subtypes {
    display: inline;
}

.dent-types label, .dent-subtypes label {
    margin-right: 5px;
}

.dent-types {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ccc;
}

.dent-selected-area .description {
    font-weight: bold;
    /*width:150px;*/
    display: inline-block;
}

.dent-selected-area label {
    white-space: nowrap;
}

.question-wrapper:last-child .question {
    border-bottom: none;
}

.proforma-wrapper .question .title {
    color: #333;
    font-weight: bold;
    font-size: 9pt;
    margin: 8px 0;
}

.proforma-selection .diagnosis-body {
    padding: 0px;
    margin-top: 0px;
}

.image-section .viewer {
    height: auto;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.image-section .viewscope {
    float: left;
    width: 60%;
    text-align: center;
}

.image-section .thumbnails {
    float: right;
    width: 35%;
    text-align: left;
}

.image-section .thumbnails img {
    height: 75px;
    margin: 7px;
    width: 100px;
}

.question .title-container {
    width: 35%;
    float: left;
}

.proforma-wrapper .directive .question .title-container {
    width: inherit !important;
    padding-right: 23px;
}

.proforma .question {
    /*width:80%;*/
}

.proforma .question .message {
    /*float:right;*/
    /*width:18%;*/
}

/** Assessment **/
.proforma-assessment {
    position: relative;
}

.proforma-assessment .padding {
    padding: 5px;
}

.proforma-assessment .expandable-buttons {
    display: none;
}

.proforma-assessment .sections {
    position: relative;
}

.proforma-assessment .left-sections > .section {
    border: none;
    background-color: transparent;
    padding: 10px;
}

.proforma-assessment .section > div.title, .proforma-assessment .section > div > span, .proforma-assessment .section .questions > div, .supporting-info-contents > div {
    padding: 3px;
}

.proforma-assessment .left-sections > .section > .expandable-contents > .title {
    display: block;
    color: #2185d0;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    border-bottom: 2px solid #ddd;
}

.proforma-assessment .section .questions .title {
    color: #333333;
    border-bottom: none;
    display: block;
    font-weight: bold;
    width: 25%;
    float: left;
    margin-right: 10px;
    clear: left;
}

.proforma-assessment .section .questions .referral-answers {
    display: block;
    float: left;
    clear: right;
    text-align: left;
    width: 74%;
}

.proforma-assessment .section .question {
    min-height: inherit;
    padding-top: 10px !important;
}

.proforma-assessment .section .question:hover {
    background: #eee;
}

.proforma-assessment .left-sections {
    width: 58%;
    float: left;
    clear: left;
    position: relative;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.right-sections .expandable {
    background-color: white;
}

.proforma-assessment .right-sections {
    width: 41%;
    float: right;
    height: calc(100vh - 140px);
    overflow-y: scroll;
}

.proforma-assessment .image-section {
}

.proforma-assessment .image-section .viewscope {
    float: left;
    width: 100%;
}

.proforma-assessment .image-section .viewscope .viewer {
    width: 100%;
    height: auto;
}

.proforma-assessment .image-section .viewscope img {
    width: 100%;
    height: auto;
}

.proforma-assessment .image-section .thumbnails {
    clear: both;
    float: none;
    width: 100%;
}

.referral-response .explanation {
    width: 100%;
    height: 100px;
}

.acceptance-left {
    float: left;
    width: 25%;
}

.acceptance-right {
    float: right;
    width: 65%;
}

.proforma .question .index1 {
    /*margin-left:20px;*/
    /*width:180px;*/
}

.question .index1 .title, .question .index2 .title {
    /*font-weight: normal;*/
}

.proforma .question .index2 {
    /*margin-left: 40px;*/
    /*width: 160px;*/
    /*font-weight: normal;*/
}

.question-wrapper .warning {
    float: right;
    width: 18%;
    height: 80%;
    /*background-color:red;*/
    color: white;
    padding: 3px;
    /*border-radius: 3px;*/
    display: none;
}

.question-wrapper .warning .message {
    display: block;
    background-color: red;
    border-radius: 3px;
}

.editor-column .section .question {
    height: 22px;
    overflow: hidden;
}

.section .full-question {
    height: auto !important;
}

.image-section .title {
    display: inline;
}

.one-answer-per-line {
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    width: 60%;
}

/** Helper bubbles **/
.question-wrapper .warning {
    /*position: absolute;*/
    /*right:0px;*/
    height: 15px;
    overflow: visible;
}

.question-wrapper .warning .helper {
    display: block;
    background-color: #cccccc;
    /*border: 1px solid gray;*/
    border-radius: 3px;
    text-align: center;
    margin-bottom: 3px;
    padding: 1px;
    z-index: 1000;
    clear: both;
}

.question-wrapper .warning .helper .title {
    font-weight: bold;
    display: block;
    color: #212121;
    text-decoration: none;
    text-align: left;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 10px;
    line-height: 10px;
    position: relative;
    margin-top: 2px;
    cursor: pointer;
}

.question-wrapper .warning .helper .description {
    display: block;
    color: #212121;
    text-decoration: none;
    font-weight: lighter;
    text-align: left;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 3px;
}

.question-wrapper .warning .helper a {
    text-decoration: none;
}

.question-wrapper .warning .helper img {
    height: 70px;
    margin: 3px;
}

.question-wrapper .warning .helper .glyph {
    display: none;
}

.question-wrapper .warning .helper .title .glyph {
    display: block;
    float: right;
    color: #212121;
    text-decoration: none;
    text-align: left;
    margin-right: 0px;
    font-size: 8px;
    line-height: 10px;
}

.question-wrapper .warning .mini .title {
    margin-bottom: 2px;
}

.question-wrapper .warning .mini a {
    display: none;
}

.question-wrapper .warning .mini .description {
    display: none;
}

.add-patient {
    margin: 10px;
}

.add-patient select {
    margin-left: 3px;
}

.add-patient .birth-day, .add-patient .birth-month, .add-patient .birth-year {
    width: auto;
}

.add-patient .title {
    margin-left: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #450077;
    display: block !important;
}

.eligible-services {
    padding-top: 6px;
    padding-bottom: 10px;
}

/** Settings **/
.settings-page #content .header {
    height: 40px;
    padding: 5px;
    overflow: visible;
    color: inherit;
    position: relative;

}

.settings-page .header .header-title {
    color: white;
}

.category input[type=text] {
    width: 90%;
}

.title input[type=text] {
    width: 90%;
}

.title-input {
    width: 400px;
    height: 80px;
}

/*
.tabs .tab:before, .tabs .tab:after{
    border: solid transparent;
    content: ' ';
    height:0;
    left:100%;
    position:absolute;
    width:0;
}
.tabs .tab:before {
    content: ' ';
    height:0;
    width:0;
    position:absolute;
    border:10px solid transparent;
    border-left-color:#f2f2f2;
    border-top-width:22px;
    border-bottom-width:22px;
    top:0px;
}
.tabs .tab:after {
    content: ' ';
    height:0;
    width:0;
    position:absolute;
    border:10px solid transparent;
    border-left-color:#ffffff;
    border-top-width:22px;
    border-bottom-width:22px;
    left:0px;
    top:0px;
}
.tabs .tab{
    margin-left:10px;
    padding-left:30px;
    width:120px;
    border-width: 1px;
    position:relative;

}
*/
.tabs .tab {
    /*margin-left:7px;*/
    border-radius: 30px;
    width: 30px;
    border-width: 1px;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    border-color: #d3d3d3;
    background-color: #d3d3d3;
    color: white;
    margin-right: 100px;
}

.tabs .tag .title {
    color: white;
}

.tabs .selected {
    background-color: #a500a5;
    border-color: #a500a5;
}

.mannequin-selector {
    position: relative;
}

.mannequin-button {
    background-color: #2480d1;
    color: white;
    font-weight: bold;
    display: block;
    width: 100px;
    float: left;
    margin-right: 10px;
    border: 1px solid #cccccc;
    text-align: center;
    padding: 4px;
    cursor: pointer;
}

.dent-manikin-viewer {
    padding: 50px;
    border: 1px solid #E6E7E8;
    background-color: white;
}

.dent-selected-areas .title-container {
    display: none;
}

.dent-selected-areas .answers {
    margin-left: 0;
}

.dent-selected-areas .question-wrapper {
    border: none;
}

.not-answered .chosen-default, .not-answered input[type="text"] {
    color: red !important;
}

.dent-selected-areas .subtitle {
    font-weight: bold;
    font-size: 110%;
}

.dent-selected-area .description {
    font-weight: bold;
    font-size: 14px;
}

.dent-selected-area .remove {
    display: none;
}

.dent-diagnosis-choices {
    float: right;
    clear: right;
    width: 28%;
    height: 153px;
    background-color: white;
    border: 1px solid #cccccc;
    padding: 7px;
}

.dent-diagnosis-choices .subtitle {
    font-weight: bold;
    font-size: 110%;
    margin-top: 10px;
}

.proforma-assessment .image-section {
    display: none;
}

.referral-response {
    padding: 0px;
    background-color: transparent;
}

.referral-response .title {
    padding: 7px;
    background-color: black;
    color: white;
    font-weight: bold;
    display: block;
    margin: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.referral-response .sub-content {
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
    margin: 7px;
    clear: both;
}

.referral-response .sub-content .sub-title {
    /*display:block;*/
    color: #cc0000;
    font-weight: bold;
    font-size: 11px;
}

.referral-response .triage-container {
    width: 25%;
    float: left;
    margin-right: 7px;
}

.referral-response .site-container {
    width: 165px;
    float: left;
    margin-right: 7px;
}

.referral-response .indication-container {
    width: 150px;
    float: left;
}

.referral-response .request-container {
    width: 30%;
    float: left;
    margin-right: 7px;
}

.referral-response .sub-provider-container {
    width: 30%;
    float: left;
    margin-right: 7px;
}

.referral-response .instruction-container {
    width: 330px;
    float: left;
}

.referral-response .comments {
    width: 98%;
    height: 70px;
}

.referral-response .instruction {
    width: 100%;
}

.referral-response .add-imaging, .referral-response .add-therapy, .referral-response .add-biochem, .referral-response .add-procedure {
    border-radius: 0px;
    color: #aaaaaa;
    border-color: #cccccc;
    padding-left: 4px;
    padding-right: 4px;
    vertical-align: middle;
    line-height: 20px;
    font-weight: bold;
    margin-right: 10px;
}

.referral-response .outcome-container, .referral-response .provider-container, .referral-response .urgency-container, .referral-response .named-consultant-container, .referral-response .onestop-container, .referral-response .chirality-container, .referral-response .reason-container, .referral-response .procedureminutes-container {
    float: left;
}

.referral-response .outcome-container {
    width: 180px;
}

.referral-response .provider-container, .referral-response .procedureminutes-container {
    width: 120px;
    float: left;
}

.referral-response .named-consultant-container, .referral-response .chirality-container {
    width: 130px;
}

.referral-response .urgency-container, .referral-response .onestop-container, .referral-response .reason-container {
    width: 100px;
}

.referral-response .outcome-container .outcome {
    margin: inherit;
    margin-top: 2px;
    clear: none;
}

.referral-response .comments {
    font-size: 13px;
}

.section-title .pull-right {
    font-size: 12px;
    text-align: right;
    position: relative;
    bottom: 5px;
    font-weight: normal;
}

.referral-response .sub-request {
    clear: both;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
    margin-right: 7px;
}

.referral-response .buttons-container {
    border-top: 1px solid #cccccc;
    padding: 7px;
    clear: both;
}

.referral-response .last-content {
    border-bottom: 0px;
}

.referral-response .clinic-code {
    width: 100%;
}

.referral-response .referral-letter {
    overflow: auto;
    margin: 7px;
}

.referral-response .imaging-request .type-container {
    width: 99%;
}

.referral-response .sub-request .sub-title {
    display: block;
}

.referral-response .imaging-request .sub-container {
    margin-right: 7px;
}

.referral-response .imaging-request .sub-container {
    float: left;
}

.referral-response .imaging-request .type-container {
    width: 15%;
}

.referral-response .imaging-request .details-container, .referral-response .imaging-request .site-container {
    width: 40%;
}

.referral-response .imaging-request .details-container textarea, .referral-response .imaging-request .site-container textarea {
    width: 97%;
}

.referral-response .sub-request .additional-container {
    clear: both;
    width: 65%;
    float: left;
}

.referral-response .sub-request .additional-container input {
    width: 97%;
}

.referral-response .procedure-request .type-container textarea {
    width: 97%;
}

.gp-response .expandable .padder {
    padding: 10px;
    padding-top: 0px;
}

.gp-response .expandable .title {
    display: block;
}

.gp-response .sub-title, .referral-decision .sub-title {
    padding-top: 10px;
    border-bottom: 1px solid #cccccc;
    color: #CC0000;
    display: block;
    font-weight: bold;
}

.gp-response .sub-header, .referral-decision .sub-header {
    font-weight: bold;
}

.gp-response .action {
    border-bottom: 1px solid #cccccc;
}

.black-container {
    background-color: black;
}

.buttons-container .bold-grey-button {
    margin-left: 7px;
}

.supporting-info {
    padding: 0px;
    border-radius: 5px;
}

.bold-yellow-button {
    background-color: #F7CF07;
    background-image: none !important;
    border-color: #F7CF07;
    cursor: pointer;
    color: white;
}

.bold-green2-button {
    background-color: #176600;
    background-image: none !important;
    border-color: #378AE5;
    cursor: pointer;
    color: white;
    margin-left: 7px;
}

.confirmation-popup {
    background-color: #c70a00;
    color: white;
    font-weight: bold;
    border: 10px solid #c70a00;
}

.notification-popup {
    background-color: #781d67;
    border: 10px solid #781d67;
}

.confirmation-popup .title {
    color: white;
    max-width: 220px;
    display: block;
    clear: both;
    margin-bottom: 10px;
}

.confirmation-popup .confirmation-buttons .button {
    width: 40%;
    float: left;
    margin-right: 1%;
}

.reports-table .record-set-splitter {
    background-color: #949494;
    color: white;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.directive .question .title {
    font-size: 13px;
    font-weight: normal;
}

.directive .question {
    border: none;
}

.directive .question:hover {
    background-color: transparent !important;
}

.slider-container {
    width: 240px;
    position: relative;
    margin-top: 3px;
    margin-left: 31px;
}

.ui-slider {
    margin-top: 8px;
    font-size: 9px;
    margin-bottom: 20px;
}

.ui-slider .ui-slider-tooltip {
    font-size: 11px;
}

.ui-slider .ui-state-default, .ui-slider .ui-widget-content .ui-state-default, .ui-slider .ui-widget-header .ui-state-default {
    background: #3f0c12; /* Old browsers */
    background: -moz-linear-gradient(top, #3f0c12 0%, #88051a 31%, #88051a 75%, #000000 100%, #88051a 100%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f0c12), color-stop(31%, #88051a), color-stop(75%, #88051a), color-stop(100%, #000000), color-stop(100%, #88051a), color-stop(100%, #000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3f0c12 0%, #88051a 31%, #88051a 75%, #000000 100%, #88051a 100%, #000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3f0c12 0%, #88051a 31%, #88051a 75%, #000000 100%, #88051a 100%, #000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3f0c12 0%, #88051a 31%, #88051a 75%, #000000 100%, #88051a 100%, #000000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3f0c12 0%, #88051a 31%, #88051a 75%, #000000 100%, #88051a 100%, #000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f0c12', endColorstr='#000000', GradientType=0); /* IE6-9 */
    border: 1px solid #aaaaaa;
}

.add-in-entrance .slogan {
    font-size: 28px;
    color: #999999;
    font-family: 'Calibri';
    margin-bottom: 20px;
}

.add-in-entrance .basic-info {
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    font-family: 'Calibri';
    margin-bottom: 10px;

}

.add-in-entrance .unlogin-form select {
    display: block;
    width: 90%;
    margin: auto;
    margin-top: 10px;
}

.add-in-entrance .unlogin-form .unlogin-cancel {
    display: block;
    width: 90%;
    height: 26px;
    margin: auto;
    margin-top: 20px;
    color: #9b999b;
    line-height: 26px;
    vertical-align: middle;
    font-family: 'Calibri';
}

.add-in-entrance .login-link {
    text-decoration: none;
    color: #4b8bfe;
    font-family: 'Calibri';
    margin-top: 20px;
}

.add-in-entrance .unlogin-footer {
    color: #9b999b;
    margin-top: 35px;
}

.pmhx-popup h1 {
    font-size: 13pt;
}

.pmhx-popup h2 {
    font-size: 12pt;
}

.pmhx-popup table {
    padding: 1px;
    border: 1px solid black;
}

.pmhx-popup table tr {
    padding: 1px;
    border: 1px solid black;
}

.pmhx-popup table td {
    padding: 3px;
    border: 1px solid black;
}

.pmhx-popup table th {
    padding: 1px;
    border: 1px solid black;
    background: #4f4f4f;
    color: white;
}

.eers-data tr, .eers-data th, .eers-data td {
    border: none !important;
    background: white !important;
    color: black !important;
    padding-right: 5em !important;
}

.eers-data th {
    padding-top: 2em !important;
}

.error {
    color: #e13300 !important;
}

.referral-error {
    display: block;
    text-align: left;
    margin: auto;
    margin-top: 30px;
    /*padding:3px;*/
    border: 1px solid #212121;
    background-color: white;
    border-radius: 5px;
    color: #c01e2e;
    width: 400px;
    font-size: 14pt;
    padding: 10px;
}

.section-tabs {
    padding-bottom: 18px;
    border-bottom: 1px dashed #999999;
    width: 165px;
}

.tabs .tab:last-of-type {
    margin-right: 0px;
}

.tabs .last-tab { /*for ie7&8 etc */
    margin-right: 0px;
}

/****
* CCG-specific changes
*/
.referral-decision .pdf-button-container {
    height: 22px;
    padding: 7px;
}

.ccg-referral-info .referral-letter {
    padding-left: 7px;
    padding-right: 7px;
}

.ccg-thumbnail {
    width: 30%;
}

.reports-table .report-date-column {
    width: 74px;
}

.graybox {
    width: 66%;
    background-color: #ecefee;
    float: left;
    text-align: center;
    height: 400px;
    border: 1px solid #ecefee;
}

.clearbox {
    width: 32%;
    float: right;
}

.proforma-choices {
    width: 100%;
}

.proforma-diagnoses {
    width: 100%;
}

.purple-square {
    width: 17%;
    height: 5%;
    background-color: #6c006c;
    text-align: center;
    line-height: 65px;
    font-size: 10pt;
    font-weight: bold;
    color: white;
    vertical-align: middle;
    margin: 20px 4% 30px 4%;
    float: left;
    /*min-width:150px;*/
    cursor: pointer;
}

.graybox .quick-title {
    font-size: 10pt;
    font-weight: bold;
    color: #4a4b4c;
    padding-top: 20px;
    padding-bottom: 40px;
}

.graybox .vis-title {
    font-size: 10pt;
    font-weight: bold;
    color: #4a4b4c;
    padding-top: 30px;
    padding-bottom: 10px;
}

.graybox .quick-search {
    font-size: 14pt;
    width: 250px;
}

.bad, .good {
    color: #6c006b;
}

.copy-existing-values {
    margin-left: 250px;
    font-size: 9pt;
}

.disabled-question .title {
    color: #bbbbbb;
}

.image-preview-dialog img {
    margin: 7px;
    width: 125px;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.dialog-header .ui-widget-header {
    background: black;
    color: #f2f2f2;
}

.dialog-button .ui-button {
    color: #f2f2f2;
    background: #3785e0;
}

.update-form p {
    margin-bottom: 5px;
}

.update-form label {
    display: block;
    position: relative;
    clear: both;
    margin-bottom: 5px;
    text-align: left;
}

.update-form label span {
    width: 30%;
    display: block;
    float: left;
}

.update-form label input, .institution-creator label select {
    float: left;
    display: block;
    width: 60%;
}

.institution-creator label {
    display: block;
    text-align: left;
    position: relative;
    clear: both;
}

.institution-creator label span {
    width: 20%;
    display: block;
    float: left;
}

.institution-creator label input, .institution-creator label select {
    float: right;
    display: block;
    width: 70%;
}

.institution-creator .config-block {
    clear: both;
}

iframe {
    border: 0px;
}

.proforma-assessment .image-preview-dialog {
    /* position: relative; */
}

.proforma-assessment .image-preview-dialog .slides {
    width: 12%;
    padding: 3px;
    /*background-color:#c0c0c0;*/
    position: absolute;
    right: 5px;
    text-align: center;
    border-left: 1px solid #c0c0c0;
}

.proforma-assessment .image-preview-dialog .preview {
    width: 85%;
    float: left;
}

.proforma-assessment .image-preview-dialog .preview img {
    /*width:100%;*/
    width: auto;
    max-width: 100%;
}

.proforma-assessment .image-preview-dialog .preview .native-size {
    max-width: none;
    width: auto;
}

.proforma-assessment .image-preview-dialog .preview .hundred-percent-size {
    width: 100%;
}

.add-patient .required {
    color: darkred;
}

.referral-list .status-column {
    width: 15%;
}

.referral-list .triage-column {
    width: 15%;
}

.referral-list .referred-to {
    width: 10%;
}

.referral-list .clinician-column {
    width: 10%;
}

.referral-list .hospital-no-column {
    width: 5%;
}

.referral-list .patient-column {
    width: 10%;
}

.disabled-question {
    display: none;
}

.not-answered .question .title {
    color: #ff0000;
}

.provider-label {
    color: #ff0000;
}

.detail-label {
    color: #ff0000;
}

.outcome-label {
    display: block;
    color: #ff0000;
    padding-top: 10px;
}

.label {
    margin-right: 15px;
    color: #ff0000;
}

.booking-label {
    font-weight: bold;
}

.funding-label {
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
}

.gp-info {
    padding-right: 10px;
    padding-left: 10px;
}

.edit-patient-address {
    padding-right: 7px;
    padding-left: 7px;
}

.edit-address-label {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.edit-address {
    display: block;
}

.training-label {
    display: block;
    margin-top: 5px;
}

.referral-label {
    display: inline-block;
    white-space: nowrap;
    width: 82px;
    margin: 20px 0px;
    text-align: left;
}

.gp-update-label {
    display: block;
    padding: 10px 5px;
}

.gp-update {
    float: right;
}

.emphasis {
    font-weight: bold;
    color: #ff0000 !important;
}

.italic {
    font-style: italic;;
}

.provider {
    display: block;
}

.consultation-outcome {
    display: block;
}

.type {
    display: block;
}

.one-stop {
    display: block;
}

.detail {
    display: block;
}

.image-uploader .image-thumbnail-pane img {
    width: 90%;
}

.image-uploader .image-thumbnail-pane {
    width: 100%;
}

.image-uploader .image-thumbnail-pane .annotation, .image-uploader .image-thumbnail-pane .delete, .image-uploader .image-thumbnail-pane .dateBox, .image-uploader .image-thumbnail-pane .photoNotesLabel {
    display: none;
}

.bold-button {
    margin-right: 7px;
    border-color: #ac0821;
}

.fluidMedia iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.update-booking {
    width: 100px;
    display: block;
    float: right;
    margin-top: -20px;
}

.update-message {
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 10px;
}

.gp-label {
    width: 5% !important;
    color: #ff0000 !important;
}

.update-form {
    text-align: left;
}

.referral-sent-title {
    color: #006400;
    font-weight: bold;
    font-size: 16px;
}

.referral-paragraph {
    margin-bottom: 5px;
}

.referral-questions {
    display: block;
}

.survey {
    display: block;
}

.survey-title {
    color: #006400;
    font-weight: bold;
    font-size: 16px;
}

.survey-comments {
    width: 98%;
    height: 70px;
}

.survey-secondary {
    display: block;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.authenticate-failure-message {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}

.save-confirm {
    margin-top: 10px;
}

/* chosen styles */
#content .chosen-choices {
    /* border-radius: 5px; */
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    padding-right: 0px;
    color: #999;
    position: relative;
    font-size: 13px !important;
    height: auto;
}

.chosen-container-single .chosen-single div {
    top: 2px;
}

#content .search-choice {
    background-color: #E5F0FC !important;
    color: #1D98CC !important;
    background-image: none !important;
    border: none !important;
    padding: 6px 40px 6px 20px !important;
}

#content .search-choice-close {
    background: url('/www_ps/assets/css/chosen-sprite-green.png') -42px 1px no-repeat;
    top: 7px !important;
    right: 6px !important;
}

#content .email-referral .search-choice-close {
    right: 25px !important;
}

.chosen-single {
    background: white !important;
    padding: 4px 0px 2px 5px !important;
    height: 30px !important;
}

.chosen-container-multi .chosen-choices {
    /* height: 30px !important; */
    /* padding: 5px 0px 0px 0px !important; */
}

/*select2 styles*/
#content .select2-choice {
    background: white;
    height: 31px;
    padding: 1px 5px;
}

#content .select2-arrow {
    background: white;
    border: none;
}

.select2-results li {
    margin-left: 0px;
}

#content .select2-container-multi .select2-choices {
    border-radius: 5px;
    min-height: 33px;
}

#content .select2-search-choice {
    background-color: #E5F0FC;
    color: #1D98CC;
    background-image: none;
    border: none;
    padding: 7px 40px 6px 20px;
}

#content .select2-search-choice-close {
    top: 6px;
    right: 6px;
    left: auto;
    background-image: url('/www_ps/assets/css/select2green.png');
}

.ui-dialog .select2-search-choice-close {
    top: 3px;
}

.question-wrapper.directive:first-child .title-container {
    vertical-align: middle;
}

/**/

.add-attachment {
    border: none;
    padding: 10px 40px;
    background-color: lightgrey;
    border-radius: 2px;
    float: right;
    margin-right: 82px;
}

.question.remove-referral {
    float: none;
}

.attachment-images {
    height: 30px;
}

.viewer-toolbar > li {
    margin-left: 0px;
}

.buttons-container .button {
    font-size: 12px;
    padding: 5px 20px;
    border: 2px solid #eee;
    border-radius: 3px;
    margin-left: 10px;
}

.audit-title {
    background-color: #4F4D47 !important;
}

.audit-main {
    width: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50px;
    margin: auto;
}

.audit-button {
    margin-right: 28px;
}

.audit-patient {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    height: 15px;
    overflow: visible;
}

.audit-select {
    float: left;
    width: 300px;
}

.audit-question {
    display: block;
    padding-bottom: 10px;
    width: 1250px;
}

.audit-label {
    float: left;
    width: 450px;
}

.audit-secondary-question {
    margin-left: 150px;
    margin-right: 10px;
}

.audit-secondary-answer {
    margin-left: 10px;
}

.audit-main-question {
    font-weight: bold;
}

.audit-urn {
    font-weight: bold;
    color: green;
    margin-left: 10px;
    margin-bottom: 5px;
}

.admin-main {
    text-align: center;
    width: 630px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.admin-top {
    margin-top: 5px;
    border-top: 2px solid #808080;
}

.admin-col {
    padding-left: 5px;
    width: 150px;
}

.admin-row {
    height: 100px;
    overflow: visible;
    padding-left: 0px;
    padding-top: 15px;
    border-bottom: 2px solid #808080;
    border-right: 2px solid #808080;
    border-left: 2px solid #808080;
}

.admin-odd {
    background-color: #F7F7F7;
}

.admin-even {
    background-color: #EAEAEA;
}

.admin-link {
    text-decoration: none;
}

.admin-img {
    max-width: 50px;
    max-height: 50px;
    padding-bottom: 5px;
}

.admin-logo {
    padding-top: 20px;
    max-width: 150px;
}

.admin-title {
    font-size: 18px;
    color: lightgrey;
}

.admin-logout {
    margin-top: 10px;
    font-size: 18px;
}

.select-pathway-dialog .ui-widget-header, .map-dialog .ui-widget-header {
    background: black;
}

.select-pathway-dialog .ui-dialog-content {
    overflow: visible !important;
}

.map-dialog .ui-dialog-content {
    padding: 0px;
}

.map-iframe {
    width: 100% !important;
}

.category_search {
    color: #999;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.category_wrapper {

    padding: 0px 0px 20px 44px;

    border-bottom: 1px solid #ccc;
}

.category_small {

    font-size: 12px;

    font-weight: normal;
}

.timerWrapper .ui-dialog-titlebar {
    display: none
}

.timerWrapper {
    padding: 0px;
}

.timerWrapper .ui-dialog-content {
    padding: 0px;
}

.timerWrapper .title {
    color: white;
    background-color: black;
    padding: 10px;
}

.timerButton {
    padding: 10px 20px;
    cursor: pointer;
    color: white;
    border-radius: 5px;
    margin: 10px;
}

.timerButton.purple {
    background-color: darkblue;
}

.timerButton.blue {
    background-color: royalblue;
}

.consultant-container {
    margin-top: 15px;
}

.new-consultant {
    margin-left: 10px;
}

.clinic-container {
    margin-top: 15px;
}

.new-clinic-container {
    margin-top: 15px;
}

.contact-type-container {
    margin-top: 15px;
}

.new-clinic {
    margin-left: 10px;
}

.consultation {
    padding-right: 15px;
}

.discharge-row {
    padding-top: 5px;
    padding-bottom: 20px;
}

.discharge-column {
    width: 25%;
    float: left;
}

.discharge-wide-column {
    width: 45%;
    float: left;
}

.discharge-container {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.received-container {
    display: block;
    padding-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.received-title {
    padding: 10px !important;
    font-size: 16px !important;
}

.recall-warning {
    padding-top: 10px;
    padding-bottom: 10px;
}

.text-black {
    color: #000000 !important;
}

.text-red {
    color: #8c0615 !important;
}

.error_div {
    color: red !important;
    font-weight: bold !important;
    font-size: 1em !important;
    padding: 0.25em !important;
}

.error-border {
    outline-color: #e13300 !important;
    outline-width: 2px !important;
    outline-style: solid !important;
}

.list-spacing {
    padding: 0.1em !important;
}

.error_div {
    color: red !important;
    font-weight: bold !important;
    font-size: 1em !important;
    padding: 0.25em !important;
}

.error-border {
    outline-color: #e13300 !important;
    outline-width: 2px !important;
    outline-style: solid !important;
}

.list-spacing {
    padding: 0.25em !important;
}

.diagnosis-search-container {
    float: left;
    max-width: 700px;
    min-width: 250px;
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 75px;
}

.diagnosis-search-container .chosen-container {
    width: 100% !important;
}

.diagnosis-search-container .chosen-container-multi .chosen-choices {
    height: 15px;
    font-size: 10px;

    padding: 0px;
}

.diagnosis-button {
    position: absolute;
    padding: 5px 27px;
    margin-top: 1px;
    margin-left: 5px;
    color: #009DDA;
    background-color: #eee;
    border: 1px solid lightgrey;
    border-radius: 3px;
    text-decoration: none;
    font-size: 11px;
    display: inline-block;
}

.medium-button {
    padding: 7px 20px;
    display: inline-block;
    margin: 8px 13px;
    border-radius: 3px;
    cursor: pointer;
}

.prescription-wrapper {
    float: left;
}

.consultant-search-container {
    float: left;
    max-width: 700px;
    min-width: 250px;
    margin-top: 10px;
    margin-left: 25px;
}

.consultant-search-container .chosen-container {
    width: 100% !important;
}

.consultant-search-container .chosen-container-multi .chosen-choices {
    height: 15px;
    font-size: 10px;
    margin-right: 3px;
    padding: 0px;
}

.consultant-button {
    position: absolute;
    padding: 5px 27px;
    margin-top: 1px;
    margin-left: 5px;
    color: #009DDA;
    background-color: #eee;
    border: 1px solid lightgrey;
    border-radius: 3px;
    text-decoration: none;
    font-size: 11px;
    display: inline-block;
}

.viewed-column {
    width: 11px;
    min-height: 1px;
}

.container {
    width: 95%;
}

.add-note-detail {
    margin-top: 10px;
    margin-bottom: 15px;
}

.request-info-detail {
    margin-top: 10px;
    margin-bottom: 15px;
}


.settings-choice-label {
    display: block;
    font-weight: normal;
    cursor: pointer;
}

.settings-choice {
    position: absolute;
    right: 140px;
    z-index: 10;
}

.mailbox-settings {
    font-weight: normal;
}

.display_mailbox_settings {
    margin-left: 5px;
    margin-right: 5px;
}

.nwp-settings-div {
    margin-top: 15px;
    margin-bottom: 50px;
}

.nwp-email-password {
    padding-bottom: 30px;
}

.nwp-email-label {
    float: left;
    display: inline-block;
    width: 48%;
    margin-left: 10px;
}

.nwp-email-settings {
    float: right;
    display: inline-block;
    width: 48%;
}

.uhb-triage-label {
    display: block;
    color: #ff0000;
    margin-bottom: 5px;
    margin-top: 5px;
}

.other-diagnosis {
    margin-top: 15px;
    border: 1px solid #aaaa;
    width: 100%;
}

input[type="text"].other-diagnosis {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px;
}

.additional-information {
    display: inline-block;
    margin-top: 20px;
}

.imaging-feedback {
    display: inline-block;
}

.history-feedback {
    display: inline-block;
}

.triage-div {
    margin-bottom: 15px;
}

.provider-span {
    margin-left: 5px;
}

.history-span {
    display: block;
    margin-top: 15px;
}

.confirm-text {
    margin: 20px 0px;
}

.select_pathways {
    overflow: visible !important;
    height: 34px;
}

.proforma-header a {
    color: white;
    text-decoration: none;
}

.proforma-header .fa-angle-down {
    float: right;
    font-size: 26px;
}

.proforma-wrapper .sections {
    margin-top: 0;
}

.remove-referral {
    float: right;
    font-weight: normal;
    margin-right: 15px;
    border: 1px white solid;
    font-size: 15px;
    padding: 0px 10px;
    border-radius: 5px;
}

.new-referral.bold-grey-button {
    margin-right: 50px !important;
}

.booking-date {
    margin-right: 5px;
}

.booking-label {
    display: block;
    margin-top: 15px;
}

.booking-detail {
    margin-bottom: 10px;
}

.ers-check-patient-dialog .ui-dialog-titlebar {
    display: none;
}

.ers-check-patient-dialog .ui-dialog-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.ers-dialog {
    padding: 20px;
}

.ers-section label span {
    display: inline-block;
    width: 12vw;
    font-weight: bold;
}

.ers-section p {
    padding-top: 10px;
    width: 39vw;
    float: left;
}

.ers-section input[type=text], .ers-section select {
    width: 25vw;
    vertical-align: top;
    border: 1px solid /*#CACBCD*/ #969696;
    border-radius: 4px;
    height: 1.7em;
    font-size: 110%;
}

.ers-section .rightify {
    float: right;
}

.ers-section .ers-search-button-wrapper {
    text-align: right;
}

.ers-pdf-button:hover {
    color: grey;
}

.ers-pdf-button .fa {
    margin-right: 3px;
    font-size: 18px;
    padding: 2px;
}

.ers-section .ers-patient-service-search-button {
    background-color: #4D384B;
    padding-left: 17px;
    padding-right: 17px;
    border-radius: 3px;
    color: white;
}

.ers-section .key {
    margin-right: 20px;
    font-weight: bold;
    width: 178px;
    margin-bottom: 5px;
    font-size: 14px;
}

.ers-search-buttons {
    padding: 3px;
    border-top: 1px solid #E6E7E8 !important;
}

.ers-dialog-outer .backgrid {
    /*margin-left:20px;*/
    /*margin-right:20px;*/
    /*margin-top:20px;*/
    /*max-width:90%;*/
}

.ers-dialog-outer .backgrid th {
    background-color: #F0F8FE;

}

.ers-dialog-outer .ers-prominent-search-results-grid-section .backgrid th {
    background-color: #349903;
}

.ers-dialog-outer .ers-unaccredited-search-results-grid-section .backgrid th {
    background-color: #993403;
}

.ers-dialog-outer .backgrid th button {
    border: medium none;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    font-weight: bold;
    color: #1a93cd;
    background-color: transparent;
}

.ers-dialog-outer .ers-prominent-search-results-grid-section .backgrid th button {
    background-color: #349903;
    color: white;
}

.ers-dialog-outer .ers-unaccredited-search-results-grid-section .backgrid th button {
    background-color: #993403;
    color: white;
}

.ers-dialog-outer .backgrid tr:nth-child(odd) {
    background-color: #ededed;
}

.ers-dialog-outer .ers-prominent-search-results-grid-section .backgrid tr:nth-child(even) {
    background-color: #ebf6ea;
}

.ers-dialog-outer .ers-prominent-search-results-grid-section .backgrid tr:nth-child(odd) {
    background-color: #d7ecce;
}

.ers-dialog-outer .ers-unaccredited-search-results-grid-section .backgrid tr:nth-child(even) {
    background-color: #f6ebea;
}

.ers-dialog-outer .ers-unaccredited-search-results-grid-section .backgrid tr:nth-child(odd) {
    background-color: #ecd7ce;
}

.ers-dialog-outer .backgrid tr.selected {
    background-color: #fafad2;
}

.ers-dialog-outer .limited-capacity {
    display: inline-block;
    background-color: #ff0400;
    color: white;
    font-weight: bold;
    padding: 3px;
    max-width: 65px;
    font-size: 75%;
    line-height: 90%;
    white-space: normal;
    border-radius: 2px;
}

.ers-pat-details-row {
    margin: 10px;
    clear: both;
    position: relative;
}

.ers-pat-details-row .ers-pat-details-left {
    display: block;
    float: left;
    width: 30%;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 10px;
}

.ers-pat-details-row .ers-pat-details-right {
    display: block;
    float: right;
    width: 50%;
    text-align: left;
    margin-bottom: 10px;
}

.pulsating-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 30px;
    z-index: 1;
}

.pulsating-circle:before {
    content: '';
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #01a4e9;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@-webkit-keyframes pulse-ring {
    0% {
        -webkit-transform: scale(0.33);
        transform: scale(0.33);
    }
    80%, 100% {
        opacity: 0;
    }
}

@keyframes pulse-ring {
    0% {
        -webkit-transform: scale(0.33);
        transform: scale(0.33);
    }
    80%, 100% {
        opacity: 0;
    }
}

@-webkit-keyframes pulse-dot {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes pulse-dot {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.back-button {

    padding: 10px 40px;

    background-color: #00a4d9;

    display: inline-block;

    border-radius: 5px;

    color: white;

    text-decoration: none;

    font-weight: bold;

    margin: 20px 67px;
}

.annotations {
    color: white;
    display: block;
    overflow-y: scroll !important;
    position: relative;
    left: 16%;
    padding: 1em;
    max-height: 90px;
    max-width: 900px;
}



.image-preview-dialog {

    background: black;
    border-bottom: 1px solid #44626f;
}

.image-limit-size {
    max-height: 200px !important;
    overflow-y: scroll !important;
}

.pmhx-header {
    background-color: #666666;
    color: white;
    overflow: hidden;
}

.pmhx-title {
    display: inline-block;
    font-size: 20px;
    margin: 22px;
}

.pmhx-body {
    margin: 21px;
}

.image-preview {
    padding: 10px 0px;
    display: inline-block;
    color: white;

    border-left: 1px #00a4d9 solid;

    font-size: 14px;

    padding-left: 52px;
}

.moveUp .questions .question .title {
    width: 100%;
    color: #800080;
}

.moveUp .questions .question .title.inline {
    width: auto;
    margin-right: 5px;
}

.moveUp .questions .question .referral-answers {
    float: none;
    width: 100%;
}

.mannequin_display {
    width: 63%;
    display: table-cell;
    vertical-align: middle;
}

.questions_display {
    display: table-cell;
}

.mannequin_frame {
    width: 450px;
    height: 100%;
}

#mapster_wrap_0 {
    margin: auto;
}

.backgrid thead .name, .backgrid thead .locationName, .backgrid thead .appointmentType, .backgrid thead .organizationType {
    text-align: left;
}

.backgrid tbody .distance {
    padding-right: 20px;
}

.backgrid tbody .indicativeWaitTime, .backgrid tbody .nhsChoicesLink, .backgrid tbody .bookable {
    text-align: center;
}

.ers-dialog-outer .title-bar i {
    font-weight: bold;
    font-size: 22px;
}

.ers-section input[type=text].ersIndicativeWaitTime {
    width: 6em !important;
}

.ers-section input[type=text].ersDistanceLimit {
    width: 6em !important;
}

.urgency-choice-container {
    margin-top: 10px;
    width: 200px;
}

.login-user {
    padding-top: 5px;
    padding-bottom: 10px;
}

.selectize-dropdown-content {
    max-height: 250px;
}

.selectize-dropdown-content > div {
    padding: 5px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #content input, #content select, #content textarea {
        /* font-size: 11px; */
    }
}

.bigButton {
    font-size: 13px;
    background-color: #eee;
    border: 1px solid grey;
    border-radius: 5px;
    display: inline-block;
    padding: 8px;
    cursor: pointer;
}

.ac-registration {
    display: inline-block;
    margin: 10px 0px;
}

.ac-registration .update {
    margin-left: 4px;
}

.ac-registration .hospital-num {
    padding: 10px;
    font-size: 13px !important;
    margin-left: 9px;
}

.buttonWrapper {
    float: right;
}

.backButton {
    margin-right: 10px;
}

.grid-container {
    display: grid;
    grid-template-columns: 45%;
    grid-row-gap: 10px;
    grid-column-gap: 10px;

}

.grid-row1 {
    grid-row: 1 / 1;
}

.grid-row2 {
    grid-row: 2 / 2;
}

.grid-row3 {
    grid-row: 3 / 3;
}

.grid-row4 {
    grid-row: 4 / 4;
}

.grid-row4 {
    grid-row: 4 / 4;
}

.grid-row5 {
    grid-row: 5 / 5;
}

.grid-row6 {
    grid-row: 6 / 6;
}

.grid-row7 {
    grid-row: 7 / 7;
}

.grid-row8 {
    grid-row: 8 / 8;
}

.grid-row9 {
    grid-row: 9 / 9;
}

.grid-row10 {
    grid-row: 10 / 10;
}

.grid-row11 {
    grid-row: 11 / 11;
}

.grid-row12 {
    grid-row: 12 / 12;
}

.grid-column2 {
    grid-column: 2 / 2;
}

.grid-column1-2 {
    grid-column: 1 / span 2;
}

.provider-book {
    border-top: 1px solid #a0a6ad;
}

.question .uploader .qq-uploader {
    width: 100%;
}

.support {
    color: #0e3abf !important;
}

.historical-table.ui-dialog-content {
    overflow-y: scroll;
}

.historical-table table {
    margin-top: 20px;
    width: 100%;
}

.historical-table tr:first-child {
    background: #D3D4D5;
    font-weight: bold;
}

.historical-table td {
    padding: 5px;
    min-width: 110px;
}

.padding {
    padding: 0px 10px;
}

.resend-label {
    padding-top: 1em;
}

.referral-send {
    padding: 10px;
}

.radio-boxes [type="radio"]:checked,
.radio-boxes [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}

.radio-boxes :checked + label,
.radio-boxes :not(:checked) + label,
.boxesWrapper {
    width: 188px;
    padding: 10px 10px 15px 10px;
    height: 70px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #E0E1E2;
    border-radius: 4px;
    vertical-align: top;
    line-height: 15px;
    display: inline-block;
    cursor: pointer;
}

.radio-boxes :checked + label,
.boxesWrapper.checked {
    background: #E5F0FC;
    border: 1px solid #62B7DD;
    color: #3EA7D4;
}

.radio label {
    font-weight: normal !important;
}

.select_specialty_directive {
    padding-bottom: 0px !important;
}

.select_specialty_directive .answers {
    display: none;
}

.select_specialty {
    margin-top: -10px;
}

.consultations-button {
    color: #5ba5a4;
    border: 1px solid;
    padding: 13px;
}

.phone {
    height: 29px;
    border-radius: 5px;
    width: 200px;
    border: 1px solid lightgrey;
    font-size: 13px !important;
    padding: 1px 10px 0px;
}

.imgWrapper {
    height: 244px;
    overflow: hidden;
}

.photoNotesLabel {
    padding: 7px 0px;
}

.annotation {
    height: 29px;
}

.consultation-toggle {
    height: 0;
    width: 0;
    visibility: hidden;
}

.consultation-toggle + label {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    height: 25px;
    background: #DEDFDF;
    display: inline-block;
    border-radius: 25px;
    position: relative;
}

.consultation-toggle + label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 3px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.consultation-toggle:checked + label {
    background-color: #1492E6;
}

.consultation-toggle:checked + label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.consultation-toggle label:active:after {
    width: 130px;
}

.consultationHeader {
    background: white;
    border: 1px solid lightgrey;
    border-top-left-radius: 5px;
    padding: 6px 0px 2px 6px;
    border-top-right-radius: 5px;
}

.consultationText {
    position: relative;
    bottom: 7px;
    left: 5px;
}

.consultationBody {
    background: white;
    border: 1px solid lightgrey;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px;
    height: 90px;
    overflow: auto;
}

.consultationWrapper {
    width: 49%;
    margin: 0 1% 1% 0;
    float: left;
}

.consultationBody .cell:first-child {
    width: 1%;
}

.section .left {
    width: 47%;
    float: left;
    clear: both;
}

.section .right {
    float: right;
    width: 47%;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.sub-heading {
    color: #06377B;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.ers-input {
    height: 28px;
    border: 1px solid #aaa;
    border-radius: 5px;
}

.ers-dialog-outer .proforma-wrapper {
    margin-bottom: 10px;
}

.ui.table thead button {
    background: none;
    border: none;
    outline: none;
    padding: 0;
    text-align: left;
    font-weight: bold;
}

.ras-button-cell {
    text-align: center !important;
}

.value {
    font-size: 14px;
    margin-right: 10px;
}

.checkbox label {
    font-size: 13px !important;
}

a:hover {
    color: lightgrey;
}

.ers-search-results-grid-section {
    max-height: 972px;
    overflow-y: auto;
    margin: 20px 25px;
    clear: both;
    padding-bottom: 10px;
    font-size: 13px;
}

.ers-search-results-grid-section .table .ras-button-cell button {
    width: 67px;
}

.table .selected {
    background-color: #fafad2 !important;
}

.ddd-truncated .ddd {
    display: inline;
}

.click-to-edit {
    width: 377px;
    margin-right: 15px;
    display: inline-block !important;
    vertical-align: top;
    font-size: 13px;
}

.section .click-to-edit .question {
    padding-bottom: 0;
}

.text-title, .text-answers {
    background: white;
    padding: 6px 5px 0px 5px;
    border: #D4D4D5 1px solid;
}

.text-title {
    padding: 6px 5px;
    font-weight: bold;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.text-answers {
    border-top: none;
    min-height: 67px;
    height: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.text-title .fa {
    float: right;
    font-size: 20px;
    color: #B9B9B9;
    cursor: pointer;
}

.click-to-edit .chosen-container-single .chosen-single, .click-to-edit .chosen-choices {
    border-radius: 0;
    border-top: none;
}

.spacer {
    height: 5px;
}

.add-data-wrapper {
    background: white;
    border: 1px solid #B9B9B9;
    padding: 5px;
}

.add-data-wrapper input {
    margin: 2px 0px 10px;
    padding: 5px 1px;
    border-radius: 2px;
    border: 1px solid #B9B9B9;
}

.ers-summary-page .sections {
    background: #F2F2F2;
}

.emis .title-container {
    width: 100%;
}

.uploader-wrapper {
    padding: 10px;
    background: white;
    border: 1px #D4D4D5 solid;
    border-radius: 5px;
    margin-top: 5px;
}

.qq-upload-delete-selector {
    float: right;
    position: relative;
    top: 20px;
    cursor: pointer;
    color: #2185D0;
    right: 15px;
    font-weight: bold;
}

.qq-upload-button-selector {
    overflow: auto;
}

.qq-thumbnail-selector {
    height: 60px;
}

.qq-upload-list-selector {
    /* height: 160px; */
}

.qq-upload-success {
    border-radius: 5px;
    background-color: #E5F0FC !important;
}

.thumbs {
    width: 304px;
    color: #20a5d6;
    background: black;
}

.thumb-wrapper {
    padding: 0 98px;
    margin-top: 10px;
}

.thumb {
    border: 5px solid transparent;
    border-radius: 12px;
    width: 100px;
    cursor: pointer;
}

.document-viewer {
    overflow: hidden;
}

.thumb.active {
    border: 5px solid #20a5d6;
}

.filename {
    text-align: center;
    margin-top: 20px;
}

.pop-up {
    margin-left: 26px !important;
}

.emis-uploader {
    min-height: 50px;
    overflow: visible;
}

.add-competency-list {
    margin-left: 40px;
    font-family: Arial;
}

.competency {
    padding: 5px;
    border: 1px;
    border-style: solid;
}

.add-new-competency {
    margin: 5px;
}

.new-competency {
    margin-left: 5px;
}

.ers-search-results-questions {
    border-top: 1px solid #E6E7E8;
    padding: 20px 25px !important;
}

.ersSortBy, .ersAgeAndGenderAppropriate {
    top: 2px;
    position: relative;
    margin: 5px;
}

.ersIndicativeWaitTime {
    width: 50px;
}

.ers-referral-create-button {
    margin: 10px !important;
}

.ers-section.ers-search-section {
    padding: 10px;
}

.duplicate-message {
    padding: 5px;
}

.inline-checkbox .ui.checkbox label, .inline-checkbox .field {
    display: inline;
    margin-right: 20px;
    padding-top: 3px;
}

.patient-details .ui.form .fields:not(.grouped):not(.inline) .field:not(:only-child) .ui.checkbox {
    margin-top: 12px;
}

.ui-front {
    z-index: 9998;
}

.scr-warning {
    font-size: 20px;
    font-weight: bold;
}

.scr-info {
    padding: 10px 15px 5px 15px;
    margin-bottom: 10px;
}

.scr-textarea {
    width: 100%;
    height: 100px;
}

.scr-body {
    overflow: auto;
    height: calc(100vh - 230px);
    font-size: 13px !important;
}

.scr-body h3 {
    font-size: 13px;
}

.scr-body td, .scr-body th {
    padding: 10px;
    border: 1px solid black;
}

.scr-body thead {
    background-color: #0E4E8A;
    color: white;
}

.scr-patient-details {
    background-color: #F9FAFB;
    padding: 10px 20px;
    margin-bottom: 10px;
    border: 1px solid lightgrey;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
}

.scr-patient-details .left {
    font-size: 16px;
}

.scr-patient-details .data {
    font-weight: normal;
    margin-left: 40px;
}

.patient-divider {
    width: 100%;
}

.patient-text {
    border: 2px solid #eee;
    color: #666;
    padding: 20px;
    border-radius: 5px;
}

.patient-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}

.patient-timeline-wrapper {
    margin-top: 20px;
}

.patient-timeline-item {
    background: white;
    margin-top: 10px;
    padding: 5px 20px;
}

.height-100 {
    height: 100%;
}

.patient-box-grey {
    background: #F2F2F2;
    padding: 20px;
    border-radius: 5px;
}

.text-right {
    text-align: right;
}

.new-user-registration {
    padding-bottom: 10px;
    color: #2e2e90;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
    font-size: 30px;
}

.registration-title {
    text-align: left;
}

.user-label {
    display: inline-block;
    padding-bottom: 10px;
    width: 50%;
    font-size: 15px;
}

.user-registration-row {
    padding-top: 10px;
}

.key-registration-row {
    display:block;
}

.login-page .user-registration-input {
    width: 50%;
    display: inline-block;
}

.login-page .login-type-label {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    font-size: 15px;
}

.login-page .login-type {
    font-size: 15px;
    width: 75%;
}

.login-page .login-type-individual {
     width: 25%;
}

.login-page .code {
    width: 90%;
}

 .login-page .login-type input {
    border:0;
    margin-bottom: 0;
    width: 10px;
    margin-left: 5px;
    display: inline-block;
}

.required {
    color: #ff0000;
}

.login-key {
    margin-top: 5px;
}

.welcome-code {
    border: 2px solid #d0e4f2;
    padding: 15px;
    margin-bottom: 5px;
    background-color: #DFF1F4;
    color:black;
}

.ui .checkbox label {
    font-size: 1em !important;
}

.directive-box {
    background-color: #EFF9FC !important;
    border: 1px solid #DFF1F4;
    border-radius: 2px;
    padding: 10px 20px;
    font-weight: bold;
    color: #145A70;
}

.asterisk::after {
    content: '*'
}

.password-change-header {
    margin-left:auto;
    margin-right:auto;
    width: 25%;
    padding-top: 5vh
}

.ui.form .inline.fields.days .field {
    padding: 0;
    width: 26px;
}

.ers-dialog-outer .slots-table th:first-of-type {
    text-align: center !important;
}

.ers-dialog-outer .ers-search-results-grid-section th:first-of-type {
    text-align: center !important;
}

.boxesWrapper {
    width: 287px;
    display: inline-flex;
}

.boxesLeft {
    margin-right: 10px;
}

.boxesRight {
    margin-top: 3px;
}

.scr-button {
    padding: 11px !important;
}

.boxesLeft {
    margin-right: 10px;
}

.boxesRight {
    margin-top: 3px;
}

.ers-triage-wrapper {
    background-color: #f2f2f2;
    padding: 10px 20px;
    border-radius: 5px;
    overflow: auto;
}

.ers-triage-wrapper * {
    font-size: 13px;
}

.ers-triage-title {
    color: #254F86;
    font-size: 20px !important;
    font-weight: bold;
}

.ers-triage-header, .section-title {
    font-weight: bold;
    background-color: #f2f2f2;
    font-size: 18px;
    border-radius: 5px;
    padding: 16px 20px;
}

.ers-file-list {
    margin-bottom: 15px;
    margin-top: 10px;
}

.ers-file-list .attachment {
    margin-right: 10px;
    width: 187px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ers-file-list a {
    text-decoration: none;
}

.ers-file-list .active {
    background-color: lightgrey;
}

.ers-file-wrapper {
    padding: 15px 20px;
}

.attachment-description {
    margin-top: 10px;
}

.pathway-field {
    width: 442px !important;
}

.ers-referral iframe {
    height: calc(100vh - 125px);
}

.bottom-bar .supporting-buttons-wrapper {
    padding: 0;
}

.supporting-buttons-wrapper {
    padding: 20px;
    display: inline-block;
}

.supporting-buttons-wrapper a {
    margin-right: 10px !important;
}

.proforma-assessment .sections {
    padding: 15px 20px;
}

.referral-answers .answer {
    display: block;
}

.get-referrer {
    font-size: 11px !important;
    padding: 5px !important;
    background-color: #f2f2f2 !important;
    border: 1px solid #ddd !important;
}

.pmhx-popup td {
    padding: 5px;
}

.pmhx-popup td:first-child {
    width: 103px;
}

.comments-small {
    min-height: 0 !important;
    height: 100px !important;
}

.ersAttachmentHeader {
    background-color: lightgrey;
    margin-top: 15px;
    padding: 7px 10px;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ersAttachmentHeader .times.circle {
    color: white;
    cursor: pointer;
}

.ersAttachmentBody {
    padding: 15px;
    border: 1px solid lightgrey;
    background: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ers-file-list > div {
    display: inline-block;
}

.communications > div {
    margin-bottom: 5px;
}

.prevetted_wrapper {
    margin-top: 18px !important;
}

.appointment_date_wrapper {
    width: 300px;
}

.ui .modal .option-login-header {
    color: #1a4267;
}

.directive-box p {
    padding-top: 1vh;
    padding-bottom: 1vh;
}

.directive-box .email-directive {
    font-weight: bolder;
}

.optin-login-field-container {
    padding-top: 2vh;
}

.patient-record .patient-document {
    width: 30vw;
    margin-top: 2vw;
    margin-right: 2vw;
    margin-left: 0.5vw;
    border: 1px solid #ddd;
    height: calc(80vh - 60px);
    border-collapse: separate;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
}

.patient-record .patient-document-viewer {
    width: 66vw;
    margin-right: 1vw;
    margin-top: 2vw;
    position: relative;
}

.patient-document-viewer .webviewer {
    height: 95vh;
}

.patient-record .patient-document-header {
    color: grey;
    background-color: #eee;
    margin-bottom: 1vw;
    margin-right: 1vw;
    border: 1px solid lightgrey;
    border-collapse: separate;
    padding: 2vh 0 2vh 0;
    font-weight: bold;
    font-size: 1vw;
    width: 100%
}

.patient-record .patient-document-header p {
    padding-left: 1vw;
}

.patient-record .file-list {
    padding-left: 1vw !important;
}

.patient-record .patient-attachment {
    font-size: 0.75vw !important;
}

.patient-moved {
    padding-left: 0.5vw;
    display: block;
    width: 30.5vw;
    font-size: 0.75vw;
    position: relative;
    top: 80vh;
}

.patient-moved .patient-delete-label {
    height: 100%;
    background-color: #f9ffff;
    color: #366f7a;
    padding: 1vh;
    border: 1px solid #00ced1;
}

.patient-moved .patient-delete {
    background-color: #eee;
    border: 1px solid lightgrey;
    position: relative;
    top: 1vh;
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-left: 2vw;
}

#patient-delete-button {
    display: block;
    width: 50%;
    font-size: 100%;
}

#delete-patient-document-div {
    height: 30vh;
}

#delete-patient-document-div .header {
    color: #284396;
}

.search-ui button {
    margin-left: 10px;
}

.filterButtonsWrapper {
    text-align: right;
}

.filterButtonsWrapper button {
    margin: 0px 7px;
}

.updateWrapper .button {
    margin-top: 27px;
}

.button-flag {
    width: 125px;
}

.hospital-num {
    width: 200px !important;
}

.updateButtonWrapper {
    width: 100%;
    text-align: right;
}

.ers-hide-when-submit-unavailable {
    margin-right: -2px !important;
}

.consultantsDropdown {
    min-width: 148px;
    width: 100%;
}

.consultantsWrapper {
    width: 80% !important;
}

.buttons-container {
    margin-top: 10px;
}

.third {
    width: 33%;
    display: inline-block;
}

.rangeUpdate {
    height: 43px;
    margin-top: 27px !important;
}

.pin-emr {
    border: 1px solid grey;
    padding: 9px;
    text-align: center;
    border-radius: 5px;
    overflow: auto;
    background-color: white;
}

.directive .title-container {
    background-color: #f8ffff;
    border: 1px solid #DFF1F4;
    border-radius: 2px;
    padding: 20px;
    width: 100% !important;
}

@media only screen and (max-width: 760px) {
    .login-forms-wrapper {
        padding-left: 0;
        border-left: 0;
    }
    .image.logo {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }
}

.login-form input {
    height: 38px;
}

.ers-dialog-outer .ers-summary-page .ers-search-results-grid-section th:first-of-type {
    text-align: left !important;
}

.hide {
    display: none;
}

.iframeWrapper {
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.institution-filter-row {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.institution-filter-row select {
    width: 200px;
}

.institution-multi-select {
    width: 100%;
    height: 120px;
}
.ui
.header{background:none;padding-left:0}.header{background-color:#254F86}.patient-banner{background-color:#031223}.patient-banner
.label{font-style:italic;color:#bdbdbd}.proforma-header{background-color:#3684FF}.proforma-header
a{color:white}.proforma-wrapper
.sections{border:1px
solid #3684FF}.inner
.section{background-color:white}.question-wrapper{border-bottom:1px solid #ccc}.question-wrapper
.question{padding:10px
25px;display:inline-block;vertical-align:center}.section
.question{clear:none;width:99%}.middle-section .proforma-header{background-color:#245566 !important;border:1px
solid #3684FF;border-bottom:0}.section-header.consent{background-color:#9c38bd}.question-wrapper.directive:first-child{background-color:#EFF9FC !important;border:1px
solid lightgrey;border-radius:2px}.directive .question
.title{margin-left: -5px}.answers{width:63.5%}.dent-manikin-directive{margin-bottom:20px}.dent-selected-areas .section-header{background-color:white;color:black;padding:0
8px}.dent-manikin-viewer{display:table-cell;vertical-align:middle}.dent-selected-areas{display:table-cell !important;width:100%}.manikin-wrapper{display:table;width:100%}
.context-menu{
    position: absolute;
    background-color: white;
    border: 1px solid #aaa;
}
.context-menu > div{
    padding: 3px 7px;
    cursor: pointer;
}
.context-menu > div:hover{
    background-color: lightgrey;
}

.reply-body input[type=number] {
    width: 100px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid #aaa;
    margin-left: 5px;
    padding-left: 5px;
}

.col-right {
    margin-left: 100px;
}

.comments {
    width: calc(100% - 7px);
    height: 200px;
    white-space: pre-wrap;
}

.email {
    width: 100%;
}
.email-referral .email {
    width: 68%;
}
.email-referral .attachments {
    width: 30%;
}
.report-text, .report-text a {
    color: orange;
    text-decoration: none;
}

.qq-upload-button {
    background-color: #3785e0;
}

.email-referral .col-left, .accept-fields .col-left {
    width: 100px;
    margin-bottom: 20px;
}

.dividing-line {
    height: 1px;
    background-color: #ccc;
}

.email-referral {
    color: grey;
    margin-top: 10px;
}

.email-referral .reply-header {
    background-color: #f2f2f2;
    padding: 5px 10px;
    display: flex;
    align-items: center;
}

.email-title {
    font-size: 15px;
    font-weight: bold;
}

.email-referral .reply {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 5px;
}

.email-referral .reply-body {
    padding: 10px;
}

.email .reply-body {
    height: 119px;
    overflow: auto;
}

.email-referral .reply-body .title {
    color: red;
    font-weight: bold;
}

.email-referral .right-section {
    float: right;
    width: 49%;
    margin: 0 .5% 0px 0px;
}


.email-referral .file-list {
    overflow:auto;
}

.file-list .attachment {
    margin-right: 10px;
    display: inline-block;
    padding: 4px 18px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    position: relative;
    top: 2px;
    color: grey;
    border: 2px solid lightgrey;
    background-color: #eee;
    margin-bottom: 5px;
}

.file-list a {
    text-decoration: none;
}

.file-list a:focus {
    background-color: white;
}

.cell {
    display: table-cell;
    width: 1%;
}

.row {
    display: table-row;
}

.email-referral .table {
    display: table;
    width: 100%;
    table-layout:fixed;
}

.thead {
    display: table-header-group
}

.tbody {
    display: table-row-group
}

.patient-search-table{
    width: 100%;
}

.patient-search-table .cell{
    padding: 6px;
}

.patient-search-table .thead{
    background-color: #F1F9FF;
}

.viewer {
    border: 1px solid grey;
    margin-top: 10px;
}

.pdf-referral-indexing {
    /* height: 700px; */
    float: left;
    margin: 0 0 0 .5%;
    /* overflow: hidden; */
    /* position: relative; */
    width: 49%;
}

.form-box {
    border: 1px solid #ccc;
    color: grey;
    font-size: 14px;
    /* padding-bottom: 30px; */
    margin: 10px 0px;
}

.bottom-bar .bold-blue-button {
    background-color: #4c6bff;
    margin: 5px 15px !important;
    padding: 3px 26px;
}

.bottom-bar .button-email-referral-confirm, .bottom-bar .button-email-referral-save {
    border: none !important;
    margin-left: 5px !important;
}

.bottom-bar .email-referral-button-div {
    margin-right: 0 !important;
    margin-top: 0 !important;
    width: auto !important;
}

.bottom-bar .button-email-referral-request-further-info {
    border: none !important;
    background-color: #d000f2;
}

.form-box label {
    margin-right: 20px;
}

.form-box .email-referral-title {
    background-color: #f2f2f2;
    margin: 0 0 10px;
    color: grey;
    padding: 6px;
}

.email-referral-results {
    margin: 0 0 10px;
    background-color: #437bff;
    color:white;
    padding: 6px;
}

.hl7-name {
    color: #3785e0;
}

.form-box .email-referral-label {
    margin-bottom: 22px;
    margin-left: 24px;
    width: 15% !important;
}

.patient-details .email-referral-label {
    margin-bottom: 15px;
}

.form-box .email-referral-input {
    width: 29% !important;
}

.form-box input, .form-box option {
    color: #009DDA;
    font-weight: bold;
}

.form-box hr {
    margin-bottom: 10px !important;
}

.button-search-patient {
    background-color: #293348 !important;
    color: #fff !important;
    margin: 0 24px 5px !important;
    padding: 3px 15px !important;
}

.bottom-bar {
    background-color: #f2f2f2;
    clear: both;
    padding: 10px;
}

.bold-red-button {
    color: #f2f2f2;
    background-color: #ef9296;
    background-image: none !important;
    border-color: #ef9296;
    *background-color: #ef9296;
    margin: 5px 10px !important;
    padding: 2px 23px !important;
}

.bold-grey-button {
    color: #f2f2f2;
    background-color: darkgrey;
    margin: 5px 10px !important;
    padding: 2px 20px !important;
}

.form-box input[type=text] {
    width: 75%;
    height: 25px;
    border-radius: 5px;
    border: 1px solid #aaa;
}

.form-box .referring-physician {
    width: 200px;
}

.table_provider td {
    padding: 5px;
    vertical-align: baseline;;
}

.table_provider thead td {
    font-weight: bold;
}

.table_provider {
    font-size: 12px;
    border: 1px solid #eee;
    width: 100%;
}

.index-box {
    background-color: #437bff;
    color: #fff;
    /* margin-bottom: 10px; */
    padding: 12px 9px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid grey;
}

/* list */
.email-list .column {
    margin-right: 1%;
    width: 13%;
}

.email-list .column2 {
    margin-right: 1%;
    width: 11.5%;
    float: left;
}

.email-list .column3 {
    margin-right: 1%;
    width: 10.0%;
    float: left;
}

.email-list a {
    color: #009DDA !important;
}

.patient-search .add-referral {
    float: right;
    background-color: #463f7f;
    color: white;
    text-decoration: none;
    padding: 0px 20px;
    border-radius: 3px;
}

.Urgent, .Urgent a {
    color: red !important;
}

.teal {
    color: #009DDA;
}

.search-results .result {
    background-color: white;
    padding: 0px 0px 0px 20px;
    border: 1px solid lightgrey;
    text-decoration: none;
    color: grey;
}

.dob {
    width: 200px;
    display: inline-block;
}

.referrals {
    margin-left: 50px;
}

.inline-block {
    display: inline-block
}

.margin-right {
    margin-right: 20px;
}

.margin-left {
    margin-left: 20px;
}

.search-results {
    margin-bottom: 12px;
    clear: both;
}

.search-results-wrapper {
    background-color: #f2f2f2;
    padding: 20px;
}


.result2 {

    padding: 5px 20px !important;
}

.email-reply {
    margin-top: 50px;
}
.replies .add-attachments{
    float: right;
    margin: 10px 0px;
    height: 22px;
    border-radius: 5px;
    border-style: groove;
}
.inuse{
    color: #d000f2;
    font-weight: bold;
}
.dialog-patient-details .cell{
    padding: 10px 10px 0px 10px;
}
.dialog-patient-details{
    padding: 0;
    font-size: 12px;
}
.dialog-patient-details .ui-dialog-titlebar{
    background: red;
    border-radius: 0;
    color: white;
    padding-top: 8px;
    padding-bottom: 8px;
}
.dialog-patient-details .ui-dialog-buttonpane{
    background: grey;
}
.dialog-patient-details .ui-dialog-buttonpane .ui-button-text{
    background: green;
    color: white;
}
.red{
    color: red;
}
.\000032WW{
      color: red !important;
}
.email-referral .images-button, .email-referral .documents, .email-referral .pmhx{
    display: none;
}
.email-referral .supporting-info{
    display: inline;
    border: none;
}
.email-referral .section-title{
    display: none;
}
.email-referral .images-view{
    position: relative;
    top: -9px;
}
