﻿@charset "UTF-8";

/* Style głównych konstrukcji bloków */

body {
  position: relative;
  font: 12px Arial;
  color: #63656a;
}

.wrapper {
  min-width: 1254px;
  width: 100%;
}

.wrapperGray {
  padding: 36px 0;
  min-width: 1254px;
  width: 100%;
  background-color: #f6f6f6;
}

.header {
  margin: 21px auto;
  padding: 0 24px;
  width: 1206px;
}

.navLevelOne {
  margin: 21px auto 0;
  padding: 0 24px;
  width: 1206px;
}

.navLevelTwo {
  margin: 21px auto 0;
  width: 1206px;
  background-color: #f0fafd;
}

.footer {
  margin: 0 auto;
  padding: 0 24px;
  width: 1206px;
}

.content {
  margin: 36px auto;
  padding: 0 24px;
  width: 1206px;
}

/* Style nagłówka */

.logo {
  display: block;
  float: left;
  width: 173px;
  height: 42px;
  background: url(../images/logo.png) no-repeat;
  background-size: auto;
  text-indent: -9999px;
}

.loginLogo {
  display: block;
  margin: 0 0 18px 0;
  width: 173px;
  height: 42px;
  background: url(../images/logo.png) no-repeat;
  background-size: auto;
  text-indent: -9999px;
}

.claim {
  float: left;
  margin: 0 0 0 18px;
  padding: 12px 0 12px 18px;
  border-left: solid 1px #e3e3e4;
  font: 12px/18px Arial;
}

.languages {
  float: right;
  margin: 0 0 0 30px;
  padding: 12px 0 12px 12px;
  background: url(../images/location_icon.png) no-repeat left 9px;
}

.languagesListItem:first-child {
  border: none;
}

.languagesListItem {
  float: right;
  padding: 0 9px;
  border-right: solid 1px #e3e3e4;
}

.languagesLink {
  display: block;
  color: #63656a;
  text-decoration: none;
  font: 12px/18px Arial;
}

.languagesLink:hover {
  color: #f5461e;
}

.languagesLinkActive {
  color: #00add9;
  text-decoration: none;
  font: 12px/18px Arial;
  font-weight: bold;
}

.logOut {
  float: right;
  margin: 0 0 0 30px;
  padding: 12px 0 12px 21px;
  background: url(../images/logout_icon.png) no-repeat left 9px;
}

.logOutLink {
  color: #f5461e;
  text-decoration: none;
  font: 12px/18px Arial;
  font-weight: bold;
}

.logOutLink:hover {
  text-decoration: underline;
}

/* Style nawigacji pierwszego poziomu */

.navLevelOneList {
  display: table;
  width: 1206px;
  height: 34px;
}

.navLevelOneListItem {
  position: relative;
  display: table-cell;
  min-width: 120px;
  border-left: solid 1px #e3e3e3;
}

.navLevelOneListItem:last-child {
  display: block;
  padding: 0 12px;
  border-top: solid 1px #e3e3e3;
  border-right: solid 1px #e3e3e3;
  background: #f9f9f9;
}

.navLevelOneLink {
  display: block;
  padding: 6px 12px;
  color: #63656a;
  text-align: center;
  text-decoration: none;
  font: 15px/21px Arial;
}

.navLevelOneLink:hover {
  color: #f5461e;
}

.navLevelOneLink:disabled {
  color: silver;
}

.navLevelOneLinkActive {
  display: block;
  padding: 6px 12px;
  color: #00add9;
  text-align: center;
  text-decoration: none;
  font: 15px/21px Arial;
}

.navLevelOneDropdownList {
  position: absolute;
  top: 36px;
  left: -1px;
  z-index: 9;
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  width: 176px;
  border-right: solid 1px #e3e3e3;
  border-bottom: solid 1px #e3e3e3;
  border-left: solid 1px #e3e3e3;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.navLevelOneListItem:hover .navLevelOneDropdownList {
  visibility: visible;
  max-height: 450px;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
}

.navLevelOneDropdownListItem {
  border-top: solid 1px #e3e3e3;
}

