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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

::-moz-focus-inner
{
	padding: 0;
	margin: 0;
	border: 0;
}
*
{
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html
{
  min-height: 100%;
  width: 100%;
}

body
{
  position: relative;
  font: 12px/20px arial, helvetica;
}

button
{
  color: rgb(255, 255, 255);
  cursor: pointer;
  padding: 6px 10px;

  border: 1px solid rgb(100, 100, 100);
  border-radius: 5px;
    -webkit-box-shadow: 0px 1px 2px 0px rgb(50, 50, 50),
    inset 0px 0px 1px 0px rgb(220, 220, 220);
	-moz-box-shadow: 0px 1px 2px 0px rgb(50, 50, 50),
    inset 0px 0px 1px 0px rgb(220, 220, 220);
	-o-box-shadow: 0px 1px 2px 0px rgb(50, 50, 50),
    inset 0px 0px 1px 0px rgb(220, 220, 220);
	box-shadow: 0px 1px 2px 0px rgb(50, 50, 50),
    inset 0px 0px 1px 0px rgb(220, 220, 220);

  background-image: -moz-linear-gradient(
    top,
    rgb(203, 202, 202),
    rgb(101, 101, 101)
  );
	background-image: -webkit-linear-gradient(
    top,
    rgb(203, 202, 202),
    rgb(101, 101, 101)
  );
	background-image: -ms-linear-gradient(
    top,
    rgb(203, 202, 202),
    rgb(101, 101, 101)
  );
	background-image: linear-gradient(
    top,
    rgb(203, 202, 202),
    rgb(101, 101, 101)
  );
	background-image: linear-gradient(
    top,
    rgb(203, 202, 202),
    rgb(101, 101, 101)
  );
	background-color: rgb(152, 151, 151);

  user-select: none;
  -webkit-tap-highlight-color: none;
}

button[disabled]
{
  -webkit-box-shadow: 0px 1px 2px 0px rgb(50, 50, 50),
    inset 0px 0px 1px 0px rgb(220, 220, 220) !important;
	-moz-box-shadow: 0px 1px 2px 0px rgb(50, 50, 50),
    inset 0px 0px 1px 0px rgb(220, 220, 220) !important;
	-o-box-shadow: 0px 1px 2px 0px rgb(50, 50, 50),
    inset 0px 0px 1px 0px rgb(220, 220, 220) !important;
	box-shadow: 0px 1px 2px 0px rgb(50, 50, 50),
    inset 0px 0px 1px 0px rgb(220, 220, 220) !important;

  background-image: -moz-linear-gradient(
    top,
    rgb(233, 232, 232),
    rgb(181, 181, 181)
  ) !important;
	background-image: -webkit-linear-gradient(
    top,
    rgb(233, 232, 232),
    rgb(181, 181, 181)
  ) !important;
	background-image: -ms-linear-gradient(
    top,
    rgb(233, 232, 232),
    rgb(181, 181, 181)
  ) !important;
	background-image: linear-gradient(
    top,
    rgb(233, 232, 232),
    rgb(181, 181, 181)
  ) !important;
	background-image: linear-gradient(
    top,
    rgb(233, 232, 232),
    rgb(181, 181, 181)
  ) !important;
	background-color: rgb(207, 206, 206);

  color: rgb(140, 140, 140);
}

button:hover
{
  -webkit-box-shadow: 0px 1px 2px 0px rgb(50, 50, 50),
    inset 0px 0px 5px 0px rgb(220, 220, 220);
	-moz-box-shadow: 0px 1px 2px 0px rgb(50, 50, 50),
    inset 0px 0px 5px 0px rgb(220, 220, 220);
	-o-box-shadow: 0px 1px 2px 0px rgb(50, 50, 50),
    inset 0px 0px 5px 0px rgb(220, 220, 220);
	box-shadow:
    0px 1px 2px 0px rgb(50, 50, 50),
    inset 0px 0px 5px 0px rgb(220, 220, 220);
}

button:focus
{
  -webkit-box-shadow: 0px 1px 2px 0px rgb(50, 50, 50),
    inset 0px 0px 1px 2px rgb(220, 220, 220);
	-moz-box-shadow: 0px 1px 2px 0px rgb(50, 50, 50),
    inset 0px 0px 1px 2px rgb(220, 220, 220);
	-o-box-shadow: 0px 1px 2px 0px rgb(50, 50, 50),
    inset 0px 0px 1px 2px rgb(220, 220, 220);
	box-shadow:
    0px 1px 2px 0px rgb(50, 50, 50),
    inset 0px 0px 1px 2px rgb(220, 220, 220);

  outline: none;
}

button:active
{
  -webkit-box-shadow: 0px 1px 2px 0px rgb(50, 50, 50),
    inset 0px 0px 10px 0px rgb(220, 220, 220);
	-moz-box-shadow: 0px 1px 2px 0px rgb(50, 50, 50),
    inset 0px 0px 10px 0px rgb(220, 220, 220);
	-o-box-shadow: 0px 1px 2px 0px rgb(50, 50, 50),
    inset 0px 0px 10px 0px rgb(220, 220, 220);
	box-shadow:
    0px 1px 2px 0px rgb(50, 50, 50),
    inset 0px 0px 10px 0px rgb(220, 220, 220);
}


button.green
{
  background-image: -moz-linear-gradient(
    bottom,
    rgb(1, 139, 57),
    rgb(0, 191, 76),
    rgb(0, 213, 85)
  );
	background-image: -webkit-linear-gradient(
    bottom,
    rgb(1, 139, 57),
    rgb(0, 191, 76),
    rgb(0, 213, 85)
  );
	background-image: -ms-linear-gradient(
    bottom,
    rgb(1, 139, 57),
    rgb(0, 191, 76),
    rgb(0, 213, 85)
  );
	background-image: linear-gradient(
    bottom,
    rgb(1, 139, 57),
    rgb(0, 191, 76),
    rgb(0, 213, 85)
  );
	background-image: linear-gradient(
    bottom,
    rgb(1, 139, 57),
    rgb(0, 191, 76),
    rgb(0, 213, 85)
  );
	background-color: rgb(0, 181, 72);

}

button.orange
{
  color: #000000;
  background-image: -moz-linear-gradient(
    bottom,
    rgb(231, 151, 52),
    rgb(233, 184, 84),
    rgb(255, 213, 0)
  );
	background-image: -webkit-linear-gradient(
    bottom,
    rgb(231, 151, 52),
    rgb(233, 184, 84),
    rgb(255, 213, 0)
  );
	background-image: -ms-linear-gradient(
    bottom,
    rgb(231, 151, 52),
    rgb(233, 184, 84),
    rgb(255, 213, 0)
  );
	background-image: linear-gradient(
    bottom,
    rgb(231, 151, 52),
    rgb(233, 184, 84),
    rgb(255, 213, 0)
  );
	background-image: linear-gradient(
    bottom,
    rgb(231, 151, 52),
    rgb(233, 184, 84),
    rgb(255, 213, 0)
  );
	background-color: rgb(239, 182, 45);
}

button.red
{
  background-image: -moz-linear-gradient(
    bottom,
    rgb(115, 16, 19),
    rgb(187, 28, 28),
    rgb(205, 28, 31)
  );
	background-image: -webkit-linear-gradient(
    bottom,
    rgb(115, 16, 19),
    rgb(187, 28, 28),
    rgb(205, 28, 31)
  );
	background-image: -ms-linear-gradient(
    bottom,
    rgb(115, 16, 19),
    rgb(187, 28, 28),
    rgb(205, 28, 31)
  );
	background-image: linear-gradient(
    bottom,
    rgb(115, 16, 19),
    rgb(187, 28, 28),
    rgb(205, 28, 31)
  );
	background-image: linear-gradient(
    bottom,
    rgb(115, 16, 19),
    rgb(187, 28, 28),
    rgb(205, 28, 31)
  );
	background-color: rgb(169, 24, 26);
}

button.black
{
  background-image: -moz-linear-gradient(
    top,
    rgb(108, 109, 111),
    rgb(50, 46, 48),
    rgb(35, 31, 32)
  );
	background-image: -webkit-linear-gradient(
    top,
    rgb(108, 109, 111),
    rgb(50, 46, 48),
    rgb(35, 31, 32)
  );
	background-image: -ms-linear-gradient(
    top,
    rgb(108, 109, 111),
    rgb(50, 46, 48),
    rgb(35, 31, 32)
  );
	background-image: linear-gradient(
    top,
    rgb(108, 109, 111),
    rgb(50, 46, 48),
    rgb(35, 31, 32)
  );
	background-image: linear-gradient(
    top,
    rgb(108, 109, 111),
    rgb(50, 46, 48),
    rgb(35, 31, 32)
  );
	background-color: rgb(64, 62, 63);

  border-color: black;
}

label
{
  user-select: none;
  display: block;
}

input:not([type=checkbox]):not([type=radio]),
textarea
{
  -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);

  padding: 5px 0 5px 5px;

  display: inline-block;
  font-size: inherit;
  text-align: left;
  resize: none;

  border: 2px solid rgb(170, 170, 170);
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 2px 4px 1px rgb(170, 170, 170);
	-moz-box-shadow: inset 1px 2px 4px 1px rgb(170, 170, 170);
	-o-box-shadow: inset 1px 2px 4px 1px rgb(170, 170, 170);
	box-shadow: inset 1px 2px 4px 1px rgb(170, 170, 170);
  background-color: rgb(255 , 255 , 255);
}

