@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: 'robotolight';
  src: url("../fonts/Roboto-Light-webfont.eot");
  src: url("../fonts/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light-webfont.woff") format("woff"), url("../fonts/Roboto-Light-webfont.ttf") format("truetype"), url("../fonts/Roboto-Light-webfont.svg#robotolight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotothin';
  src: url("../fonts/Roboto-Thin-webfont.eot");
  src: url("../fonts/Roboto-Thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Thin-webfont.woff") format("woff"), url("../fonts/Roboto-Thin-webfont.ttf") format("truetype"), url("../fonts/Roboto-Thin-webfont.svg#robotothin") format("svg");
  font-weight: normal;
  font-style: normal; }
/* OPEN SANS */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Regular-webfont.eot");
  src: url("../fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular") format("svg");
  font-weight: normal;
  font-weight: 400;
  font-style: normal; }
/* Light */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Light-webfont.eot");
  src: url("../fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light-webfont.woff") format("woff"), url("../fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Light-webfont.svg#OpenSansLight") format("svg");
  font-weight: 200;
  font-style: normal; }
/* Semibold */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Semibold-webfont.eot");
  src: url("../fonts/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Semibold-webfont.woff") format("woff"), url("../fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold") format("svg");
  font-weight: 500;
  font-style: normal; }
/* Bold */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Bold-webfont.eot");
  src: url("../fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold-webfont.woff") format("woff"), url("../fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Bold-webfont.svg#OpenSansBold") format("svg");
  font-weight: bold;
  font-weight: 700;
  font-style: normal; }