.navLevelOneDropdownLink {
  display: block;
  padding: 6px 12px;
  color: #63656a;
  text-decoration: none;
  font: 12px/18px Arial;
}

.navLevelOneDropdownLink:hover {
  color: #f5461e;
}

.navLevelOneDropdownLink[disabled="disabled"],
.navLevelOneDropdownLink[disabled="disabled"]:hover {
  color: silver;
}

.navLevelOneBorder {
  border-top: solid 1px #e3e3e3;
}

.navSelect {
  box-sizing: border-box;
  margin: 7px 0 8px 0;
  padding: 0;
  width: 100%;
  border: 1px solid #d8d8d8;
  color: #63656a;
  text-decoration: none;
  font: 12px/25px Arial;
  cursor: pointer;
  -moz-appearance: none;
  -ms-appearance: none;
}

/* Style nawigacji drugiego poziomu */

.navLevelTwo {
  margin: 0 0 21px 0;
  background-color: #f0fafd;
}

.navLevelTwoTitle {
  float: left;
  padding: 6px 21px;
  background: #00add9;
  color: #ffffff;
  font: 12px/30px Arial;
  font-weight: bold;
}

.navLevelTwoList {
  float: left;
  padding: 6px 21px;
}

.navLevelTwoListItem {
  float: left;
  margin: 0 30px 0 0;
}

.navLevelTwoLink {
  padding: 6px 0;
  color: #00add9;
  text-align: center;
  text-decoration: none;
  font: 12px/30px Arial;
  font-weight: bold;
}

.navLevelTwoLink:hover {
  color: #f5461e;
}

.navLevelTwoLinkActive {
  padding: 6px 0;
  color: #f5461e;
  text-align: center;
  text-decoration: none;
  font: 12px/30px Arial;
  font-weight: bold;
}

/* Style nawigacji trzeciego poziomu */

.navLevelThree {
  float: left;
  padding: 21px;
  width: 180px;
  background-color: #f0fafd;
}

.navLevelThreeTitle {
  margin: 0 0 9px 0;
  color: #00add9;
  font: 12px/18px Arial;
  font-weight: bold;
}

.navLevelThreeListItem {
  margin: 0 0 1px 0;
  background: #ffffff;
}

.navLevelThreeListItem:last-child {
  margin: 0;
}

.navLevelThreeLink {
  display: block;
  padding: 0 12px;
  color: #63656a;
  text-decoration: none;
  font: 12px/30px Arial;
}

.navLevelThreeLink:hover {
  color: #f5461e;
}

.navLevelThreeLink.active {
  display: block;
  padding: 0 12px;
  background: #f5461e;
  color: #ffffff;
  text-decoration: none;
  font: 12px/30px Arial;
  font-weight: bold;
}

/* Style stopki */

.footerLogo {
  display: block;
  float: left;
  padding: 0 0 21px;
  width: 222px;
  height: 42px;
  background: url(../images/logo.png) no-repeat 0 -6px;
  text-indent: -9999px;
}

.copyright {
  float: left;
  margin: 0 60px 0 0;
}

.website {
  display: block;
  color: #00add9;
  text-decoration: none;
  font: 12px/15px Arial;
  font-weight: bold;
}

.website:hover {
  color: #f5461e;
}

.footerList {
  float: left;
  margin: 0 48px 0 0;
}

.footerListWithMargin {
  float: left;
  margin: 15px 48px 0 0;
}

.headline {
  color: #00add9;
  font: 12px/18px Arial;
  font-weight: bold;
}

.footerLink {
  color: #63656a;
  text-decoration: none;
  font: 12px/18px Arial;
}

.footerLink:hover {
  color: #f5461e;
}

/* Style ogólne */

.hidden {
  display: none;
}

.pageTitle {
  margin: 0 0 12px;
  color: #63656a;
  font: 36px/36px Arial;
}

.contentTitle {
  margin: 0 0 6px 0;
  color: #00add9;
  text-align: left;
  font: 21px/36px Arial;
  font-weight: bold;
}

.contentSubTitle {
  margin: 0 0 6px 0;
  color: #63656a;
  text-align: left;
  font: 14px/19px Arial;
  font-weight: bold;
}