.ie
 input
{
  padding: 5px 0 5px 5px;
  display: inline-block;
  font-size: inherit;
  text-align: left;
  resize: none;
  border: 2px solid rgb(170, 170, 170);
  background-color: rgb(255 , 255 , 255);
}

input:not([type=checkbox]):not([type=radio]):hover,
textarea:hover
{
  box-shadow : inset 1px 2px 4px 1px rgb(111, 176, 137);
}

input:not([type=radio]):focus,
textarea:focus
{
  -webkit-box-shadow: inset 1px 2px 8px 1px rgb(111, 176, 137);
	-moz-box-shadow: inset 1px 2px 8px 1px rgb(111, 176, 137);
	-o-box-shadow: inset 1px 2px 8px 1px rgb(111, 176, 137);
	box-shadow: inset 1px 2px 8px 1px rgb(111, 176, 137);
  border-color: rgb(111, 176, 137);
  outline: none;
}

.safedial
 input:not([type=checkbox]):hover,
.safedial
 textarea:hover
{
  box-shadow : inset 1px 2px 4px 1px rgb(135, 155, 169);
}

.safedial
 input:focus,
.safedial
 textarea:focus
{
  -webkit-box-shadow: inset 1px 2px 8px 1px rgb(115, 147, 168);
	-moz-box-shadow: inset 1px 2px 8px 1px rgb(115, 147, 168);
	-o-box-shadow: inset 1px 2px 8px 1px rgb(115, 147, 168);
	box-shadow: inset 1px 2px 8px 1px rgb(115, 147, 168);
  border-color: rgb(115, 147, 168);
  outline: none;
}

.error
 input,
.error
 textarea,
input.error,
 textarea.error
{
  border-color: rgb(255, 0, 0);
}

label
 span
{
  display: inline-block;
}

form
{
  -webkit-box-shadow: 0px 1px 2px 0px rgb(50, 50, 50);
	-moz-box-shadow: 0px 1px 2px 0px rgb(50, 50, 50);
	-o-box-shadow: 0px 1px 2px 0px rgb(50, 50, 50);
	box-shadow: 0px 1px 2px 0px rgb(50, 50, 50);
}

form.rtl
{
  text-align: right;

  background-image: -moz-linear-gradient(
    left,
    rgba(223, 222, 222, 0),
    rgba(240, 240, 240, 0.9) 40%
  );
	background-image: -webkit-linear-gradient(
    left,
    rgba(223, 222, 222, 0),
    rgba(240, 240, 240, 0.9) 40%
  );
	background-image: -ms-linear-gradient(
    left,
    rgba(223, 222, 222, 0),
    rgba(240, 240, 240, 0.9) 40%
  );
	background-image: linear-gradient(
    left,
    rgba(223, 222, 222, 0),
    rgba(240, 240, 240, 0.9) 40%
  );
	background-image: linear-gradient(
    left,
    rgba(223, 222, 222, 0),
    rgba(240, 240, 240, 0.9) 40%
  );
	background-color: rgb(231, 231, 231);

  background-color: transparent;
}

