@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/sourcesanspro-light-webfont.eot");
  src: url("../fonts/sourcesanspro-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-light-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-light-webfont.woff") format("woff"), url("../fonts/sourcesanspro-light-webfont.ttf") format("truetype"), url("../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight") format("svg");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/sourcesanspro-regular-webfont.eot");
  src: url("../fonts/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("../fonts/sourcesanspro-regular-webfont.ttf") format("truetype"), url("../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular") format("svg");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/sourcesanspro-semibold-webfont.eot");
  src: url("../fonts/sourcesanspro-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-semibold-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-semibold-webfont.woff") format("woff"), url("../fonts/sourcesanspro-semibold-webfont.ttf") format("truetype"), url("../fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold") format("svg");
}
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-linehight-2 {
  line-height: 2;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-trash {
  font-size: 1em;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.fa-spinner {
  /* Apply 'spinner' keyframes looping once every second (1s)  */
  animation: spinner 3s linear infinite;
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-home:before {
  content: "\f015";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-question:before {
  content: "\f128";
}

.fa-print:before {
  content: "\f02f";
}

.fa-search:before {
  content: "\f002";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-navicon:before {
  content: "\f0c9";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-spinner:before {
  content: "\f110";
}

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

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.width-1 {
  width: 1%;
}

.width-2 {
  width: 2%;
}

.width-3 {
  width: 3%;
}

.width-4 {
  width: 4%;
}

.width-5 {
  width: 5%;
}

.width-8 {
  width: 8%;
}

.width-10 {
  width: 10%;
}

.width-15 {
  width: 15%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-33 {
  width: 33%;
}

.width-35 {
  width: 35%;
}

.width-40 {
  width: 40%;
}

.width-45 {
  width: 45%;
}

.width-46 {
  width: 46%;
}

.width-48 {
  width: 48%;
}

.width-50 {
  width: 50%;
}

.width-55 {
  width: 55%;
}

.width-60 {
  width: 60%;
}

.width-65 {
  width: 65%;
}

.width-66 {
  width: 66%;
}

.width-70 {
  width: 70%;
}

.width-75 {
  width: 75%;
}

.width-80 {
  width: 80%;
}

.width-85 {
  width: 85%;
}

.width-90 {
  width: 90%;
}

.width-95 {
  width: 95%;
}

.width-100 {
  width: 100%;
}

.fixed-width-30 {
  width: 30px;
  min-width: 30px;
}

.fixed-width-50 {
  width: 50px;
  min-width: 50px;
}

.fixed-width-80 {
  width: 80px;
  min-width: 80px;
}

.fixed-width-100 {
  width: 100px;
  min-width: 100px;
}

.fixed-width-110 {
  width: 110px;
  min-width: 110px;
}

.fixed-width-150 {
  width: 150px;
  min-width: 150px;
}

.is-progress-circle {
  margin: auto;
  width: 100px;
  height: 100px;
  background-color: #ddd;
  border-radius: 50%;
  position: relative;
}
.is-progress-circle .is-progress-circle-container {
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50%;
  clip: rect(0px, 100px, 100px, 50px);
}
.is-progress-circle .is-progress-circle-container .is-progress-half {
  clip: rect(0px, 50px, 100px, 0px);
  background-color: black;
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50%;
}
.is-progress-circle .is-circle-inner {
  position: absolute;
  background-color: black;
  border-radius: 50%;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
}

.height-5 {
  height: 5px;
}

.height-10 {
  height: 10px;
}

.height-15 {
  height: 15px;
}

.height-20 {
  height: 20px;
}

.height-25 {
  height: 25px;
}

.height-30 {
  height: 30px;
}

.height-35 {
  height: 35px;
}

.height-40 {
  height: 40px;
}

.height-45 {
  height: 45px;
}

.height-50 {
  height: 50px;
}

.height-25p {
  height: 25%;
}

.height-33p {
  height: 33%;
}

.height-50p {
  height: 50%;
}

.height-75p {
  height: 75%;
}

.height-100p {
  height: 100%;
}

.min-height-100p {
  min-height: 100px !important;
}

.autowidth {
  display: block;
  margin-left: 160px;
}

[class*=width-] {
  display: table-cell;
  vertical-align: top;
}

.colset:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.colset.rowRemove {
  background-color: #ebccd1 !important;
}
.colset .col-5 {
  width: 5%;
}
.colset .col-12 {
  width: 12%;
}
.colset .col-14 {
  width: 14%;
}
.colset .col-15 {
  width: 15%;
}
.colset .col-20 {
  width: 20%;
}
.colset .col-25 {
  width: 25%;
}
.colset .col-33 {
  width: 33%;
}
.colset .col-30 {
  width: 30%;
}
.colset .col-35 {
  width: 35%;
}
.colset .col-40 {
  width: 40%;
}
.colset .col-45 {
  width: 45%;
}
.colset .col-50 {
  width: 50%;
}
.colset .col-60 {
  width: 60%;
}
.colset .col-66 {
  width: 66%;
}
.colset .col-70 {
  width: 70%;
}
.colset .col-75 {
  width: 75%;
}
.colset .col-80 {
  width: 80%;
}
.colset .col-90 {
  width: 90%;
}
.colset .col-95 {
  width: 95%;
}
.colset .col-100 {
  width: 100%;
  clear: both;
}
.colset .col-left {
  float: left;
}
.colset .col-right {
  float: right;
}
.colset > div {
  padding: 20px;
  position: relative;
  float: left;
}
.colset > div.col-100, .colset > div.clearfix {
  padding: 0;
  float: none;
}
.colset > div:first-child {
  padding-left: 0;
}
.colset > div:last-child {
  padding-right: 0;
}

.colset > div:last-child, .colset .last-child, #report-table .colset > div:last-child {
  padding-right: 0;
  padding-right: 20px;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

body {
  font: normal normal 0.875em/1em Helvetica, Arial, sans-serif;
  background: #ffffff;
  color: #333333;
}

h1 {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 2em;
  font-weight: 300;
  color: #b3b3b3;
}

h3 {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 1.286em;
  color: #006EAB;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
a.link {
  color: #E17800;
}
a.link:hover {
  text-decoration: underline;
}

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

a.button, button, input[type=submit], input[type=button] {
  display: inline-block;
  background: #E17800;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 5px;
  cursor: pointer;
}
a.button.active, a.button:hover, button.active, button:hover, input[type=submit].active, input[type=submit]:hover, input[type=button].active, input[type=button]:hover {
  background: #006EAB;
}

ul {
  list-style: none;
}

table {
  display: table;
  border-spacing: 2px;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: 0;
}

thead {
  display: table-header-group;
  vertical-align: middle;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
}

tr {
  display: table-row;
  vertical-align: inherit;
}

th {
  display: table-cell;
  vertical-align: inherit;
  font-weight: bold;
  padding: 1px;
}

td {
  display: table-cell;
  vertical-align: inherit;
  text-align: unset;
  padding: 1px;
}

img, object, embed, video {
  max-width: 100%;
}

.logo img {
  width: 108px;
  height: auto;
  margin: 3px 0 0 5px;
}

input[type=text]:disabled, input[type=text][readonly], input[type=textarea]:disabled, input[type=textarea][readonly], input[type=text]:disabled, input[type=text][readonly] {
  background: #eeeeee;
  border-color: #cccccc;
  color: #000000;
}

textarea, .jqx-widget-content {
  font-family: Helvetica, Arial, sans-serif;
}

.hide {
  display: none;
}

.left {
  float: left;
  min-height: 1px;
}

.right {
  float: right;
  min-height: 1px;
}

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

.tooltip-container {
  text-align: center;
  display: inline-block;
  width: 30px;
  padding-bottom: 2px;
  cursor: pointer;
}

.file-upload-text {
  display: block;
  word-wrap: break-word;
  word-break: break-all;
}

.fileUpload .deleteFile {
  font-size: 0.8em;
  padding: 1px 3px;
  margin-left: 5px;
}

.deactive a {
  color: #7f8087;
  cursor: default;
}

.header-rows-1 #content {
  top: 36px;
}

.header-rows-2 #content {
  top: 66px;
}

#content {
  text-align: left;
  display: inline;
  position: absolute;
  top: 130px;
  left: 0;
  bottom: 24px;
  right: 0;
  min-width: 1000px;
}
#content .content-body {
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  padding: 0;
  bottom: 0;
}
#content table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  margin: 0 0 10px 0;
}
#content table.table-inputs {
  border: none;
}
#content table th, #content table td {
  padding: 5px;
  height: 36px;
  vertical-align: middle;
  text-align: left;
}
#content table td.table-col-action, #content table td.text-center {
  text-align: center;
}
#content table tr.divider td, #content table.table-striped thead th {
  padding-top: 10px;
  padding-bottom: 10px;
}
#content table.table-striped tbody tr {
  background-color: #f3f3f3;
}
#content table.table-striped tbody tr:nth-child(2n) {
  background-color: transparent;
}
#content table.table-striped tbody tr.rowRemove {
  background-color: #ebccd1 !important;
}
#content table.table-striped tbody tr.sumRowRemove {
  background-color: #ffaeae !important;
}
#content table.table-striped tbody tr.rowRemove a {
  color: #a94442 !important;
}
#content table.table-striped tfoot tr {
  background-color: #f3f3f3;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
