@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-10-24, 19:22:25
    Author     : Łukasz Rutkowski
*/
/* UBUNTU LIGHT */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/Ubuntu-Light.ttf");
}
/* UBUNTU REGULAR */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/Ubuntu-Regular.ttf");
}
/* UBUNTU MEDIUM */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/Ubuntu-Medium.ttf");
}
/* UBUNTU BOLD */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  src: url("../../fonts/Ubuntu-Bold.ttf");
}
* {
  box-sizing: border-box;
}

html {
  min-width: 100%;
  min-height: 100%;
}

header {
  background-color: #fff;
}

body {
  font-family: "Ubuntu";
  margin: 0;
  padding: 0;
  height: 100%;
  background: #efefef;
  background-size: cover;
}
@media (orientation: portrait) {
  body {
    background-size: 280% auto;
    background-position-x: 70%;
    background-position-y: top;
  }
}
body .home-panelbody {
  background-color: #161616;
}
body .background-text {
  color: #5b5b5b;
}

.modern-container-fluid {
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tiles {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  max-width: 1200px;
  height: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.tile {
  width: 200px;
  height: 180px;
  border: #efefef;
  transition: 0.1s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  will-change: all;
}
.tile svg path {
  fill: #00ada9;
}
.tile p {
  margin-top: 10px;
  text-align: center;
  margin-bottom: 0px;
}
.tile .title,
.tile .amount,
.tile .icon {
  color: #5b5b5b;
}
.tile .title {
  font-size: 16px;
}
.tile .amount {
  font-size: 10px;
  font-weight: 200;
  opacity: 0.7;
}
.tile .icon {
  font-size: 40px;
  padding-bottom: 0.3em;
}
.tile:hover, .tile.initial {
  transform: scale(1.05) translate3d(0, 0, 0);
  border-radius: 3px;
  transition: 0.3s;
  background-color: #e3e3e3;
}
.tile:hover .icon,
.tile:hover .title,
.tile:hover .amount, .tile.initial .icon,
.tile.initial .title,
.tile.initial .amount {
  opacity: 1;
}

#content {
  margin-top: 8px;
}
#content .modern-container-fluid {
  /*        background: url('../../images/background1.jpg')  no-repeat center center fixed;


          background: linear-gradient(to bottom, rgba(255,255,255,0) 85%,
              rgba(22,22,22,1)), url('../../images/background1.jpg')no-repeat center center fixed;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;*/
}

#over-top {
  height: 27px;
  font-size: 12px;
  color: #969696;
  margin-top: 5px;
  background-color: #fff;
}
#over-top #over-top-content {
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
  -webkit-padding-end: 10px;
          padding-inline-end: 10px;
  margin-top: 10px;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
#over-top #over-top-content p {
  margin-bottom: 0px;
}
#over-top #over-top-content .item:last-child {
  display: inline-flex;
}
#over-top #over-top-content .breadcrumb {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  background: none;
  display: inline-block;
  float: left;
  margin: 0;
  list-style: none;
}
#over-top #over-top-content .breadcrumb a {
  color: #969696 !important;
}
#over-top #over-top-content .breadcrumb li a {
  color: #969696 !important;
}
#over-top #over-top-content .breadcrumb li:last-child a {
  color: #969696;
  font-weight: 900;
}