.paragraph {
  margin: 12px 0 12px 3px;
  color: #63656a;
  text-decoration: none;
  font: 12px/15px Arial;
}

.link,
td.link a,
th.link a {
  color: #00add9;
  text-decoration: none;
  font: 12px/18px Arial;
  font-weight: inherit;
}

.link:hover,
td.link a:hover,
th.link a:hover {
  color: #f5461e;
}

th.sortedLink a {
  color: #f5461e;
  text-decoration: none;
}

.right {
  float: right;
}

.bold {
  font-weight: bold;
}

.clear:after {
  display: block;
  clear: both;
  content: "";
}

.containerFloatLeft {
  float: left;
}

.containerFloatRight {
  float: right;
}

.buttonGray {
  margin: 0;
  padding: 4px 12px;
  border: none;
  border: 0;
  background: #63656a;
  color: #fff;
  text-decoration: none;
  font: 12px/19px Arial;
  font-weight: bold;
  cursor: pointer;
}

.buttonGray:hover {
  background: #7d8085;
}

.buttonGray:active {
  background: #505156;
}

input.buttonBlue,
td.buttonBlue input {
  margin: 0;
  padding: 4px 12px;
  border: none;
  border: 0;
  background: #00add9;
  color: #fff;
  text-decoration: none;
  font: 12px/19px Arial;
  font-weight: bold;
  cursor: pointer;
}

input.buttonBlue:hover,
td.buttonBlue input:hover {
  background: #25caf3;
}

input.buttonBlue:active,
td.buttonBlue input:hover {
  background: #008caf;
}

input.buttonBlue:disabled {
  color: silver;
  background-color: gray;
  cursor: auto;
}

.buttonOrange {
  margin: 0 0 0 6px;
  padding: 4px 12px;
  border: none;
  border: 0;
  background: #f5461e;
  color: #fff;
  text-decoration: none;
  font: 12px/19px Arial;
  font-weight: bold;
  cursor: pointer;
}

.buttonOrange:hover {
  background: #ff6300;
}

.buttonOrange:active {
  background: #c53211;
}

.orangeBold {
  color: #f5461e;
  font-weight: 700;
}

.editLinkRight {
  float: right;
  color: #00add9;
  text-decoration: none;
  font: 12px/18px Arial;
}

.editLinkRight:hover {
  color: #f5461e;
}

select {
  margin: 0 6px 0 0;
  color: #63656a;
  text-decoration: none;
  font: 12px/25px Arial;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  height: 22px;
  -moz-appearance: none;
}

input[type="text"] {
  height: 22px;
}

.shadow {
  margin: 24px 0 24px 0;
  height: 18px;
  background: url(../images/shadow.png) no-repeat center center;
}

/* Style bloku opcji i formularzy */

.pageOptions {
  margin: 0 0 21px;
  padding: 12px 21px;
  background-color: #f0fafd;
}

.pageOptions .full {
  margin: 0 0 9px 0;
}

.pageOptions .full:last-child {
  margin: 0;
}

.pageOptions .left {
  float: left;
  margin: 0 21px 0 0;
}

.pageOptions .right {
  float: right;
  margin: 0 0 0 21px;
}

.pageOptions form {
  display: inline-block;
}

.pageOptions fieldset {
  display: inline-block;
  margin: 0 12px 0 0;
}

.pageOptions label,
.pageOptions span {
  display: inline-block;
  /*padding: 7px 0 6px 0;*/
  color: #00add9;
  font: 12px Arial;
  font-weight: bold;
  cursor: pointer;
}

.pageOptions label.grayLabel,
.optionsCheckbox label {
  display: inline-block;
  /*padding: 7px 0 6px 0;*/
  color: #63656a;
  font: 12px Arial;
  cursor: pointer;
}

.pageOptions .link {
  color: #00add9;
  padding: 7px 0 6px 0;
  text-decoration: none;
  font: 12px Arial;
  display: inline-block;
}

.pageOptions input[type="text"],
.layerBox input[type="text"],
.pageForm input[type="text"] {
  float: left;
  margin: 0 12px 0 0;
  padding: 0 6px;
  width: 80px;
  border: 1px solid #d8d8d8;
  color: #63656a;
  font: 12px/25px Arial;
  cursor: pointer;
}