#content table.table-striped tfoot td {
  font-weight: bold;
  padding: 10px 5px;
}
#content table a {
  display: inline;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: 0 4px 0 0;
  color: #66676c;
  cursor: pointer;
}
#content table a:hover {
  color: #E17800;
}

#content-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 20px 20px 10px;
  overflow: auto;
}
#content-box .content-inner {
  position: relative;
  height: 100%;
}
#content-box #content-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
}
#content-box #content-header.content-header-search .left-outer {
  margin-right: 200px;
}

#content-box #content-header .left-outer {
  height: 28px; 
  border-bottom: 1px solid #cccccc;
}
.dashboards-left-outer{
  height: 28px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
#content-box #content-header .left-outer .left-inner, .dashboards-left-outer .left-inner {
  float: left;
  height: 28px;
  line-height: 28px;
  padding-right: 20px;
  border-bottom: 1px solid #ffffff;
  position: relative;
  z-index: 100;
}
#content-box #content-header .left-outer .left-inner h1, .dashboards-left-outer .left-inner h1{
  margin-top: 6px;
}
#content-box #content-header .left-outer .right-inner {
  float: right;
  height: 100%;
  line-height: 28px;
}
#content-box #content-header .right-outer, .dashboards-outer .right-outer{
  width: 160px;
  float: right;
  height: 24px;
  margin: 4px 0 0 0;
}
.dashboards-outer .right-outer{
  margin: 0 0 0 0;
}
#content-box #content-header .right-outer .search-form, .dashboards-outer .right-outer .search-form {
  position: relative;
  height: 100%;
  float: right;
}
.dashboards-outer .right-outer .search-form {
	top: -3rem;
}
#content-box #content-header .right-outer .search-form input, .dashboards-outer .right-outer .search-form input {
  display: inline-block;
  height: 24px;
  padding: 2px 24px 4px 5px;
  background-color: #f3f3f3;
  border: 1px solid #cccccc;
  color: #999999;
  font-size: 12px;
  width: 140px;
}
#content-box #content-header .right-outer .search-form a, .dashboards-outer .right-outer .search-form a {
  display: block;
  height: 24px;
  width: 24px;
  line-height: 24px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #cccccc;
  text-align: center;
}
#content-box #content-header .right-outer .search-form a:hover, .dashboards-outer .right-outer .search-form a:hover {
  background-color: #E17800;
  border: 1px solid #E17800;
  color: #ffffff;
  text-align: center;
}
#content-box #content-header .right-outer .search-form a .fa, .dashboards-outer .right-outer .search-form a .fa{
  top: -2px;
  position: relative;
}

.divider, #content table.table-inputs.divider {
  border-bottom: 1px solid #cccccc;
  clear: both;
}

.content-alert {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 10px;
  display: none;
}
.content-alert.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  display: block;
}
.content-alert.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  display: block;
}
.content-alert #alert-comment {
  font-size: 0.9em;
}
.content-alert #alert-comment p {
  padding: 2px;
}
.content-alert .fa-close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
.content-alert .fa-close::before {
  content: "\f00d";
}

.jqx-rc-all {
  border-radius: 0;
}

