/* ================================================================
   = Fonts
   ================================================================ */
@font-face {
  font-family: 'NotosIconsRegular';
  src: url('../fonts/notosicons-regular-webfont.eot');
  src: url('../fonts/notosicons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/notosicons-regular-webfont.woff') format('woff'), url('../fonts/notosicons-regular-webfont.ttf') format('truetype'), url('../fonts/notosicons-regular-webfont.svg#NotosIconsRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ================================================================
   = Variables
   ================================================================ */
/* ================================================================
   = Mixins
   ================================================================ */
/* ================================================================
   = Normalize
   ================================================================ */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}
body,
button,
input,
select,
textarea {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  color: #3d3d3d;
}
::-moz-selection {
  background: #b4d5fe;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #b4d5fe;
  color: #fff;
  text-shadow: none;
}
a {
  color: #477db0;
}
a:visited {
  color: #477db0;
}
a:hover {
  color: #77981f;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  *overflow: visible;
}
table button, table input {
  *overflow: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* ================================================================
   = Tooltips
   ================================================================ */
#tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
#tiptip_holder.tip_top {
  padding-bottom: 5px;
}
#tiptip_holder.tip_bottom {
  padding-top: 5px;
}
#tiptip_holder.tip_right {
  padding-left: 5px;
}
#tiptip_holder.tip_left {
  padding-right: 5px;
}
#tiptip_content {
  font-size: 12px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: #191919;
  background-color: rgba(25, 25, 25, 0.92);
}
#tiptip_arrow, #tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: rgba(255, 255, 255, 0.35);
}
#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.35);
}
#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: rgba(255, 255, 255, 0.35);
}
#tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: rgba(255, 255, 255, 0.35);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #191919;
  border-top-color: rgba(25, 25, 25, 0.92);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #191919;
  border-bottom-color: rgba(25, 25, 25, 0.92);
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #191919;
  border-right-color: rgba(25, 25, 25, 0.92);
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #191919;
  border-left-color: rgba(25, 25, 25, 0.92);
}
/* ================================================================
   = Generics
   ================================================================ */
/* = Icons
   ----------------------------------------------------------------*/
span.icon {
  font-family: 'NotosIconsRegular';
}
/* = Lists
   ----------------------------------------------------------------*/
.simple-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.simple-list li {
  display: block;
  margin: 0;
  padding: 0;
}
ul.inline-list, ol.inline-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.inline-list li, ol.inline-list li {
  display: block;
  margin: 0;
  padding: 0;
}
ul.inline-list li, ol.inline-list li {
  display: inline-block;
  margin-left: 10px;
}
ul.inline-list li:first-child, ol.inline-list li:first-child {
  margin-left: 0;
}

ul.inline-list > li > .btn { display: inline-block; }
/* = Property-Value List
   ----------------------------------------------------------------*/
ul.prop-value-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.prop-value-list li {
  display: block;
  margin: 0;
  padding: 0;
}
ul.prop-value-list li {
  overflow: hidden;
  margin-bottom: .6em;
}
ul.prop-value-list .prop {
  float: left;
}
ul.prop-value-list .value {
  float: right;
}
/* = Buttons
   ----------------------------------------------------------------*/
.btn {
  display: block;
  background: #b4d044;
  border: 1px solid #98a957;
  color: #444;
  text-shadow: 0px 1px 0 #fff;
  font-size: 13px;
  padding: 6px 20px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  outline: none;
}
.btn:hover {
  background: #bedc48;
}
.btn.big {
  font-size: 15px;
  padding: 8px 25px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}
.btn.small {
  font-size: 12px;
  padding: 3px 8px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.btn.tiny {
  font-size: 11px;
  padding: 2px 6px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.btn.white {
  border-color: #c2c2c2;
  background: #fff;
}
.btn.white:hover {
  background: #f2f2f2;
}
.btn.gray {
  border-color: #565656;
  background: #757575;
  color: #fff;
  text-shadow: 0px 1px 0 #000;
}
.btn.gray:hover {
  background: #858585;
}
.btn.light-gray {
  border-color: #adadad;
  background: #eeeeee;
  color: #3a3a3a;
  text-shadow: 0px 1px 0 #fff;
}
.btn.light-gray:hover {
  background: #dedede;
}
.btn:focus {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .4), 0 0 4px 1px #a5c62b;
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, .4), 0 0 4px 1px #a5c62b;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .4), 0 0 4px 1px #a5c62b;
}
.btn span.icon {
  margin-right: .2em;
}
/* = Grids
   ----------------------------------------------------------------*/