.pageOptions input[type="text"] {
  float: none;
}

.pageOptions input.date,
.pageForm input.date,
.layerBox input.date {
  float: left;
  margin: 0 12px 0 0;
  padding: 0 30px 0 6px;
  width: 80px;
  border: 1px solid #d8d8d8;
  background: #fff url(../images/form_calendar_icon.png) no-repeat;
  background-position: right 6px center;
  color: #63656a;
  font: 12px/25px Arial;
  cursor: pointer;
}

.pageOptions input[type="checkbox"],
.pageForm input[type="checkbox"],
.layerBox input[type="checkbox"] {
  /*display: block;*/
  float: left;
  margin-right: 6px;
  /*margin: 7px 6px 8px 0;*/
  cursor: pointer;
}

.pageOptions input[type="checkbox"] {
  float: none;
}

.pageOptions input[type="radio"],
.pageForm input[type="radio"],
.layerBox input[type="radio"] {
  /*display: block;*/
  float: left;
  margin-right: 6px;
  /*margin: 7px 6px 8px 0;*/
  cursor: pointer;
}

.pageOptions input[type="radio"] {
  float: none;
}

.pageOptions select,
.layerBox select,
.pageForm select {
  float: left;
  margin: 0 12px 0 0;
  padding: 0;
  color: #63656a;
  text-decoration: none;
  font: 12px/25px Arial;
  cursor: pointer;
  -moz-appearance: none;
  border: 1px solid #d8d8d8;
}

.pageOptions select {
  float: none;
}

.pageOptions input[type="button"] {
  margin: 0;
  padding: 0 12px;
  height: 27px;
  border: none;
  border: 0;
  background: #00add9;
  color: #fff;
  text-decoration: none;
  font: 12px/27px Arial;
  font-weight: bold;
  cursor: pointer;
}

.pageOptions input[type="button"]:hover {
  background: #25caf3;
}

.pageOptions input[type="button"]:active {
  background: #008caf;
}

.pageOptions input[type="button"].export {
  margin: 0;
  padding: 0 12px;
  height: 27px;
  border: none;
  border: 0;
  background: #52d400;
  color: #fff;
  text-decoration: none;
  font: 12px/27px Arial;
  font-weight: bold;
  cursor: pointer;
}

.pageOptions input[type="button"].export:hover {
  background: #58e200;
}

.pageOptions input[type="button"].export:active {
  background: #43ad00;
}

.pageOptions .toolTip,
.pageForm .toolTip,
.toolTip {
  /*margin: 12px 6px 6px 6px;*/
  padding: 9px;
  color: #918319;
  font: 12px Arial;
  cursor: pointer;
  border: 1px solid #cec089;
  background-color: #fdf4d1;
  text-align: center;
}

/* Style tabel i formularzy w tabelach */

.table {
  margin: 0 0 21px;
  width: 100%;
  border: solid 1px #e3e3e3;
}

.table caption {
  margin: 0 0 18px;
  color: #00add9;
  text-align: left;
  font: 21px/21px Arial;
  font-weight: bold;
}

.table th {
  padding: 3px 9px;
  height: 27px;
  border-left: solid 1px #e3e3e3;
  background-color: #ffffff;
  color: #00add9;
  vertical-align: middle;
  text-align: left;
  font: 12px Arial;
  font-weight: bold;
}

.table th.blueTh {
  padding: 9px 9px;
  height: 27px;
  border-left: solid 1px #e3e3e3;
  background-color: #f0fafd;
  color: #00add9;
  vertical-align: middle;
  text-align: left;
  font: 12px Arial;
  font-weight: bold;
}

.table p.head {
  padding: 3px 0;
  color: #00add9;
  text-align: left;
  font: 18px/24px Arial;
  font-weight: bold;
}

.table a.head {
  padding: 3px 0;
  color: #00add9;
  text-align: left;
  text-decoration: none;
  font: 18px/24px Arial;
  font-weight: bold;
}

.table p {
  color: #63656a;
  vertical-align: middle;
  text-align: left;
  font: 12px/15px Arial;
}