.jqx-rc-b {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.jqx-widget-content {
  color: #333333;
  text-shadow: none;
  box-sizing: border-box !important;
  border-color: #cccccc;
  background: none;
}

.jqx-widget-content .text-bold{
	font-weight: bold;
}

.qWidget-date input {
  top: -2px !important;
}
.qWidget-date.qValidation-required input {
  top: -3px !important;
  height: 23px !important;
  padding-top: 2px;
}

.jqx-popup.jqx-widget-content {
  background-color: #ffffff;
}

.jqx-popup.jqx-listbox, .jqx-popup.jqx-calendar, .jqx-menu-dropdown, .jqx-popup.jqx-dropdownbutton-popup {
  color: #333333;
  text-shadow: none;
  border-color: #959595;
  background-color: #ffffff;
}

.jqx-listitem-element .jqx-item {
  padding-left: 5px;
  padding-right: 5px;
}

input[type=text].jqx-input, input[type=text].jqx-widget-content, input[type=password].jqx-input, input[type=password].jqx-widget-content, input[type=textarea].jqx-input, input[type=textarea].jqx-widget-content, input[type=textbox].jqx-input, input[type=textbox].jqx-widget-content, textarea.jqx-input, textarea.jqx-widget-content {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.jqx-input-content {
  height: 25px !important;
}

.jqx-icon-arrow-down-hover {
  background-image: url("../js/jqwidgets/styles/images/icon-down-white.png");
}

.jqx-fill-state-normal {
  color: #333333;
  text-shadow: none;
  border-color: #cccccc;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #f8f8f8, #f8f8f8);
  background-image: -ms-linear-gradient(top, #f8f8f8, #f8f8f8);
  background-image: -o-linear-gradient(top, #f8f8f8, #f8f8f8);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#f8f8f8), to(#f8f8f8));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #f8f8f8);
  background-image: linear-gradient(top, #f8f8f8, #f8f8f8);
  background-image: linear-gradient(to bottom, #f8f8f8, #f8f8f8);
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  font-family: Arial;
}

.jqx-fill-state-hover {
  color: #ffffff;
  text-shadow: none;
  border-color: #006EAB;
  background-color: #006EAB;
  background-image: -moz-linear-gradient(top, #006EAB, #006EAB);
  background-image: -ms-linear-gradient(top, #006EAB, #006EAB);
  background-image: -o-linear-gradient(top, #006EAB, #006EAB);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#006EAB), to(#006EAB));
  background-image: -webkit-linear-gradient(top, #006EAB, #006EAB);
  background-image: linear-gradient(top, #006EAB, #006EAB);
  background-image: linear-gradient(to bottom, #006EAB, #006EAB);
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  font-family: Arial;
}

.jqx-fill-state-pressed, .jqx-listitem-state-selected, .jqx-fill-state-pressed.jqx-listitem-state-hover {
  color: #ffffff !important;
  text-shadow: none;
  border-color: #E17800;
  background-color: #E17800;
  background-image: -moz-linear-gradient(top, #E17800, #E17800);
  background-image: -ms-linear-gradient(top, #E17800, #E17800);
  background-image: -o-linear-gradient(top, #E17800, #E17800);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#E17800), to(#E17800));
  background-image: -webkit-linear-gradient(top, #E17800, #E17800);
  background-image: linear-gradient(top, #E17800, #E17800);
  background-image: linear-gradient(to bottom, #E17800, #E17800);
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  font-family: Arial;
}

.jqx-listitem-state-normal {
  border: 0 none transparent;
}

.jqx-listitem-state-hover {
  color: #E17800 !important;
  text-shadow: none;
  border-color: #cccccc !important;
  background-color: transparent;
  background-image: none !important;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  font-family: Arial;
}

.jqx-splitter-splitbar-vertical {
  background-color: #ffffff !important;
  border: medium none;
  background: #f8f8f8;
}

.jqx-splitter-splitbar-vertical .jqx-splitter-collapse-button-vertical {
  width: 12px !important;
  height: 40px !important;
  position: relative;
  top: 50%;
  left: -1px;
  margin-top: -20px !important;
  margin-left: 0;
  background-image: url("../js/jqwidgets/styles/images/menutree-drag-bg-v-left.png") !important;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: transparent !important;
}

.jqx-widget, .jqx-widget-header, .jqx-fill-state-normal, .jqx-widget-content, .jqx-fill-state-hover, .jqx-fill-state-pressed {
  -webkit-transition: box-shadow linear 0.2s;
  -moz-transition: box-shadow linear 0.1s;
  -o-transition: box-shadow linear 0.1s;
  transition: box-shadow linear 0.1s;
}

.jqx-tabs {
  outline: medium none;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: none repeat scroll 0 0 transparent;
  border: 0 none transparent;
}
.jqx-tabs.divider {
  border-color: #cccccc !important;
}

.jqx-tabs-header {
  border-width: 0 0 0;
  border-style: solid;
  border-color: #aaaaaa;
  background: #eeeeee;
}
.jqx-tabs-header.jqx-tabs-headerWrapper {
  color: #000000;
  background-color: transparent;
  background-image: none;
}

.jqx-tabs-title-container {
  border-bottom: 1px solid #cccccc !important;
}
.jqx-tabs-title-container li:first-child {
  margin-left: 10px;
}

.jqx-tabs-content-element {
  height: 100%;
  overflow: visible;
}

.jqx-tabs-title {
  padding: 5px 13px;
}
.jqx-tabs-title.jqx-fill-state-hover {
  color: #E17800;
  background-color: transparent;
  background: transparent;
  border: solid 1px transparent;
}

.jqx-tabs-title-selected-top, .jqx-tabs-selection-tracker-top {
  color: #E17800 !important;
  text-shadow: none;
  border-color: #cccccc;
  border-bottom: 1px solid #fafafa;
  background-image: none;
  background-color: #fafafa;
}

.divider, .jqx-tabs.divider, #content table.table-inputs.divider {
  border-bottom: 1px solid #cccccc;
  clear: both;
}

.jqx-input.jqx-input-disabled {
  pointer-events: none;
  background: #f3f3f3;
  border-color: #dbdbdb;
  color: #666666;
}
.jqx-input.jqx-input-disabled * {
  color: #666666;
}

.jqx-combobox .jqx-combobox-content {
  width: calc(100% - 20px) !important;
}
.jqx-combobox .jqx-combobox-content .jqx-combobox-input {
  height: 25px !important;
}
.jqx-combobox .jqx-combobox-arrow-normal {
  right: 0;
  left: auto !important;
}

.qWidget-date .jqx-widget-content {
  width: calc(100% - 20px) !important;
}
.qWidget-date .jqx-action-button {
  right: 0;
  left: auto !important;
}

.jqx-combobox-content, .jqx-input, .jqx-listbox {
  color: #333333;
  text-shadow: none;
  border-color: #cccccc;
  background-color: #ffffff;
}

.jqx-listitem-element > span {
  height: calc(100% - 5px);
}

.jqx-navigationBar .jqx-widget-header {
  height: auto;
  color: #ffffff;
  background: #006EAB;
  padding: 5px 20px;
  line-height: 25px;
  border-color: #006EAB;
  margin-top: 4px !important;
}
.jqx-navigationBar .jqx-widget-header .jqx-expander-header-content {
  width: 100%;
  padding-left: 0;
}
.jqx-navigationBar .jqx-widget-header .jqx-expander-header-content table {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 1.286em;
  line-height: 25px;
  margin-bottom: 0 !important;
}
.jqx-navigationBar .jqx-widget-header .jqx-expander-header-content table th {
  height: 25px !important;
  padding: 0 !important;
  font-weight: bold;
}
.jqx-navigationBar .jqx-widget-header .jqx-expander-header-content table td {
  height: 25px !important;
  padding: 0 !important;
}
.jqx-navigationBar .jqx-widget-header .jqx-expander-arrow {
  position: absolute !important;
  bottom: 10px;
  right: 20px;
  margin-top: 0 !important;
}
.jqx-navigationBar .jqx-widget-header .jqx-expander-arrow.jqx-icon-arrow-down {
  background-image: url("../js/jqwidgets/styles/images/icon-down-white.png");
}
.jqx-navigationBar .jqx-widget-header .jqx-expander-arrow.jqx-icon-arrow-up {
  background-image: url("../js/jqwidgets/styles/images/icon-up-white.png");
}
.jqx-navigationBar .jqx-widget-content .form-container {
  margin-bottom: 0;
  border: none;
}

input.qValidation-emptyhint {
  background-color: #FFEEEE !important;
  border: 1px solid #ff0000 !important;
}

.qValidation-emptyhint input {
  background-color: #FFEEEE;
  border: 1px solid #ff0000;
}
.qValidation-emptyhint > div:first-of-type {
  border: 1px solid #ff0000;
}
.qValidation-emptyhint > div:first-of-type input {
  background-color: #FFEEEE !important;
}

.jqx-grid .jqx-widget-header {
  color: #ffffff;
  text-shadow: none;
  background-color: #055797;
  background-image: -moz-linear-gradient(top, #006EAB, #006EAB);
  background-image: -ms-linear-gradient(top, #006EAB, #006EAB);
  background-image: -o-linear-gradient(top, #006EAB, #006EAB);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#006EAB), to(#006EAB));
  background-image: -webkit-linear-gradient(top, #006EAB, #006EAB);
  background-image: linear-gradient(top, #006EAB, #006EAB);
  background-image: linear-gradient(to bottom, #006EAB, #006EAB);
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  font-family: Arial;
}
.jqx-grid .jqx-widget-header .jqx-grid-column-header .jqx-grid-column-menubutton {
  border-color: #ffffff;
}
.jqx-grid .jqx-widget-header .jqx-grid-column-header .jqx-grid-column-menubutton.jqx-icon-arrow-down {
  background-image: url("../js/jqwidgets/styles/images/icon-down-white.png");
}
.jqx-grid .jqx-widget-header .jqx-grid-column-header .jqx-grid-column-menubutton.jqx-icon-arrow-up {
  background-image: url("./js/jqwidgets/styles/images/icon-up-white.png");
}
.jqx-grid .jqx-widget-content {
  font-family: Helvetica, Arial, sans-serif;
  box-sizing: border-box !important;
  color: #333333;
  text-shadow: none;
  border-color: #cccccc;
}
.jqx-grid .jqx-grid-cell, .jqx-grid .jqx-widget .jqx-grid-cell {
  background-color: transparent;
  color: #222222;
  text-shadow: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.jqx-grid .jqx-widget .jqx-grid-cell-alt, .jqx-grid .jqx-grid-cell-alt {
  background-color: #f3f3f3;
  color: #000000;
  text-shadow: none;
}
.jqx-grid .jqx-widget .jqx-grid-cell-hover, .jqx-grid .jqx-grid-cell-hover {
  color: #E17800 !important;
  text-shadow: none;
  border-color: #cccccc !important;
  background-color: transparent;
  background-image: none !important;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  font-family: Arial;
}
.jqx-grid .jqx-pagernavbar .jqx-pagernavBtn {
  display: block;
  height: 28px;
  line-height: 15px;
  width: 28px;
  color: #ffffff;
  font-size: 1.1em;
  background: #006197;
  padding: 5px;
  text-align: center;
  float: left;
}
.jqx-grid .jqx-pagernavbar .leftnavbar .jqx-pagernavBtn {
  border-right: 1px solid #3586B4;
}
.jqx-grid .jqx-pagernavbar .leftnavbar .jqx-pagernav-leftBtn {
  margin-right: 5px;
}
.jqx-grid .jqx-pagernavbar .datasets {
  font-size: 11px;
  margin: 7px 3px;
  font-weight: bold;
  float: left;
}
.jqx-grid .jqx-pagernavbar .pageinfobar, .jqx-grid .jqx-pagernavbar jqx-pagerInputBox {
  float: left;
  font-size: 11px;
  font-weight: bold;
}
.jqx-grid .jqx-pagernavbar .pageInfo {
  padding: 7px 5px;
  display: inline-block;
  text-align: center;
  float: left;
  width: 160px;
  left: 50%;
  position: absolute;
  margin-left: -80px;
}
.jqx-grid .jqx-pagernavbar .inputLabel {
  padding: 7px 5px;
  display: inline-block;
}
.jqx-grid .jqx-pagernavbar input {
  height: 18px;
  width: 40px;
  color: #ffffff;
  font-size: 0.875em;
  background: #006197;
  padding: 2px;
  border: 1px solid #3586B4;
}
.jqx-grid .jqx-pagernavbar .rightnavbar .jqx-pagernav-rightBtn {
  margin-left: 5px;
}
.jqx-grid .jqx-pagernavbar .rightnavbar .jqx-pagernavBtn {
  border-left: 1px solid #3586B4;
}
.jqx-grid .rightnavbar {
  float: right;
}
.jqx-grid .jqx-pagerInputBox {
  float: left;
}

.form-container {
  border: 1px solid #cccccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 25px;
  margin: 0 0 20px 0;
  background-color: #fafafa;
  width: 100%;
  color: #000000;
  overflow: auto;
}
.form-container .colset > div {
  padding-top: 0;
}
.form-container table td .fa-info-circle {
  color: #006EAB;
}

.form-container .tooltip-container .fa-info-circle {
  color: #006EAB;
}

.download {
  float: left;
  padding-top: 0px !important;
}

.file-upload-button {
  position: absolute;
}

.form-field {
  display: block;
  margin: 10px 0;
  min-height: 25px;
  clear: both;
}
.form-field h3 {
  height: 25px;
  line-height: 25px;
}
.form-field label {
  position: relative;
  display: block;
  font-weight: bold;
  color: #000000;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 0;
  float: left;
  line-height: 1.3em;
  width: 150px;
}
.form-field p {
  font-size: 1em;
  line-height: 1em;
  color: #000000;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 0;
  margin: 0;
}
.form-field p.passwordrule {
  font-size: 0.8em;
  color: #ff0000;
  line-height: 1.2em;
}
.form-field .value-plus-icons, .form-field .value-plus-text {
  position: relative;
}
.form-field .value-plus-icons .icons, .form-field .value-plus-icons .text, .form-field .value-plus-text .icons, .form-field .value-plus-text .text {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.form-field .value-plus-icons.marginright-25px .inputs, .form-field .value-plus-text.marginright-25px .inputs {
  margin-right: 25px;
}
.form-field.form-field-toolbar {
  margin: 0;
  padding: 25px 0 20px 0;
}
.form-field.form-field-toolbar input[type=button], .form-field.form-field-toolbar input[type=submit], .form-field.form-field-toolbar a.button {
  float: right;
  margin: 0 0 5px 10px;
}
.form-field.form-field-toolbar input[type=button].left, .form-field.form-field-toolbar input[type=submit].left, .form-field.form-field-toolbar a.button.left {
  float: left;
  margin: 0 10px 0 0;
}
.form-field.form-field-toolbar:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.form-field input[type=button] {
  margin-bottom: 5px;
}
.form-field #hint {
  min-height: 200px;
  resize: vertical;
}

.form-field textarea, .form-container textarea {
  min-height: 25px;
  line-height: 25px;
  padding: 2px 8px;
  border: 1px solid #cccccc;
  color: #555555;
  text-shadow: none;
  font-size: 13px;
}
.form-field input[type=text], .form-container input[type=text] {
  height: 25px;
  line-height: 25px;
  padding: 2px 8px;
}

#flyout-container .jqx-window-header, #jqx-window-modal .jqx-window-header, #confirmBox .jqx-window-header {
  display: none;
}

.dialog #content {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-width: 1px;
  overflow: auto;
}
.dialog #content-box {
  padding: 10px 20px;
}
.dialog #content-box #content-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
}
.dialog .content-body {
  position: relative;
  margin: 0;
}
.dialog.edit #content .content-body form {
  height: 100%;
}
.dialog.edit #content .content-body form .form-container {
  height: 100%;
  margin: 0;
}
.dialog.hints-review table th:nth-of-type(2), .dialog.hints-review table th:nth-of-type(3), .dialog.hints-review table td:nth-of-type(2), .dialog.hints-review table td:nth-of-type(3) {
  text-align: right !important;
}
.dialog .form-container {
  margin: 0;
}

.imprint .form-container .form-field p, .imprint .form-container .form-field li {
  line-height: 1.3em;
}

.is-information {
  height: 312px !important;
  width: 550px !important;
  top: calc(50% - 156px) !important;
  left: calc(50% - 275px) !important;
}

.is-userprofile {
  height: 468px !important;
  width: 900px !important;
  top: calc(50% - 226px) !important;
  left: calc(50% - 450px) !important;
}

#confirmBox #confimBoxArea, #confirmBox #confirmBoxContent, #confirmBox #confirmBoxAction {
  text-align: center;
}
#confirmBox #confirmBoxContent {
  padding: 20px 0;
}

.is-period-filter-container {
  height: 320px !important;
  width: 424px !important;
  top: calc(50% - 160px) !important;
  left: calc(50% - 212px) !important;
}

.header-rows-2 #header {
  height: 65px;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1000px;
  height: 35px;
  font-size: 1em;
}
#header #header-1 {
  width: 100%;
  height: 35px;
  background: #686A6F;
}
#header #header-1 .navigation-main-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  font-size: 1em;
}
#header #header-1 .navigation-main-box ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  z-index: 1000;
  display: none;
}
#header #header-1 .navigation-main-box ul ul:hover {
  display: block;
}
#header #header-1 .navigation-main-box li ul li:hover, #header #header-1 .navigation-main-box li ul li.active a, #header #header-1 .navigation-main-box li ul li a:hover {
  background: #66676c;
}
#header #header-1 .navigation-main-box li ul li a {
  padding: 8px 14px;
  white-space: nowrap;
  background: none;
}
#header #header-1 ul.navigation-main {
  list-style: none;
  float: left;
  min-width: 150px;
}
#header #header-1 ul.navigation-main li {
  position: relative;
}
#header #header-1 ul.navigation-main li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 1em;
  cursor: pointer;
  padding: 7px 20px 9px 14px;
}
#header #header-1 ul.navigation-main li a.navigation-main-title {
  font-size: 1.143em;
}
#header #header-1 ul.navigation-main li a.navigation-main-title:hover + ul {
  display: block;
}
#header #header-1 ul.navigation-main li a span.fa {
  margin-right: 12px;
}
#header #header-1 ul.navigation-main li a span.navi-icon .fa {
  display: inline-block;
  width: 16px;
  text-align: center;
  margin: 0 0 0 1px;
}
#header #header-1 ul.navigation-service {
  list-style: none;
  position: absolute;
  right: 118px;
  background-color: #66676C;
  padding: 0 5px;
  height: 30px;
}
#header #header-1 ul.navigation-service li {
  float: left;
  position: relative;
}
#header #header-1 ul.navigation-service li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.286em;
  cursor: pointer;
  padding: 8px 8px;
  height: 35px;
}
#header #header-1 ul li:hover .flyout {
  display: block;
}
#header #header-1 ul li .flyout {
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  margin: 1px 0 0 0;
  padding: 16px;
  background: #ebebeb;
  z-index: 1000;
  display: none;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.176);
  -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.176);
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.176);
}
#header #header-1 ul li .flyout div {
  margin: 8px 0;
  white-space: nowrap;
}
#header #header-1 ul li .flyout div:first-child {
  margin-top: 0px;
}
#header #header-1 ul li .flyout div.separator {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 8px 0;
}
#header #header-1 ul li .flyout div span, #header #header-1 ul li .flyout div label {
  line-height: normal;
  float: none;
  text-shadow: none;
}
#header #header-1 ul li .flyout div label {
  display: inline-block;
  width: 85px;
  color: #666666;
  vertical-align: top;
}
#header #header-1 ul li .flyout div span {
  display: inline-block;
  width: auto;
  color: #333333;
}
#header #header-1 .info-main {
  position: absolute;
  left: 150px;
  top: 0;
  font-size: 0.875em;
}
#header #header-1 .info-main ul {
  list-style: none;
  padding: 0;
}
#header #header-1 .info-main ul li {
  float: left;
  position: relative;
}
#header #header-1 .info-main ul li:hover a label {
  color: #E17800;
}
#header #header-1 .info-main ul li .accountingPeriod {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 1em;
  cursor: pointer;
  padding: 0px 20px 9px 14px;
  font-weight: bold;
}
#header #header-1 .info-main ul li .accountingPeriod label {
  color: #cccccc;
  margin-right: 8px;
}
#header #header-1 .info-main ul li a {
  display: block;
  color: #ffffff;
  padding: 0 0 0 16px;
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  line-height: 22px;
}
#header #header-1 .info-main ul li a span.navi-icon {
  margin-right: 8px;
  width: auto;
  text-align: center;
}
#header #header-1 .info-main ul li a span.navi-icon span:hover {
  text-decoration: none;
}
#header #header-1 .info-main ul li a label {
  color: #cccccc;
  margin-right: 8px;
}
#header #header-1 .info-main span, #header #header-1 .info-main label {
  line-height: 34px;
  float: left;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
