.btn {
  display: inline-block;
  margin-bottom: 7;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}
.btn:not([disabled]):hover,
.btn:not([disabled]):focus {
  color: #000000;
  text-decoration: none;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn[disabled] {
  cursor: default !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #ffffff !important;
}
.btn + .btn,
.btn + button,
.btn + input[type=button],
.btn + input[type=reset],
.btn + input[type=submit] {
  margin-left: 0.5em;
}
.btn-gray {
  color: #ffffff;
  background-color: #666666;
  border-color: #666666;
}
.btn-gray:not([disabled]):hover,
.btn-gray:not([disabled]):focus,
.btn-gray:not([disabled]):active,
.btn-gray:not([disabled]).active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-blue {
  color: #ffffff;
  background-color: #0096d0;
  border-color: #0096d0;
}
.btn-blue:not([disabled]):hover,
.btn-blue:not([disabled]):focus,
.btn-blue:not([disabled]):active,
.btn-blue:not([disabled]).active {
  color: #ffffff;
  background-color: #666666;
  border-color: #666666;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-filters {
  position: absolute;
  bottom: 0;
  right: 0;
}
#btnShowChecked {
  float: right;
  margin-top: -5px;
}
.fadeImg {
  opacity: 0.4;
  filter: alpha(opacity=40);
  zoom: 1;
}
.hash-tabs .tab-pane-container {
  padding: 1em;
}
.hash-tabs .tab-pane-container header,
.hash-tabs .tab-pane-container header * {
  margin: 0;
}
.hash-tabs nav,
.hash-tabs nav ul,
.hash-tabs nav li a {
  margin: 0;
}
.hash-tabs nav {
  zoom: 1;
}
.hash-tabs nav ul ul {
  visibility: hidden;
}
.hash-tabs nav ul li:hover > ul,
.hash-tabs nav ul ul li:hover > ul {
  visibility: visible;
}
.hash-tabs nav:before,
.hash-tabs nav:after {
  content: "";
  display: table;
}
.hash-tabs nav:after {
  clear: both;
}
.hash-tabs nav li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.displayInline {
  display: inline !important;
  color: black;
}
.displayInlineBlock {
  display: inline-block;
}
.valignMiddle {
  vertical-align: middle;
}
.hidden {
  display: none;
}
.center {
  text-align: center;
}
.yellowText {
  color: #feed1b;
}
.darkYellowText {
  color: #97a913;
}
.cyjanText {
  color: #0096d0;
}
.magentaText {
  color: #c6127d;
}
.maroonText {
  color: #d00000;
}
.lightPadding {
  padding: 5px 0px;
}
.lightMargin {
  margin: 5px;
}
.truncateText {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.boldText {
  font-weight: bold;
}
.normalText {
  font-weight: normal;
}
.paddingZero {
  padding: 0px;
  text-align: center;
}
.chartTdHeight {
  height: 70px;
  line-height: 5;
}
.chartTdHeight svg {
  padding-top: 5px;
}
.headerTitle {
  font-size: 1.2em;
  font-weight: bold;
  margin: 40px 0px 17px;
}
.headerTitle.cyjann {
  color: #0096d0;
}
.headerTitle.magenta {
  color: #c6127d;
}
.headerTitle.yellow {
  color: #feed1b;
}
.paddingLeft {
  padding-left: 25px;
}
.verticalAlign {
  vertical-align: baseline;
}
.cursorPointer {
  cursor: pointer;
}
html * {
  font-family: MYRIADPRO-REGULAR;
}
@font-face {
  font-family: MYRIADPRO-REGULAR;
  src: url('../font/MYRIADPRO-REGULAR.EOT');
  src: url('../font/MYRIADPRO-REGULAR.EOT?#iefix') format('embedded-opentype'), url('../font/MYRIADPRO-REGULAR.OTF') format('opentype'), url('../font/MYRIADPRO-REGULAR.WOFF') format('woff'), url('../font/MYRIADPRO-REGULAR.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  color: #555555;
  font-size: 14px;
  background: #efefef;
}
.kwpgLoader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  z-index: 100000;
}
.kwpgLoader.fixed {
  position: fixed;
}
.kwpgLoader div {
  position: absolute;
  background: url('../images/progress.gif') no-repeat;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
}
#header {
  border-top: 16px solid #d3d3d3;
  background: url('../images/top-bg.jpg') no-repeat;
  background-size: 100% 100%;
  position: relative;
}
#header div {
  display: inline-block;
  position: relative;
}
#header img {
  width: 950px;
}
.login {
  margin-right: -27px;
  height: 130px;
  z-index: 99;
  background: linear-gradient(#008da9, #00b4d9);
  color: #ffffff;
  text-align: center;
  width: 227px;
}
.login #header-login-form {
  position: relative;
  margin-top: 10px;
}
.login .groupLogin {
  height: 30px !important;
  border: 2px solid #00bac9;
  margin-bottom: 7px;
  background-image: -moz-radial-gradient(10px 0px 50deg, circle cover, #02b0d5 0%, #00889a 100%);
  background-image: -webkit-radial-gradient(10px 0px, circle cover, #02b0d5, #00889a);
  background-image: radial-gradient(20px 0px 50deg, circle cover, #02b0d5 0%, #00889a 100%);
}
.login .groupLogin input {
  padding: 0px;
  width: 100px !important;
  border: 0px;
  height: 30px;
}
.login .groupLogin .labelLogin {
  width: 90px;
  vertical-align: baseline;
}
.inputHeaderLogon {
  background-color: #ffffff !important;
  border: none;
  text-align: center;
  font-style: italic;
}
.blackLine {
  height: 2px;
  background-color: #000000;
  width: 100%;
}
.headerMenu {
  width: 22%;
  height: 20px;
  text-align: center;
  top: 80px;
  left: 67%;
  position: absolute !important;
}
.headerMenu ul li {
  list-style-type: none;
  border-bottom: 1px dotted #555555;
}
.headerMenu ul li:last-of-type {
  border: 0;
}
.headerMenu ul li a {
  text-decoration: none;
  color: black;
}
#content {
  padding: 20px 20px 0 20px;
  margin-bottom: 20px;
}
.logoBlog {
  background: url('../images/logoblog.png') no-repeat;
}
.logoServices {
  background: url('../images/logo-normal.png') no-repeat;
}
.logoPrintGo {
  background: url('../images/logoPrintGo.png') no-repeat;
}
.logoCostoImprimirEs {
  background: url('../images/logoCostoImprimirEs.png') no-repeat;
}
#logoKW {
  background-size: 100% 100%;
  width: 500px;
  height: 101px;
  margin: 25.25px 0px 0px 20px;
}
#logoPrintGo {
  background-size: 100% 100%;
  width: 350px;
  height: 168px;
  margin: 0px 0px 0px 20px;
}
div.flash-error {
  background: #FBE3E4;
  color: #8a1f11;
  border-color: #FBC2C4;
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #ddd;
}
div.flash-error a {
  color: #8a1f11;
}
div.flash-notice {
  background: #FFF6BF;
  color: #514721;
  border-color: #FFD324;
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #ddd;
}
div.flash-notice a {
  color: #514721;
}
div.flash-success {
  background: #E6EFC2;
  color: #264409;
  border-color: #C6D880;
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #ddd;
}
div.flash-success a {
  color: #264409;
}
div.form .rememberMe label {
  display: inline;
}
div.view {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #C9E0ED;
}
div.breadcrumbs {
  font-size: 0.9em;
  padding: 5px 20px;
}
div.breadcrumbs span {
  font-weight: bold;
}
div.search-form {
  padding: 10px;
  margin: 10px 0;
  background: #eee;
}
.portlet-decoration {
  padding: 3px 8px;
  background: #B7D6E7;
  border-left: 5px solid #6FACCF;
}
.portlet-title {
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: #298dcd;
}
.portlet-content {
  font-size: 0.9em;
  margin: 0 0 15px 0;
  padding: 5px 8px;
  background: #EFFDFF;
}
.portlet-content ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.portlet-content ul li {
  padding: 2px 0 4px 0px;
}
.operations {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.operations li {
  padding-bottom: 2px;
}
.operations li a {
  font: bold 12px Arial;
  color: #0066A4;
  display: block;
  padding: 2px 0 2px 8px;
  line-height: 15px;
  text-decoration: none;
}
.operations li a:visited {
  color: #0066A4;
}
.operations li a:hover {
  background: #80CFFF;
}
#footer {
  display: table;
  font-size: 1em;
  background: #0078ac url('../images/footer-bg.jpg') repeat-x;
  height: 50px;
  width: 950px;
  margin: 0 auto;
}
#footer div {
  display: table-cell;
  font-style: normal !important;
  text-align: center;
  margin-right: 45px;
}
#footer .footerMenu {
  clear: both;
  vertical-align: top;
  margin-right: 3%;
}
#footer .footerMenu ul {
  margin: 0px;
  text-align: right;
  padding-top: 15px;
  height: 0;
  list-style-type: none;
}
#footer .footerMenu ul li {
  display: inline-block;
}
#footer .footerMenu ul li a {
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
  padding: 5px 8px;
}
.ueFooter {
  margin-top: 20px;
  padding: 20px;
  position: relative;
}
.ueFooter .ueLeft {
  text-align: left;
  border: 0;
}
.ueFooter .ueRight {
  text-align: right;
  border: 0;
}
.ueFooter .ueCenter {
  text-align: center;
  border: 0;
}
.ueFooter .ueText {
  text-align: center;
}
.serviceName {
  font-weight: normal;
  color: #ffffff;
  position: relative;
  vertical-align: middle;
  padding-left: 10px;
}
.serviceName a {
  color: #ffffff;
  text-decoration: none;
}
.linkDiv {
  text-align: right !important;
  padding-top: 10px;
  padding-right: 10px;
}
.footerLink img {
  width: 30px;
  height: 30px;
}
.companyAuthor {
  width: 150px;
  height: 50px;
  position: absolute !important;
  color: #ffffff;
  font-size: 11px;
  margin: 0 !important;
  margin-left: 45px !important;
  margin-top: -20px !important;
}
.companyName {
  text-align: right !important;
}
.realization {
  text-align: left !important;
  width: 65px;
}
.logoutLink {
  top: -6px;
}
#aftercontent {
  height: 0;
  clear: both;
  margin-top: 20px;
}
.table-responsive .summary {
  text-align: right;
}
.table-responsive table tbody tr:first-child td {
  border-top: 1px dotted #555555 !important;
}
.table-responsive table td {
  padding-left: 10px;
  border-top: 1px dotted #555555 !important;
}
.table-responsive table .statusTd {
  text-align: center;
}
.pager {
  color: #2e2e2c;
  text-align: center;
}
.pager ul.yiiPager {
  font-size: 14px;
}
.pager li {
  border: 1px dotted #555555;
}
.pager ul.yiiPager a:link,
.pager ul.yiiPager a:visited {
  border: none;
  color: #2e2e2c;
}
.pager .previous,
.pager .next {
  font-weight: 800;
}
.pieCharts {
  display: inline-block;
  color: #000000;
  vertical-align: bottom;
  height: 180px;
}
.pieCharts .charCircle {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 125px;
  height: 140px;
}
.chartWrapper {
  margin-top: 25px;
}
.legend rect {
  fill: #efefef;
}
.textCharts {
  color: #000000;
  margin: 2px;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px dotted #555555;
  margin-left: 9px;
}
.graph {
  height: 18px;
  margin-top: 1px;
  width: 0px;
  color: #2e2e2c;
  position: absolute;
  text-align: right;
  display: inline-flex;
}
.graph .graphPercent {
  position: absolute;
  text-align: right;
  width: 100%;
  top: -2px;
}
.graph.graphBlack {
  background-color: #2e2e2c;
  color: #ffffff;
}
.graph.graphBlack.graphPercentOn {
  color: #000000;
}
.graph.graphYellow {
  background-color: #feed1b;
}
.graph.graphMagenta {
  background-color: #c6127d;
  color: #ffffff;
}
.graph.graphMagenta.graphPercentOn {
  color: #000000;
}
.graph.graphCyan {
  background-color: #0096d0;
}
.reportCharts,
.donutWrapper {
  margin-top: 25px;
}
.like-box.facebook,
.read-box.facebook {
  position: fixed;
  z-index: 99;
  right: -296px;
  top: 50px;
}
.like-box.facebook .outside,
.read-box.facebook .outside {
  background: #0096d0;
  position: relative;
  z-index: 1;
  padding: 2px;
  min-width: 1px;
  float: right;
}
.like-box.facebook .inside,
.read-box.facebook .inside {
  position: relative;
  z-index: 2;
  background: #ffffff;
}
.like-box.facebook .belt,
.read-box.facebook .belt {
  cursor: pointer;
  background-color: #0096d0;
  position: relative;
  z-index: 0;
  float: right;
  width: 50px;
  height: 130px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}