/* Extra Bold */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-ExtraBold-webfont.eot");
  src: url("../fonts/OpenSans-ExtraBold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBold-webfont.woff") format("woff"), url("../fonts/OpenSans-ExtraBold-webfont.ttf") format("truetype"), url("../fonts/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../../fonts/glyphicons-halflings-regular.eot);
  src: url(../../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg"); }
* {
  border: 0;
  margin: 0; }

.ui-widget-overlay {
  background-color: #fff;
  opacity: 0.5; }

.ui-overlay {
  z-index: 9999999999999999999;
  position: absolute; }

.ui-widget-content {
  border: 0;
  background: 0;
  background-color: #fff;
  -moz-box-shadow: 0 0 4px #444;
  box-shadow: 0 0 4px #444; }

.ui-dialog .ui-dialog-content {
  min-height: 100px;
  height: auto !important;
  height: 100px;
  width: 100%;
  background: #fff url(../../images/ajax-loader-dog.gif) no-repeat center center;
  overflow: visible; }

.ui-dialog {
  background-color: #593b27;
  border: 4px #593b27 solid;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-box-shadow: 0 0 4px #444;
  box-shadow: 0 0 4px #444; }

.ui-dialog .ui-dialog-titlebar {
  height: 20px;
  padding: 0;
  margin: 0;
  background: 0;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0; }

.ui-dialog .ui-dialog-title {
  background-color: none;
  color: #fff;
  font-weight: bold;
  font-size: 11px; }

.ui-dialog .ui-dialog-content {
  padding: 0;
  margin: 0; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 3px;
  top: 2px;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
  background: none;
  border: 0;
  color: #fff;
  outline: 0;
  content: "";
  font-family: "Arial";
  font-size: 15px; }

.ui-dialog .ui-dialog-titlebar-close:before {
  content: "x"; }

.ui-multiselect {
  padding: 2px 0 2px 4px;
  text-align: left;
  width: 90% !important; }

.ui-multiselect span.ui-icon {
  float: right; }

.ui-multiselect-single .ui-multiselect-checkboxes input {
  position: absolute !important;
  top: auto !important;
  left: -9999px; }

.ui-multiselect-single .ui-multiselect-checkboxes label {
  padding: 5px !important; }

.ui-multiselect-header {
  margin-bottom: 3px;
  padding: 3px 0 3px 4px; }

.ui-multiselect-header ul {
  font-size: .9em; }

.ui-multiselect-header ul li {
  float: left;
  padding: 0 10px 0 0; }

.ui-multiselect-header a {
  text-decoration: none; }

.ui-multiselect-header a:hover {
  text-decoration: underline; }

.ui-multiselect-header span.ui-icon {
  float: left; }

.ui-multiselect-header li.ui-multiselect-close {
  float: right;
  text-align: right;
  padding-right: 0; }

.ui-multiselect-menu {
  display: none;
  padding: 3px;
  position: absolute;
  z-index: 10000;
  text-align: left; }

.ui-multiselect-checkboxes {
  position: relative;
  overflow-y: scroll; }

.ui-multiselect-checkboxes label {
  cursor: default;
  display: block;
  border: 1px solid transparent;
  padding: 3px 1px; }

.ui-multiselect-checkboxes label input {
  position: relative;
  top: 1px; }

.ui-multiselect-checkboxes li {
  clear: both;
  font-size: .9em;
  padding-right: 3px; }

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid; }

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
  display: block;
  padding: 3px;
  margin: 1px 0;
  text-decoration: none; }

* html .ui-multiselect-checkboxes label {
  border: 0; }

.ui-tabs {
  position: relative;
  padding: 0;
  background: 0;
  border: 0;
  box-shadow: none;
  width: 100%;
  clear: both;
  margin: 0;
  overflow: hidden;
  margin-top: 10px; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
  background: 0;
  border: 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom: 0;
  padding: 0;
  white-space: nowrap;
  outline: 0; }

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
  outline: 0;
  font-size: 11px; }

.ui-tabs .ui-tabs-nav li.grey {
  margin-bottom: -1px;
  padding-bottom: 1px;
  background: 0;
  background-color: #999;
  color: #fff; }

.ui-tabs .ui-tabs-nav li.grey a {
  color: #fff; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
  background: 0;
  background-color: #267ec5;
  border: 0;
  color: #fff; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
  color: #fff; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  margin: 0;
  background: url(../../images/dLineX.png) repeat-x top;
  box-shadow: none;
  padding-bottom: 20px;
  overflow: hidden; }

.ui-tabs .ui-tabs-nav li.errors {
  border-color: #C00 !important; }

body {
  padding: 0px;
  margin: auto;
  min-width: 996px; }

.col-xs-12 {
  padding: 0px; }

a {
  color: #593b27;
  text-decoration: none;
  outline: none !important; }

a:hover {
  color: #a49286; }

.pagination > li > a, .pagination > li > span {
  color: #593b27; }

.pagination > li > a:hover {
  color: #dbd1c5; }

.pagination > li > span, .pagination > li > span:hover {
  font-weight: bold;
  color: #F60; }

.pagination > li > span.next, .pagination > li > span.prev {
  font-weight: 100;
  color: #f3e4c5; }

.row {
  margin-right: 0px;
  margin-left: 0px; }

a:hover, a:focus, a:active {
  text-decoration: none; }

.nav > li > a:hover, .nav > li > a:focus, .nav > li > a:active {
  background: none !important;
  text-decoration: none; }

.container {
  width: 996px !important;
  margin: auto; }

/* PASEK NA SAMEJ GÓRZE */
#over-top {
  font-family: 'Arial', sans-serif;
  height: 27px;
  font-size: 11px;
  background: -webkit-linear-gradient(#e2cfbc, #e2cfbc);
  background: -o-linear-gradient(#e2cfbc, #e2cfbc);
  background: -moz-linear-gradient(#e2cfbc, #e2cfbc);
  background: linear-gradient(#e2cfbc, #e2cfbc);
  border-bottom: 1px solid #a49286; }

#over-top .container, #over-top .col-xs-12, #over-top .row, #over-top .col-xs-4 {
  height: 26px; }

#over-top .loggedin {
  background: #f2e1d2;
  text-align: center;
  color: #593b27;
  padding-top: 5px; }

#over-top .top-menu li:hover {
  background: #f2e1d2; }

#over-top .loggedin .logged {
  color: #593b27;
  font-style: italic; }

#over-top .top-menu, #over-top .top-menu li {
  height: 26px; }

#over-top .side-menu {
  font-weight: 700; }

#over-top .side-menu .nav {
  float: right !important; }

#over-top .side-menu a {
  color: #593b27 !important; }

#over-top .nav li a {
  padding: 5px 7px 0px 7px; }

/*PASEK Z MENU*/
#top {
  height: 103px;
  background: -webkit-linear-gradient(#e2cfbc, #988277);
  background: -o-linear-gradient(#e2cfbc, #988277);
  background: -moz-linear-gradient(#e2cfbc, #988277);
  background: linear-gradient(#e2cfbc, #988277);
  color: #fff;
  font-size: 12px;
  font-weight: 700; }

#top .logo {
  text-align: center;
  padding-top: 17px; }

#top .menu ul li {
  padding-top: 10px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }

#top .menu a {
  color: #fff; }

#top .menu .none {
  background: none; }

#top .nav-img {
  padding-bottom: 5px; }

/* HOVER SHADOW */
/* SHADOW HOVER */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 80%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform,opacity;
  transition-property: transform, opacity; }

.hvr-float-shadow:active, .hvr-float-shadow:focus, .hvr-float-shadow:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px); }

.hvr-float-shadow:active:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px); }