.table tfoot td {
  padding: 9px 9px;
  background: #ffffff;
  text-align: left;
}

.table td {
  padding: 6px 9px;
  height: 27px;
  border-left: solid 1px #e3e3e3;
  vertical-align: middle;
  font: 12px/15px Arial;
}

.table td.weekend,
.table th.weekend,
.table tr.weekend {
  background-color: #fcf8e6 !important;
}

.table tr:nth-child(2n).weekend {
  background-color: #fcf8e6 !important;
}

.table tr {
  background-color: #f9f9f9;
  color: #63656a;
}

.table tr:nth-child(2n) {
  background-color: #ffffff;
}

.table tr.redBg,
.table td.redBg,
.redBg a.link {
  background: #f5461e;
  color: #ffffff;
}

.table tr.yellowBg,
.table td.yellowBg,
.yellowBg a.link {
  background: #f9d20a;
  color: #ffffff;
}

.table tr.blueBg,
.table td.blueBg,
.blueBg a.link,
.table tr.blueBg td.link a {
  background: #00add9;
  color: #ffffff;
}

.table tr.lightBg,
.table td.lightBg,
.lightBg a.link {
  background: #e2faff;
}

.table input[type="text"] {
  margin: 0;
  padding: 0 6px;
  border: 1px solid #d8d8d8;
  color: #63656a;
  font: 12px/23px Arial;
  cursor: pointer;
}

.table input.date {
  margin: 0 6px 0 0;
  padding: 0 30px 0 6px;
  width: 80px;
  border: 1px solid #d8d8d8;
  background: #fff url(../images/form_calendar_icon.png) no-repeat;
  background-position: right 6px center;
  color: #63656a;
  font: 12px/23px Arial;
  cursor: pointer;
  -webkit-appearance: none;
}

.table td input[type="checkbox"] {
  display: inline-block;
  float: left;
  margin: 0 6px 0 0;
  cursor: pointer;
}

.table th input[type="checkbox"] {
  display: block;
  margin: 8px 0 0 0;
  cursor: pointer;
}

/* Style warstw i ich elementów */

.layerBox {
  /*	position: absolute;
    top: 10%;
    left: 50%;
    z-index: 99;*/
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.12);
}

.layerContent {
  padding: 18px;
  background: #ffffff;
}

.layerBox ul {
  display: block;
}

.layerBox ul.days li {
  float: left;
  margin: 0 6px 0 0;
}

.layerBox li:after {
  display: block;
  clear: both;
  content: "";
}

.layerBox ul.days label {
  float: right;
  margin-right: 0;
  /*padding: 7px 0 6px 0;*/
  width: 20px;
  color: #63656a;
  font: 12px Arial;
  cursor: pointer;
}

.layerBox .toolTip {
  /*margin: 12px 6px 30px 0;*/
  padding: 9px;
  color: #918319;
  font: 12px Arial;
  cursor: pointer;
  border: 1px solid #cec089;
  background-color: #fdf4d1;
  text-align: center;
}

.layerBox fieldset {
  /*margin: 0 0 9px 0; */
  padding: 6px 0 6px 0;
  border-top: 1px solid #f9f9f9;
}

.layerBox fieldset label:first-child {
  float: left;
  padding-top: 4px;
  /*padding: 7px 0 6px 0;*/
  max-width: 190px;
  width: 180px;
  color: #00add9;
  font: 12px Arial;
  font-weight: bold;
  cursor: pointer;
}

.layerBox fieldset label span {
  float: left;
  margin: 0 6px 0 0;
  padding: 0;
  color: #63656a;
  font: 12px Arial;
  cursor: pointer;
}

.layerBox fieldset span {
  float: left;
  margin: 0 6px 0 0;
  padding: 3px 0 6px 0;
  color: #63656a;
  font: 12px Arial;
  cursor: pointer;
  display: inline-block;
}

.layerBox textarea,
.pageForm textarea {
  float: left;
  margin: 0;
  padding: 0 6px;
  width: 50%;
  height: 100px;
  border: 1px solid #d8d8d8;
  color: #63656a;
  font: 12px/15px Arial;
  resize: none;
  cursor: pointer;
}