#top {
  height: 103px;
  color: #969696;
  font-size: 12px;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 15px 1px rgba(113, 106, 202, 0.1);
  background-color: #fff;
}
#top #top-content {
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
  margin-top: 10px;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  color: #969696 !important;
}
#top #top-content .item {
  color: #969696 !important;
}
#top #top-content .item .menu {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
#top #top-content .item .menu a {
  display: block;
}
#top #top-content .item .menu li:last-of-type a {
  border: none;
}
#top #top-content .item .menu .menu-item {
  height: 100%;
  border-right: 2px solid rgba(57, 48, 82, 0.05);
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #969696 !important;
  /*width: 120px;*/
}
#top #top-content .item .menu .menu-item svg {
  display: block;
  margin: auto;
}
#top #top-content .item .menu .menu-item svg path {
  fill: #969696;
}
#top #top-content .item .menu .menu-item p {
  text-align: center;
  margin-bottom: 0px;
  margin-top: 5px;
}
#top #top-content .item .menu .menu-item .title {
  font-size: 13px;
  font-weight: 400;
}
#top #top-content .item .menu .menu-item:hover, #top #top-content .item .menu .menu-item.initial {
  transform: scale(1.05) translate3d(0, 0, 0);
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-radius: 3px;
  box-shadow: -5px 1px 15px 1px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  text-decoration: none;
}
#top #top-content .item .menu .menu-item:hover .icon,
#top #top-content .item .menu .menu-item:hover .title,
#top #top-content .item .menu .menu-item:hover .amount, #top #top-content .item .menu .menu-item.initial .icon,
#top #top-content .item .menu .menu-item.initial .title,
#top #top-content .item .menu .menu-item.initial .amount {
  opacity: 1;
}
#top h1,
#top h2 {
  margin: 0px;
  font-style: italic;
}

a {
  color: #00ada9;
}
a:hover {
  color: #4AACA1;
}

.ui-dialog {
  border: 4px #fff solid;
  border-radius: 0;
  background-color: #fff;
}
.ui-dialog .ui-dialog-title {
  color: #969696;
}
.ui-dialog .ui-dialog-titlebar-close {
  top: 6px;
  color: #969696;
}

.ui-widget {
  font-family: "Ubuntu" !important;
}

.ui-widget-overlay {
  background-color: #212121;
}

.fullTable tr {
  border-bottom: 1px #eee solid;
}
.fullTable tr:nth-child(even) td {
  background-color: #fff;
}
.fullTable tr:last-child {
  border: 0;
}
.fullTable tr th {
  background-color: #969696;
  color: white;
}
.fullTable tr:hover td {
  background-color: #ccc;
}

.default-table {
  border-radius: 0px !important;
  font-family: "Ubuntu" !important;
}
.default-table .btn-success {
  color: #fff;
}
.default-table .final {
  background: #ccc !important;
  color: #222;
  font-weight: bold;
}
.default-table .filtry {
  background-color: #fff;
  border: none;
  color: #222;
}
.default-table a {
  color: #222;
}
.default-table .table th {
  background-color: #969696;
  color: white;
  border: 0;
  font-family: "Ubuntu" !important;
}
.default-table .table th .green {
  color: #A7DDA7 !important;
}
.default-table .table tr.dark-header th {
  background-color: #969696;
  color: #ccc;
  font-family: "Ubuntu" !important;
}
.default-table .table tr.light-header th {
  background-color: #ccc;
  color: #222;
  vertical-align: middle;
  font-family: "Ubuntu" !important;
  font-weight: normal;
}
.default-table .table tr.white-header th {
  background-color: #fff;
  color: #000;
  vertical-align: middle;
  font-family: "Ubuntu" !important;
  font-weight: normal;
}
.default-table .table tbody {
  font-family: "Ubuntu" !important;
}
.default-table .table tbody tr:nth-child(odd) {
  background: #fff;
}
.default-table .table tbody tr:hover td {
  background-color: #ccc;
}

table tr.dark-header th {
  background-color: #969696;
  color: #ccc;
}
table tr.light-header th {
  background-color: #ccc;
  color: #222;
}

.small-table table {
  background-color: #fff;
}

.pagination > li > a {
  color: #969696;
}
.pagination > li > a:hover {
  color: #000;
}
.pagination > li > span {
  color: #000;
}

input[type=submit] {
  border-radius: 0px !important;
  background-color: #ccc;
  border: 1px #ccc solid;
  color: #000;
}
input[type=submit]:hover {
  background-color: #ccc;
  border: 1px #969696 solid;
}