/* PASEK POD TOPEM */
#under-top {
  border-bottom: 1px #efefef solid;
  padding-bottom: 2px; }

#under-top a {
  display: block;
  float: left;
  color: #fff;
  font-size: 11px;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  padding: 0px 20px 0px 10px;
  background: #593b27 url(../images/naviItemBg.jpg) no-repeat top right;
  margin-right: 10px; }

#under-top a:hover {
  background: #ffb700 url(../images/naviItemBg.jpg) no-repeat bottom right !important; }

/* CONTENT */
#content .col-xs-4 {
  text-align: center;
  height: 160px; }

#content .col-xs-6 {
  text-align: center;
  height: 160px; }

#content .col-xs-4.border {
  border-bottom: 1px solid #d8cfd9;
  border-left: 1px solid #d8cfd9;
  border-right: 1px solid #d8cfd9; }

#content .col-xs-6.border2 {
  border-left: 1px solid #d8cfd9; }

#content .col-xs-6 {
  color: #792769;
  font-size: 11px;
  font-weight: bold;
  font-family: 'Arial', sans-serif; }

#content .gora {
  padding-top: 40px;
  border-bottom: 1px solid #d8cfd9; }

#content .col-xs-4 {
  color: #792769;
  border-bottom: 1px solid #d8cfd9;
  font-size: 11px;
  font-weight: bold;
  font-family: 'Arial', sans-serif; }

#content .col-xs-4 a, #content .col-xs-6 a {
  color: #593b27; }

#content .nav-img {
  padding-top: 20px; }

/* TABELOWE */
#tabelowe .col-xs-12.wybor {
  text-align: right; }

#tabelowe .pagin {
  text-align: center; }

#tabelowe .pagin a {
  color: #593b27;
  font-weight: bold; }

#tabelowe .pagin a:hover {
  background-color: #f1f1f1 !important; }

.wyniki {
  margin-bottom: 0px !important;
  border: 0px !important; }

#tabelowe .btn-group select {
  min-width: 140px; }

#tabelowe .btn-group select, select {
  height: 34px;
  border-color: #ccc;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.forma select, .ustaw select {
  border-radius: 4px;
  width: 100%; }

.spr {
  padding-bottom: 10px; }

.default-table .tytul {
  padding-top: 30px;
  padding-bottom: 10px;
  font-weight: bold; }

.default-table .table tbody tr {
  height: 27px; }

.default-table .panel-heading {
  background: #593b27;
  color: #fff;
  overflow: hidden; }

tr img {
  padding-left: 5px;
  padding-right: 5px; }