.layerBox a.link {
  color: #00add9;
  text-decoration: none;
  font: 12px/27px Arial;
  display: inline-block;
}

.layerButtons {
  margin: 18px 0 0 0;
  width: 100%;
}

.layerButtons .right {
  float: right;
  margin: 0;
}

.layerButtons .left {
  float: left;
  margin: 0 6px 0 0;
}

.layerTable {
  margin: 0 0 21px;
  width: 100%;
}

.layerTable th {
  padding: 0 6px;
  height: 33px;
  background-color: #ffffff;
  color: #00add9;
  vertical-align: middle;
  text-align: left;
  font: 12px Arial;
  font-weight: bold;
}

.layerTable tr {
  background-color: #f0fafd;
}

.layerTable tr:nth-child(2n) {
  background-color: #ffffff;
}

.layerTable td {
  padding: 3px 6px;
  height: 33px;
  border-right: 1px solid #fff;
  color: #63656a;
  vertical-align: middle;
  font: 12px/15px Arial;
}

.layerTable td:last-child {
  border: none;
}

.layerFooter {
  box-sizing: border-box;
  margin: 18px 0 18px 0;
  padding: 6px 18px 6px 18px;
  width: 100%;
  background: #f0fafd;
}

.layerFooter ul {
  width: 100%;
}

.layerFooter .right {
  float: right;
}

.layerFooter .left {
  float: left;
}

.layerFooter label {
  float: left;
  padding: 7px 12px 6px 0;
  max-width: none;
  width: auto;
  cursor: pointer;
  color: #00add9;
  font: 12px Arial;
  font-weight: bold;
}

.layerFooter span {
  color: #63656a;
  font: 12px Arial;
  display: inline-block;
  padding: 7px 0 6px 0;
}

/* Style formularzy i ich elementów */

.pageForm {
  box-sizing: border-box;
  margin: 0 0 21px 0;
  padding: 36px 36px 24px 36px;
  width: 100%;
  border: 1px solid #e3e3e3;
}

.pageForm .center {
  margin: 0 auto;
  width: 70%;
}

.pageForm .formulas {
  margin: 0 0 30px 0;
}

.pageForm .formula {
  margin: 0 0 18px 0;
}

.pageForm fieldset {
  padding: 6px 0 6px 0;
  border-top: 1px solid #f9f9f9;
}

.pageForm ul {
  display: inline-block;
}

.pageForm li {
  float: left;
  margin: 0 6px 0 0;
}

.pageForm li:after {
  clear: both;
  content: "";
}

.pageForm fieldset label:first-child {
  float: left;
  margin-right: 12px;
  padding-top: 4px;
  /*padding: 7px 0 6px 0;*/
  width: 180px;
  color: #00add9;
  font: 12px Arial;
  font-weight: bold;
  cursor: pointer;
}

.pageForm ul.days label {
  float: right;
  margin-right: 0;
  /*padding: 7px 0 6px 0;*/
  width: 20px;
  color: #63656a;
  font: 12px Arial;
  cursor: pointer;
}

.pageForm fieldset span {
  float: left;
  margin: 0 6px 0 0;
  padding: 7px 0 6px 0;
  color: #63656a;
  font: 12px Arial;
  cursor: pointer;
}

.pageForm label span {
  float: none;
  color: #63656a;
  font: 11px/13px Arial;
  font-weight: normal;
}

/* undo some style.css setings */

.pageForm span.flow,
.layerBox span.flow,
span.flow {
  float: none !important;
}

.pageForm span.flow input,
.layerBox span.flow input,
span.flow input {
  float: none !important;
  display: inline !important;
  margin-top: 2px;
  margin-bottom: 2px;
}

.pageForm span.flow label,
.layerBox span.flow label,
span.flow label {
  float: none !important;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #63656a;
  font-weight: normal;
  font: 12px Arial;
}

.layerBox ul.radioSet,
.pageForm ul.radioSet,
.layerBox div.radioSet,
.pageForm div.radioSet {
  display: block;
  float: left;
}

.pageOptions ul.radioSet {
  display: inline;
}