.grid {
  letter-spacing: -0.34em;
  word-spacing: -0.34em;
}
.grid > * {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
}
.grid .grid-20 {
  width: 20%;
}
.grid .grid-25 {
  width: 25%;
}
.grid .grid-30 {
  width: 30%;
}
.grid .grid-33 {
  width: 33%;
}
.grid .grid-35 {
  width: 35%;
}
.grid .grid-40 {
  width: 40%;
}
.grid .grid-45 {
  width: 45%;
}
.grid .grid-50 {
  width: 50%;
}
.grid .grid-55 {
  width: 55%;
}
.grid .grid-60 {
  width: 60%;
}
.grid .grid-65 {
  width: 65%;
}
.grid .grid-70 {
  width: 70%;
}
.grid .grid-75 {
  width: 75%;
}
.grid .grid-80 {
  width: 80%;
}
.grid .grid-85 {
  width: 85%;
}
/* = Icons
   ----------------------------------------------------------------*/
div.icon-onoff {
  display: inline-block;
  width: 13px;
  height: 13px;
  overflow: hidden;
  background: url(../img/icons/onoff.png) no-repeat 0 0;
}
div.icon-onoff.on {
  background-position: -13px 0;
}

div.icon-trueFalse {
  display: inline-block;
  width: 18px;
  height: 13px;
  overflow: hidden;
  background: url(../img/icons/true-false.png) no-repeat 0 0;
}
div.icon-trueFalse.true {
  background-position: -21px 0;
}
/* = Generic Elements
   ----------------------------------------------------------------*/
div.separator {
  height: 1px;
  background: url(../img/layout/text-header-bg.png) repeat-x;
  margin: 1em 0;
}
/* ================================================================
   = Primary style
   ================================================================ */
body {
  background: url(../img/layout/page-bg.png) repeat center top;
  position: relative;
}
div.page-wrapper {
  background: url(../img/layout/main-nav-bg.png) repeat-x 0 69px;
  text-align: center;
  width: 100%;
  display: table;
}
#page {
  display: inline-block;
  margin: 0 10px;
  min-width: 980px;
  text-align: left;
}
#page-header {
  height: 107px;
  position: relative;
  overflow: hidden;
}

#page-header #logo {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  position: absolute;
  top: 20px;
  left: 25px;
  width: 204px;
  height: 32px;
  background-image: url(../img/logo.png);
}
#page-header #user-box {
  display: block;
  position: absolute;
  top: 7px;
  right: 15px;
  width: 400px;
  color: #82912c;
  text-align: right;
}
#page-header #user-box a.logout-btn {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  display: inline-block;
  width: 12px;
  height: 13px;
  background-image: url(../img/layout/logout-btn.png);
  margin-left: 5px;
}