.default-table .urzad .blue {
  background-color: #96CAE7 !important; }

.default-table .urzad .green {
  background-color: #BBE393 !important; }

.default-table .urzad .yellow {
  background-color: #F2F095 !important; }

.default-table .table tbody tr:hover {
  background: #f4d3b3 !important; }

.default-table .table tbody tr:nth-child(odd) {
  background: #f1f1f1; }

.default-table thead {
  font-size: 12px; }

.default-table .panel-heading .left {
  float: left; }

.default-table .panel-heading .right {
  float: right; }

.default-table .buton {
  text-align: right;
  padding-bottom: 10px; }

.default-table .saldo {
  padding-bottom: 10px; }

.default-table .saldo strong {
  color: #593b27;
  font-weight: bold;
  font-size: 16px; }

.default-table .wydatki {
  color: #593b27;
  font-weight: bold;
  border-left: 1px solid #ccc; }

.default-table .wplywy {
  color: #0C6;
  font-weight: bold;
  border-left: 1px solid #ccc; }

.default-table .table, #tabelowe thead tr th {
  text-align: center; }

.default-table .saldo-dolne {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
  border-bottom: 0px; }

.default-table .mail {
  padding-top: 15px; }

.default-table .przebieg-dodaj {
  padding-top: 15px !important; }

.default-table .przebieg, #tabelowe .raport {
  float: left; }

.default-table .rok {
  float: left;
  padding-bottom: 10px; }

.default-table .dodaj {
  float: right; }

.default-table .raport {
  padding-top: 15px; }

.default-table .raport button {
  background: #593b27;
  color: #fff;
  font-weight: bold;
  border: 1px solid white; }

.default-table .przedstaw {
  text-align: right;
  padding-top: 2px;
  padding-right: 15px; }

.default-table .przedstaw button {
  background: #593b27;
  color: #fff;
  font-weight: bold;
  border: 1px solid white; }

.default-table .raport button:hover {
  background: none;
  color: #000;
  font-weight: bold;
  border: 1px #ccc solid; }

.default-table .ewidencja {
  background-color: #ebd3f1;
  color: #fff; }

.default-table .promocje {
  background-color: #593b27;
  color: #fff; }

.default-table .final {
  background: #593b27 !important;
  color: #fff;
  font-weight: bold; }

.default-table .generuj a {
  font-weight: bold;
  color: #593b27;
  font-size: 13px;
  line-height: 25px; }

.default-table .ikony {
  padding-bottom: 10px; }

.default-table .suma td, #tabelowe .suma th {
  font-size: 10px; }

.default-table .suma tbody tr:last-child:hover {
  background: #593b27 !important; }

.default-table .suma .prod {
  font-weight: bold; }

.default-table .input-group-addon {
  background: none !important;
  border: 0px !important;
  color: #593b27; }

.forma .col-xs-3 {
  text-align: right;
  padding: 5px 0px 0px 0px; }

.ustaw .col-xs-3 {
  padding: 10px 0px 0px 0px;
  text-align: right; }

.forma .row, .ustaw .row {
  margin-bottom: 10px; }

.input-group {
  padding-bottom: 10px;
  right: 0px !important; }

.default-table .form-control {
  padding: 0px !important; }

.default-table .filtry {
  background-color: #dbd1c5;
  border: 1px solid #593b27;
  color: #593b27;
  padding: 15px;
  margin: 10px auto; }

/* KALENDARZ */
#smartCalendar {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-top: 1px solid #dbd1c5;
  border-left: 1px solid #dbd1c5; }

#smartCalendar .cell {
  width: 14.2857%;
  height: 130px;
  float: left;
  border-right: 1px #dbd1c5 solid;
  border-bottom: 1px #dbd1c5 solid;
  font-size: 11px;
  cursor: pointer;
  position: relative; }

#smartCalendar .head {
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #593b27;
  font-weight: bold;
  cursor: default; }

#smartCalendar .disabled {
  background-color: #f5f1eb;
  color: #999;
  cursor: default; }

#smartCalendar .global-dialog.enabled:hover {
  background-color: #FFF8F0; }

#smartCalendar .enabled .glyphicon {
  position: absolute;
  top: 111px;
  display: none;
  font-size: 12px;
  z-index: 10; }

#smartCalendar .enabled .add {
  right: 3px;
  top: 3px;
  color: #5cb85c; }

#smartCalendar .enabled .edit {
  left: 3px; }

#smartCalendar .enabled .delete {
  right: 3px; }

#smartCalendar .enabled:hover .glyphicon {
  display: block; }

#smartCalendar .calendar-data {
  padding: 3px;
  font-size: 10px; }

#smartCalendar .calendar-data a {
  text-decoration: underline; }

#mail .bgcont {
  background: #dbd1c5;
  color: #593b27;
  margin-top: 10px;
  padding: 15px; }

#mail h1 {
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
  padding: 0px; }

.produkty {
  width: 100%;
  margin: 10px auto; }

.produkty .col-xs-3 {
  padding: 0px; }

.produkty .col-xs-9 {
  text-align: right;
  padding: 0px; }

.plany span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 5px; }

.lek {
  text-align: right;
  padding-top: 7px; }

.name {
  float: left;
  padding-top: 7px;
  padding-right: 4px; }

.plany .save {
  text-align: right;
  padding-top: 5px;
  padding-right: 15px; }

.txt {
  font-size: 11px;
  padding-top: 9px; }