button {
  border-radius: 0px !important;
}
button.reset, button.dialog-filter-btn, button.global-sendForm, button.dialog-tab-filter-btn {
  background-color: #ccc;
  border: 1px #ccc solid;
  color: #000;
}
button.reset:hover, button.dialog-filter-btn:hover, button.global-sendForm:hover, button.dialog-tab-filter-btn:hover {
  background-color: #ccc;
  border: 1px #969696 solid;
}

.btn,
.form-control,
.input-group-addon {
  border-radius: 0px !important;
}

.display-settings {
  color: #969696;
  margin-right: 10px;
}
.display-settings i {
  font-size: 12px;
}
.display-settings:hover {
  color: #ccc;
  cursor: pointer;
}

.panel {
  border-radius: 0px !important;
}

.line-group input,
.line-group select,
.line-group textarea,
.light-input input,
.light-input select,
.light-input textarea {
  border: 1px #ddd solid;
  border-radius: 0px;
}
.line-group input:focus,
.line-group select:focus,
.line-group textarea:focus,
.light-input input:focus,
.light-input select:focus,
.light-input textarea:focus {
  border-color: #969696;
  box-shadow: #969696 0px 1px 2px 0px inset;
}

.content-title h1 {
  color: #5b5b5b;
  font-size: 30px;
  font-family: "Ubuntu";
}

.messages-form {
  background-color: #fff;
  border-radius: 0px;
  -moz-border-radius: 0px;
}

.message-content {
  background-color: #fff;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.5);
  margin-top: 40px;
}
.message-content .message-title,
.message-content .message-text {
  padding-left: 20px;
  padding-bottom: 20px;
}

.messages-table a {
  color: #222;
}
.messages-table a:hover {
  color: #ddd;
}

#cke_content {
  margin: 0px 5px;
}

.month-stats-info-box p {
  color: #5b5b5b;
}

.workharm .dark-header a {
  color: #ddd;
}

#smartCalendar {
  background-color: #FFF;
  border: 1px solid #969696;
}
#smartCalendar .cell {
  border-right: 1px #969696 solid;
  border-bottom: 1px #969696 solid;
}
#smartCalendar .head {
  color: #ccc;
  background-color: #969696;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 0px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0px;
}

.progress-bar-box {
  color: #5b5b5b;
}
.progress-bar-box .progress-bar-status {
  text-shadow: none;
}

