body {
  font-size: 13px;
  font-family: arial, "helvetica neue", helvetica, "lucida grande", sans-serif;
  color: #222222;
  margin: 0 0; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

#ajax-loading {
  position: absolute;
  display: none; }

#wrapper {
  width: 960px;
  margin: 0 auto; }

#footer {
  font-size: 0.8em;
  color: #666666;
  text-align: center;
  margin-top: 4em; }

a:link, a:visited {
  color: #ee3c23; }

a:hover, a:active {
  color: #eeeeee;
  background: #ee3c23; }

h1, h2, h3 {
  margin: 0;
  padding: 0; }

h4, h5, h6, h7 {
  margin-bottom: 0; }

#logo {
  clear: both;
  margin: 1em 0;
  width: 245px;
  height: 69px;
  background-image: url("/images/cubiware.png"); }

.error, .notice, .alert {
  border: 1px solid #dddddd;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 0.5em 0;
  padding: 0.8em; }

.error, .alert {
  background: #fbe3e4;
  border-color: #fbc2c4;
  color: #d12f19; }
  .error a, .alert a {
    color: #d12f19; }

.notice {
  background: #e6efc2;
  border-color: #c6d880;
  color: #529214; }
  .notice a {
    color: #529214; }

#sign-in, #password-reset {
  border: 0.4em solid #eeeeee;
  padding: 2em;
  width: 400px;
  margin: 10em auto 0 auto; }
  #sign-in #logo, #password-reset #logo {
    position: relative;
    width: 107px;
    height: 30px;
    background: url("/images/cubiware-small.png");
    float: right;
    bottom: 2em; }

#http-error {
  border: 0.4em solid #eeeeee;
  padding: 2em;
  width: 450px;
  margin: 10em auto 0 auto; }

abbr {
  border: 0; }

.horizontal_menu {
  padding: 0;
  margin: 0;
  white-space: nowrap;
  list-style-type: none; }

.horizontal_menu li {
  display: inline; }

.horizontal_menu li a {
  padding: 0.2em 1em;
  text-decoration: none;
  float: left; }

.current_tab_lowest_level a {
  color: #eeeeee;
  background: #ee3c23; }

.pagination {
  display: block;
  text-align: center; }

/*by Arturo na szybko */
.big_title {
  float: left; }

.add_link {
  text-align: right; }

#help ul {
  list-style-type: square; }
#help ul li, #help ol li {
  margin: 5px 0; }

ul#primary-menu {
  position: relative;
  width: 100%;
  background-color: white;
  margin: 0 0 85px 0;
  padding: 0;
  white-space: nowrap;
  height: 39px; }
  ul#primary-menu li {
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    display: hidden;
    float: left;
    list-style-type: none;
    margin: 0 5px;
    padding: 6px 12px;
    line-height: 25px; }
    ul#primary-menu li.selected {
      padding-right: 32px;
      background-image: url(/images/menu/primary/button-background.png);
      background-position: top right;
      background-repeat: no-repeat; }
    ul#primary-menu li a {
      position: relative;
      margin: 0;
      padding: 1px 0.4em;
      text-align: center;
      text-decoration: none;
      font-size: 1.2em;
      font-weight: bold;
      color: #444444;
      display: block; }
      ul#primary-menu li a.selected {
        color: white; }
      ul#primary-menu li a:hover {
        background-color: transparent;
        text-decoration: underline; }
  ul#primary-menu ul.secondary-menu {
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 39px;
    height: 37px;
    background-image: url(/images/menu/secondary/background.png);
    white-space: nowrap; }
    ul#primary-menu ul.secondary-menu li {
      -moz-border-radius-topleft: 4px;
      -moz-border-radius-topright: 0;
      -moz-border-radius-bottomleft: 0;
      -moz-border-radius-bottomright: 0;
      -webkit-border-top-left-radius: 4px;
      -webkit-border-top-right-radius: 0;
      -webkit-border-bottom-left-radius: 0;
      -webkit-border-bottom-right-radius: 0;
      border-top-left-radius: 4px;
      border-top-right-radius: 0;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      padding: 2px 5px;
      margin: 6px 5px 0px 5px; }
      ul#primary-menu ul.secondary-menu li.selected {
        padding-right: 15px;
        background-image: url(/images/menu/secondary/button-background.png);
        background-position: top right;
        background-repeat: no-repeat; }
      ul#primary-menu ul.secondary-menu li a {
        width: auto;
        color: white; }
        ul#primary-menu ul.secondary-menu li a:hover {
          text-decoration: underline;
          background-color: transparent; }
    ul#primary-menu ul.secondary-menu ul.actions-menu {
      -moz-border-radius-topleft: 4px;
      -moz-border-radius-topright: 4px;
      -moz-border-radius-bottomleft: 4px;
      -moz-border-radius-bottomright: 4px;
      -webkit-border-top-left-radius: 4px;
      -webkit-border-top-right-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      padding: 0;
      margin: 0;
      position: absolute;
      width: 100%;
      left: 0;
      top: 37px;
      height: 38px;
      white-space: nowrap;
      background-image: url(/images/menu/actions/background.png); }
      ul#primary-menu ul.secondary-menu ul.actions-menu li {
        padding: 0 5px;
        margin: 11px 0 0 0;
        width: auto; }
        ul#primary-menu ul.secondary-menu ul.actions-menu li.selected {
          background-image: none; }
        ul#primary-menu ul.secondary-menu ul.actions-menu li a {
          padding: 2px 8px;
          font-size: 0.9em;
          font-weight: normal;
          width: auto;
          background-image: none;
          color: white;
          line-height: 1.4em; }
          ul#primary-menu ul.secondary-menu ul.actions-menu li a.selected {
            background-color: white;
            color: black; }
          ul#primary-menu ul.secondary-menu ul.actions-menu li a:hover {
            background-color: #666666; }
          ul#primary-menu ul.secondary-menu ul.actions-menu li a.selected, ul#primary-menu ul.secondary-menu ul.actions-menu li a:hover {
            -moz-border-radius-topleft: 4px;
            -moz-border-radius-topright: 4px;
            -moz-border-radius-bottomleft: 4px;
            -moz-border-radius-bottomright: 4px;
            -webkit-border-top-left-radius: 4px;
            -webkit-border-top-right-radius: 4px;
            -webkit-border-bottom-left-radius: 4px;
            -webkit-border-bottom-right-radius: 4px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px; }