.txt2 {
  font-size: 10px;
  padding-top: 11px;
  color: #d3aaca; }

.ustaw {
  padding: 0px !important; }

.zadania {
  font-size: 11px; }

.zadania td {
  vertical-align: middle !important; }

.zadania .orange {
  color: #F60; }

.zadania .blue {
  color: #09F; }

.wybor.zad {
  padding-bottom: 5px; }

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* FOOTER */
#foot {
  border-top: 1px solid #efefef;
  height: 50px;
  width: 100%;
  text-align: center;
  color: #ccc;
  font-size: 11px;
  padding-top: 5px;
  margin-top: 25px; }

#foot a {
  color: #ccc; }

.top-nav {
  float: right; }

.line-group {
  overflow: hidden; }

.line-group input, .line-group select {
  height: 34px; }

.line-group input, .line-group select, .line-group textarea {
  background-color: white;
  border: 1px #cccccc solid;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  box-sizing: border-box;
  color: #555555;
  cursor: auto;
  font-size: 14px;
  line-height: 20px;
  margin: 5px;
  padding: 0px 5px; }

.line-group .errors {
  color: #ba0000;
  list-style: none;
  font-size: 11px;
  font-style: italic;
  float: right; }

.line-group .errors li {
  text-align: left; }

input[type=text], input[type=submit], input[type=password], button, select, textarea, .form-control, a {
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -ms-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
  outline: none; }

input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus, .form-control:focus {
  box-shadow: 0 0 5px #593b27;
  border: 1px solid #593b27; }

input[disabled="disabled"], input[readonly="readonly"], select[disabled="disabled"], select[readonly="readonly"] {
  background-color: #efefef; }

button.reset, input[type="submit"], .global-sendForm, .dialog-filter-btn {
  background: #dbd1c5;
  border: 1px #dbd1c5 solid;
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #593b27;
  font-size: 14px !important;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin: 5px; }

.global-sendForm.loading {
  opacity: 0.5; }

button.reset:hover, input[type="submit"]:hover, .global-sendForm:hover, .dialog-filter-btn:hover {
  border: 1px #593b27 solid;
  background: #ffffff;
  text-decoration: none; }

.btn-group {
  clear: left; }

.filtry .line-group {
  float: left;
  height: 50px;
  overflow: hidden;
  padding-right: 10px; }

.filtry .line-group label {
  font-weight: 100; }

.padding-top {
  padding-top: 10px; }

.to-right {
  text-align: right; }

.to-left {
  text-align: left; }

.content-title h1 {
  color: #593b27;
  font-size: 30px;
  font-family: 'robotothin'; }

.one-col-form .line-group, .one-col-form .multi-group, .one-col-form .btn-group {
  text-align: right; }

.one-col-form .line-group input[type="text"],
.one-col-form .line-group input[type="password"],
.one-col-form .line-group select,
.one-col-form .multi-group label {
  width: 200px; }

.one-col-form .multi-group label {
  text-align: left; }

.one-col-form .btn-group {
  float: right; }

.one-col-form .line-group .errors {
  width: 240px; }

.messages-form {
  background-color: #dbd1c5;
  border-radius: 4px;
  -moz-border-radius: 4px; }

.messages-form .form-group .line-group select,
.messages-form .form-group .line-group input[type="text"],
.messages-form .form-group .line-group textarea {
  width: 80%; }

.messages-form .form-group .line-group textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 300px;
  float: right; }

.messages-form .line-group .errors {
  width: 84%; }

/* SYSTEM MESSAGES */
#messages {
  position: fixed;
  padding: 0px;
  margin: 0px;
  top: 5%;
  left: 50%;
  z-index: 9999; }

#messages li {
  width: 400px;
  display: block;
  padding: 12px;
  padding-left: 40px;
  margin-left: -220px;
  line-height: 19px;
  margin-bottom: 10px; }

#messages .error {
  background: #f6d8d9 url(../images/errorX.png) no-repeat 12px 12px;
  border: 1px #d79292 solid;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-box-shadow: 0px 0px 5px #d79292;
  box-shadow: 0px 0px 5px #d79292; }

#messages .ok {
  background: #d8f6dc url(../images/okV.png) no-repeat 12px 12px;
  border: 1px #b6d792 solid;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-box-shadow: 0px 0px 5px #b6d792;
  box-shadow: 0px 0px 5px #b6d792; }

#messages .warn {
  background: #f9f0b3 url(../images/warn.png) no-repeat 12px 12px;
  border: 1px #cdbc49 solid;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-box-shadow: 0px 0px 5px #ff8a00;
  box-shadow: 0px 0px 5px #ff8a00; }

/* END OF SYSTEM MESSAGES */
.new-message {
  color: #0C6; }

tr.align-left td {
  text-align: left; }

tr.align-left th {
  text-align: left; }

tr.unreaded td {
  font-weight: bold; }

tr td span.small {
  font-size: 11px;
  color: #999; }

.small-grey {
  font-size: 11px;
  color: #999; }

.claendar-nav-left, .claendar-nav-right {
  padding-top: 7px; }

.claendar-nav-left {
  text-align: right; }

table th {
  text-align: center; }

table td {
  font-size: 11px; }

.default-dialog-form {
  font-size: 12px; }

.one-col-form.default-dialog-form .line-group input[type="text"],
.one-col-form.default-dialog-form .line-group input[type="password"],
.one-col-form.default-dialog-form .line-group select,
.one-col-form.default-dialog-form .multi-group label,
.one-col-form.default-dialog-form .line-group textarea {
  width: 60%; }

.one-col-form.default-dialog-form ul.errors {
  width: 70%; }

.one-col-form.default-dialog-form input[type="checkbox"] {
  float: right;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 59%;
  -moz-box-shadow: none;
  box-shadow: none; }

.one-col-form.default-dialog-form label {
  height: 34px;
  line-height: 34px; }

.badge-success {
  background-color: #5cb85c; }

.badge-error {
  background-color: #5cb85c; }

.red {
  color: #ba0000; }

.green {
  color: #5cb85c;
  font-weight: bold; }

.orange {
  color: #ff6600; }

.tooltip-inner {
  background-color: #00acd6;
  color: #fff; }

.tooltip.top .tooltip-arrow {
  border-top-color: #00acd6; }

.tooltip.right .tooltip-arrow {
  border-right-color: #00acd6; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #00acd6; }

.tooltip.left .tooltip-arrow {
  border-left-color: #00acd6; }

.top-05 {
  margin-top: 0.5em; }

.top-10 {
  margin-top: 1.0em; }

.top-15 {
  margin-top: 1.5em; }

.top-20 {
  margin-top: 2.0em; }

.top-25 {
  margin-top: 2.5em; }

.top-30 {
  margin-top: 3.0em; }

.bottom-05 {
  margin-bottom: 0.5em; }

.bottom-10 {
  margin-bottom: 1.0em; }

.bottom-15 {
  margin-bottom: 1.5em; }

.bottom-20 {
  margin-bottom: 2.0em; }

.bottom-25 {
  margin-bottom: 2.5em; }

.bottom-30 {
  margin-bottom: 3.0em; }

.left-00 {
  padding-left: 0px; }

.right-00 {
  padding-right: 0px; }

.left-05 {
  margin-left: 5px; }

.left-10 {
  margin-left: 10px; }

.left-15 {
  margin-left: 15px; }

.left-20 {
  margin-left: 20px; }

.left-25 {
  margin-left: 25px; }

.opacity-01 {
  opacity: 0.1; }

.opacity-03 {
  opacity: 0.3; }

.opacity:hover {
  opacity: 1 !important; }

.dialog-link, .global-delete, .global-dialog, a {
  cursor: pointer; }

@-webkit-keyframes glowing {
  0% {
    color: #000000; }
  50% {
    color: #ff0000; }
  100% {
    color: #000000; } }
@-moz-keyframes glowing {
  0% {
    color: #000000; }
  50% {
    color: #ff0000; }
  100% {
    color: #000000; } }
@-o-keyframes glowing {
  0% {
    color: #000000; }
  50% {
    color: #ff0000; }
  100% {
    color: #000000; } }
@keyframes glowing {
  0% {
    color: #000000; }
  50% {
    color: #ff0000; }
  100% {
    color: #000000; } }
.alert-icon {
  -webkit-animation: glowing 1000ms infinite;
  -moz-animation: glowing 1000ms infinite;
  -o-animation: glowing 1000ms infinite;
  animation: glowing 1000ms infinite;
  font-size: 15px; }

.global-loading {
  background: #fff url(../images/ring.svg) no-repeat center center;
  opacity: 0.7;
  filter: alpha(opacity=70); }

input.loading {
  background: #fff url(../images/ring.svg) no-repeat center right; }

.ui-widget {
  font-size: 12px; }

.ui-widget-content a.btn-success {
  color: #fff; }

.fullTable {
  width: 100%; }

.fullTable tr th {
  background-color: #593b27;
  color: white; }

.fullTable tr th a {
  color: white; }

.fullTable tr th, .fullTable tr td {
  padding: 3px;
  text-align: center; }

.fullTable tr:nth-child(even) td {
  background-color: #efefef; }

.fullTable tr:hover td {
  background-color: #f3e4c5; }

hr {
  margin: 5px 0px; }

.product-form {
  margin: 10px; }

.product-form .line-group, .product-form .form-group {
  overflow: hidden; }

.product-form .line-group label {
  width: 210px;
  text-align: right; }

.product-form .btn-group {
  float: right; }

.product-form ul.errors {
  clear: both;
  margin-left: 190px;
  float: left; }

.product-form input[type="checkbox"] {
  float: right;
  margin-right: 57%;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 0px; }

.product-form label {
  height: 34px;
  line-height: 34px; }

.dialog-filter ul.errors {
  display: none; }

.fa, .glyphicon {
  font-size: 16px; }

.workharm .dark-header {
  font-size: 14px; }

.workharm .dark-header a {
  display: block;
  width: 34px;
  float: right;
  color: #dbd1c5; }

.workharm .dark-header a:hover {
  color: #fff; }

table tr.final:hover td, table tr.dark-header th {
  background-color: #593b27;
  color: #fff; }

table tr.light-header th {
  background-color: #dbd1c5;
  color: #593b27; }

.rank-marker {
  width: 8px;
  padding: 0px !important;
  font-size: 1px; }

tr.rank-color-1 td, td.rank-color-1 {
  background-color: #96cae7; }

tr.rank-color-2 td, td.rank-color-2 {
  background-color: #bbe393; }

tr.rank-color-3 td, td.rank-color-3 {
  background-color: #f2f095; }

tr.rank-color-4 td, td.rank-color-4 {
  background-color: #f4d3b3; }

a.black-link {
  color: #000; }

.table-header {
  background-color: #593b27;
  color: white;
  font-weight: bold;
  padding: 5px; }

input.short {
  width: 40px !important; }

.workharm-products label {
  font-size: 11px;
  font-weight: 100; }

.workharm-products dt, .workharm-products dd, .workharm-products dl, .workharm-products fieldset {
  margin: 0px;
  padding: 0px; }

.workharm-products input.highlight {
  background-color: #dbd1c5; }

.float-left {
  float: left; }

.panel-label {
  float: left;
  margin: 3px;
  margin-left: -5px;
  clear: both; }

.panel-body {
  clear: both; }

.month-stats-table td, .month-stats-table th {
  font-size: 12px !important;
  padding: 2px !important; }

.short-date {
  width: 100px; }

.dialog-form-table textarea {
  width: 190px;
  height: 100px;
  font-size: 12px; }

.dialog-form-table label {
  width: 160px;
  text-align: right;
  font-size: 11px; }

input[type="checkbox"] {
  margin: 5px;
  padding: 0px;
  height: auto;
  box-shadow: none; }

.itemlist input[type="text"] {
  width: 80px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 4px; }

.live-datepicker {
  width: 100px; }

.light-table th {
  background-color: #ccc; }

.light-table th, .light-table td {
  padding: 2px; }

.light-table tr:nth-child(even) td {
  background-color: #efefef; }

.progress-bar-box {
  width: 100%;
  height: 100px;
  position: relative;
  font-size: 11px; }

.progress-bar-box .progress-bar-100 {
  height: 30px;
  margin-top: 34px;
  margin-bottom: 34px;
  border: 1px #ccc solid;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  overflow: hidden; }

.progress-bar-box .progress-bar-100 .progress-bar-status {
  height: 30px;
  width: 100%;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 1px;
  z-index: 2; }

.progress-bar-box .progress-bar-100 .progress-bar {
  height: 30px; }

.progress-bar-box .progress-bar-100 .green {
  background: #bfd255;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfd255), color-stop(50%, #8eb92a), color-stop(51%, #72aa00), color-stop(100%, #9ecb2d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 );
  /* IE6-9 */ }

.progress-bar-box .progress-bar-100 .red {
  background: #f85032;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f85032), color-stop(50%, #f16f5c), color-stop(51%, #f6290c), color-stop(71%, #f02f17), color-stop(100%, #e73827));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 );
  /* IE6-9 */ }

.progress-bar-box .progress-bar-day {
  padding-top: 60px;
  height: 10px;
  border-left: 1px #000 solid;
  position: absolute;
  top: -5px;
  padding-left: 5px; }

.progress-bar-box .progress-points {
  font-weight: bold;
  position: absolute;
  top: 35px;
  z-index: 3; }

.progress-bar-box .progress-stop-points {
  right: 0px; }

.progress-bar-box .progress-current-points {
  margin-left: -50px;
  width: 100px;
  text-align: center;
  top: -15px; }

.progress-table {
  overflow: hidden; }

.progress-table .table-left {
  float: left;
  width: 49%; }

.progress-table .table-right {
  float: right; }

.progress-table table th, .progress-table table td {
  padding: 6px;
  text-align: center; }

.progress-table table th {
  background: #ccc; }

.progress-table table tr:nth-child(odd) td {
  background-color: #efefef; }

.small-table table {
  width: 100%; }

.small-table table tr td, .small-table table tr th {
  text-align: center;
  padding: 3px;
  font-size: 11px; }

.small-table table tr th {
  background-color: #ccc; }

.small-table table tr:nth-child(odd) td {
  background-color: #efefef; }

.login-box {
  background: #e2cfbc;
  background: -moz-linear-gradient(top, #e2cfbc 0%, #988277 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2cfbc), color-stop(100%, #988277));
  background: -webkit-linear-gradient(top, #e2cfbc 0%, #988277 100%);
  background: -o-linear-gradient(top, #e2cfbc 0%, #988277 100%);
  background: -ms-linear-gradient(top, #e2cfbc 0%, #988277 100%);
  background: linear-gradient(to bottom, #e2cfbc 0%, #988277 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$gradient-top', endColorstr='$gradient-bottom',GradientType=0 );
  border: 1px #593b27 solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 8px 0 #D1D1D1;
  box-shadow: 0 0 8px 0 #D1D1D1; }

.login-box h1 {
  margin: 20px 10px;
  text-align: left;
  font-size: 22px;
  color: #593b27; }

.login-box .errors {
  clear: both;
  width: 100%; }

.login-box .errors li {
  padding-left: 120px; }

.login-box label {
  font-size: 12px;
  font-weight: 100;
  color: #593b27; }

.login-box form-line {
  text-align: right; }

.jumbotron.vertical-center {
  margin-bottom: 0;
  background-color: #fff; }

.vertical-center {
  min-height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.part-color {
  width: 100%;
  height: 6px;
  border-top: 2px #fff solid; }

.part-color-bule {
  background-color: #96cae7; }

.part-color-orange {
  background-color: #F60; }

.part-color-yellow {
  background-color: #cdbc49; }

.part-color-red {
  background-color: #ba0000; }

.part-color-orange {
  background-color: #F60; }

.part-color-green {
  background-color: #72aa00; }

.dateOfUse {
  width: 90px !important; }

.map-buttons {
  background-color: #593b27;
  padding-bottom: 10px;
  text-align: center; }

.rank-color-1 {
  background-color: #96cae7; }

.rank-color-2 {
  background-color: #bbe393; }

.rank-color-3 {
  background-color: #f2f095; }

.rank-color-4 {
  background-color: #f4d3b3; }

@-webkit-keyframes glowing {
  0% {
    color: #000000; }
  50% {
    color: #ff0000; }
  100% {
    color: #000000; } }
@-moz-keyframes glowing {
  0% {
    color: #000000; }
  50% {
    color: #ff0000; }
  100% {
    color: #000000; } }
@-o-keyframes glowing {
  0% {
    color: #000000; }
  50% {
    color: #ff0000; }
  100% {
    color: #000000; } }
@keyframes glowing {
  0% {
    color: #000000; }
  50% {
    color: #ff0000; }
  100% {
    color: #000000; } }
@-webkit-keyframes textglowing {
  0% {
    background-color: #000000; }
  50% {
    background-color: #ff0000; }
  100% {
    background-color: #000000; } }
@-moz-keyframes textglowing {
  0% {
    background-color: #000000; }
  50% {
    background-color: #ff0000; }
  100% {
    background-color: #000000; } }
@-o-keyframes textglowing {
  0% {
    background-color: #000000; }
  50% {
    background-color: #ff0000; }
  100% {
    background-color: #000000; } }
@keyframes textglowing {
  0% {
    background-color: #000000; }
  50% {
    background-color: #ff0000; }
  100% {
    background-color: #000000; } }
@-webkit-keyframes textglowingorange {
  0% {
    background-color: #000000; }
  50% {
    background-color: #ff9600; }
  100% {
    background-color: #000000; } }
@-moz-keyframes textglowingorange {
  0% {
    background-color: #000000; }
  50% {
    background-color: #ff9600; }
  100% {
    background-color: #000000; } }
@-o-keyframes textglowingorange {
  0% {
    background-color: #000000; }
  50% {
    background-color: #ff9600; }
  100% {
    background-color: #000000; } }
@keyframes textglowingorange {
  0% {
    background-color: #000000; }
  50% {
    background-color: #ff9600; }
  100% {
    background-color: #000000; } }
.alert-text {
  -webkit-animation: textglowing 1000ms infinite;
  -moz-animation: textglowing 1000ms infinite;
  -o-animation: textglowing 1000ms infinite;
  animation: textglowing 1000ms infinite;
  font-size: 15px; }

.alert-text-orange {
  -webkit-animation: textglowingorange 1000ms infinite;
  -moz-animation: textglowingorange 1000ms infinite;
  -o-animation: textglowingorange 1000ms infinite;
  animation: textglowingorange 1000ms infinite;
  font-size: 15px; }

#clients-view-box .filtry .btn-group {
  clear: left; }

/*# sourceMappingURL=style.css.map */
.grey-row {
  padding: 10px;
  background-color: #EEEEEE; }

.white-row {
  padding: 10px; }

ul.errors {
  list-style-type: none;
  color: red;
  text-align: center;
  padding-left: 0; }

/*# sourceMappingURL=style.css.map */