#page-footer {
  margin: 30px 0 40px;
  border-top: 1px solid #dcdcdc;
  font-size: 11px;
  color: #7d7d7d;
  padding-top: 5px;
  overflow: hidden;
}
#page-footer .copyright {
  width: 60%;
  float: right;
  text-align: right;
}
#page-footer .platform-logo {
  width: 35%;
  float: left;
}
#page-content {
  position: relative;
}
#page-content .main-content-wrapper {
  padding-left: 178px;
  min-height: 500px;
  padding-top: 15px;
}
#side-nav {
  position: absolute;
  z-index: 400;
  left: 0;
  top: -4px;
  margin: 0;
  padding: 0;
  width: 179px;
  overflow: hidden;
}
#side-nav:before {
  content: "";
  display: block;
  background: url(../img/layout/side-nav-bar-top.png) no-repeat;
  width: 9px;
  height: 8px;
}
#side-nav ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background-image: url(../img/layout/side-nav-bar.png);
  background-repeat: no-repeat;
  background-position: 2px bottom;
  padding-left: 40px;
  padding: 50px 0 80px 9px;
  width: 170px;
}
#side-nav ul li {
  margin: 0;
  padding: 0;
  height: 33px;
  line-height: 33px;
  font-size: 12px;
  display: block;
  background-image: url(../img/layout/side-nav-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
}
#side-nav ul li a {
  display: block;
  padding-left: 12px;
  color: #464646;
  text-decoration: none;
}
#side-nav ul li a:hover {
  color: #4d8ecd;
}
#side-nav ul li.active {
  background-position: 0 -33px;
}
#side-nav ul li.active a {
  color: #4d8ecd;
  font-weight: bold;
  text-shadow: 1px 1px 0 #dadada;
}
#side-nav ul li.before-active {
  height: 32px;
}
#main-content {
  /* BGT - background: #ffffff; iini #f9f7f7*/  
  background: #f9f7f7;
}
#main-content > h1 {
  border: 1px solid #cacaca;
  margin: 0;
  height: 27px;
  font-size: 17px;
  line-height: 27px;
  font-weight: normal;
  color: #5c5c5c;
  text-shadow: 0px 1px 0 #fff;
  padding-left: 20px;
  background: url(../img/layout/main-content-header-bg.png) no-repeat;
}
#main-content > div {
  min-height: 500px;
  padding: 20px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  overflow: hidden;
}
#main-content > div.regular-width {
  width: 760px;
}
/* = Msgs
   ----------------------------------------------------------------*/
.app-msg {
  border: 1px solid #cbe6ff;
  background: #eaf5ff url(../img/msgs/info.png) 25px 50% no-repeat;
  margin-bottom: 20px;
  padding: 8px 15px 8px 70px;
  color: #256c9e;
}
.app-msg.msg-success {
  border-color: #d8eea9;
  background: #f2ffe5 url(../img/msgs/success.png) 15px 55% no-repeat;
  color: #465701;
}
.app-msg.msg-warning {
  border-color: #f9eec1;
  background: #fff7e4 url(../img/msgs/warning.png) 15px 50% no-repeat;
  color: #9e7b00;
}
.app-msg.msg-error {
  border-color: #ffd6d6;
  background: #ffecec url(../img/msgs/error.png) 15px 55% no-repeat;
  color: #860000;
}