.like-box.facebook .belt p,
.read-box.facebook .belt p {
  -webkit-transform: rotate(270deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform: rotate(270deg);
  -moz-transform-origin: 50% 50%;
  -ms-transform: rotate(270deg);
  -ms-transform-origin: 50% 50%;
  -o-transform: rotate(270deg);
  -o-transform-origin: 50% 50%;
  transform: rotate(270deg);
  transform-origin: 50% 50%;
  float: none;
  margin-top: 60px;
}
.cookies {
  position: fixed !important;
  top: 0;
  padding-left: 20px;
  text-align: center;
  background: #666666;
  color: #ffffff;
  font-weight: normal;
  left: 200px;
  height: 20px;
  z-index: 99;
}
.cookies a {
  color: #ffffff !important;
}
.cookies a:hover {
  text-decoration: underline;
}
.cookies span.cookies-ok {
  background: #153450;
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
  margin: 0 20px;
  padding: 0 20px;
  display: inline-block;
  cursor: pointer;
  height: 20px;
}
.cookies .terms {
  text-align: center;
}
.cookies > div {
  font-size: 16px;
  background: #cccccc;
}
.cookies > span.cookies-arrow {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent #666666;
  display: inline-block;
  vertical-align: top;
  margin-right: -20px;
  margin-top: 0 !important;
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.changeLog {
  width: 450px;
  margin-top: 20px;
  margin-left: 20px;
}
.news {
  border-bottom: 1px dotted #555555;
  margin-bottom: 40px;
}
.newsTitle {
  font-size: 20px;
  color: black;
  font-weight: bold;
  text-align: left;
  margin-top: 40px;
}
.newsButton {
  float: right;
  margin-top: -7px;
}
.newsButton > div {
  background: url('../images/readmore-bg.jpg') repeat-x;
  text-align: center;
  display: inline-block;
  width: 80px;
  height: 34px;
  vertical-align: top;
  margin-left: -3px;
  margin-right: -4px;
}
.newsButton:before,
.newsButton:after {
  content: '';
  display: inline-block;
  height: 34px;
  width: 25px;
}
.newsButton:before {
  background: url('../images/readmore.png') no-repeat top right;
  background-position: 0 0;
  width: 25px;
  height: 34px;
  margin-right: -1px;
}
.newsButton:after {
  background: url('../images/readmore.png') no-repeat top right;
  background-position: -26px 0;
  width: 25px;
  height: 34px;
  margin-left: -1px;
}
.newsButton a {
  color: white;
  text-decoration: none;
  position: relative;
  line-height: 34px;
}
.loginBox {
  position: absolute !important;
  right: 41px;
  top: -16px;
}
.loginBox > div {
  background: url('../images/wstazka.png') no-repeat;
  text-align: center;
  display: inline-block;
  width: 326px;
  height: 70px;
  vertical-align: top;
  margin-left: -3px;
  margin-right: -4px;
}
.loginBox .userLink {
  top: -50px;
}
.loginBox .licenceDetailsLink {
  top: -50px;
  margin-left: 30px;
  margin-right: 3px;
}
.loginBox #licenceStateIcon {
  top: -50px;
}
.loginBox a {
  color: white;
  text-decoration: none;
  position: relative;
  line-height: 70px;
  cursor: pointer;
}
.loginBox p {
  color: white;
}
#loginPanel {
  position: absolute !IMPORTANT;
  top: 54px;
  right: 87px;
  visibility: hidden;
  width: 227px;
}
#loginPanel input[type=submit] {
  background: transparent;
  border: none !important;
  color: #ffffff;
  height: 30px;
  display: block;
  margin: auto;
}
#qtip-licenceDetailsTooltip-content {
  font-size: 15px;
  line-height: 18px;
}
.pagination {
  text-align: center;
  margin-top: 80px;
  margin-left: -110px;
  margin-bottom: 60px;
}
.newsText {
  margin: 20px 0px;
}
.newsText a {
  word-break: break-all;
}
.authorInfo > div {
  color: #84044f;
}
.newsletterTherms {
  position: relative;
  top: -2px;
}
.expert {
  width: 100%;
  margin-bottom: 100px;
  margin-top: 30px;
}
.expert .expertTitle {
  font-size: 20px;
  color: black;
  font-weight: bold;
}
.expert > div {
  height: inherit;
  display: inline-block;
  margin-left: 21px;
}
.expert .description {
  width: 70%;
  background-size: 100% 100%;
  vertical-align: top;
}
.expert .expertPhoto {
  width: 200px;
}
.expert .expertPhoto img {
  width: 150px;
  margin: 25px;
}
.expert .expertPhoto .innerPhotoCompany {
  height: 150px;
  width: 150px;
  background: url('../images/koszt.png') no-repeat;
  background-size: 100% 100%;
  margin-left: 60px;
  position: relative;
  top: 100px;
}
.pageMain {
  width: 67%;
}
.indexRight {
  float: right;
  height: 200px;
  width: 250px;
  margin-top: 42px;
}
.indexRight .newsletter {
  margin-top: -12px;
  margin-bottom: 18px;
}
.indexRight .newsletter div {
  margin-bottom: 5px;
}
.indexRight .newsletterForm {
  width: 220px;
  text-align: center;
}
.indexRight .archive {
  width: 220px;
  height: 50px;
  display: table;
  background-color: #0096d5;
  text-align: center;
  margin-bottom: 10px;
  line-height: 50px;
  color: #ffffff;
  font-size: 20px;
}
.indexRight .archive a {
  text-decoration: none;
  color: white;
}
.indexRightList li {
  list-style-type: none;
  margin: 0 auto;
  color: #1e90ff;
  border-bottom: 1px dotted #555555;
}
.indexRightList li:last-of-type {
  border-bottom: 0;
}
.indexRightList li a {
  text-decoration: none;
}
.indexRightList li a:hover {
  text-decoration: underline;
}
.list {
  width: 250px;
  margin: 0 auto;
  font-size: 13px;
}
.visitingCard {
  display: table-row;
}
.visitingCard h4 {
  margin-bottom: 0.75em;
}
.visitingCard > div:first-child {
  width: 100px;
  padding-right: 30px;
  padding-left: 50px;
  padding-top: 25px;
  text-align: right;
}
.visitingCard > div:first-child > input,
.visitingCard > div:first-child img {
  width: 100px;
}
.visitingCard > div {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.visitingCard > div div {
  padding-left: 22px;
}
.visitingCard .description {
  margin: 0.5em 0;
  border-top: 1px solid #000000;
  padding-top: 1em;
  padding-bottom: 1em;
}
.ico26x26 {
  display: inline-block;
  background: url('../images/ico26-26.png') no-repeat;
  width: 26px;
  height: 26px;
}
.ico26-16 {
  display: inline-block;
  background: url('../images/ico26-26.png') no-repeat scroll center;
  background-size: cover;
  width: 16px;
  height: 16px;
}
.ico16x16 {
  display: inline-block;
  background: url('../images/ico16x16.png') no-repeat;
  width: 16px;
  height: 16px;
}
[class*='grid-icon'] {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 1px;
  background: url('../images/editable-grid.png') no-repeat 0 0;
  cursor: pointer;
}
.grid-icon-login {
  background-position: 0 0;
}
.grid-icon-actived {
  background-position: 0 -16px;
}
.grid-icon-delete {
  background-position: 0 -32px;
}
.grid-icon-edit {
  background-position: 0 -48px;
}
.grid-icon-deactivate {
  background-position: 0 -64px;
}
.grid-icon-reset {
  background-position: 0 -80px;
}
.grid-icon-save {
  background-position: 0 -96px;
}
.purpleWarningIcon {
  background-position: 0 0;
}
.arrowIcon {
  background-position: 0 -2018px;
}
.arrowIcon_16x16 {
  background-position: 0 -16px;
  vertical-align: sub;
}
.refreshIcon {
  background-position: 0 -85px;
}
.machineryIcon {
  background-position: 0 -81px;
}
.warningIcon {
  background-position: 0 -108px;
  vertical-align: sub;
}
.greyWarningIcon {
  background-position: 0 -135px;
}
.infoIcon {
  background-position: 0 -162px;
  vertical-align: sub;
}
.disagreeIcon {
  background-position: 0 -189px;
}
.agreeIcon {
  background-position: 0 -216px;
}
.monoIcon {
  background-position: 0 -243px;
}
.simplexIcon {
  background-position: 0 -270px;
}
.colorIcon {
  background-position: 0 -297px;
}
.duplexIcon {
  background-position: 0 -324px;
}
.clockIcon {
  background-position: 0 -351px;
}
.sadIcon {
  background-position: 0 -378px;
}
.smileIcon {
  background-position: 0 -405px;
}
.detailsIcon {
  background-position: 0 -432px;
}
.monoColorMixIcon {
  background-position: 0 -511px;
}
.upArrowTableIcon {
  background-position: 0 -795px;
}
.downArrowTableIcon {
  background-position: 0 -768px;
}
.clockArrowIcon {
  background-position: 0 -821px;
}
.singlePersonIcon {
  background-position: 0 -538px;
}
.minusIcon {
  background-position: 0 -459px;
}
.plusIcon {
  background-position: 0 -54px;
}
.plusIconGrey {
  background-position: 0 -565px;
}
.okBlueIcon {
  background-position: 0 -591px;
}
.cancelRedIcon {
  background-position: 0 -639px;
}
.offlineIcon {
  background-position: 0 -847px;
}
.paperIssuesIcon {
  background-position: 0 -874px;
}
.paperJammedIcon {
  background-position: 0 -901px;
}
.serviceRequestedIcon {
  background-position: 0 -928px;
}
.tonerIssuesIcon {
  background-position: 0 -955px;
}
.cyjanIcon {
  background-position: 0 -1306px;
}
.magentaIcon {
  background-position: 0 -1279px;
}
.yellowIcon {
  background-position: 0 -1333px;
}
.blackIcon {
  background-position: 0 -1361px;
}
.colorAllIcon {
  background-position: 0 -486px;
}
.okGreyIcon {
  background-position: 0px -616px;
}
.okGreyIcon:hover {
  background-position: 0px -591px;
}
.okGreyIconStatic {
  background-position: 0px -616px;
}
.deleteIcon {
  background-position: 0px -982px;
  margin-left: -4px;
}
.paperFileIcon {
  background-position: 0px -1009px;
}
.cancelIcon {
  background-position: 0px -1092px;
}
.divideIcon {
  background-position: 0px -1036px;
}
.printerIcon {
  background-position: 0 -1412px;
}
.printerDivideIcon {
  background-position: 0 -1438px;
  margin-left: -3px;
}
.firmIcon {
  background-position: 0 -1466px;
}
.mailIcon {
  background-position: 0 -1493px;
}
.lowStatusIcon {
  background-position: 0px -1520px;
}
.optimizationIcon {
  background-position: 0px -1548px;
}
.summaryIcon {
  background-position: 0px -1575px;
}
.raportsIcon {
  background-position: 0px -1603px;
}
.helpdeskServiceIcon {
  background-position: 0px -1631px;
}
.okServiceIcon {
  background-position: 0px -1658px;
}
.requestServiceIcon {
  background-position: 0px -1684px;
}
.phoneIcon {
  background-position: 0px -1712px;
}
.storehouseTonerIcon {
  background-position: 0px -1739px;
}
.storehouseTonerPlusIcon {
  background-position: 0px -1767px;
}
.contractCanceledIcon {
  background-position: 0px -1795px;
}
.contractFutureIcon {
  background-position: 0px -1823px;
}
.contractActuallyIcon {
  background-position: 0px -1851px;
}
.contracLimitIndicatorIcon {
  background-position: 0px -1879px;
}
.contractLimitEmptyIcon {
  background-position: 0px -1907px;
}
.contractExpiredIcon {
  background-position: 0px -1935px;
}
.wwwIcon {
  background-position: 0px -1962px;
}
.exhaustedIcon {
  background-position: 0px -1990px;
}
.addUserIcon {
  background-position: 0px -1252px;
}
.downarrow {
  background: url('../images/downarrow.png') no-repeat;
}
.paginationSprite {
  display: inline-block;
  background: url('../images/pagination.png') no-repeat;
  height: 9px;
}
.paginationRightArrows {
  background-position: -11px 0;
  width: 11px;
}
.paginationLeftArrows {
  background-position: 0px 0;
  width: 11px;
}
.paginationRightSingleArrow {
  background-position: -11px -10px;
  width: 11px;
}
.paginationLeftSingleArrow {
  background-position: 0px -10px;
  width: 11px;
}
.notepadEditIcon {
  background-position: 0 -138px;
}
.rightArrow {
  background-position: 0 -2046px;
}
.pdfIcon {
  width: 26px;
  height: 26px;
  background: url('../images/ikony koszt wydruku/images/system-generowanieraportow_13.png');
  background-size: 100% 100%;
}
.letterIcon {
  width: 26px;
  height: 26px;
  background: url('../images/ikony koszt wydruku/images/system-generowanieraportow_15.png');
  background-size: 100% 100%;
}
.originalActiveIcon {
  background-position: 0px -1119px;
}
.originalNoActiveIcon {
  background-position: 0px -1146px;
}
.emailIcon {
  cursor: pointer;
  background-position: 0px -714px;
}
.emailIconNoActive {
  cursor: pointer;
  background-position: 0px -2072px;
}
.compareBorderedIcon {
  min-width: 57px;
  height: 57px;
  background: url('../images/ikony koszt wydruku/images/comparision-mark.png') no-repeat center center;
}
.warningSmallIcon {
  background-position: 0 -100px;
  background-size: 16px;
  width: 16px;
  height: 16px;
  vertical-align: sub;
}
.disagreeSmallIcon {
  background-position: 0 -116px;
  background-size: 16px;
  width: 16px;
  height: 16px;
}
.buttonWrapper {
  width: 700px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 20px;
  display: table;
}
.buttonWrapper .button,
.buttonWrapper .buttonWithoutIcon {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 12px 24px;
  border: 1px solid #378da3;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -ms-border-radius: 8px 8px 8px 8px;
  -o-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  background: #5ae7ff;
  background: -webkit-gradient(linear left top left bottom, #00a6c9, #007e97);
  background: -o-linear-gradient(top, #00a6c9, #007e97);
  background: -moz-linear-gradient(top, #00a6c9, #007e97);
  background: linear-gradient(to bottom, #00a6c9, #007e97);
  text-shadow: #276575 1px 1px 1px;
  font: normal normal bold 12px;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  width: 180px;
  height: 70px;
}
.buttonWrapper .button:hover,
.buttonWrapper .buttonWithoutIcon:hover,
.buttonWrapper .button:focus,
.buttonWrapper .buttonWithoutIcon:focus {
  border: 1px solid #4ec9e9;
  background: #6cffff;
  background: -webkit-gradient(linear left top left bottom, #6cffff, #378da3);
  background: -o-linear-gradient(top, #6cffff, #378da3);
  background: -moz-linear-gradient(top, #6cffff, #378da3);
  background: linear-gradient(to bottom, #6cffff, #378da3);
  color: #ffffff;
  text-decoration: none;
}
.buttonWrapper .button:active,
.buttonWrapper .buttonWithoutIcon:active {
  background: -webkit-gradient(linear left top left bottom, #378da3, #378da3);
  background: -o-linear-gradient(top, #378da3, #378da3);
  background: -moz-linear-gradient(top, #378da3, #378da3);
  background: linear-gradient(to bottom, #378da3, #378da3);
}
.buttonWrapper .button:after {
  content: "\0000a0";
  display: inline-block;
  height: 24px;
  width: 24px;
  line-height: 24px;
  margin: 0 -4px -6px 4px;
  position: relative;
  top: 0px;
  left: 0px;
  background: url('../images/koszt_mini.png') no-repeat;
  background-size: 100% 100%;
}
.buttonWrapper .googlePlayImage {
  width: 230px;
}
.buttonWrapper .googlePlayLink {
  display: table-cell;
  padding: 0px;
  text-align: center;
  width: 230px;
}
.buttonWrapper .downloadDescription {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}
.dropLists {
  margin-top: 20px;
  margin-bottom: 25px;
  position: relative;
}
.dropLists .dropListsSelect {
  display: inline-block;
  vertical-align: top;
  text-color: #0096d0;
}
.dropLists .dropListsSelect label {
  color: #000000;
  font-size: 1.0em;
  font-weight: bold;
}
.dropLists .dropListsSelect input[type="date"] {
  -webkit-align-items: center;
  display: -webkit-inline-flex;
  overflow: hidden;
  padding: 0px;
  -webkit-padding-start: 1px;
}
.dropLists .dropListsSelect input::-webkit-datetime-edit {
  -webkit-flex: 1;
  -webkit-user-modify: read-only !important;
  display: inline-block;
  min-width: 0;
  overflow: hidden;
}
.dropLists .dropListsSelect input::-webkit-datetime-edit-fields-wrapper {
  -webkit-user-modify: read-only !important;
  display: inline-block;
  padding: 1px 0;
  white-space: pre;
}
.dropLists .dropListsSelect:not( :first-child) {
  margin-left: 43px;
}
.dropLists .filterTable {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 20px;
}
.dropLists .title {
  display: inline;
}
.dropLists .actionButton {
  top: 0;
}
.tableList {
  text-align: left;
}
.tableList .noBorderLeft {
  border-left: 0;
}
.tableList .nameTd {
  padding-left: 15px;
}
.tableList .modelTd {
  position: relative;
  min-width: 40px;
  max-width: 150px;
  word-wrap: break-word;
  padding-left: 15px;
}
.tableList .statusTd {
  text-align: center;
  padding: 0px 5px;
  white-space: nowrap;
}
.tableList .whiteSpaceNormal {
  white-space: normal;
}
.tableList .actionTd {
  display: inline-block;
  padding-left: 15px;
}
.tableList .actionTd a:link {
  color: #555555;
  text-decoration: none;
}
.tableList .tonerTd {
  width: 115px !important;
  position: relative;
}
.tableList .iconTdDimension {
  width: 40px;
  height: 45px;
}
.tableList .editTd {
  border-left: 1px dotted #555555;
  margin: 3px;
  padding: 3px;
  width: 27px;
}
.tableList .priceTd {
  width: 275px;
}
.tableList .priceTd div {
  display: inline-block;
}
.tableList .suppliesPriceTd {
  width: 245px;
}
.tableList .suppliesPriceTd div {
  display: inline-block;
}
.tableList .suppliesPriceTd .editText {
  margin-left: 15px;
  vertical-align: 8px;
  width: 190px;
}
.tableList .detailsOfMaterialTd {
  margin-left: 15px;
  vertical-align: 9px;
  width: 125px;
}
.tableList .leftTd {
  margin-left: 20px;
}
.tableList .tdContainer {
  text-align: center;
  padding: 7px 5px 4px 5px;
  width: 170px;
}
.tableList .kindInfo {
  margin: 0px 14px -10px 10px;
  transform: scale(0.6, 0.6);
}
.tableList .thContentFirst {
  padding-left: 46px;
}
.tableList .thContentSecond {
  padding-left: 18px;
}
.tableList .thContentSecondEs {
  padding-left: 26px;
}
.tableList .thContentThirt {
  padding-left: 34px;
}
.tableList .thContentThirtEs {
  padding-left: 56px;
}
.informationPages {
  margin-top: 40px;
  position: relative;
}
.informationPages .tableInformation {
  text-indent: initial;
  display: inline-block;
  max-width: 430px;
}
.informationPages .tableInformation th {
  text-align: left;
  padding-left: 15px;
}
.informationPages .tableInformation td:nth-child(2n) {
  width: 190px;
  padding-left: 15px;
}
.informationPages .tableInformation td:first-child {
  width: 200px;
  padding-left: 15px;
}
.informationPages .tableInformation .tdLeftNo {
  border-left: 0 !important;
}
.informationPages .barGraph {
  display: inline-block;
  position: absolute;
  margin-left: 180px;
}
.informationPages .barGraph label {
  display: inherit;
  text-align: left;
}
.informationPages::after {
  clear: both;
  content: "";
  display: block;
}
.mainTip {
  border: 1px dotted #555555;
  height: auto;
  padding: 15px;
}
.mainTip p {
  margin: 0px;
  font-size: 1em;
  font-weight: bold;
  color: black;
  display: inline-block;
  padding: 2px;
}
.mainTip .closeParagraph {
  float: right;
  cursor: pointer;
  margin-top: -15px;
  margin-right: -13px;
}
.mainTip ul {
  margin: 0px;
  font-size: 1em;
  font-weight: bold;
  color: black;
}
td {
  border-left: 1px dotted #555555;
  border-style: 1px dotted #555555;
  border-top: 1px dotted #555555;
}
tr {
  border-top: 1px dotted #555555 !important;
}
td:first-child,
th:first-child {
  border-left: 0;
}
th {
  border-left: 1px dotted #555555;
  text-align: left;
  padding-left: 15px;
  color: #2e2e2c;
}
th a {
  color: #2e2e2c;
  text-decoration: none;
}
th a:hover {
  color: #2e2e2c;
}
th span[data-sort],
th span[data-hardware-sort],
th a {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
th span[data-sort][data-active],
th span[data-hardware-sort][data-active],
th a[data-active],
th span[data-sort].asc,
th span[data-hardware-sort].asc,
th a.asc,
th span[data-sort].desc,
th span[data-hardware-sort].desc,
th a.desc {
  padding-right: 22px;
}
th span[data-sort][data-active]:after,
th span[data-hardware-sort][data-active]:after,
th a[data-active]:after,
th span[data-sort].asc:after,
th span[data-hardware-sort].asc:after,
th a.asc:after,
th span[data-sort].desc:after,
th span[data-hardware-sort].desc:after,
th a.desc:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 6px;
  margin-top: -8px;
}
th span[data-sort][data-active][data-sort=ASC]:after,
th span[data-hardware-sort][data-active][data-sort=ASC]:after,
th a[data-active][data-sort=ASC]:after,
th span[data-sort].asc[data-sort=ASC]:after,
th span[data-hardware-sort].asc[data-sort=ASC]:after,
th a.asc[data-sort=ASC]:after,
th span[data-sort].desc[data-sort=ASC]:after,
th span[data-hardware-sort].desc[data-sort=ASC]:after,
th a.desc[data-sort=ASC]:after,
th span[data-sort][data-active][data-hardware-sort=ASC]:after,
th span[data-hardware-sort][data-active][data-hardware-sort=ASC]:after,
th a[data-active][data-hardware-sort=ASC]:after,
th span[data-sort].asc[data-hardware-sort=ASC]:after,
th span[data-hardware-sort].asc[data-hardware-sort=ASC]:after,
th a.asc[data-hardware-sort=ASC]:after,
th span[data-sort].desc[data-hardware-sort=ASC]:after,
th span[data-hardware-sort].desc[data-hardware-sort=ASC]:after,
th a.desc[data-hardware-sort=ASC]:after,
th span[data-sort][data-active].asc:after,
th span[data-hardware-sort][data-active].asc:after,
th a[data-active].asc:after,
th span[data-sort].asc.asc:after,
th span[data-hardware-sort].asc.asc:after,
th a.asc.asc:after,
th span[data-sort].desc.asc:after,
th span[data-hardware-sort].desc.asc:after,
th a.desc.asc:after {
  background: url('../images/sort-icons.png') no-repeat 0 0;
}
th span[data-sort][data-active][data-sort=DESC]:after,
th span[data-hardware-sort][data-active][data-sort=DESC]:after,
th a[data-active][data-sort=DESC]:after,
th span[data-sort].asc[data-sort=DESC]:after,
th span[data-hardware-sort].asc[data-sort=DESC]:after,
th a.asc[data-sort=DESC]:after,
th span[data-sort].desc[data-sort=DESC]:after,
th span[data-hardware-sort].desc[data-sort=DESC]:after,
th a.desc[data-sort=DESC]:after,
th span[data-sort][data-active][data-hardware-sort=DESC]:after,
th span[data-hardware-sort][data-active][data-hardware-sort=DESC]:after,
th a[data-active][data-hardware-sort=DESC]:after,
th span[data-sort].asc[data-hardware-sort=DESC]:after,
th span[data-hardware-sort].asc[data-hardware-sort=DESC]:after,
th a.asc[data-hardware-sort=DESC]:after,
th span[data-sort].desc[data-hardware-sort=DESC]:after,
th span[data-hardware-sort].desc[data-hardware-sort=DESC]:after,
th a.desc[data-hardware-sort=DESC]:after,
th span[data-sort][data-active].desc:after,
th span[data-hardware-sort][data-active].desc:after,
th a[data-active].desc:after,
th span[data-sort].asc.desc:after,
th span[data-hardware-sort].asc.desc:after,
th a.asc.desc:after,
th span[data-sort].desc.desc:after,
th span[data-hardware-sort].desc.desc:after,
th a.desc.desc:after {
  background: url('../images/sort-icons.png') no-repeat 0 -16px;
}
input {
  border: 1px dotted #555555;
  background: none repeat scroll 0 0 #efefef;
  font-size: 16px;
}
tbody tr:first-child td {
  border-top: 0 !important;
}
select,
textarea {
  padding: 1px;
  border: 1px dotted #555555;
  background-color: #f3f3f3;
  font-size: inherit;
  text-overflow: ellipsis;
}
select {
  white-space: nowrap;
}
.columnAppearance {
  margin-top: 10px;
  line-height: 26px;
}
.columnAppearance span {
  display: inline-block;
  padding: 0 35px 0 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  border: 1px dotted #555555;
  white-space: nowrap;
  background: url('../images/eye32.png') no-repeat 100% -35px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.columnAppearance span.activeColumn {
  color: #f3f3f3;
  background-color: #0096d0;
  background-position: 100% -3px;
}
.showListBorder {
  border: 1px dotted #555555;
  overflow: hidden;
}
.showList {
  width: 202px;
  max-width: 202px;
}
.showList label {
  margin-left: 20px;
}
.showList select {
  width: 200px;
  padding: 2px 23px 2px 2px;
  border: none;
  background: url('../images/downarrow.png') no-repeat 180px center;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.showList input {
  width: 180px;
  padding: 2px;
}
.double {
  width: 250px;
  max-width: 250px;
}
.double select {
  background: url('../images/downarrow.png') no-repeat 100px center;
}
.search {
  min-width: 205px !important;
  max-width: 205px !important;
  position: relative;
}
.search input {
  background: url('../images/search-ico.png') no-repeat 160px 3px !important;
}
.search label a {
  display: inline-block;
}
.tools {
  margin-top: 20px;
}
.button {
  margin-top: 20px;
  text-align: center;
}
.button img {
  margin: 5px;
}
.button .paginationN {
  display: inline-block;
}
.button .paginationN .pagination {
  font-size: 12px;
  display: table-cell;
  border: 1px dotted #555555;
}
.button .paginationN .pagination td {
  padding: 1px 6px;
}
.button .paginationN .pagination .pagesTd {
  padding: 1px 18px;
}
.button .paginationN .pagination div {
  border: none;
}
.button .paginationN .pagination .showList {
  min-width: 50px !important;
  max-width: 50px !important;
}
.button .paginationN .pagination select {
  min-width: 70px !important;
  max-width: 70px !important;
  background: url('../images/downarrow.png') no-repeat 30px center;
  text-align: left;
}
.buttonSlider,
.buttonSliderAjax {
  margin-left: -40px;
  margin-top: -43px;
  margin-bottom: -34px;
  float: right;
  background-image: url("../plusButton.png") no-repeat;
}
.bottomBorderTable {
  padding: 10px;
}
.multiple {
  display: inline-block;
  width: inherit;
  margin: 0 auto;
}
.multiple .multipleList {
  display: inline-block;
  padding: 30px;
}
.multiple .multipleList select {
  width: 150px;
}
.multiple .multipleList .tableInformation {
  padding-top: 20px;
}
.multiple .multipleList .tableInformation th {
  color: black;
  font-size: 1.0em;
}
.multiple .multipleList .tableInformation td {
  font-size: 0.9em;
  font-weight: normal;
}
.multiple .multipleList .multipleSend {
  display: block;
}
.multiple .form {
  display: block;
}
.multiple .form select {
  margin: 0;
}
.multiple .form input {
  width: 176px;
}
.multiple .form textarea {
  min-height: 90px;
  min-width: 180px;
}
.multiple .form input[type=submit] {
  margin-top: 20px;
  width: 180px;
}
div.tableContainer {
  display: inline-block;
  width: 44px;
  border-right: 1px dotted #555555;
  padding: 0px 6px 0px 3px;
  text-align: center;
}
div.tableContainerLast {
  display: inline-block;
  width: 38px;
  padding: 0px 6px 0px 3px;
  text-align: center;
}
.blueLabelText {
  color: #0096d0;
  height: 26px;
}
.wrapTd {
  word-wrap: break-word;
  width: 140px;
  display: inline-block;
}
#admin-configuration #activation .form {
  float: left;
  width: 50%;
}
#admin-configuration #activation::after {
  clear: both;
  content: "";
  display: block;
}
#admin-configuration #settings .form {
  display: inline-block;
  width: 100%;
}
#admin-configuration #settings .master_address_row + .row {
  margin-top: 0;
}
#admin-configuration #config-file-editor textarea {
  box-sizing: border-box;
  width: 100%;
  resize: vertical;
  font-family: monospace;
}
#ppd-upload-input {
  display: none;
}
#print-server-print-config #pageRangeRow + .row {
  margin-top: 0;
}
.editableTableList th,
.editableTableList td {
  padding: 0 6px;
}
.editableTableList th > div[data-editable] select,
.editableTableList td > div[data-editable] select,
.editableTableList th > div[data-editable] input,
.editableTableList td > div[data-editable] input {
  width: 100%;
}
.editableTableList th > div[data-editable] select[multiple],
.editableTableList td > div[data-editable] select[multiple] {
  height: 40px;
  font-size: 10px;
  overflow-y: auto;
}
.editableTableList th.action,
.editableTableList td.action {
  text-align: center;
  padding: 0 5px;
  white-space: nowrap;
}
.editableTableList th.action.icons-1,
.editableTableList td.action.icons-1 {
  width: 18px;
}
.editableTableList th.action.icons-2,
.editableTableList td.action.icons-2 {
  width: 36px;
}
.editableTableList th.action.icons-3,
.editableTableList td.action.icons-3 {
  width: 54px;
}
.editableTableList th.action.icons-4,
.editableTableList td.action.icons-4 {
  width: 72px;
}
.editableTableList th.action.icons-5,
.editableTableList td.action.icons-5 {
  width: 90px;
}
.editableTableList th.action > div,
.editableTableList td.action > div {
  display: table;
}
.editableTableList th.action > div > a,
.editableTableList td.action > div > a {
  display: table-cell;
}
.editableTableList td.nowrap {
  white-space: nowrap;
}
.editableTableList > .buttons {
  margin: 1em 0;
  text-align: right;
}
#mainmenu {
  left: 50.5px;
  width: 100%;
  max-width: 900px;
  height: 37px;
  margin-top: 40px;
  padding-bottom: 17px;
}
#mainmenu ul {
  list-style: none;
  margin-top: 17px;
  padding: 0px;
  position: relative;
  padding-bottom: 17px;
  z-index: 1;
  display: inline-flex;
}
#mainmenu ul .active {
  color: #fff;
  background-color: #009ada;
  height: 50px;
  text-decoration: none;
  height: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -11px;
}
#mainmenu ul li {
  display: block;
  overflow: visible;
  white-space: nowrap;
}
#mainmenu ul li:hover ul {
  display: block;
  margin-top: -17px;
}
#mainmenu ul li ul {
  display: none;
  position: absolute;
  top: 53px;
  color: #fff;
  height: auto;
  width: auto;
}
#mainmenu ul li ul li {
  clear: left;
  white-space: nowrap;
}
#mainmenu ul li ul li a {
  color: #fff;
  padding: 4px 14px;
  display: block;
  background-color: #0096D0;
  height: 25px;
  white-space: nowrap;
}
#mainmenu ul li ul li a:hover {
  height: 25px;
  background-color: #38AAD7;
  white-space: nowrap;
}
#mainmenu ul {
  display: flex;
  list-style: none outside none;
  padding: 0;
}
#mainmenu ul li {
  display: inline;
}
#mainmenu ul li a {
  border-left: 1px dotted #cccccc;
  color: #000000;
  background-color: transparent;
  font-weight: bold;
  text-decoration: none;
  padding: 13px 8px;
  font-size: 18px;
  border: none;
}
#mainmenu ul li a:hover {
  color: #ffffff;
  background-color: #009ada;
  height: 50px;
  text-decoration: none;
  height: 28px;
}
.subscription {
  display: block;
  text-decoration: none;
  margin: 10px 0;
  padding: 10px 30px 15px;
  color: #ffffff;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #009de0;
  background: -moz-linear-gradient(left, #009de0 0%, #009de0 26%, #0096db 50%, #019ee1 50%, #009de0 75%, #009de0 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #009de0), color-stop(26%, #009de0), color-stop(50%, #0096db), color-stop(50%, #019ee1), color-stop(75%, #009de0), color-stop(100%, #009de0));
  background: -webkit-linear-gradient(left, #009de0 0%, #009de0 26%, #0096db 50%, #019ee1 50%, #009de0 75%, #009de0 100%);
  background: -o-linear-gradient(left, #009de0 0%, #009de0 26%, #0096db 50%, #019ee1 50%, #009de0 75%, #009de0 100%);
  background: -ms-linear-gradient(left, #009de0 0%, #009de0 26%, #0096db 50%, #019ee1 50%, #009de0 75%, #009de0 100%);
  background: linear-gradient(to right, #009de0 0%, #009de0 26%, #0096db 50%, #019ee1 50%, #009de0 75%, #009de0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009de0', endColorstr='#009de0', GradientType=1);
}
.subscription span {
  font-size: 2em;
}
.subscription:hover,
.subscription:active,
.subscription:focus {
  color: #ffffff !important;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  cursor: pointer;
}
.subscription:last-of-type {
  margin-bottom: 2em;
}
.noBorder {
  border: 0;
}
.greyModalShowlist {
  background: #efefef;
}
.graphDiv {
  position: relative;
  margin-left: 15px;
}
.chartFilterDevices {
  margin: 200px 0 0 0;
}
.chartFilterPrintouts {
  margin: 200px 0 0 0;
}
.chartFilterSummary {
  margin: 250px 175px 0 0;
}
.chartFilterPrintouts,
.chartFilterDevices,
.chartFilterSummary {
  float: right;
}
.chartFilterPrintouts.multipleFilter,
.chartFilterDevices.multipleFilter,
.chartFilterSummary.multipleFilter {
  margin-right: 22px;
  max-width: 370px;
}
.chartFilterPrintouts.multipleFilter label,
.chartFilterDevices.multipleFilter label,
.chartFilterSummary.multipleFilter label {
  display: block;
}
.chartFilterPrintouts.multipleFilter .showList,
.chartFilterDevices.multipleFilter .showList,
.chartFilterSummary.multipleFilter .showList {
  display: inline-block;
}
#showDeliveredMaterials {
  margin-left: 400px;
  display: none;
}
#donutTooltip {
  position: absolute;
  width: 200px;
  height: auto;
  padding: 10px;
  background-color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
  -mox-box-shadow: 4px 4px 4px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 10px rbga(0, 0, 0, 0.4);
  pointer-events: none;
  z-index: 1;
}
#donutTooltip.hiddenTooltip {
  visibility: hidden;
}
#donutTooltip p {
  margin: 0;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.showList .errorMessage {
  color: red;
  font-size: 0.9em;
}
.preloaderDropDownList {
  position: relative;
}
.flexMenu {
  display: inline-flex;
}
.threeIconsRight {
  position: relative;
  top: -22px;
}
.threeIconsRight div {
  position: absolute;
}
.threeIconsRight div:first-child {
  right: 60px;
}
.threeIconsRight div:nth-child(2) {
  right: 30px;
}
.threeIconsRight div:nth-child(3) {
  right: 0px;
}
.spaceContainer {
  height: 40px;
}
.reportContainer {
  width: 70px;
}
.smallInput {
  max-width: 69px;
}
.showListSmall {
  width: 100px;
  max-width: 110px;
}
.showListSmall .smallSelect {
  width: 110px;
  padding: 2px;
  border: none;
  background: url(../images/downarrow.png) 84px center no-repeat;
}
.plusIconGrey {
  background-position: 0 -565px;
}
.noBorderTable th {
  border: none;
}
.noBorderTable tr {
  border: none;
}
.noBorderTable td {
  border: none;
}
.preloaderIndicatorsTop {
  height: 180px;
}
.preloaderTableDevices {
  height: 600px;
}
table.tableList.serviceTable input {
  font-size: 14px;
}
table.tableList.serviceTable tr td {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 94px;
}
table.tableList.serviceTable tr td:nth-child(1) {
  width: 87px;
}
table.tableList.serviceTable tr td:nth-child(2) {
  width: 100px;
}
table.tableList.serviceTable tr td:nth-child(3) {
  width: 70px;
}
table.tableList.serviceTable tr td:nth-child(4) {
  width: 70px;
}
table.tableList.serviceTable tr td:nth-child(5) {
  width: 101px;
}
table.tableList.leasingTable input {
  font-size: 14px;
}
table.tableList.leasingTable tr td {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 94px;
}
table.tableList.leasingTable tr td:nth-child(1) {
  width: 87px;
}
table.tableList.leasingTable tr td:nth-child(2) {
  width: 100px;
}
table.tableList.leasingTable tr td:nth-child(3) {
  width: 70px;
}
table.tableList.leasingTable tr td:nth-child(4) {
  width: 70px;
}
table.tableList.leasingTable tr td:nth-child(5) {
  width: 70px;
}
table.tableList.leasingTable tr td:nth-child(6) {
  width: 101px;
}
table.tableList.leasingTable tr td:nth-child(7) {
  width: 101px;
}
table.tableList.leasingTable tr td:nth-child(8) {
  width: 83px;
}
table.tableList.leasingTable tr td:nth-child(9) {
  width: 94px;
}
table.tableList.deliveryTable input {
  font-size: 14px;
}
table.tableList.deliveryTable tr td {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
table.tableList.deliveryTable tr td:nth-child(1) {
  width: 20%;
}
table.tableList.deliveryTable tr td:nth-child(2) {
  width: 20%;
}
table.tableList.deliveryTable tr td:nth-child(3) {
  width: 20%;
}
table.tableList.deliveryTable tr td:nth-child(4) {
  width: 20%;
}
table.tableList.deliveryTable tr td:nth-child(5) {
  width: 20%;
}
.newServiceContract {
  margin: 5px 0px;
  width: 175px;
}
.newLeasingContract {
  margin: 5px 0px;
  width: 175px;
}
.newDeliveryContract {
  margin: 5px 0px;
  width: 175px;
}
.showServiceContracts {
  float: right;
}
.showLeasingContracts {
  float: right;
}
.showDeliveryContracts {
  float: right;
}
.toggleService {
  padding-bottom: 30px;
}
.toggleService .errorMessage {
  color: red;
  font-size: .9em;
  text-align: center;
  margin: 0 auto;
}
.toggleLeasing {
  padding-bottom: 30px;
}
.toggleLeasing .errorMessage {
  color: red;
  font-size: .9em;
  text-align: center;
  margin: 0 auto;
}
.toggleDelivery {
  padding-bottom: 30px;
}
.toggleDelivery .errorMessage {
  color: red;
  font-size: .9em;
  text-align: center;
  margin: 0 auto;
}
#partnerServiceModal {
  min-height: 320px !important;
}
#partnerServiceModal .errorMessage {
  color: red;
  font-size: .9em;
  text-align: center;
  margin: 0;
  float: left;
}
#partnerServiceModal p {
  margin: 15px 0;
}
#partnerLeasingModal {
  min-height: 320px !important;
}
#partnerLeasingModal .errorMessage {
  color: red;
  font-size: .9em;
  text-align: center;
  margin: 0;
  float: left;
}
#partnerLeasingModal p {
  margin: 15px 0;
}
#partnerDeliveryModal {
  min-height: 320px !important;
}
#partnerDeliveryModal .errorMessage {
  color: red;
  font-size: .9em;
  text-align: center;
  margin: 0;
  float: left;
}
#partnerDeliveryModal p {
  margin: 15px 0;
}
table .tableListModal {
  width: 100px;
}
.searchAjax {
  position: relative;
}
.searchAjax input[type=text] {
  width: 150px;
  padding: 1px;
}
.searchAjax input[type=submit] {
  background: url('../images/search-ico.png') no-repeat;
  left: 132px;
  top: 24px;
  position: absolute;
}
.kwPreLoader {
  position: relative;
  min-height: 200px;
}
.localizationLink {
  text-decoration: none;
}
.displayIconServiceType {
  vertical-align: bottom;
  margin-left: 5px;
}
#inviteEndClientButton {
  margin-bottom: 30px;
}
.compareList {
  font-size: 16px;
}
.compareList .compareTh {
  min-width: 320px;
  border-bottom-style: ridge;
  padding-bottom: 15px;
}
.compareList .statusTd th {
  text-align: center;
  padding-left: 0px;
  font-size: 14px;
}
.compareList .blueLabelText {
  padding: 4px 0px 0px 10px;
  font-weight: bold;
}
.compareList .statusTd td {
  text-align: left;
}
.compareList .centeredTdContent {
  text-align: center;
}
.compareList td {
  padding: 10px;
  width: 50px;
}
.compareList th,
.compareList td {
  text-align: left;
  border-left-style: none;
  border-top-style: none;
}
.compareList th:nth-of-type(3),
.compareList td:nth-of-type(3) {
  width: 47px;
}
.compareList .dropListsSelect {
  padding: 0px 0px 10px 108px;
  text-align: left;
}
.compareList .compareImageContainer {
  min-height: 200px;
  text-align: center;
  min-width: 200px;
  font-size: 18px;
}
.compareList .compareImageContainer p {
  padding-top: 80px;
}
.compareList label {
  float: left;
}
.compareList .showListBorder {
  border-style: none;
  padding-left: 100px;
}
/*adviser start*/
.adviser-slide {
  z-index: 10;
  position: fixed;
  top: 50px;
  left: -206px;
}
.adviser-slide .adviser {
  background: #0096d0;
  width: 206px;
}
.adviser-slide .adviser .adviser-image {
  margin: 3px auto;
  padding-top: 3px;
  width: 200px;
  height: 200px;
  background: #efefef url("../images/adviser.png") no-repeat center;
}
.adviser-slide .adviser .adviser-container {
  padding-top: 1px;
}
.adviser-slide .adviser .adviser-container #adviser-message-box {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  background-color: #f3f3f3;
  overflow-y: scroll;
  overflow-x: hidden;
}
.adviser-slide .adviser .adviser-container #adviser-message-box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6 rgba(0, 0, 0, 0.3);
  background-color: #efefef;
}
.adviser-slide .adviser .adviser-container #adviser-message-box::-webkit-scrollbar {
  width: 6px;
  background-color: #ffffff;
}
.adviser-slide .adviser .adviser-container #adviser-message-box::-webkit-scrollbar-thumb {
  background-color: #0096d0;
}
.adviser-slide .adviser .adviser-container p {
  margin: 0;
  padding: 0 0 0 5px;
}
.adviser-slide .adviser .adviser-container p.adviser-response {
  color: #0096d0;
  width: 180px;
  word-wrap: break-word;
}
.adviser-slide .adviser .adviser-container p.user-response {
  color: #c6127d;
  width: 180px;
  word-wrap: break-word;
}
.adviser-slide .adviser .adviser-container .adviser-input {
  display: inline-flex;
}
.adviser-slide .adviser .adviser-container .adviser-input #adviser-input-field {
  margin: 3px;
  background-color: #f3f3f3;
  width: 150px;
  border: none;
}
.adviser-slide .adviser .adviser-container .adviser-input #adviser-submit-button {
  width: 45px;
  text-align: center;
  line-height: 25px;
  color: #ffffff;
}
.adviser-slide #adviser-slide-button {
  background: #0096d0;
  top: -437px;
  left: 205px;
  position: relative;
  width: 50px;
  height: 50px;
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
/*adviser end*/
/*Join us*/
.joinus-top-text {
  margin: 0px;
  width: 100%;
  font-size: 20px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.leftAlign {
  text-align: left;
  padding-left: 20px;
}
.centerAlign {
  text-align: center;
}
.big-icon-true {
  background: url('../images/big-true-icon.png') no-repeat left top;
  background-size: 110px;
}
.section {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  display: inline-block;
  margin-top: 40px;
  padding-left: 150px;
  height: 110px;
}
.section a {
  text-decoration: none;
}
.section p {
  margin: 0px;
  padding: 0px;
}
.section .line {
  display: block;
  border-top: 2px solid #0096d0;
}
.section .section-title {
  font-size: 20px;
  font-weight: bold;
}
/*Join us end*/
/*system*/
.indexRightMenu {
  float: right;
  width: 250px;
  margin-top: 42px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.magenta-button {
  width: 250px;
  height: 50px;
  display: table;
  background-color: #c6127d;
  text-align: center;
  margin-bottom: 10px;
  line-height: 50px;
  color: #ffffff;
  font-size: 20px;
}
.right-list-element .right-list-title {
  color: #0096d0;
  font-size: 15px;
  cursor: pointer;
}
.right-list-element .right-list-text {
  font-size: 12px;
}
.right-list-element .dotted-line {
  display: block;
  border-top: 2px dashed #feed1b;
}
.system-title {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #0096d0;
  font-size: 15px;
}
.list-items {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
}
.list-items .list-item {
  background: url(../images/list-item-yellow.png) left 6px no-repeat;
  background-size: 12px;
  padding-left: 20px;
}
.toggle {
  display: none;
}
/* system end*/
/* home start*/
#slider {
  position: relative;
  width: 1010px;
  height: 200px;
}
#slider .leftButton {
  float: left;
  width: 50px;
  background: url(../images/left-button.png) left no-repeat;
  height: 200px;
  cursor: pointer;
}
#slider .rightButton {
  float: left;
  width: 50px;
  height: 200px;
  background: url(../images/right-button.png) right no-repeat;
  cursor: pointer;
}
#slider .slider {
  width: 810px;
  overflow: hidden;
  float: left;
}
#slider .slider .slider-items {
  height: 200px;
}
#slider .slider .slider-item {
  width: 810px;
  display: inline-block;
  float: left;
}
#slider .slider .slider-item a {
  text-decoration: none;
}
#slider .slider .slider-item a .ad-text {
  padding: 0;
  margin: 0 0 0 350px;
  font-size: 11px;
  color: #2e2e2c;
}
#slider .slider .slider-item a .photo-slide {
  width: 770px;
  height: 190px;
  display: inline;
  float: left;
  margin-top: -16px;
}
#slider .slider .slider-item img {
  width: 200px;
  height: 200px;
  display: inline;
  float: left;
}
#slider .slider .slider-item div {
  width: 550px;
  float: left;
}
#slider .slider .slider-item div p {
  margin: 10px 0 0 20px;
}
#slider .slider .slider-item div .title {
  font-size: 20px;
  margin: 20px 0 0 20px;
  color: #000000;
  font-weight: bold;
}
#slider .points {
  position: absolute;
  width: 202px;
  height: 20px;
  margin: auto;
  top: 175px;
  left: 0;
  right: 0;
}
#slider .points .magenta-point {
  background: url(../images/magenta_point.png) center no-repeat;
  background-size: 19px;
  width: 19px;
  height: 19px;
  float: left;
  cursor: pointer;
}
#slider .points .cyjan-point {
  background: url(../images/cyjan_point.png) center no-repeat;
  background-size: 19px;
  width: 19px;
  height: 19px;
  float: left;
  cursor: pointer;
}
.section-main .circle-row {
  margin-top: 30px;
}
.section-main .circle-row .circle {
  border: dashed 1px #5c5c5a;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  background: url(../images/roundedDivFooter.png) bottom no-repeat;
  display: inline-block;
  float: left;
  margin: 0 50px;
}
.section-main .circle-row .circle .title {
  margin: 30px 0 5px auto;
  text-align: center;
  color: #0096d0;
}
.section-main .circle-row .circle .text {
  width: 160px;
  height: 110px;
  margin: 0 auto;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #5c5c5a;
}
.section-main .main-title {
  padding: 0 0 0 90px;
  margin: 0 12px;
  font-size: 24px;
  color: #000000;
}
.section-main .main-title span {
  color: #c6127d;
}
.section-main .title-grey {
  padding: 0;
  margin: 0;
  font-size: 19px;
  color: #666666;
}
/* home end*/
/* header*/
.headerCharts {
  width: 950px;
  background: url(../images/header-background-alfa.png) center no-repeat;
  background-size: cover;
}
.headerCharts .charts {
  width: 600px;
  float: left;
}
.headerCharts .charts .pieCharts .textCharts {
  width: 100px;
  display: block !important;
  margin: -20px auto;
  bottom: -110px;
  border-bottom: none;
  color: #e3e3e3;
  font-weight: 100;
  text-shadow: 1px 1px #666666;
}
.headerCharts .charts .pieCharts .charCircle {
  display: block !important;
}
.headerCharts .charts .pieCharts .charCircle svg {
  margin: 0 auto;
  display: block;
}
.headerCharts .headerText {
  width: 250px;
  float: left;
}
.headerCharts .headerText .top {
  padding: 0;
  margin: 25px 0 0 0;
  font-size: 34px;
  color: #ffffff;
  text-shadow: 1px 1px #666666;
  font-weight: bold;
}
.headerCharts .headerText .top span {
  color: #0096d0;
}
.headerCharts .headerText .bottom {
  padding: 0;
  margin: -15px 0 0 70px;
  font-size: 20px;
  color: #feed1b;
  text-shadow: 1px 1px #666666;
  font-weight: bold;
}
/* end header */
.footerInformation {
  background: none !important;
}
.footerPageInformation {
  margin-top: 5px;
  background-color: #e7e7e7;
  display: table !important;
  width: 100%;
  padding: 0;
  height: 100%;
  border-top-style: solid;
  border-top-color: #0096d0;
}
.footerPageInformation .col {
  text-align: left !important;
  padding: 0 30px;
  width: 20%;
  border-right: 1px dotted #555555;
}
.footerPageInformation .col div {
  display: block !important;
  text-align: left !important;
  margin-right: 0 !important;
}
.footerPageInformation .col a {
  text-decoration: none;
  color: #0096d0;
}
.footerPageInformation .col strong {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
}
.footerPageInformation .col p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #555555;
}
.footerPageInformation .col p a {
  color: #555555;
}
.footerPageInformation .col p.upperDistance {
  margin-top: 10px;
}
.footerPageInformation .col div.accept {
  margin-top: 5px;
}
.footerPageInformation .col .sendNewsletterButton {
  margin-top: 10px;
  border: medium none;
  background-color: #0096d0;
  color: #ffffff;
  padding: 5px 30px;
  font-size: 10px;
}
.footerPageInformation .col:last-child {
  border: none;
}
.footerPageInformation .error {
  width: 150px;
}
.footerPageInformation .textFieldContainer {
  width: 180px;
}
.footerPageInformation .textFieldContainer .boxNewsletterInput {
  height: 20px;
  width: 160px;
  border: 2px solid #cccccc;
  background: none repeat scroll 0 0 #ffffff;
  font-size: 12px;
  padding: 0 10px;
}
.bodyDetailsServiceRequest {
  display: table;
  border-collapse: separate;
  border-spacing: 0 20px;
}
.bodyDetailsServiceRequest .row {
  display: table-row;
  position: relative;
}
.bodyDetailsServiceRequest .cellHeader {
  display: table-cell;
  vertical-align: top;
  width: 150px;
}
.bodyDetailsServiceRequest .cellText {
  width: 500px;
  border: 1px dotted #555555;
  padding: 5px;
  background: none repeat scroll 0 0 #ffffff;
}
.bodyDetailsServiceRequest .cellSmallText {
  display: inline-flex;
  width: 350px;
  border: 1px dotted #555555;
  padding: 5px;
  background: none repeat scroll 0 0 #ffffff;
}
.bodyDetailsServiceRequest .right {
  right: 0;
  width: 100px;
}
.bodyDetailsServiceRequest .divScroll {
  height: 150px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.rowSelect {
  background-color: #64D4FF;
}
.textareaSendEmail {
  width: 560px;
  height: 200px;
}
.showMessage {
  white-space: pre-line;
  word-break: break-all;
}
.showTitle {
  max-width: 200px;
  word-break: break-all;
}
.showDate {
  width: 130px;
}
.showAction {
  width: 50px;
}
.showContent {
  width: 160px;
}
/* menu */
#mainmenu ul .active {
  border-radius: 10px 10px 0 0;
}
#mainmenu ul li a:hover {
  border-radius: 10px 10px 0 0;
}
#mainmenu ul li ul li a:hover {
  border-radius: 0;
}
#pricelist .decored-grid-footer {
  width: 100%;
  text-align: center;
}
#pricelist .decored-grid-footer div {
  display: inline-block;
  text-align: left;
  width: 500px;
  margin: 30px auto;
  min-height: 153px;
  padding-left: 180px;
  background: url('../images/vip-mark.png') no-repeat top left;
}
#pricelist .decored-grid-footer header {
  margin-top: 40px;
  font-size: 3em;
  line-height: 1em;
  font-weight: bold;
}
#pricelist .decored-grid-footer section {
  line-height: 1.25em;
  padding-left: 43px;
}
#pricelist .decored-grid-footer a {
  text-decoration: none;
}
.inline-flex {
  display: inline-flex;
}
.error-tooltip {
  top: 100px;
  right: 80px;
  position: relative;
  height: 120px;
  width: 400px;
  background: #c6127d;
  border-radius: 10px;
  margin-left: 20px;
  border-top: 1px solid #AAA;
  border-left: 1px solid #AAA;
  box-shadow: 3px 3px 5px #666;
  padding: 10px;
  color: #ffffff;
}
.error-tooltip h2 {
  margin: 10px auto;
  width: 85px;
}
.error-tooltip .error {
  text-align: center;
}
.error-tooltip:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 100px;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-right: 26px solid #c6127d;
  border-bottom: 13px solid transparent;
}
.centerError {
  position: relative;
  left: 55px;
}
.noBottomMargin {
  margin-bottom: -142px;
}
.modelWindowsHead {
  display: block;
  font-size: 0.9em;
  font-weight: bold;
}
.presentation-link,
.presentation-link:hover {
  text-decoration: none;
  text-align: center;
  color: #666666;
  font-size: 19px;
  margin: 14px auto;
  display: block;
  height: 200px;
  line-height: 165px;
}
.form .success select {
  background: none !important;
}
.optimizationTable th {
  min-width: 102px;
}
.optimizationTable th .thContentFirst {
  text-align: center;
  padding: 0px;
}
.optimizationTable th .kindInfo {
  margin: 0 -10px -10px 17px;
  transform: scale(0.6, 0.6);
}
#companyName {
  margin: 0 auto;
}
#companyName .displayTable {
  display: table;
  width: 500px;
}
#companyName .displayTable .displayRow {
  display: table-row;
  width: 400px;
}
#companyName .displayTable .displayRow .displayCell {
  display: table-cell;
  width: 200px;
}
.displayForm {
  display: table;
  width: 600px;
}
.displayForm .displayRow {
  display: table-row;
  width: 500px;
}
.displayForm .displayRow .displayCell {
  display: table-cell;
  width: 200px;
}
.displayForm .buttonFrom {
  margin-top: 20px;
}
.displayInlineLabel label {
  display: inline !important;
}
.displayInlineLabelMargin {
  margin-left: -80px;
}
.displayInlineLabelMargin label {
  display: inline !important;
}
div.form label {
  font-weight: normal;
  font-size: 14px;
}
.sbtn {
  height: 22px;
  width: 43px;
  margin-top: 2px;
  margin-bottom: 7px;
}
.subbtn {
  height: 36px;
}
.progress-bar {
  background-color: whiteSmoke;
  width: 100%;
  box-sizing: border-box;
  height: 20px;
  border: #000 solid 1px;
  position: relative;
  display: block;
  padding-bottom: 1px;
  color: black;
  text-align: center;
}
.progress-bar strong {
  display: block;
  margin-top: -20px;
}
.progress-bar > span {
  background-color: #0195d3;
  display: block;
  text-indent: -9999px;
  padding-top: 1px;
  height: 100%;
}