form.ltr
{
  text-align: left;

  background-image: -moz-linear-gradient(
    right,
    rgba(223, 222, 222, 0),
    rgba(240, 240, 240, 0.9) 40%
  );
	background-image: -webkit-linear-gradient(
    right,
    rgba(223, 222, 222, 0),
    rgba(240, 240, 240, 0.9) 40%
  );
	background-image: -ms-linear-gradient(
    right,
    rgba(223, 222, 222, 0),
    rgba(240, 240, 240, 0.9) 40%
  );
	background-image: linear-gradient(
    right,
    rgba(223, 222, 222, 0),
    rgba(240, 240, 240, 0.9) 40%
  );
	background-image: linear-gradient(
    right,
    rgba(223, 222, 222, 0),
    rgba(240, 240, 240, 0.9) 40%
  );
	background-color: rgb(231, 231, 231);

  background-color: transparent;
}

h1
{
  font-size: 24px;
  line-height: 28px;
  border-bottom: 1px solid black;
  margin: 10px auto;
}

h2
{
  font-size: 18px;
  line-height: 20px;
  margin: 5px auto;
  color: rgb(60, 60, 60);
  font-weight: bold;
  text-indent: 5px;
  font-style: italic;
}

h3
{
  font-size: 16px;
  line-height: 16px;
  margin: 3px auto;
  text-decoration: underline;
}

a,
a:visited
{
  color: green;
  text-decoration: none;
}

table
{
  width: 100%;
}

thead
{
  border-bottom: 1px solid black;

  background-image: -moz-linear-gradient(
    top,
    rgb(238, 238, 238),
    rgb(219, 219, 219),
    rgb(170, 170, 170)
  );
	background-image: -webkit-linear-gradient(
    top,
    rgb(238, 238, 238),
    rgb(219, 219, 219),
    rgb(170, 170, 170)
  );
	background-image: -ms-linear-gradient(
    top,
    rgb(238, 238, 238),
    rgb(219, 219, 219),
    rgb(170, 170, 170)
  );
	background-image: linear-gradient(
    top,
    rgb(238, 238, 238),
    rgb(219, 219, 219),
    rgb(170, 170, 170)
  );
	background-image: linear-gradient(
    top,
    rgb(238, 238, 238),
    rgb(219, 219, 219),
    rgb(170, 170, 170)
  );
	background-color: rgb(208, 208, 208);

  /* IE Renders this horribly, Chrome is incorrect as well, but it looks good so its ok */
  background-image: -ms-linear-gradient(
    top,
    rgb(219, 219, 219),
    rgb(219, 219, 219)
  );
}

th,
td
{
  border-left: 1px solid rgb(180, 180, 180);
  border-right: 1px solid rgb(180, 180, 180);
  padding: 5px;
  text-align: left;
}

td
{
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
}

th
{
  border-left: 1px solid rgb(180, 180, 180);
  border-right: 1px solid rgb(180, 180, 180);
  padding: 0;
  position: relative;
  white-space: nowrap;
}

th[name]
{
  font-size: 14px;
  padding: 5px;
  cursor: pointer;
}


th[name]:hover
{
  text-decoration: underline;
}

.nosort,
.nosort:hover
{
  cursor: default;
  text-decoration: none;
}

table
 [name=controls]
{
  width: 60px;
  font-size: 12px;
  line-height: 14px;
  padding: 0;
  position: relative;
  text-align: center;
}

th[name=controls]
 div:first-child
{
	height: 15px;
}

.misc,
.search,
.state
{
  display: inline-block;
}

.misc
 button,
input.search
{
  border-radius: 0;
  -moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.search
{
  height: 34px;
}

.state
{
  text-align: center;
}

th[name=controls]
 div:first-child + div
{
	margin-top: 15px;
}

th[name=controls]
 button
{
  width: 50%;
  border-radius: 0;
  padding: 0;
}

tbody
{
  background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.8);
}

tr
{
  border-top: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(180, 180, 180);
}

tbody:first-child
 > tr:first-child
{
  border-top: 1px solid rgb(180, 180, 180);
}

tr:nth-child(2n)
{
  background-color: rgb(120, 120, 120);
	background-color: rgba(120, 120, 120, 0.25);
}

@media screen and (max-width: 800px)
{
  th[name=controls] button
  {
    display: none;
  }

  td[name=controls] .tooltip {
    width: 2.5em;
    margin: 0 1em;
    line-height: 1.5em;
  }
}

.tr
 > div
{
  display: inline-block;
  vertical-align: top;
  position: relative;
  border-left: 1px solid rgb(180, 180, 180);
  padding: 1px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.table
{
  -webkit-box-shadow: 0px 1px 2px 0px rgb(50, 50, 50);
	-moz-box-shadow: 0px 1px 2px 0px rgb(50, 50, 50);
	-o-box-shadow: 0px 1px 2px 0px rgb(50, 50, 50);
	box-shadow: 0px 1px 2px 0px rgb(50, 50, 50);
  background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.9);
  position: relative;
}

.thead
{
  border-bottom: 1px solid black;

  background-image: -moz-linear-gradient(
    top,
    rgb(238, 238, 238),
    rgb(219, 219, 219),
    rgb(170, 170, 170)
  );
	background-image: -webkit-linear-gradient(
    top,
    rgb(238, 238, 238),
    rgb(219, 219, 219),
    rgb(170, 170, 170)
  );
	background-image: -ms-linear-gradient(
    top,
    rgb(238, 238, 238),
    rgb(219, 219, 219),
    rgb(170, 170, 170)
  );
	background-image: linear-gradient(
    top,
    rgb(238, 238, 238),
    rgb(219, 219, 219),
    rgb(170, 170, 170)
  );
	background-image: linear-gradient(
    top,
    rgb(238, 238, 238),
    rgb(219, 219, 219),
    rgb(170, 170, 170)
  );
	background-color: rgb(208, 208, 208);

  z-index: 1;
}

.thead
 .tr
  > div
{
  font-size: 16px;
  line-height: 29px;
  padding: 0;
}