#header #header-1 .logo {
  background: #ffffff;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
#header #header-1 .logo a {
  display: block;
  width: 118px;
  height: 35px;
  text-decoration: none;
}
#header #header-1 ul.navigation-main ul, #header .navigation-main-title {
  background: #4d4e52;
}
#header #header-2 {
  position: relative;
  background: #7f8087;
  height: 30px;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  z-index: 100;
  border: none;
}
#header #header-2 ul {
  margin: 0;
  padding: 0;
}
#header #header-2 ul li {
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
}
#header #header-2 ul li a {
  font-size: 1em;
  font-weight: bold;
  margin: 0 1px 0 0;
  padding: 5px 10px;
  line-height: 20px;
  color: #ffffff;
  display: block;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 20;
  border-right: 1px solid #5F6065;
}
#header #header-2 ul li.active a, #header #header-2 ul li .active a:hover, #header #header-2 ul li a:hover {
  color: #ffffff;
  background-color: #E17800;
  border-right-color: #E17800;
}
#header .info-main span.navi-icon {
  display: inline-block;
  margin-right: 12px;
  font-size: 16px;
  color: #E17800;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  border: 0 solid;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#header .fa {
  line-height: 1.125em;
}
#header .fa-power-off {
  font-size: 0.875em;
}
#header span.navi-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  text-align: center;
  -webkit-box-shadow: inset 0 0 8px 0px rgb(34, 34, 34);
  -moz-box-shadow: inset 0 0 8px 0px rgb(34, 34, 34);
  box-shadow: inset 0 0 8px 0px rgb(34, 34, 34);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.is-period-filter .form-container > .colset {
  padding: 20px 0;
}
.is-period-filter .form-field label {
  width: 100px;
}
.is-period-filter .form-field .autowidth {
  margin-left: 100px;
}