.layerBox ul.radioSet li,
.pageForm ul.radioSet li,
.pageForm ul.radioSet li,
.layerBox div.formSet {
  float: none;
}

.layerBox ul.radioSet li:after,
.pageForm ul.radioSet li:after,
.pageForm ul.radioSet li:after {
  display: block;
  clear: both;
  content: "";
}

.layerBox ul.radioSet label,
.pageForm ul.radioSet label,
.layerBox div.radioSet label,
.pageForm div.radioSet label {
  margin-right: 0;
  padding: 0px 0 0px 0;
  width: auto;
  max-width: none;
  color: #63656a;
  font: 12px Arial;
  cursor: pointer;
  float: none;
}

.layerBox ul.radioSet li input,
.pageForm ul.radioSet li input,
.layerBox ul.radioSet li select,
.pageForm ul.radioSet li select,
.layerBox div.radioSet input,
.pageForm div.radioSet input,
.layerBox div.radioSet select,
.pageForm div.radioSet select {
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
}

/* Style logowania */

.loginBox {
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  margin: -220px 0 0 -124px;
  padding: 24px;
  width: 200px;
  background: #ffffff;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.12);
}

.loginForm label {
  display: block;
  margin: 6px 6px 0 0;
  color: #00add9;
  font: 12px/27px Arial;
  font-weight: bold;
  cursor: pointer;
}

.loginForm input[type="text"],
.loginForm input[type="password"] {
  box-sizing: border-box;
  margin: 0 0 12px 0;
  padding: 0 6px;
  height: 30px;
  width: 100%;
  border: 1px solid #d8d8d8;
  color: #63656a;
  font: 12px/25px Arial;
  cursor: pointer;
}

.loginForm input[type="button"] {
  float: right;
  margin: 18px 0 0 0;
}

.loginForm span {
  display: block;
}

.validation-summary-errors ul {
  list-style-type: none;
  color: red;
}

/* Style dashboard */

.channel {
  margin-top: 6px;
  margin-bottom: 12px;
  height: 27px;
  color: #63656a;
  vertical-align: middle;
  font: 11px/13px Arial;
}

/* --------------------------------------- */

/*                                         */

/* Niestandardowe style formularzy i tabel */

/*                                         */

/* --------------------------------------- */

.columnPartRight {
  float: right;
}

.formLabel {
  display: inline-block;
  margin: 0 6px 0 0;
  color: #00add9;
  font: 12px/27px Arial;
  font-weight: bold;
  cursor: pointer;
}

.optionsListItemFloat .formLabel {
  margin: 0;
}

.optionsListItemFloat {
  float: left;
  margin: 0 12px 0 0;
}

.dash {
  display: inline-block;
  padding: 0 6px;
  color: #00add9;
  font: 12px/27px Arial;
  font-weight: bold;
}

.formFieldTable {
  margin: 0;
  padding: 0 6px;
  border: 1px solid #d8d8d8;
  color: #63656a;
  text-decoration: none;
  font: 12px/23px Arial;
  cursor: pointer;
}

.optionsLink {
  display: inline-block;
  padding: 7px 0 6px 0;
  color: #00add9;
  text-decoration: none;
  font: 12px Arial;
}

.optionsLink:hover {
  color: #f5461e;
}

.optionsLinkBold {
  color: #00add9;
  text-decoration: none;
  font: 12px/27px Arial;
  font-weight: bold;
}

.optionsLinkBold:hover {
  color: #f5461e;
}

.radioSetRight {
  float: right;
  width: 60%;
}

.labelToolTip {
  color: #63656a;
  text-decoration: none;
  font: 11px/13px Arial;
  font-weight: normal;
}

.tableCaption {
  margin: 0 0 18px;
  color: #00add9;
  text-align: left;
  font: 21px/21px Arial;
  font-weight: bold;
}

.tableHead {
  padding: 0 9px;
  height: 33px;
  border-left: solid 1px #e3e3e3;
  color: #00add9;
  vertical-align: middle;
  text-align: left;
  font: 12px Arial;
  font-weight: bold;
}

.tableFoot {
  padding: 9px 9px;
  background: #f0fafd;
  text-align: left;
}

.tableRow {
  background-color: #f9f9f9;
}