.screen-box .screen-box-left-bar {
  box-shadow: none;
  border-right: 1px #ddd solid;
}
.screen-box .screen-box-left-bar .top-sellers-in-month-table table tr:first-child td {
  color: #d28c2b;
}
.screen-box .screen-box-top-bar .top-bar-content-box {
  font-family: "Ubuntu";
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.screen-box .screen-box-center-bar .big-box h2 {
  font-family: "Ubuntu";
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.screen-box .screen-box-center-bar .goal {
  font-family: "Ubuntu";
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.screen-box .screen-box-center-bar .big-text {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.screen-box .screen-box-bottom-bar .bottom-bar-content-box {
  font-family: "Ubuntu";
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.screen-box .screen-box-right-bar {
  box-shadow: none;
  border-left: 1px #ddd solid;
  font-family: "Ubuntu";
}
.screen-box .screen-box-right-bar .target-graph-info {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.screen-box .screen-box-right-bar .target-graph-current-average {
  border-top: 1px #fff solid;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.tv-hotclients,
#barcodes-document-items {
  background-color: #fff !important;
}

.sidebar {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.64);
  position: fixed;
  color: #969696;
  font-size: 2em;
  text-align: center;
}
.sidebar .sidebar-title {
  font-weight: normal;
}
.sidebar.left {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 320px;
  background-color: #fff;
}
.sidebar .sidebar-content {
  height: 100%;
}

ul.display-settings-menu {
  -webkit-padding-start: 5px;
          padding-inline-start: 5px;
  list-style-type: none;
  margin-top: 10px;
}
ul.display-settings-menu li {
  font-size: 14px;
  padding: 5px;
  text-align: left;
}
ul.display-settings-menu li:hover {
  color: #ccc;
  cursor: pointer;
  background-color: #969696;
}

.backgrounds-container {
  height: 100%;
  overflow-y: auto;
}

.background-search {
  margin-bottom: 5px;
}
.background-search input[type=search] {
  background-color: #efefef;
  border: 1px #ddd solid;
  width: 100%;
  padding: 10px 15px;
  padding-left: 30px;
  margin-top: 15px;
  transition: 0.3s;
  border-radius: 0px;
  outline: none;
  height: 42px;
  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;
}
.background-search span.icon-search {
  position: absolute;
  left: 6px;
  top: 12px;
}
.background-search span.icon-search:hover {
  cursor: pointer;
}

.backgrounds {
  width: 100%;
}
.backgrounds .background-select {
  width: 100%;
  height: 96px;
  background-size: cover;
  background-position: center;
  margin-top: 10px;
}
.backgrounds .background-select.background-select-default, .backgrounds .background-select.background-select-previous {
  background-image: url("../../images/background1.jpg");
}
.backgrounds .background-select.background-select-default p, .backgrounds .background-select.background-select-previous p {
  color: white;
  display: block;
  vertical-align: bottom;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 14px;
}
.backgrounds .background-select:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
}

.select-theme-container .select-theme-item {
  width: 100%;
  height: 80px;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  border: 3px #fff solid;
}
.select-theme-container .select-theme-item p {
  display: block;
  font-size: 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 2px;
}
.select-theme-container .select-theme-item:hover {
  opacity: 0.8;
  cursor: pointer;
}
.select-theme-container .select-theme-item.light-theme {
  background-image: url(../../images/light-theme.jpg);
}
.select-theme-container .select-theme-item.dark-theme {
  background-image: url(../../images/dark-theme.jpg);
}
.select-theme-container .select-theme-item.active {
  border: 3px #444444 solid;
}

.standard-table {
  width: 100%;
}
.standard-table thead tr th {
  text-align: center;
  padding: 10px 3px;
  color: #000000;
  border-bottom: 1px #ccc solid;
  border-top: 1px #ccc solid;
}
.standard-table tbody tr td {
  text-align: center;
  padding: 10px 3px;
  border: none;
  transition: all 0.2s ease-in-out;
}
.standard-table tbody tr:nth-child(even) td {
  background: #efefef;
}
.standard-table tbody tr:hover td {
  background: #f9e1bf;
}

.inline-icon i + div {
  display: inline;
}
.inline-icon .errors {
  position: absolute;
  float: left !important;
  padding-left: 20px !important;
}

.telemarketing-form-container .cachback-points {
  margin-top: 10px;
}
.telemarketing-form-container .orderCashbackPoints {
  font-size: 15px;
  margin-left: 6px;
}

.progress-bar-main-container {
  display: flex;
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 3px;
}
.progress-bar-main-container .progress-bar-type {
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 900;
  font-size: 16px;
  overflow: hidden;
}
.progress-bar-main-container .progress-bar-preparaty {
  background: linear-gradient(to bottom, #D800F5 0%, #C800FF 50%, #9D00E6 51%, #C800FF 100%);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.progress-bar-main-container .progress-bar-mikroczipy {
  background: linear-gradient(to bottom, #0C8DF2 0%, #0045DB 50%, #2900EB 51%, #0045DB 100%);
}
.progress-bar-main-container .progress-bar-zawieszki {
  background: linear-gradient(to bottom, #F5C400 0%, #FFB900 50%, #E69400 51%, #FC960D 71%, #FFB900 100%);
}
.progress-bar-main-container .progress-bar-others {
  background: linear-gradient(to bottom, #DDDEF1 0%, #D3DCF2 50%, #BDC2DB 51%, #DDDEF1 71%, #D3DCF2 100%);
}
.progress-bar-main-container .progress-bar-others {
  background-color: lightgrey;
}

.progress-bar-legend {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.progress-bar-legend .progress-bar-item {
  display: flex;
}
.progress-bar-legend .progress-bar-item .progress-bar-square {
  padding: 8px;
  border: 1px solid white;
  border-radius: 3px;
}
.progress-bar-legend .progress-bar-item .progress-bar-square.preparaty {
  background: linear-gradient(to bottom, #D800F5 0%, #C800FF 50%, #9D00E6 51%, #C800FF 100%);
}
.progress-bar-legend .progress-bar-item .progress-bar-square.mikroczipy {
  background: linear-gradient(to bottom, #0C8DF2 0%, #0045DB 50%, #2900EB 51%, #0045DB 100%);
}
.progress-bar-legend .progress-bar-item .progress-bar-square.zawieszki {
  background: linear-gradient(to bottom, #F5C400 0%, #FFB900 50%, #E69400 51%, #FC960D 71%, #FFB900 100%);
}
.progress-bar-legend .progress-bar-item .progress-bar-square.others {
  background: linear-gradient(to bottom, #DDDEF1 0%, #D3DCF2 50%, #BDC2DB 51%, #DDDEF1 71%, #D3DCF2 100%);
}
.progress-bar-legend .progress-bar-item .progress-bar-text {
  color: #5b5b5b;
  margin-left: 5px;
  font-size: 12px;
}
.progress-bar-legend .progress-bar-item .progress-bar-text .progress-type {
  font-weight: 900;
}

.flex-input .line-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: baseline;
}
.flex-input .line-group label {
  font-size: 11px;
  flex-grow: 1;
  text-align: right;
}
.flex-input .line-group ul.errors {
  padding: 0px;
  margin: 0px;
  margin-right: 5px;
}
.flex-input .line-group ul.errors li {
  padding: 0px;
  margin: 0px;
  padding-bottom: 7px;
}
.flex-input .line-group textarea {
  height: 90px;
  font-size: 12px;
}
.flex-input.inp-150 input,
.flex-input.inp-150 select,
.flex-input.inp-150 textarea,
.flex-input.inp-150 ul.errors {
  width: 150px;
}
.flex-input.inp-170 input,
.flex-input.inp-170 select,
.flex-input.inp-170 textarea,
.flex-input.inp-170 .selector-btn,
.flex-input.inp-170 ul.errors {
  width: 170px;
}
.flex-input.inp-170 input[type=checkbox] {
  width: 20px;
}

.selector-btn {
  font-size: 11px;
  margin: 5px;
}

.mt-1 {
  margin-top: 8px;
}

.mt-2 {
  margin-top: 16px;
}

.mt-3 {
  margin-top: 24px;
}

.mt-4 {
  margin-top: 32px;
}

.mt-5 {
  margin-top: 40px;
}

.font-size-100 {
  font-size: 100%;
}

.label-purple {
  background-color: #563d7c;
}

.btn-success {
  color: #fff;
  background-color: #00ada9;
  border-color: #00ada9;
}
.btn-success:hover {
  background-color: #4AACA1;
  border-color: #4AACA1;
}

.box-barcodes-view .barcodes-priority-text tr td,
.box-barcodes-view .barcodes-priority-text tr th {
  color: #5b5b5b;
}

div .disabled-checkbox,
input[type=checkbox][disabled=disabled],
input[type=checkbox][readonly=readonly] {
  cursor: not-allowed;
}

input[type=checkbox]:focus {
  outline: none;
  box-shadow: none;
}

form .itemlist .field-set-error {
  border: 1px solid red;
}/*# sourceMappingURL=modern-layout.css.map */