#accounting {
  margin-right: 10px;
}

#header #header-1 ul.navigation-service li .flyout div.deactive a span,
#header #header-1 ul.navigation-service li .flyout div.deactive a:hover span {
	color: #7f8087;
	cursor: default;
}
#header #header-1 ul.navigation-service li .flyout.print {
	display: block;
	width: auto;
	padding: 12px 12px 4px 12px;	
}
#header #header-1 ul.navigation-service li .flyout.print a {
	height: auto;
	padding: 0px 4px;
	font-size: 0.9em;
}
#header #header-1 ul.navigation-service li .flyout.print a span {
	width: auto;	
}
#header #header-1 ul.navigation-service li .flyout.print a:hover span {
	color: #E37800;
}


.navigation-service a.button.small, 
.navigation-service .button.small, 
.navigation-service button.button.small, 
.navigation-service input.small[type="submit"], 
.navigation-service input.small[type="button"] {
    font-size: 12px;
    line-height: 20px;
    padding: 0 3px;
    width: auto;
}

#header #header-1 ul.navigation-service {
	list-style: none;
	position: absolute;
	background-color: transparent;
	padding: 0 5px;
	height: 30px;
}
#header #header-1 ul.navigation-service li {
	float: left;
	position: relative;
}
#header #header-1 ul.navigation-service li a {
	display: block;
	text-decoration: none;	
	color: #ffffff;
	font-size: 1.286em;
	cursor: pointer;
	padding: 8px 8px;
	height: 35px;	
}
	