ul.additional-links {
  padding: 10px;
  background-color: #eeeeee;
  float: right;
  list-style: none;
  clear: right; }
  ul.additional-links li {
    padding: 5px; }

.simple_form #ui-datepicker-div {
  font-size: 0.9em; }
.simple_form input, .simple_form textarea {
  color: #222222; }
.simple_form textarea {
  height: 50px; }
.simple_form input[type="text"], .simple_form input[type="password"], .simple_form input[type="file"], .simple_form input[type="email"], .simple_form input[type="tel"],
.simple_form input[type="number"], .simple_form textarea, .simple_form input[role="textbox"], .simple_form input[type="url"] {
  border: 1px solid #dddddd;
  width: 200px;
  padding: 3px 2px; }
.simple_form input[type="submit"] {
  font-weight: bold;
  font-size: 0.9em;
  color: #333333;
  padding: 2px 5px; }
  .simple_form input[type="submit"].inline {
    float: left; }
.simple_form input[type="checkbox"] {
  margin: 0 3px 0 0;
  position: relative;
  top: -2px;
  vertical-align: middle; }
.simple_form input[disabled="disabled"] {
  background: #fcfcfc;
  cursor: default; }
.simple_form .field_with_errors input {
  background: #fbe3e4;
  border-color: #fbc2c4; }
.simple_form select {
  width: 200px; }
.simple_form label {
  display: block;
  font-weight: bold; }
  .simple_form label#remember_me {
    display: inline;
    font-weight: normal; }
.simple_form span.hint {
  display: block;
  font-size: 0.8em;
  color: #555555;
  margin-top: 0.2em;
  width: 220px;
  text-align: justify; }
.simple_form .field_with_errors span.error {
  border: 0;
  background: transparent;
  margin: 0.2em 0 0 1em;
  padding: 0; }
.simple_form .subForm, .simple_form .subFormPattern {
  display:none
}
.simple_form .subForm input:disabled{
  background:#ccc
}
.simple_form.inline {
  border: 1px solid black;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 10px; }
  .simple_form.inline legend {
    font-weight:bold;
    border-bottom: 1px solid #ddd
  }
  .simple_form.inline span.hint {
    margin-left: 200px; }
  .simple_form.inline label {
    display: inline;
    float: left;
    width: 190px;
    margin-right: 10px;
    text-align: right; }
  .simple_form.inline ul.ui-multiselect-checkboxes label {
    width: 99%;
    text-align: left; }
  .simple_form.inline label.collection_radio {
    display: inline;
    float: none;
    margin-right: 20px;
    text-align: right; }
  .simple_form.inline p.with-margin {
    margin-left: 200px; }
.simple_form.horizontal p {
  width: 220px;
  float: left; }
.simple_form.horizontal .buttons {
  padding-top: 28px;
  float: left; }

#facebox .content #new_category {
  width: 500px; }