/*tips */
.tip {position: relative; margin-top: 13px; border: 1px solid #acd6e7; border-radius: 6px; -moz-border-radius: 6px; -o-border-radius: 6px; -webkit-border-radius: 6px; padding: 12px; background: #effcff; color: #4F91B1; font-size: 11px; font-weight: normal; }
	.tip.active { color: #5ca8cc; }
		.tip .tip-link {position: absolute; right: 8px; bottom: 1px; overflow: hidden; text-indent: -666em; width: 24px; height: 23px; background: #effcff url(../img/icons/info.gif) 100% 100% no-repeat;}
		.tip .details {position: absolute; top: -8px; display: block; width: 13px; height: 8px; background: url(../img/form/info_background.gif) no-repeat;}
		.tip p { margin: 4px 0 0 0; }
			.tip p:first-child { margin-top: 0; }
/* = Boxes
   ----------------------------------------------------------------*/
.box {
  margin: 0 0 20px 0;
  padding: 0;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  border: 1px solid #d1d1d1;
  background-color: #fff;
}
.box > h1 {
  margin: 0;
  padding: 0 15px;
  height: 27px;
  line-height: 27px;
  font-size: 14px;
  font-weight: normal;
}
.box > h1 span.icon {
  font-size: 20px;
  margin-right: 5px;
}
.box > div {
  padding: 15px;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.box * h1 {
  color: #6e8803;
  font-size: 15px;
  font-weight: normal;
  background: url(../img/layout/text-header-bg.png) repeat-x left bottom;
  padding-left: 10px;
  padding-bottom: 4px;
}
.box.green-h > h1 {
  background: url(../img/layout/box-green-h-bg.png) repeat-x;
  color: #384802;
  text-shadow: 0px 1px 0 #fff;
}
.box.blue-h > h1 {
  background: url(../img/layout/box-blue-h-bg.png) repeat-x;
  color: #fff;
  text-shadow: 0px 1px 0 #000;
}
.box.blue-h * h1 {
  color: #296baa;
}
.box.gray-bg > div {
  background-color: #f0f0f0;
}
.box.blue-bg > div {
  background-color: #deeaf2;
}
.box.chart-blue-bg > div {
  background-image: url(../img/icons/bg/chart-blue.png);
}
.box.user-blue-bg > div {
  background-image: url(../img/icons/bg/user-blue.png);
}
.box.bulb-green-bg > div {
  background-image: url(../img/icons/bg/bulb-green.png);
}
.box.calc-green-bg > div {
  background-image: url(../img/icons/bg/calc-green.png);
}
.box.home-green-bg > div {
  background-image: url(../img/icons/bg/home-green.png);
}
.box.notepad-green-bg > div {
  background-image: url(../img/icons/bg/notepad-green.png);
}
.box.piechart-green-bg > div {
  background-image: url(../img/icons/bg/piechart-green.png);
}
.box.report-green-bg > div {
  background-image: url(../img/icons/bg/report-green.png);
}
.box .app-msg {
  padding-top: 4px;
  padding-bottom: 4px;
}
.box .inline-text-block {
  padding: 0 10px 15px;
}
.box .emph {
  color: #6E8803;
}
.box table.simple-table {
  font-size: 11px;
}
.box table.simple-table.highlight-odd tbody tr.odd {
  background-color: #f9f9f9;
}
.box table.simple-table thead th {
  color: #769302;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  padding: 4px 10px;
}
.box table.simple-table tbody td {
  color: #696969;
  padding: 6px 10px;
  text-align: center;
}
.box table.simple-table tbody td.align-left {
  text-align: left;
}
.box table.simple-table tbody td.align-right {
  text-align: right;
}
.box table.simple-table th, .box table.simple-table td {
  border: 1px solid #e0e0e0;
}
.box table.simple-table tr.first th {
  border-top: none;
}
.box table.simple-table tr.last td {
  border-bottom: none;
}
.box table.simple-table th.first, .box table.simple-table td.first {
  border-left: none;
}
.box table.simple-table th.last, .box table.simple-table td.last {
  border-right: none;
}
#main-content div.inline-sections > * {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
}
#main-content div.inline-sections > *:first-child {
  margin-left: 0;
}
/* = Forms
   ----------------------------------------------------------------*/
form.regular-form {
  line-height: 1.75;
}
form.regular-form label {
  color: #5c5c5c;
}
form.regular-form label.required:after {
  content: "*";
  margin-left: 3px;
/*   color: #83a700; */
  color: red;
}
form.regular-form input[type="text"], form.regular-form input[type="password"], form.regular-form textarea {
  border: 1px solid #bebdbe;
  background: #fcfff5;
  color: #475900;
  padding: 0.25em;
  outline: none;
  -webkit-box-shadow: inset 1px 1px 4px #d8dbd2;
  -moz-box-shadow: inset 1px 1px 4px #d8dbd2;
  box-shadow: inset 1px 1px 4px #d8dbd2;
}
form.regular-form input[type="text"]:focus, form.regular-form input[type="password"]:focus, form.regular-form textarea:focus {
  -webkit-box-shadow: inset 1px 1px 4px #d8dbd2, 0 0 2px 1px #a5c62b;
  -moz-box-shadow: inset 1px 1px 4px #d8dbd2, 0 0 2px 1px #a5c62b;
  box-shadow: inset 1px 1px 4px #d8dbd2, 0 0 2px 1px #a5c62b;
}
.no-boxshadow form.regular-form input[type="text"]:focus, .no-boxshadow form.regular-form input[type="password"]:focus, .no-boxshadow form.regular-form textarea:focus {
  border-color: #7fa200;
}
form.regular-form input[type="text"].error, form.regular-form input[type="password"].error, form.regular-form textarea.error {
  border-color: #dd4f4f;
  -webkit-box-shadow: inset 1px 1px 4px #d8dbd2, 0 0 2px 1px #dd4f4f;
  -moz-box-shadow: inset 1px 1px 4px #d8dbd2, 0 0 2px 1px #dd4f4f;
  box-shadow: inset 1px 1px 4px #d8dbd2, 0 0 2px 1px #dd4f4f;
}
form.regular-form input[type="checkbox"], form.regular-form input[type="radio"] {
  margin-right: 5px;
}
form.regular-form select {
  border: 1px solid #5397db;
  padding: 2px;
}
form.regular-form .error-msg {
  color: #dd4f4f;
  font-size: 11px;
}
form.regular-form > fieldset {
  margin-bottom: 20px;
}
form.regular-form > fieldset.btns {
  margin: 30px 0 20px;
  padding: 0 20px;
  text-align: right;
}
form.regular-form > fieldset.btns > .btn {
  display: inline-block;
  margin-left: 15px;
}
form.regular-form ul.fields {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}
form.regular-form ul.fields > li {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
form.regular-form ul.fields > li > * {
  display: inline-block;
  vertical-align: top;
}
form.regular-form ul.fields > li.regular > label {
  width: 160px;
  text-align: right;
  margin-right: 20px;
}
form.regular-form ul.fields > li.regular input[type="text"], form.regular-form ul.fields > li.regular input[type="password"], form.regular-form ul.fields > li.regular textarea {
  width: 280px;
}
form.regular-form ul.fields > li ul.inline-list label {
  margin-right: 5px;
}
/* = Tables
   ----------------------------------------------------------------*/
.table table {
  width: 100%;
  font-size: 11px;
}
.table table.highlight-even tbody tr.even {
  background-color: #f1f1f1;
}
.table table.highlight-active tbody tr:hover {
  background-color: #dee8fc !important;
}
.table thead th {
  background: #b0cb40 url(../img/layout/box-green-h-bg.png) repeat-x;
  color: #384802;
  text-shadow: 0px 1px 0 #fff;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  padding: 4px 10px;
}
.table thead th.align-left { 
	text-align: left;
}
.table thead th.align-right { 
	text-align: right;
}

.table tbody tr {
  background: url('../img/layout/table-row-bg.png') repeat-x;
}
.table tbody tr:first-child {
  background: none;
}
.table tbody td {
  padding: 6px 10px;
  text-align: center;
}
.table tbody td.align-left {
  text-align: left;
}
.table tbody td.align-right {
  text-align: right;
}
.table tbody td.btns {
  text-align: left;
}
.table tbody td.btns.align-center {
  text-align: center;
}
.table tbody td.btns.align-right {
  text-align: right;
}
.table tbody td.btns > * {
  display: inline-block;
  margin-right: 10px;  
}
/* = Login Page
   ----------------------------------------------------------------*/
#login-page {
  width: 400px;
  padding: 0 110px 100px;
  margin: 0 auto;
  position: relative;
  background: url(../img/layout/login-bg.png) no-repeat left bottom;
}
#login-page #logo {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  width: 204px;
  height: 141px;
  background-image: url(../img/logovncs.png);
  margin: 40px auto 50px;
  z-index: 20;
}
#login-page .box > div {
  padding: 25px;
}
#login-page li {
  margin-bottom: 15px;
}
#login-page li.btns {
  margin-top: 25px;
  text-align: right;
}
#login-page li.btns > * {
  display: inline-block;
}
#login-page label {
  display: block;
}
#login-page input[type="text"], #login-page input[type="password"] {
  width: 328px;
  padding: 8px 10px;
  font-size: 18px;
}
#login-page fieldset {
  margin: 0;
}
/* = Payment Page
   ----------------------------------------------------------------*/
.payment-page div.payment-icon {
  background: url(../img/icons/payment-icon.png) no-repeat;
  height: 130px;
}
/* = User Page
   ----------------------------------------------------------------*/
.user-page div.user-icon {
  background: url(../img/icons/user-icon.png) no-repeat;
  height: 130px;
}

/* ================================================================
   = Non-semantic helper classes
   ================================================================ */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

/* ================================================================
   = Print styles
   ================================================================ */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