#header #header-1 ul.navigation-service li .flyout {
	right: 0px;
	left: auto;
	position: absolute;
	top: 100%;
	background: #ebebeb;
	z-index: 1000;
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	-webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.176); 
	-moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.176);
	box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.176);
}
#header #header-1 ul.navigation-service li .flyout:before {
	right: 11px;	
	left: auto;
	border-color: #ebebeb transparent;
	border-style: solid;
	border-width: 0 5px 6px;
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	position: absolute;
	top: -6px;
	width: 0;
	z-index: 1000;
}

#header #header-1 ul.navigation-service li .flyout a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-size: 1em;
    cursor: pointer;
    padding: 0px 0px;
}

#header #header-1 ul li:hover .flyout {
	display: block;
}

#footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-width: 1000px;
  height: 24px;
  background: #ebebeb;
  color: #66676c;
  font-size: 0.833em;
  border-top: 1px solid #cccccc;
}
#footer .footer-left {
  float: left;
  padding: 4px 12px;
}
#footer .footer-left a {
  color: #66676c;
  text-decoration: none;
}
#footer .footer-right {
  float: right;
  padding: 4px 12px;
}

#login-box {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -200px 0px 0px -225px;
  width: 450px;
  height: auto;
  padding: 22px;
  background: #fafafa;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.176);
  -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.176);
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.176);
}
#login-box .login-logo {
  margin: 0 0 20px 0;
}
#login-box .login-logo img {
  float: right;
}
#login-box form div.content-alert #alert-comment {
  margin: 0 0 0 0;
}
#login-box form div.content-alert .fa-close {
  right: 41px;
  top: 80px;
}
#login-box form div {
  margin: 0 0 16px 0;
}
#login-box form div.login-error {
  font-size: 0.833em;
  color: #E17800;
}
#login-box form div.login-error, #login-box form div.login-button {
  padding: 0 0 0 124px;
}
#login-box form div label {
  display: inline-block;
  font-weight: bold;
  width: 120px;
  margin: 0 0 12px 0;
}
#login-box form div input[type=text], #login-box form div input[type=password] {
  display: inline-block;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 280px;
  padding: 8px 12px;
  color: #686A6F;
}
#login-box form div input[type=submit] {
  background: #E17800;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  padding: 12px 32px;
  margin: 12px 0 0 0;
  cursor: pointer;
}
#login-box form div a.link {
  padding: 0 0 0 12px;
}
#login-box form div.forgetPassword-button input[type=submit] {
  margin-left: 123px;
  width: 70%;
}
#login-box form .backToLogin {
  margin-left: 208px;
}

#changePassword-box {
  position: absolute;
  top: 41%;
  left: 49%;
  margin: -200px 0px 0px -225px;
  width: 500px;
  height: auto;
  padding: 22px;
  background: #fafafa;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.176);
  -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.176);
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.176);
}
#changePassword-box form div.content-alert #alert-comment {
  margin: 0 0 0 0;
}
#changePassword-box form div.content-alert .fa-close {
  right: 41px;
  top: 32px;
}
#changePassword-box form div {
  margin: 0 0 16px 0;
}
#changePassword-box form div label {
  display: inline-block;
  font-weight: bold;
  width: 120px;
  margin: 0 0 12px 0;
}
#changePassword-box form div input[type=text], #changePassword-box form div input[type=password] {
  display: inline-block;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 280px;
  padding: 8px 12px;
  color: #686A6F;
}

div#dashboard #alert-comment {
  margin: 0 0 0 0;
}
div#dashboard .fa-close {
  right: 33px;
  top: 31px;
}

.dashboards-outer {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  font-size: 13px;
}
.dashboards-outer > div {
  padding: 0;
  float: left;
  margin: 0;
}
.dashboards-outer table th, .dashboards-outer table td {
  padding: 5px;
  height: auto;
  vertical-align: middle;
}