#facebox .content .edit_category {
  width: 500px; }

table {
  width: 100%;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin: 1em 0 2em;
  border: 1px solid black; }
  table#details tr th {
    text-align: right;
    padding-right: 7px;
    border-right: 1px solid black;
    width: 200px; }
    table#details tr th.last {
      border-bottom: 0px; }
  table#details tr td {
    width: 500px; }
    table#details tr td div {
      float: left; }
      table#details tr td div.token {
        width: 200px;
        height: 20px; }
        table#details tr td div.token div {
          margin-top: 2px; }
      table#details tr td div.bg_hide {
        background-color: #fbc2c4; }
      table#details tr td div.bg_show {
        background-color: white; }
      table#details tr td div.info {
        margin-left: 10px;
        margin-top: 2px; }
        table#details tr td div.info a {
          text-decoration: none;
          color: #a20000; }
  table tr td, table tr th {
    padding: 0.5em; }
  table tr th {
    background: white;
    color: black;
    font-weight: bold;
    font-size: 1.1em;
    border-bottom: 1px solid black;
    text-align: left; }
  table tr.odd {
    background: white; }
  table tr.even {
    background: #e9e9e9; }
  table tr.hover td {
    background-color: black;
    background-image: url(/images/menu/secondary/background.png);
    color: white; }
    table tr.hover td a:link, table tr.hover td a:visited {
      color: white; }
    table tr.hover td a:hover, table tr.hover td a:active {
      background-color: transparent; }
  table tr.fade_out {
    color: #aaaaaa; }

table.feed_entry tr th {
  border-bottom: 0px; }

table.products td {
  height: 37px; }

span.hint {
  display: block;
  font-size: 0.8em;
  color: #555555;
  margin-top: 0.2em;
  width: 220px;
  text-align: justify; }

table#lineups {
  width: 60%; }
  table#lineups tr th.numbers {
    width: 60px; }
  table#lineups tr td {
    align: center; }
  table#lineups tr td.name {
    width: 120px; }
  table#lineups tr td.numbers {
    width: 60px; }
  table#lineups tr td.input_field {
    width: 300px; }
  table#lineups tr td.submit {
    width: 100px;
    float: right; }

table#entitlements td div.show_history {
  border: 0px;
  background: url("../images/arrow-down-black.png") no-repeat 0 0;
  width: 10px;
  height: 7px;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  display: block; }
  table#entitlements td div.show_history.active {
    background-position: 0px -7px;
    height: 10px; }

table#devices tbody tr td img {
  vertical-align: middle; }
table#devices thead tr th:first-child {
  text-align: center; }
table#devices tbody tr td:first-child {
  text-align: center; }