.tableRow:nth-child(2n) {
  background-color: #fff;
}

.tableCel {
  padding: 0 9px;
  height: 33px;
  border-left: solid 1px #e3e3e3;
  color: #63656a;
  vertical-align: middle;
  font: 12px/15px Arial;
}

.tableCelForm {
  padding: 0 9px;
  height: 33px;
  border-left: solid 1px #e3e3e3;
  color: #63656a;
  vertical-align: middle;
  font: 12px Arial;
}

.separator {
  display: inline-block;
  padding: 0 6px;
  color: #d2d2d2;
  font: 12px/14px Arial;
  font-weight: bold;
}

.whiteSquare {
  display: inline-block;
  margin: 0 3px 0 0;
  width: 13px;
  height: 13px;
  border: 1px solid #e6e6e6;
  vertical-align: middle;
}

.redSquare {
  display: inline-block;
  margin: 0 3px 0 0;
  width: 15px;
  height: 15px;
  background: #f5461e;
  vertical-align: middle;
}

.yellowSquare {
  display: inline-block;
  margin: 0 3px 0 0;
  width: 15px;
  height: 15px;
  background: #f9d20a;
  vertical-align: middle;
}

.blueSquare {
  display: inline-block;
  margin: 0 3px 0 0;
  width: 15px;
  height: 15px;
  background: #00add9;
  vertical-align: middle;
}

.loginButton {
  text-align: center;
  /*float: right;*/
  margin: 18px 0 0 0;
}

.lightGrayBg {
  background: #f6f6f6;
}

.layerHead {
  padding: 6px 18px;
  background: #00add9;
  color: #ffffff;
  font: 15px/24px Arial;
  cursor: move;
}

.layerContent {
  padding: 18px;
  background: #ffffff;
}

.layerFormListContent {
  margin: 0 auto;
  width: 100%;
}

.layerFormListItem {
  margin: 0 0 6px 0;
}

.layerButtons {
  margin: 18px 0 0 0;
}

.layerButtonsRight {
  float: right;
}

.layerButtonsLeft {
  float: left;
}

.layerTable {
  margin: 0 0 21px;
  width: 100%;
}

.layerTableHead {
  padding: 0 9px;
  height: 33px;
  color: #00add9;
  vertical-align: middle;
  text-align: left;
  font: 12px Arial;
  font-weight: bold;
}

.layerTableRow {
  background-color: #f0fafd;
}

.layerTableRow:nth-child(2n) {
  background-color: #fff;
}

.layerTableCel {
  padding: 0 9px;
  height: 33px;
  color: #63656a;
  vertical-align: middle;
  font: 12px/15px Arial;
}

.layerTableCelForm {
  padding: 0 9px;
  height: 33px;
  color: #63656a;
  vertical-align: middle;
  font: 12px Arial;
}

.weekDays {
  float: right;
  width: 60%;
}

.weekDay {
  float: left;
  margin-right: 12px;
  width: 30px;
}

.weekDayLabel {
  color: #63656a;
  font: 12px/24px Arial;
}

.layerWeekDays {
  float: right;
  margin: 12px 0 6px 0;
  width: 55%;
}

.layerWeekDay {
  float: left;
  margin-right: 12px;
  width: 20px;
}

.layerWeekDayLabel {
  color: #63656a;
  font: 12px/24px Arial;
}

.tabList {
  box-sizing: border-box;
  padding: 6px 18px 0 18px;
  width: 100%;
  background: #00add9;
  color: #ffffff;
}

.tabItem {
  float: left;
  margin: 0 6px 0 0;
}

.tabButton {
  display: block;
  padding: 6px 12px;
  color: #ffffff;
  text-decoration: none;
  font: 12px/18px Arial;
  font-weight: bold;
}

.tabButton:hover {
  background: #f5461e;
}

.bgred {
  background-color: #ff6060;
}

.bggreen {
  background-color: #66f066;
}

span.validatorError {
  color: red !important;
  font-weight: bold !important;
}

input[type="text"].price {
  width: 50px;
  text-align: right;
}

input[type="text"].allotment {
  width: 30px;
  text-align: right;
}