.dashboards {
  position: absolute;
}
.dashboards.colset {
  margin: 0;
  width: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.dashboards.colset.autoheight {
  height: auto;
}
.dashboards.colset > div {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.dashboards h3 {
  height: auto;
  font: 1em/1em Helvetica, Arial, sans-serif;
  font-weight: bold;
  background-color: #006EAB;
  color: #ffffff;
  padding: 6px 5px;
  top: 0;
  left: 0;
  position: relative;
  width: 100%;
  z-index: 10;
  border: 3px solid #ffffff;
}
.dashboards.is-table-click tbody tr:hover {
  cursor: pointer;
  color: #E17800;
}

.dashboard-col-inner {
  border: 1px solid #cccccc;
  padding: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.dashboard-col-scroll {
  overflow: auto;
  top: 32px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  border: 3px solid #ffffff;
  border-top: 0 none;
}

#content .dashboards table {
  margin: 0;
}

#content .dashboards-outer table th, #content .dashboards-outer table td {
  padding: 5px;
  height: auto;
  vertical-align: middle;
}

.content-navigation.jqx-widget-content {
  padding: 10px 0 10px 0;
  background-image: url("../img/menutree-content-bg-right.png");
  background-position: right top;
  background-repeat: repeat-y;
  background-color: #f3f3f3;
  overflow: auto;
}
.content-navigation ul {
  padding: 0 10px;
}
.content-navigation ul li {
  text-indent: 0;
  background-color: transparent;
  border: 0 solid transparent;
  list-style: outside none none;
  text-align: left;
  outline: medium none;
  margin: 0;
  padding: 0;
  position: relative;
}
.content-navigation ul li.hasChilds > ul > li:before {
  content: " ";
  border-left: 1px dotted #999999;
  height: 100%;
  width: 7px;
  position: absolute;
  right: 100%;
  top: 0;
  margin: 0;
}
.content-navigation ul li.hasChilds > ul > li > a::before {
  content: " ";
  border-bottom: 1px dotted #999999;
  height: 50%;
  width: 18px;
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 5px;
}
.content-navigation ul li.hasChilds > ul > li:last-child:before {
  display: none;
}
.content-navigation ul li.hasChilds > ul > li:last-child > a:after {
  content: " ";
  border-left: 1px dotted #999999;
  height: 50%;
  width: 18px;
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 5px;
}
.content-navigation ul li.active > a, .content-navigation ul li.active > a:hover, .content-navigation ul li a:hover {
  color: #E17800;
}
.content-navigation ul li a {
  display: inline-block;
  margin: 0 0 0 16px;
  padding: 3px 0;
  position: relative;
}
.content-navigation ul li .fa {
  position: absolute;
  left: 0;
  top: 3px;
  cursor: pointer;
  background-color: #f3f3f3;
  font-size: 14px;
  z-index: 100;
}
.content-navigation ul ul {
  padding: 0 0 0 14px;
}

.is-overview {
  padding: 0;
}
.is-overview .is-overview-header {
  margin: 0;
}
.is-overview .is-overview-header h3 {
  height: auto;
  color: #ffffff;
  background: #006EAB;
  padding: 5px 20px;
  line-height: 25px;
}
.is-overview .is-overview-header h3 table {
  margin: 0 !important;
}
.is-overview .is-overview-header h3 table thead th, .is-overview .is-overview-header h3 table thead td, .is-overview .is-overview-header h3 table tbody th, .is-overview .is-overview-header h3 table tbody td {
  padding: 0 !important;
  height: 24px !important;
}
.is-overview .colset > div:last-child {
  padding-right: 20px;
}
.is-overview .colset > div.col-100 {
  padding-right: 0;
}
.is-overview .colset > div .col-50 {
  padding: 0 20px 20px 20px;
}
.is-overview .form-field-toolbar {
  padding-left: 20px;
  padding-right: 20px;
}

div.isWidgets-combobox {
  text-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0;
  border: 1px solid #cccccc;
  border-collapse: separate;
  display: table;
  position: relative;
  width: 100%;
}
div.isWidgets-combobox:hover > span {
  background-color: #006EAB;
  border-left: 1px solid #006EAB;
  color: #ffffff;
}
div.isWidgets-combobox.qValidation-emptyhint {
  border: 1px solid #ff0000 !important;
}
div.isWidgets-combobox.qValidation-emptyhint > input {
  background-color: #FFEEEE !important;
}
div.isWidgets-combobox.isOpenFlyout > ul {
  box-sizing: content-box;
  border-radius: 0;
  border-color: #959595;
  border-top-color: #006EAB;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  background-color: #ffffff;
  z-index: 999999;
  border: 1px solid;
  display: block;
  position: absolute;
  list-style: none;
  margin: 4px -1px;
  width: auto;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
div.isWidgets-combobox.isOpenFlyout > ul > li {
  cursor: pointer;
  white-space: nowrap;
  position: relative;
}
div.isWidgets-combobox.isOpenFlyout.isWidgets-fullwidth > ul {
  min-width: 100%;
}
div.isWidgets-combobox.isOpenFlyout.isWidgets-downright > ul {
  left: 0;
  top: 100%;
}
div.isWidgets-combobox.isOpenFlyout.isWidgets-downleft > ul {
  right: 0;
  top: 100%;
}
div.isWidgets-combobox.isOpenFlyout.isWidgets-upleft > ul {
  bottom: 100%;
  right: 0;
}
div.isWidgets-combobox.isOpenFlyout.isWidgets-upright > ul {
  bottom: 100%;
  left: 0;
}
div.isWidgets-combobox[data-type=readonly] input {
  color: transparent;
  text-shadow: 0 0 0 #000000;
}
div.isWidgets-combobox[data-type=writable] input {
  opacity: 0.85;
  color: transparent;
  text-shadow: 0 0 0 #000000;
}
div.isWidgets-combobox > ul {
  position: absolute;
  display: none;
}
div.isWidgets-combobox > ul > li {
  padding-left: 5px !important;
  padding-right: 5px !important;
  line-height: 22px;
}
div.isWidgets-combobox > ul > li:hover {
  color: #E17800;
  background-color: #f7f7f7;
}
div.isWidgets-combobox > ul > li.isWidgets-selected {
  color: #ffffff !important;
  text-shadow: none;
  background-color: #E17800 !important;
}
div.isWidgets-combobox > input {
  border: none;
  height: 100%;
  display: table-cell;
  position: relative;
  float: left;
  width: 100%;
}
div.isWidgets-combobox > input[type=text] {
  background: #ffffff;
  padding: 2px 5px;
}
div.isWidgets-combobox > input:focus {
  outline: none;
}
div.isWidgets-combobox > span {
  position: relative;
  display: table-cell;
  font-size: 16px;
  width: 19px;
  vertical-align: middle;
  height: 100%;
  cursor: pointer;
  font-family: FontAwesome;
  background-color: #f6f6f6;
  border-left: 1px solid #cccccc;
}
div.isWidgets-combobox > span:before {
  content: "\f0d7";
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
}
div.isWidgets-combobox.isWidgets-disabled span {
  cursor: not-allowed;
}
div.isWidgets-combobox.isWidgets-disabled span:before, div.isWidgets-combobox.isWidgets-disabled span:hover:before {
  color: #838383;
}
div.isWidgets-combobox.isWidgets-disabled > input {
  cursor: not-allowed;
}

input.isWidgets-text {
  height: 35px;
  font-size: 14px;
  border: 1px solid;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 3px 6px;
  box-shadow: inset 0 0 2px;
  width: 100%;
}
input.isWidgets-number {
  height: 35px;
  font-size: 14px;
  border: 1px solid;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 3px 6px;
  box-shadow: inset 0 0 2px;
  width: 100%;
  text-align: right;
}
input.isWidgets-text, input.isWidgets-integer, input.isWidgets-number {
  height: 27px;
  font-size: 1em;
  border: 1px solid #cccccc;
  border-radius: 0 !important;
  box-sizing: border-box;
  color: #333333 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  background-color: #ffffff;
}

input.isWidgets-disabled.isWidgets-text, input.isWidgets-disabled.isWidgets-integer, input.isWidgets-disabled.isWidgets-number, input.isWidgets-disabled.isWidgets-combobox, input.isWidgets-disabled.isWidgets-combobox > span, input.isWidgets-disabled.isWidgets-combobox > span:hover, input.isWidgets-disabled.isWidgets-combobox > input, input.isWidgets-disabled.isWidgets-combobox.focused, div.isWidgets-disabled.isWidgets-text, div.isWidgets-disabled.isWidgets-integer, div.isWidgets-disabled.isWidgets-number, div.isWidgets-disabled.isWidgets-combobox, div.isWidgets-disabled.isWidgets-combobox > span, div.isWidgets-disabled.isWidgets-combobox > span:hover, div.isWidgets-disabled.isWidgets-combobox > input, div.isWidgets-disabled.isWidgets-combobox.focused {
  background-color: #eeeeee;
  cursor: auto;
  border-color: #cccccc;
}

div .isWidgets-date {
  height: 25px;
  font-size: 14px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  position: relative;
}
div .isWidgets-date.isWidgets-openflyout {
  outline: none;
}
div .isWidgets-date:hover > span {
  background-image: url("../img/icon-calendar-white.png");
  background-color: #006EAB;
  border-color: #006EAB;
}
div .isWidgets-date.focused, div .isWidgets-date.isWidgets-openflyout {
  border: 1px solid #006EAB;
}
div .isWidgets-date.focused > span, div .isWidgets-date.isWidgets-openflyout > span {
  background-image: url("../img/icon-calendar-white.png");
  background-color: #E17800;
  border-color: #E17800;
}
div .isWidgets-date.focused:hover > span, div .isWidgets-date.isWidgets-openflyout:hover > span {
  background-image: url("../img/icon-calendar-white.png");
  background-color: #006EAB;
  border-color: #006EAB;
}
div .isWidgets-date > input[type=text] {
  border: none;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  margin-top: 0;
  padding: 0 5px;
}
div .isWidgets-date > input:focus {
  outline: none;
}
div .isWidgets-date > span {
  background-image: url("../img/icon-calendar.png");
  background-color: #f6f6f6;
  background-position: 3px 4px;
  background-repeat: no-repeat;
  border-left: 1px solid #cccccc;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  padding: 4px 2px;
  cursor: pointer;
}
div .isWidgets-date > span:before {
  content: "";
  height: 16px;
  width: 16px;
  font-family: FontAwesome;
  line-height: 16px;
  display: block;
}
div .isWidgets-date, div .isWidgets-date > input[type=text], div .isWidgets-combobox, div .isWidgets-combobox > input, div .isWidgets-combobox.active > ul {
  font-size: 1em;
}

.isWidgets-dateflyout {
  font-size: 0.9em;
  background-color: #ffffff;
  font-family: Arial;
  position: absolute;
  left: 900px;
  top: 1850px;
  width: 180px;
  border: 1px solid;
  box-sizing: content-box;
}
.isWidgets-dateflyout > .isWidgets-dateflyout-header {
  height: 20px;
  background-color: #006EAB;
  color: #ffffff;
}
.isWidgets-dateflyout > .isWidgets-dateflyout-header > div {
  float: left;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}
.isWidgets-dateflyout > .isWidgets-dateflyout-header > .isWidgets-dateflyout-btn {
  width: 20px;
  text-align: center;
}
.isWidgets-dateflyout > .isWidgets-dateflyout-header > .isWidgets-dateflyout-btn.btn-right:before {
  content: "\f0da";
}
.isWidgets-dateflyout > .isWidgets-dateflyout-header > .isWidgets-dateflyout-btn.btn-left:before {
  content: "\f0d9";
}
.isWidgets-dateflyout > .isWidgets-dateflyout-header > .isWidgets-dateflyout-header-content {
  width: 140px;
  text-align: center;
}
.isWidgets-dateflyout .isWidgets-dateflyout-calender > table {
  width: 100%;
  border-spacing: 0;
}
.isWidgets-dateflyout .isWidgets-dateflyout-calender > table > thead > tr > th {
  font-weight: bold;
  line-height: 20px;
  border-bottom: 1px solid #cccccc;
  width: 20px;
  height: 20px;
  text-align: center;
}
.isWidgets-dateflyout .isWidgets-dateflyout-calender > table > tbody > tr td {
  padding: 4px 0;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  font-size: 13px;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
}
.isWidgets-dateflyout .isWidgets-dateflyout-calender > table > tbody > tr td.next-month, .isWidgets-dateflyout .isWidgets-dateflyout-calender > table > tbody > tr td.last-month {
  color: #898989;
}
.isWidgets-dateflyout .isWidgets-dateflyout-calender > table > tbody > tr td.active, .isWidgets-dateflyout .isWidgets-dateflyout-calender > table > tbody > tr td.active:hover {
  color: #ffffff;
  background-color: #E17800;
  border-color: #E17800;
}
.isWidgets-dateflyout .isWidgets-dateflyout-calender > table > tbody > tr td:hover, .isWidgets-dateflyout .isWidgets-dateflyout-calender > table > tbody > tr td.today:hover, .isWidgets-dateflyout .isWidgets-dateflyout-calender > table > tbody > tr td.next-month:hover, .isWidgets-dateflyout .isWidgets-dateflyout-calender > table > tbody > tr td.last-month:hover {
  color: #E17800;
  background-color: #fefefe;
  border: 1px solid #cccccc;
}

textarea.textarea-disabled{
	background-color:#eee;
}

/*# sourceMappingURL=style.css.map */