.tbody
{
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* Best selector ever */
.thead + .tbody.spread
{
  top: 31px;
}

.tr
{
  border-top: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(180, 180, 180);
  position: relative;
  white-space: nowrap;
  overflow-x: visible;
}

.tr:first-child
{
  border-top: none;
}

.tr:nth-child(2n)
{
  background-color: rgb(120, 120, 120);
	background-color: rgba(120, 120, 120, 0.25);
}

.tr.selected
{
  background-color: rgb(0, 120, 0);
	background-color: rgba(0, 120, 0, 0.25);
}

.tr
 > div
{
  display: inline-block;
  vertical-align: top;
  position: relative;
  border-left: 1px solid rgb(180, 180, 180);
  padding: 1px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tr
 > div:first-child
{
  border-left: none;
}

.tr
 .right
{
  overflow: visible;
}

.tr
 button
{
  padding-top: 1px;
  padding-bottom: 1px;
  line-height: 16px;
}

pre
{
  font: 12px/14px monospace;
}
.spread
{
  position: absolute !important;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.left
{
  position: absolute !important;
  bottom: 0;
  left: 0;
  top: 0;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
}

.right
{
  position: absolute !important;
  bottom: 0;
  right: 0;
  top: 0;
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
}

.top
{
  position: absolute !important;
  left: 0;
  top: 0;
  right: 0;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.bottom
{
  position: absolute !important;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.bottom.right
{
  top: auto;
  left: auto;
}

.bottom.left
{
  top: auto;
  right: auto;
}

.top.right
{
  bottom: auto;
  left: auto;
}

.top.left
{
  bottom: auto;
  right: auto;
}

@media screen and
 /*(max-height: 600px),*/
 (max-width: 600px)
{
  .optional
  {
    display: none !important;
  }

  label
   span
  {
    display: none;
  }

  label
   input[type=checkbox] + span
  {
    display: inline;
  }
}

.float-protect
{
  float: none !important;
  clear: both !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 0 !important;
  border: none !important;
}

.bullets
{
  list-style: disc inside;
}

.bullets
 .bullets
{
  list-style: circle inside;
}

.ellipsis
{
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
}

.button-array
{
  white-space: nowrap;
  -moz-transition: max-width 0.3s 0.5s;
	-webkit-transition: max-width 0.3s 0.5s;
	-ms-transition: max-width 0.3s 0.5s;
	-o-transition: max-width 0.3s 0.5s;
	transition: max-width 0.3s 0.5s;
  max-width: 0;
  overflow-x: hidden;
}

.button-array
 button
{
  border-radius: 0;
  margin: 0;
  padding-top: 2px;
}

.button-array
 button:first-child
{
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.horizontal-scroll
{
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.vertical-scroll
{
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.no-pad
{
  padding: 0;
}

.clickable
{
  cursor: pointer;
}

.hidden
{
  display: none;
}

.error
{
  color: red;
  font-style: italic;
}

.tooltip
{
  display: inline-block;
  border: 1px solid rgb(80, 80, 80);
  border-radius: 11px;
  width: 22px;
  text-align: center;
  cursor: help;

  background-image: -moz-linear-gradient(
    top,
    rgb(223, 222, 222),
    rgb(151, 151, 151)
  );
	background-image: -webkit-linear-gradient(
    top,
    rgb(223, 222, 222),
    rgb(151, 151, 151)
  );
	background-image: -ms-linear-gradient(
    top,
    rgb(223, 222, 222),
    rgb(151, 151, 151)
  );
	background-image: linear-gradient(
    top,
    rgb(223, 222, 222),
    rgb(151, 151, 151)
  );
	background-image: linear-gradient(
    top,
    rgb(223, 222, 222),
    rgb(151, 151, 151)
  );
	background-color: rgb(187, 186, 186);
}

[name=controls]
 .tooltip
{
  cursor: pointer;
  margin: 0 8px;
}

.start,
.stop
{
  margin-right: 10px;
  border: 10px solid transparent;
  display: inline-block;
  float: left;
}

.start
{
  border-left-color: rgb(0, 191, 76);
  margin-right: 0;
  border-left-width: 20px;
}

.stop
{
  border-color: rgb(205, 28, 31);
}

.loading
{
  background-image: url(/device/loading.gif) !important;
  background-color: rgb(60, 60, 60) !important;
  background-position: center center;
  background-repeat: no-repeat !important;
}

.loading
 > *
{
  opacity: 0;
}

.lightbox
{
  z-index: 100;
  -moz-transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
	-ms-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.lightbox.dark
{
  background-color: rgb(40, 40, 40);
	background-color: rgba(40, 40, 40, 0.5);
}

.lightbox
 > div
{
  background-color: white;
  -webkit-box-shadow: 0 0 5px 2px rgb(40, 40, 40);
	-moz-box-shadow: 0 0 5px 2px rgb(40, 40, 40);
	-o-box-shadow: 0 0 5px 2px rgb(40, 40, 40);
	box-shadow: 0 0 5px 2px rgb(40, 40, 40);
  border-radius: 10px;
  padding: 10px;
  position: fixed;
  bottom: 20%;
  right: 20%;
  left: 20%;
  max-height: 70%;
  overflow-y: auto;
}

@media screen and
 (max-width: 600px)
{
  .lightbox
   > div
  {
    right: 5%;
    left: 5%;
    overflow: auto;
  }
}

@media screen and
 (max-height: 700px)
{
  .lightbox
   > div
  {
    bottom: 5%;
    top: auto;
    max-height: 90%;
    overflow: auto;
  }
}

.lightbox
 a,
.lightbox
 p
{
  vertical-align: top;
}

.lightbox
 .lightbox-text
{
  display: inline-block;
  width: 70%;
}

.lightbox
 > div
  .lightbox-buttons
{
  display: inline-block;
  width: 30%;
}

.lightbox
 button
{
  width: 100%;
  margin-top: 5px;
}

.lightbox
 button:first-child
{
  margin-top: 0;
}

.lightbox
 form
{
  -webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}


.lightbox
 > .credit-card-container
{
  padding: 0;
  border-radius: 0;
}

/* ios7 gets buggy with resize on hover of input */
.lightbox
 > .credit-card-container.ios7
{
  position: absolute;
  bottom: auto;
  top: 2%;
  right: 5%;
  left: 5%;
  max-height: 96%;
}

/*MUST BE ABLE TO HANDLE HORIZONTAL IOS7
  delve into absolute positioning instead
  relying on min height
  check for android now
*/

.lightbox
 .credit-card-container
  > div
{
  width: 100%;
  background-color: rgb(180, 180, 180);
}
.credit-card-container
 form
{
  padding: 10px;
  -webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.credit-card-container
 label
{
  margin-bottom: 5px;
}

.credit-card-container
 span
{
  display: inline-block;
  width: 100px;
}

.credit-card-container
 input
{
  min-width: 180px;
}
.credit-card-container
 p
{
  width: 100%;
}


@media screen and
 (max-width: 400px)
{
  .credit-card-container
   input
  {
    min-width: 160px;
  }
}

[module="unitSelector"]
{
  background-color: rgb(0, 156, 72);
  color: white;
  z-index: 2;
}


.safedial
 [module="unitSelector"]
{
  background-color: rgb(255, 145, 66);
}

[module="unitSelector"]
 .thead
{
  background-image: -moz-linear-gradient(
    top,
    rgb(1, 139, 57),
    rgb(0, 156, 72) 30%
  );
	background-image: -webkit-linear-gradient(
    top,
    rgb(1, 139, 57),
    rgb(0, 156, 72) 30%
  );
	background-image: -ms-linear-gradient(
    top,
    rgb(1, 139, 57),
    rgb(0, 156, 72) 30%
  );
	background-image: linear-gradient(
    top,
    rgb(1, 139, 57),
    rgb(0, 156, 72) 30%
  );
	background-image: linear-gradient(
    top,
    rgb(1, 139, 57),
    rgb(0, 156, 72) 30%
  );
	background-color: rgb(0, 147, 64);

  border-bottom: none;
  padding: 0;
}

.safedial
 [module="unitSelector"]
  .thead
{
  background-image: -moz-linear-gradient(
    top,
    rgb(175, 95, 66),
    rgb(255, 145, 66),
    rgb(255, 145, 66)
  );
	background-image: -webkit-linear-gradient(
    top,
    rgb(175, 95, 66),
    rgb(255, 145, 66),
    rgb(255, 145, 66)
  );
	background-image: -ms-linear-gradient(
    top,
    rgb(175, 95, 66),
    rgb(255, 145, 66),
    rgb(255, 145, 66)
  );
	background-image: linear-gradient(
    top,
    rgb(175, 95, 66),
    rgb(255, 145, 66),
    rgb(255, 145, 66)
  );
	background-image: linear-gradient(
    top,
    rgb(175, 95, 66),
    rgb(255, 145, 66),
    rgb(255, 145, 66)
  );
	background-color: rgb(228, 128, 66);
}

[module="unitSelector"]
 .tr,
[module="unitSelector"]
 .tr
  > div
{
  border: none;
  background-color: transparent;
  cursor: pointer;
}

[module="unitSelector"]
 .thead
  .r0
{
  display: block;
}

/* This is a chrome mobile bug fix */
[module="unitSelector"]
 .thead
  .c2
{
  height: 49px;
}

[module="unitSelector"]
 .red
{
  color: red;
}

[module="unitSelector"]
 span
{
  padding-right: 10px;
  width: 120px;
  text-align: right;
}

[module="unitSelector"]
 .thead
  .tr
   > div
{
  padding: 4px;
  vertical-align: top;
  font-size: 24px;
}

[module="unitSelector"]
 .thead
  input
{
  margin: 0;
}

[module="unitSelector"]
 input[name="account"]
{
  width: 70px;
}

[module="unitSelector"]
 input[name="deviceId"]
{
  width: 100px;
}

.safedial
 [module="unitSelector"]
  input[name="deviceId"]
{
  width: 95px;
}

[module="unitSelector"]
 .thead
  .awesome
   .c0
{
  width: 100%;
  padding-right: 150px;
}

[module="unitSelector"]
 .thead
  .awesome
   input
{
  width: 100%;
}

[module="unitSelector"]
 .thead
  .awesome
   .c1
{
  width: 150px;
}

[module="unitSelector"]
 button
{
  padding: 12px 0 11px;
  margin-left: 5px;
  width: 115px;
}

[module="unitSelector"]
 .tbody
{
  overflow-y: hidden;
}

[module="unitSelector"]
 .tbody
  .tr
   > div
{
  padding: 1px 7px;
  letter-spacing: 6px;
  text-indent: 127px;
  font-size: 14px;
  font-family: monospace;
  overflow: visible;
}

[module="unitSelector"]
 .tbody
  .c0
{
  min-width: 80px;
}

[module="unitSelector"]
 .tbody
  .c1
{
  min-width: 95px;
}

[module="unitSelector"]
 .tr.selected
{
  background-color: rgb(0, 126, 52);
}

.safedial
 [module="unitSelector"]
  .tr.selected
{
  background-color: rgb(80, 80, 80);
}

[module="unitSelector"]
 [name=type]
{
  margin: 0 10px 0 130px;
  color: transparent;
  -moz-transition: color 0s;
	-webkit-transition: color 0s;
	-ms-transition: color 0s;
	-o-transition: color 0s;
	transition: color 0s;
}

[module="unitSelector"]
 .tr.selected
  [name=type]
{
  color: white;
  -moz-transition: color 0.7s;
	-webkit-transition: color 0.7s;
	-ms-transition: color 0.7s;
	-o-transition: color 0.7s;
	transition: color 0.7s;
}

[module="unitSelector"].awesome
 .tbody
  .tr
{
  padding: 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

[module="unitSelector"].awesome
 .tbody
  .tr
   div
{
  text-indent: 10px;
  letter-spacing: normal;
}

[module="unitSelector"].awesome
 .tbody
  span:first-child
{
  color: rgba(255, 255, 255, 0.5);
}

[module="unitSelector"].awesome
 .tbody
  .tr
   b
{
  font-weight: bold;
  /*-webkit-box-shadow: 0 0 1px 1px rgb(0, 100, 0);
	-moz-box-shadow: 0 0 1px 1px rgb(0, 100, 0);
	-o-box-shadow: 0 0 1px 1px rgb(0, 100, 0);
	box-shadow: 0 0 1px 1px rgb(0, 100, 0);
  background-color: rgb(0, 100, 0);*/
}

/*
[module="unitSelector"].awesome
 .tbody
{
  background-image: -moz-linear-gradient(
    top,
    rgb(0, 156, 72),
    rgba(0, 156, 72, 0.3) 10%,
    rgba(0, 0, 0, 0)
  );
	background-image: -webkit-linear-gradient(
    top,
    rgb(0, 156, 72),
    rgba(0, 156, 72, 0.3) 10%,
    rgba(0, 0, 0, 0)
  );
	background-image: -ms-linear-gradient(
    top,
    rgb(0, 156, 72),
    rgba(0, 156, 72, 0.3) 10%,
    rgba(0, 0, 0, 0)
  );
	background-image: linear-gradient(
    top,
    rgb(0, 156, 72),
    rgba(0, 156, 72, 0.3) 10%,
    rgba(0, 0, 0, 0)
  );
	background-image: linear-gradient(
    top,
    rgb(0, 156, 72),
    rgba(0, 156, 72, 0.3) 10%,
    rgba(0, 0, 0, 0)
  );
	background-color: rgb(0, 104, 48);
  background-color: white;
  color: black;
}

[module="unitSelector"].awesome
 .tbody
  span:first-child
{
  color: rgba(0, 0, 0, 0.5);
}

[module="unitSelector"].awesome
 .tbody
  .tr
   b
{
  font-weight: bold;
  -webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
  background-color: transparent;
}

[module="unitSelector"]
 .tr.selected
{
  background-color: rgb(0, 126, 52);
	background-color: rgba(0, 126, 52, 0.3);
}
*/
body
{
	text-align: center;
	height: 100%;
	width: 100%;
	padding-top: 1px;
	overflow-y: hidden;
	background-image: -moz-linear-gradient(
		to top,
		rgb(220, 220, 220),
		white
	);
	background-image: -webkit-linear-gradient(
		to top,
		rgb(220, 220, 220),
		white
	);
	background-image: -ms-linear-gradient(
		to top,
		rgb(220, 220, 220),
		white
	);
	background-image: linear-gradient(
		to top,
		rgb(220, 220, 220),
		white
	);
	background-image: linear-gradient(
		to top,
		rgb(220, 220, 220),
		white
	);
	background-color: rgb(220, 220, 220);
}

.lock-border
{
	width: 250px;
	height: 250px;
	position: relative;

	border: 2px solid rgb(109, 110, 113);
	-webkit-box-shadow: 0 0 6px 3px rgb(109, 110, 113);
	-moz-box-shadow: 0 0 6px 3px rgb(109, 110, 113);
	-o-box-shadow: 0 0 6px 3px rgb(109, 110, 113);
	box-shadow: 0 0 6px 3px rgb(109, 110, 113);
	border-radius: 10%;
	margin: 15% auto 5%;

	background-color: rgb(109, 110, 113);

	-moz-transition:
		background-color 0.3s 0.3s,
		border 0.3s,
		box-shadow 0.3s;
	-webkit-transition:
		background-color 0.3s 0.3s,
		border 0.3s,
		box-shadow 0.3s;
	-ms-transition:
		background-color 0.3s 0.3s,
		border 0.3s,
		box-shadow 0.3s;
	-o-transition:
		background-color 0.3s 0.3s,
		border 0.3s,
		box-shadow 0.3s;
	transition:
		background-color 0.3s 0.3s,
		border 0.3s,
		box-shadow 0.3s;
}

.loaded
 .lock-border
{
	background-color: rgb(255, 255, 255);
}

.waiting
 .lock-border
{
	animation: pulse 0.6s 1;
	-webkit-animation: pulse 0.5s ease-out 1;
}

@-webkit-keyframes pulse {
  0%   {
  	background-color: rgb(55, 55, 57);
  }
  100% {
  	background-color: rgb(255, 255, 255);
  }
}
.locked
 .lock-border
{
	border: 2px solid rgb(237, 28, 36);
	-webkit-box-shadow: 0 0 6px 3px rgb(237, 28, 36);
	-moz-box-shadow: 0 0 6px 3px rgb(237, 28, 36);
	-o-box-shadow: 0 0 6px 3px rgb(237, 28, 36);
	box-shadow: 0 0 6px 3px rgb(237, 28, 36);
}

.unlocked
 .lock-border
{
	border: 2px solid rgb(32, 170, 78);
	-webkit-box-shadow: 0 0 6px 3px rgb(32, 170, 78);
	-moz-box-shadow: 0 0 6px 3px rgb(32, 170, 78);
	-o-box-shadow: 0 0 6px 3px rgb(32, 170, 78);
	box-shadow: 0 0 6px 3px rgb(32, 170, 78);
}

.lock
{
	position: absolute;
	top: 11%;
	right: 17%;
	left: 17%;
	bottom: 12%;
	background-color: rgb(109, 110, 113);
	border-radius: 15px;
	border-top-left-radius: 60px;
	border-top-right-radius: 60px;

	opacity: 0;
	-moz-transition:
		opacity 1s 0.6s,
		background-color 0.3s;
	-webkit-transition:
		opacity 1s 0.6s,
		background-color 0.3s;
	-ms-transition:
		opacity 1s 0.6s,
		background-color 0.3s;
	-o-transition:
		opacity 1s 0.6s,
		background-color 0.3s;
	transition:
		opacity 1s 0.6s,
		background-color 0.3s;
}

.loaded
 .lock
{
	opacity: 1;
}

.locked
 .lock
{
	background-color: rgb(237, 28, 36);
}

.partial
 .lock
{
	background-color: rgb(255, 165, 0);
}

.unlocked
 .lock
{
	background-color: rgb(32, 170, 78);
}

.lock-gap
{
	position: absolute;
	top: 13%;
	right: 16%;
	left: 16%;
	bottom: 59%;
	background-color: rgb(255, 255, 255);
	border-radius: 6px;
	border-top-left-radius: 44px 36px;
	border-top-right-radius: 44px 36px;
}

.lock-hole-1
{
	top: 68%;
	right: 50%;
	left: 50%;
	bottom: 32%;
	border-radius: 50%;
}

.lock-hole-2
{
	top: 70%;
	right: 50%;
	left: 50%;
	bottom: 20%;
}

.lock-hole-1,
.lock-hole-2
{
/*	opacity: 0;*/
	position: absolute;
	background-color: rgb(255, 255, 255);
	-moz-transition: opacity 0.3s,
		top 0.3s,
		right 0.3s,
		left 0.3s,
		bottom 0.3s,
		-webkit--moz-transform 0.3s;
	-webkit-transition: opacity 0.3s,
		top 0.3s,
		right 0.3s,
		left 0.3s,
		bottom 0.3s,
		-webkit--webkit-transform 0.3s;
	-ms-transition: opacity 0.3s,
		top 0.3s,
		right 0.3s,
		left 0.3s,
		bottom 0.3s,
		-webkit--ms-transform 0.3s;
	-o-transition: opacity 0.3s,
		top 0.3s,
		right 0.3s,
		left 0.3s,
		bottom 0.3s,
		-webkit--o-transform 0.3s;
	transition: opacity 0.3s,
		top 0.3s,
		right 0.3s,
		left 0.3s,
		bottom 0.3s,
		-webkit-transform 0.3s;
}

.locked
 .lock-hole-1,
.locked
 .lock-hole-2,
.unlocked
 .lock-hole-1,
.unlocked
 .lock-hole-2
{
	opacity: 1;
}

.waiting
 .lock-hole-1,
.locked
 .lock-hole-1,
.unlocked
 .lock-hole-1
{
	top: 56%;
	right: 43%;
	left: 43%;
}

.waiting
 .lock-hole-1
{
	-moz-transform: translateY(12px);
	-webkit-transform: translateY(12px);
	-ms-transform: translateY(12px);
	-o-transform: translateY(12px);
	transform: translateY(12px);
}

.waiting
 .lock-hole-2,
.locked
 .lock-hole-2,
.unlocked
 .lock-hole-2
{
	top: 57%;
	right: 47%;
	left: 47%;
}

.waiting
 .lock-hole-2
{
	-webkit-animation: rotating 2s linear 0.3s infinite;
	animation: rotating 2s linear 0.3s infinite;
}

@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

select
{
	border-radius: 0;
	font-size: 20px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
}

.button
{
	width: 100px;
	height: 100px;
	position: fixed;
	border-radius: 50px;
	left: 50%;
	margin-left: -50px;

	bottom: -100px;

	background-color: rgb(255, 255, 255);

	border: 1px solid gray;

	-moz-transition:
		bottom 0.3s,
		border 0.3s,
		background-color 0.3s,
		box-shadow 0.3s;
	-webkit-transition:
		bottom 0.3s,
		border 0.3s,
		background-color 0.3s,
		box-shadow 0.3s;
	-ms-transition:
		bottom 0.3s,
		border 0.3s,
		background-color 0.3s,
		box-shadow 0.3s;
	-o-transition:
		bottom 0.3s,
		border 0.3s,
		background-color 0.3s,
		box-shadow 0.3s;
	transition:
		bottom 0.3s,
		border 0.3s,
		background-color 0.3s,
		box-shadow 0.3s;

/*	animation: pressme 2s infinite ease-in-out;
	-webkit-animation: pressme 2s infinite ease-in-out;*/
}

@-webkit-keyframes pressme {
  0%, 100% {
		border-color: rgb(32, 170, 78);
  }
  50% {
		border-color: rgb(237, 28, 36);
  }
}



.locked
 .button,
.unlocked
 .button,
.stateless
 .button,
.partial
 .button
{
	bottom: 20px;
}

.locked
 .button
{
	border-color: rgb(32, 170, 78);
/*	background-color: rgb(32, 170, 78);
	background-color: rgba(32, 170, 78, 0.2);*/
}

.unlocked
 .button
{
	border-color: rgb(237, 28, 36);
/*	background-color: rgb(237, 28, 36);
	background-color: rgba(237, 28, 36, 0.2);*/
}

.button
 p
{
	display: none;
	margin-top: 35px;
	font-size: 26px;
	font-weight: bold;
}

.unlocked
 .arm
{
 	display: block;
	color: red;
}

.locked
 .disarm,
.partial
 .disarm
{
 	display: block;
	font-size: 20px;
	margin-top: 38px;
	color: rgb(32, 170, 78);
}

.stateless
 .stateless
{
 	display: block;
}

body 
 > .spread
{
	background-color: white;
	-moz-background-size: 320px 568px;
	-o-background-size: 320px 568px;
	background-size: 320px 568px;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 5;
	-moz-transition: 0.7s opacity;
	-webkit-transition: 0.7s opacity;
	-ms-transition: 0.7s opacity;
	-o-transition: 0.7s opacity;
	transition: 0.7s opacity;
	opacity: 1;
}


body 
 > .hiding
{
	opacity: 0;
}

#account-info-button {
	position: absolute;
	bottom: 20px;
	left: 20%;
	margin-left: -60px;
	height: 50px;
	line-height: 52px;
	padding: 0 8px 0 34px;
	font-weight: bold;
	color: #777;
	text-align: center;
	border-radius: 50px;
}

#account-info-button.hidden {
	display: none;
}

#account-info-button.touch {
	background-color: #ccc;
	border: solid #aaa;
	border-width: 2px 0 0 2px;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

#account-info-button::before {
	content: " ";
	position: absolute;
	width: 20px;
	height: 8px;
	border: solid #777;
	border-width: 4px 0;
	left: 8px;
	top: 50%;
	margin-top: -8px;
}

#account-info-button::after {
	content: " ";
	position: absolute;
	width: 20px;
	height: 4px;
	background-color: #777;
	left: 8px;
	top: 50%;
	margin-top: -2px;
}

.screen {
	width: 100%;
	height: 100%;
	top: 0;
	left: 100%;
	position: fixed;
	overflow: hidden;
	background-color: #ffffff;
	z-index: 100;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.screen.window {
	top: 100%;
	left: 0;
}

.screen.window.active {
	-moz-transform: translate3d(0, -100%, 0);
	-webkit-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	-o-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.screen.window.active.held {
	-moz-transform: translate3d(-20%, -100%, 0);
	-webkit-transform: translate3d(-20%, -100%, 0);
	-ms-transform: translate3d(-20%, -100%, 0);
	-o-transform: translate3d(-20%, -100%, 0);
	transform: translate3d(-20%, -100%, 0);
	background-color: #ddd;
}

.screen.active {
	-moz-transform: translate3d(-100%, 0, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.screen.active.held {
	-moz-transform: translate3d(-120%, 0, 0);
	-webkit-transform: translate3d(-120%, 0, 0);
	-ms-transform: translate3d(-120%, 0, 0);
	-o-transform: translate3d(-120%, 0, 0);
	transform: translate3d(-120%, 0, 0);
	background-color: #ddd;
}

.screen.active.held .touch {
	background-color: #ccc;
}

#main-screen {
	overflow: hidden;
	height: 100%;
}

#account-info-screen {

}

#output-settings-screen {

}

#output-settings-screen {
}

.screen-nav-bar {
	color: #ffffff;
	background-color: #007026;
	height: 40px;
	line-height: 40px;
	width: 100%;
	position: absolute;
	z-index: 2000;
}

.screen-nav-bar > .title {
	font-size: 2em;
	display: inline-block;
	vertical-align: middle;
}

.screen-nav-bar > .nav {
	position: absolute;
	border: unset;
	top: 0;
	right: 0;
	height: 40px;
	width: 60px;
}

.screen-nav-bar > .nav.right {
	float: right;
}

.screen-nav-bar > .nav.left {
	float: left;
}

.screen-nav-bar > .close-button {
}

.screen-nav-bar > .close-button::before {
	position: absolute;
	float: left;
	display: block;
	content: " ";
	border: solid #fff;
	border-width: 3px 0 0;
	-moz-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	width: 25px;
	height: 21px;
	top: 50%;
	left: 40%;
	margin-left: -21px;
	margin-top: -5px;
}

.screen-nav-bar > .close-button::after {
	position: absolute;
	float: left;
	display: block;
	content: " ";
	border: solid #fff;
	border-width: 0 3px 0 0;
	-moz-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	width: 21px;
	height: 25px;
	top: 50%;
	left: 40%;
	margin-left: -21px;
	margin-top: -20px;
}

.screen-nav-bar > .back-button {
}

.screen-nav-bar > .back-button::before {
	position: absolute;
	float: left;
	display: block;
	content: " ";
	border: solid #fff;
	border-width: 0 0 3px 3px;
	-moz-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	width: 12px;
	height: 12px;
	top: 50%;
	left: 40%;
	margin-left: -10px;
	margin-top: -8px;
}

.screen-nav-bar > .back-button::after {
	position: absolute;
	float: left;
	display: block;
	content: " ";
	width: 21px;
	height: 3px;
	background-color: #fff;
	top: 50%;
	left: 40%;
	margin-left: -10px;
	margin-top: -2px;
}

.screen-content {
	-moz-transform: translate3d(0, 40px, 0);
	-webkit-transform: translate3d(0, 40px, 0);
	-ms-transform: translate3d(0, 40px, 0);
	-o-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
	position: absolute;
	text-align: left;
	overflow: auto;
	width: 100%;
	height: 100%;
	padding-bottom: 40px;
}

.screen-content > .section {
}

.screen-content > .section > .heading {
	background-color: #65cc88;
	font-size: 1em;
	padding: 5px;
}

.screen-content > .section > .content {
}

.screen-content > .section.section-loading > .content::before {
	content: "Loading...";
	display: block;
	width: 100%;
	text-align: center;
	padding: 1em 0;
	color: #666;
}

.screen-content > .section#output-history-section > .content li .info::before {
	display: inline-block;
	margin-right: 0.5em;
	color: #fff;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	line-height: 28px;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}

.screen-content > .section#output-history-section > .content li.arm .info::before {
	background-color: red;
	content: "A";
}

.screen-content > .section#output-history-section > .content li.arm-stay .info::before {
	background-color: orange;
	content: "A";
}

.screen-content > .section#output-history-section > .content li.disarm .info::before {
	background-color: green;
	content: "D";
}

.screen-content > .section#output-history-section > .content li.press .info::before {
	background-color: grey;
	content: "P";
}

.screen-content > .section#output-history-section > .content li.unknown .info::before {
	background-color: black;
	content: "?";
}

.screen-content > .section#output-history-section > .content li.attempt .info::before {
	background-color: grey;
}

.screen-content > .section > .content li {
	padding: 8px 10px;
	border-bottom: 1px solid #cfcfcf;
	position: relative;
}

.screen-content > .section > .content li.update {
	animation: item-blinker 1s linear 0s 5;
	-webkit-animation: item-blinker 1s linear 0s 5;
}

@-webkit-keyframes item-blinker {
	50% { background-color: #FAEBCC; }
}

.screen-content > .section > .content li form {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	background: none;
	font-family: arial, helvetica, sans-serif;
}

.screen-content > .section > .content li form input {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	background: none;
	border-radius: 0;
	color: #000;
	border-width: 0 0 2px;
	border-color: transparent;
	padding: 0;
	width: 90%;
}

.screen-content > .section > .content li.no-data {
	border: 0;
}

.screen-content > .section > .content li.no-data div {
	color: #666;
	font-size: 1.5em;
	text-align: center;
	margin: 0.5em 0;
}

.screen-content > .section > .content li .name {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.4em;
}

.screen-content > .section > .content li .info {
	font-size: 1.5em;
	margin-left: 15px;
	margin-bottom: 0.4em;
}

.screen-content > .section > .content li .info-extra {
	color: #6f6f6f;
	margin-left: 15px;
	margin-bottom: 0.5em;
}

.screen-content > .section > .content li form .control-panel {
	overflow: hidden;
	height: 0;
	opacity: 0;
	-moz-transform: translate3d(0, -20px, 0);
	-webkit-transform: translate3d(0, -20px, 0);
	-ms-transform: translate3d(0, -20px, 0);
	-o-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
}

.screen-content > .section > .content li form .control-panel button {
	height: 30px;
	width: 90px;
	margin-top: 1em;
	margin-right: 8px;
	padding: 3px;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	background: #808080 none;
	border-width: 0;
	font-size: 0.7em;
	font-weight: bold;
}

.screen-content > .section > .content li .action {
	top: 0;
	right: 0;
	width: 100px;
	height: 100%;
	float: right;
	position: absolute;
	-moz-transition: opacity .5s;
	-webkit-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}

.screen-content > .section > .content li .action.edit::before {
	content: "EDIT";
	font-size: 0.9em;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -20px;
	height: 30px;
	width: 50px;
	line-height: 30px;
	text-align: center;
	border: 0;
	color: white;
	background-color: #808080;
	opacity: 1;
}

.screen-content > .section > .content li .action.more::before {
	top: 50%;
	height: 20px;
	width: 20px;
	margin-top: -10px;
	margin-left: 40%;
	border-top: 2px solid #6f6f6f;
	border-right: 2px solid #6f6f6f;
	content: " ";
	position: absolute;
	pointer-events: none;
	-moz-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.screen-content > .section > .content li.edit .action {
	visibility: hidden;
	opacity: 0;
}

.screen-content > .section > .content li.edit form input {
	border-color: green;
}

.screen-content > .section > .content li.edit form .control-panel {
	height: 50px;
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-moz-transition: -moz-transform .5s, opacity .5s;
	-webkit-transition: -webkit-transform .5s, opacity .5s;
	-ms-transition: -ms-transform .5s, opacity .5s;
	-o-transition: -o-transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s;
}
