@charset "utf-8";

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  /* overflow: hidden; */
}

body {
  height: 100%;
  background: #eee;
  margin: 0;
  padding: 0;
  font-family: Lato;
  font-size: 14px !important;
}

input,
button,
textarea {
  font-size: 14px;
}

img {
  max-width: 100%;
}

a {
  color: #333;
}

a:hover {
  color: #d84044;
}

a img {
  border: 0;
}

textarea {
  overflow: auto;
}

form {
  margin: 0;
}

hr {
  border: none;
  border-bottom: 1px solid #d84044;
}

#all {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: scroll;
}

#trace {
  position: fixed;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  padding: 10px;
  overflow: hidden;
  background: red;
}

#trace:hover {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #fff;
}

#previewIframe {
  width: 100%;
  min-height: 300px;
  border: none;
  /*border: 1px solid red;*/
}

#sidebar {
  color: #fff;
  padding-bottom: 50px;
}

#sidebar a {
  color: #fff;
}

#sidebar-header {
  padding: 20px;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0px;
}

#sidebar-header .admin {
  font-size: 20px;
}

#sidebar-header a {
  color: #d84044;
  text-decoration: none;
}

#login {
  text-align: center;
  padding: 0 10px 20px;
}

#admin-cols {
  width: 100%;
  border-collapse: collapse;
  height: 100%;
  background-color: #2F2F2F;
}

#admin-cols-sidebar {
  width: 350px;
  padding: 0;
  background: #2f2f2f;
  vertical-align: top;
  box-sizing: border-box;
  display: block;
}

#admin-cols-main {
  padding: 40px;
  vertical-align: top;
  width: (100% - 350px);
  width: calc(100vw - 350px);
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
  background: #fff;
}

#admin-cols-main a {
  color: #0;
}

/* @media (max-width: 1300px) {
  #admin-cols-sidebar {
    width: 25%;
  }
} */

#top1 {
  height: 54px;
  background: #91bae8 url(images/top1-bg.gif) repeat-x;
}

#top2 {
  height: 29px;
  background: #91bae8 url(images/top2-bg.gif) repeat-x;
  color: #fff;
  line-height: 29px;
  padding-left: 17px;
}

#top2 div {
  float: right;
  padding-right: 20px;
}

#top2 a {
  color: #fff;
  text-decoration: none;
}

#top2 img {
  vertical-align: middle;
}

.menu {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.menu:last-child {
  margin-bottom: 0;
}

.menu-hdr {
  position: relative;
  font-size: 14px;
  padding: 15px 20px 15px;
  background: #444 no-repeat 20px center;
  border: 1px solid #4a4a4a;
  border-width: 1px 0;
}

.menu-hdr a {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}

#sidebar .menu-body a {
  display: block;
  color: #aaa;
  padding: 12px 20px 11px 55px;
  border-bottom: 1px solid #4a4a4a;
  text-decoration: none;
  background: url(images/arrow-right.png) no-repeat 25px center;
}

#sidebar .menu-body a:hover {
  color: #fff;
  background-color: #3b3b3b;
  background-position: 30px center;
}

#sidebar .menu-body a.current {
  color: #d84044;
  background-position: 30px center;
}

#sidebar .menu-body span.help {
  float: right;
  width: 20px;
  margin-right: 24px;
  height: 40px;
  background: url(/assets/core/question-white.svg) no-repeat center;
  background-size: contain;
  opacity: .5;
}

.help-inline {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  background: url(/assets/core/question-black.svg) no-repeat center;
  background-size: contain;
  opacity: .5;
}

.box_start {
  margin: 80px auto;
  text-align: center;
  color: #000;
  width: auto;
  font-weight: 400;
}

...box_start>div {
  width: 50%;
  float: left;
}

.box_start>div>div {
  color: #000;
  margin-bottom: 10px;
}

.box_start>div form>div {
  display: inline-block;
  padding: 30px 60px;
  background: #666;
  border-radius: 20px;
  width: 80%;
}

.box_start div form .abtn {
  margin: 20px;
}

.box_start div .inpt:not(:last-child) {
  margin-bottom: 20px;
}



@media (max-width: 980px) {
  .box_start {
    margin: 10px;
    width: 100%;
    height: auto;
    height: inherit;
    overflow: scroll;
    position: relative;
  }

  .box_start>div {
    width: 80%;
    float: none;
    margin: auto;
  }

  .box_start>div form>div {
    width: 90%;
  }

  .box_start div .inpt {
    width: 100%;
  }
}



select {
  border: 2px solid #d84044;
  height: 2.5em;
  border-radius: 7px;
  background: #fff;
}

.filtrowanie select {
  min-width: 150px;
}

form button {
  background: #d84044;
  border: 2px solid #d84044;
  padding: 8px 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 7px;
}

form button:hover {
  color: #d84044;
  background: #FFF;
  cursor: pointer;
}

/***** tresc *****/
.opcje {
  font-weight: bold;
  margin: 20px 0;
  word-spacing: 10px;
}

.opcje a {
  text-transform: uppercase;
  word-spacing: normal;
}

.opcje2 {
  margin: 20px 0;
  border: 1px solid #EBEBEB;
  padding: 10px;
}

/***** html table list *****/
.sql-list {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
}

.sql-list td {
  text-align: center;
  padding: 10px;
  background: #EFEFEF;
  font-size: 12px !important;
  border-right: 1px solid #ddd;
}

/*
.sql-list tr:nth-child(2) td,
.sql-list tr:last-child td {
  background-color: #aaa !important;
  color: #fff;
  font-weight: 600;
}
*/
.sql-list tr:nth-child(2n) td {
  background: #FAFAFA;
}

.sql-list tr.dark td {
  background: #ccc;
}

.rowS td {
  padding: 15px 10px;
  text-align: left !important;
  color: #FFF;
  background: #F8F8F8;
  color: #000 !important;
  background: #ccc !important;
  color: #000 !important;
  -border-bottom: 3px solid #d84044;
  font-size: 14px;
}

.rowH th,
.rowH td {
  padding: 15px 10px;
  text-align: center !important;
  color: #FFF;
  background: #F8F8F8;
  color: #2f2f2f;
  background: #555 !important;
  color: #fff !important;
  border-bottom: 3px solid #d84044;
  font-size: 12px;
  border-right: 1px solid #777; 
}

.rowH-bottom td {
  padding: 10px;
  text-align: center !important;
  color: #000;
  background: #ddd !important;
  border-bottom: 3px solid #d84044;
  font-size: 12px;
}

.rowH th:empty {
  background: transparent !important;
  border: none !important;
}

.rowH th:last-child,
.sql-list td:last-child {
  text-align: center !important;
}

.rowDisabled td,
.rowDisabled th,
#admin-cols-main .rowDisabled a,
.gray,
.grey {
  color: #999;
}

.rowGreenMy td,
.rowGreenMy th,
.rowGreenMy a {
  color: green;
}

.rowRedMy td,
.rowRedMy th,
.rowRedMy a {
  color: red;
}

.rowRed td {
  color: red;
  font-weight: bold;
}

.rowGreen {
  background: #33AA00;
}

.rowZam1,
.rowZam2 {
  color: #666;
}

.rowZam3,
.rowZam4,
.rowZam5,
.rowZam6 {
  color: #d00;
  font-weight: bold;
}

.rowZam7 {
  color: #2d0;
}

.rowZam8 {
  color: #aaa;
}

.rowZam9 {
  color: #33AA00;
}

.rowRedBg {
  background: #DD0000;
}

.rowYellowBg {
  background: #DDDD00;
}

.rowA:hover,
.rowB:hover {
  background: #bfe6ff;
}

.rowBlokada {
  background: #daa;
}

/******    msg     ******/
.msg,
.msg-error,
.msg-info {
  border: 1px solid #e2e2e2;
  padding: 20px;
  background: #f8f8f8;
  margin: 5px 0;
  font-weight: bold;
  font-weight: 800;
  font-size: 14px;
}

.msg-info {
  color: #07b407;
  border-color: #07b407;
}

.msg-error {
  color: #d00;
  border-color: #d00;
}

.msg-trace {
  font-weight: normal;
  font-size: 14px;
  padding: 10px;
}

.msg-question {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.msg-answers {
  text-align: center;
}

/**** pola formularza ****/
.tpl {
  border: 1px solid #eee;
  margin-top: 15px;
}

.tpl td {
  padding: 4px;
  vertical-align: top;
}

.inpt,
.inpt2 {
  min-width: 100px;
  border: 1px solid #e2e2e2;
  padding: 1px 3px;
  font-size: 14px;
  padding: 5px 8px;
}

input[type=checkbox].inpt,
input[type=checkbox].inpt2 {
  min-width: 30px;
}

.inpt:focus,
.abtn:focus {
  box-shadow: #aaa;
  /* 0px 0px 5px 0px rgba(0,182,232, 1); */
}

.itemTable .inpt {
  width: 100%;
}

.itemTable .inpt-sub-50 {
  width: 95%;
  width: calc(100% - 50px);
}

.itemTable .inpt-sub-25 {
  width: 95%;
  width: calc(100% - 25px);
}

.rowH .inpt {
  padding: 3px 5px;
  margin-top: 5px;
}

.inptx {
  border: 1px solid #999;
  padding: 1px 3px;
  font-size: 14px;
}

.inpt2 {
  width: 250px;
}

.inpt-min {
  width: 50px;
  text-align: center;
}

.sel {
  width: 309px;
  font-size: 14px;
  border: 1px solid #999;
}

.selx {
  font-size: 14px;
  border: 1px solid #999;
}

input[type="file"] {
  width: auto;
}

.abtn {
  line-height: normal;
  display: inline-block;
  min-width: 100px;
  padding: 8px 20px;
  font-size: 14px;
  cursor: pointer;
  border: 2px solid #d84044;
  background: #d84044;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 7px;
  font-weight: bold;
  letter-spacing: 1px;
}

.abtn:hover {
  background: #fff;
  color: #d84044 !important;
}

.abtn-light {
  padding: 6px 6px;
  border: 1px solid #aaa;
  background: #F8F8F8;
  color: #555 !important;
  border-radius: 6px;
  font-weight: 400;
  letter-spacing: 1px;
}

.abtn-light:hover {
  color: #d84044 !important;
  background: #F8F8F8;
}

.abtn2 {
  line-height: normal;
  display: inline-block;
  min-width: 100px;
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
  border: 2px solid #666;
  background: #666;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 7px;
  font-weight: bold;
  letter-spacing: 1px;
}

.abtn2:hover {
  background: #fff;
  color: #666 !important;
}

.abtn3 {
  line-height: normal;
  display: inline-block;
  min-width: 100px;
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
  border: 2px solid #f0f0f0;
  background: #f0f0f0;
  text-align: center;
  text-decoration: none;
  color: #666 !important;
  text-transform: uppercase;
  border-radius: 7px;
  font-weight: bold;
  letter-spacing: 1px;
}

.abtn3:hover {
  background: #666;
  border: 2px solid #666;
  color: #fff !important;
}

.abtn4 {
  line-height: normal;
  display: inline-block;
  min-width: 100px;
  padding: 5px 10px;
  font-size: 25px;
  cursor: pointer;
  border: 2px solid #f0f0f0;
  background: #f0f0f0;
  text-align: center;
  text-decoration: none;
  color: #d84044 !important;
  /*text-transform: uppercase;*/
  border-radius: 7px;
  font-weight: bold;
  letter-spacing: 1px;
}

.abtn4:hover {
  background: #d84044;
  border: 2px solid #d84044;
  color: #fff !important;
}

input[type="file"]::file-selector-button {
  width: auto;
  color: #fff;
  background: transparent;
  border: 2px solid #d84044;
}


input[type="file"]::file-selector-button {
  line-height: normal;
  display: inline-block;
  min-width: 100px;
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
  border: 2px solid #d84044;
  background: #d84044;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 7px;
  font-weight: bold;
  letter-spacing: 1px;
}

input[type="file"]::file-selector-button:hover {
  background: #fff;
  color: #d84044 !important;
}




/******* filtry *******/
.filtry {}

.filtry select {
  font-size: 14px;
}

.bold {
  font-weight: bold;
}

.pagination {
  font-size: 14px;
  margin: 5px 0;
  border: 1px solid #eee;
  padding: 5px;
}

.frame {
  border: 1px solid #eee;
  padding: 5px;
  margin: 5px 0;
}

.pagination a,
.pagination b {
  padding: 2px;
  text-decoration: none;
}

.pagination a:hover {
  background: #e0e0e0;
}

.stanNiedostepny {
  color: #999;
}

.stanDostepny {}

.stanNowosc {
  color: #2FA2F5;
}

.stanPromocja {
  color: #d00;
}

.stanWyprzedaz {
  color: #97C953;
}

.admin-hdr {
  margin-top: 0;
  font-size: 20px;
  background: #f8f8f8;
  padding: 10px 20px;
  color: #2f2f2f;
  line-height: 32px;
  text-transform: uppercase;
  border: 1px solid #e2e2e2;
  border-bottom: 3px solid #d84044;
}

.admin-hdr h1 {
  font-size: inherit;
  color: inherit;
  margin-bottom: 0;
}

.admin-hdr span {
  color: #d84044;
  padding-right: 10px;
}

#atrybuty tr {
  background: #eee;
}

#atrybuty tr.ahdr {
  background: #ddd;
}

#atrybuty td {
  vertical-align: top;
}

.section,
.section2 {
  margin: 20px 0;
  border: 1px solid #e2e2e2;
  border-bottom: none;
}

.section-title,
.section2-title,
.section-footer,
.section2-footer {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  background: #f8f8f8;
  padding: 10px 20px;
  color: #2f2f2f;
  line-height: 31px;
  text-transform: uppercase;
  border-bottom: 3px solid #d84044;
}

.section-footer,
.section2-footer {
  border-bottom: 1px solid #e2e2e2;
  border-top: 3px solid #d84044;
}

.section-actions,
.section2-actions {
  float: right;
  line-height: normal;
}

.section-body,
.section2-body {
  padding: 20px;
  border-bottom: 1px solid #e2e2e2;
  /*position: relative; wpływa na .section-body-actions */
}

.section-body-actions-inline {
  border-bottom: 1px solid #e2e2e2;
  background: #f8f8f8;
  width: 100%;
  overflow: hidden;
  padding: 10px 20px;
}

.section-body-actions {
  position: abÿ luሸʀ;
  top: 220px;
  /* ustawiane przez js */
  right: 100px;
  display: none !important;
}

.section-body:hover .section-body-actions {
  display: block;
}

.section2-title {
  padding: 10px;
  font-size: 14px;
  border-bottom-width: 2px;
  line-height: 25px;
}

.section2-actions .abtn {
  font-size: 14px;
  padding: 4px 10px;
}

.section2-body {
  padding: 15px 10px;
}

.itemTable {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
}

.itemTable th,
.itemTable td {
  padding: 15px 20px;
  border: 1px solid #eee;
  background: #fafafa;
  vertical-align: middle;
}

td .itemTableNewBorder {
  margin: 0 !important;
}

.itemTableNewBorder th,
.itemTableNewBorder td {
  border: 1px solid #999;
}

.itemTableNewBorder th:empty,
.itemTableNewBorder td:empty {
  border: none;
}

.itemTableCenter td,
.itemTableCenter .rowH th {
  text-align: center !important;
  vertical-align: middle;
}

.itemTable th {
  text-align: right;
  width: 250px;
  font-weight: normal;
}

.itemTable .sql-list th {
  width: auto;
}

.itemTable td {
  font-weight: bold;
}

.formTable td span,
.itemTable td form span {
  font-weight: normal;
  color: #999;
}

.itemTable tr:nth-child(even) th,
.itemTable tr:nth-child(even) td {
  background: #efefef;
}

.htmlEditor {
  width: 100%;
  height: 400px;
}

.form-inline-block {
  display: inline-block;
  padding: 5px;
  margin-right: 10px;
}

.form-inline-block label {
  margin-right: 10px;
}

.formTable label {
  display: block;
  padding: 5px 0;
}

.req {
  display: inline-block;
  color: #d00;
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
}

.form-footer {
  padding-top: 5px;
  text-align: right;
  padding-right: 5px;
}

.subtrackWidthInNext {
  display: inline-block;
  padding-right: 5px;
}

.imgClickable {
  cursor: pointer;
}

.rowMoveUp,
.rowMoveDown {
  cursor: pointer;
}

table>tbody>tr:first-child>td>.rowMoveUp {
  display: none;
}

table>tbody>tr:last-child>td>.rowMoveDown {
  display: none;
}

.clear {
  clear: both;
}

.close {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  opacity: 0.7;
  cursor: pointer;
}

.close-right {
  float: right;
  margin-left: 20px;
}

.close-margin {
  margin: 20px;
  margin-right: 30px;
}

.close:hover {
  opacity: 1;
}

.close:before,
.close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}

.close-white:before,
.close-white:after {
  background-color: #fff;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

#mediaManagerWrap {
  position: relative;
  width: 100%;
  height: calc(100vh - 80px);
}

#mediaManager {
  position: fixed;
  z-index: 9999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-width: 200px;
  min-height: 300px;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px;
}

#mediaManagerBox {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: relative;
}

#mediaManagerBox .header,
#mediaManagerBox .body,
#mediaManagerBox .footer {
  padding: 20px 30px;
}

#mediaManagerBox .header {
  background: #F8F8F8;
  border-bottom: 1px solid #d84044;
  line-height: 30px;
}

#mediaManagerBox h1 {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}

#mediaManagerBox h1 a {
  font-size: 20px;
}

#mediaManagerBox .body {
  height: 100%;
  /* calc(100% - 51px - 51px); */
  height: calc(100% - 115px);
  overflow: auto;
  position: relative;
}

#mediaManagerBox .body h2 {
  margin: 0;
  margin-left: 10px;
  font-size: 20px;
}

#mediaManagerBox .footer {
  background: #F8F8F8;
  border-top: 1px solid #d84044;
}

#mediaManagerBox .upload {
  font-size: 14px;
}

#mediaManagerBox .directory {
  font-size: 14px;
  border-bottom: 1px solid #d84044;
  padding-bottom: 20px;
}

#mediaManagerBox .files {
  font-size: 14px;
  padding: 10px 0;
}

#mediaManagerBox #uploadProgressBar,
#mediaManagerBox #uploadProgressBar #status {
  display: inline-block;
  padding-left: 10px;
}

#mediaManagerBox .file {
  border: 1px solid #ddd;
  position: relative;
}

#mediaManagerBox .file>div {
  width: 100%;
  overflow: hidden;
  text-align: right;
  padding: 5px;
}

#mediaManagerBox .file .options {
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
}

#mediaManagerBox .image .options {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

#mediaManagerBox .file .plus {
  display: block;
  padding: 5px;
  font-weight: 900;
}

#mediaManagerBox .file .plus:hover {
  background: #fafafa;
  border-color: #d84044;
  cursor: pointer;
}

#mediaManagerBox .file {
  padding-right: 150px;
}

#mediaManagerBox .file .del {
  margin: 5px;
}

#mediaManagerBox .file>div>span {
  float: left;
}

#mediaManagerBox .image,
#mediaManagerBox .dir {
  display: inline-block;
  width: 152px;
  height: 152px;
  border: 1px solid #ddd;
  margin: 10px;
  position: relative;
  cursor: pointer;
}

#mediaManagerBox .image span.plus {
  display: block;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 900;
}

#mediaManagerBox .image span.plus b {
  display: block;
}

#mediaManagerBox .dir {
  background: #fbf7b4;
  width: 100px;
  height: 100px;
}

#mediaManagerBox .files form {
  display: none;
}

#mediaManagerBox .image:hover {
  background: #fafafa;
  border-color: #d84044;
}

#mediaManagerBox .file div:hover {
  background: #fafafa;
  border-color: #d84044;
  cursor: pointer;
}

#mediaManagerBox .dir:hover {
  background: #e6e2a0;
  border-color: #d84044;
}

#mediaManagerBox .dir .plus {
  font-weight: 900;
  font-size: 50px;
}

#mediaManagerBox .dir>div {
  max-width: 150px;
  max-height: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#mediaManagerBox .image img {
  max-width: 150px;
  max-height: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#mediaManagerBox .image .del {
  right: 0;
  top: 0;
  left: auto;
  transform: none;
  padding: 5px;
}

#mediaManagerBox .image .del:hover,
#mediaManagerBox .file .del:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

#mediaManagerBox .image span:not(.plus):not(.options) {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

#mediaManagerBox .image>div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  height: 0;
  overflow: hidden;
  transition: all 0.2s;
}

#mediaManagerBox .image>div>div {
  padding: 5px;
}

#mediaManagerBox .image:hover>div {
  height: 50%;
}

#mediaManagerBox #uploadProgressBar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  padding: 0;
}

#mediaManagerCreateDirDialog {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  background: rgba(0, 0, 0, 0.5);
}

#mediaManagerCreateDirDialog>form {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #d84044;
  padding: 40px;
}

#mediaManagerCreateDirDialog .inpt {
  width: 200px;
  padding: 6px 8px;
}

#mediaManagerCreateDirDialogMsg {
  margin-bottom: 5px;
  text-align: center;
}

#mediaManagerCreateDirDialogMsg:empty {
  display: none;
}

.admImgPreview img {
  max-width: 150px;
  max-height: 100px;
}

.admImgPreview2 img {
  max-width: 250px;
  max-height: 150px;
}

.imageSelectorWrap {
  position: relative;
}

.imageSelectorClear {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
}

#menuPozycje tr[x-type="separator"] td,
#menuPozycje tr[x-type="header"] td,
#menuPozycje tr[x-type="item-header"] td {
  background: #ccc;
}

#menuPozycje.edit tr[x-type="separator"] td:nth-child(2)>*,
#menuPozycje.edit tr[x-type="header"] td:nth-child(2)>*,
#menuPozycje.preview tr[x-type="separator"] td:nth-child(1)>*,
#menuPozycje.preview tr[x-type="header"] td:nth-child(1)>*,
#menuPozycje.edit tr[x-type="separator"] td:nth-child(3)>*,
#menuPozycje.edit tr[x-type="header"] td:nth-child(3)>*,
#menuPozycje.edit tr[x-type="separator"] td:nth-child(4)>* {
  display: none;
}

#menuPozycje.edit tr[x-type="separator"] td:nth-child(2)::before,
#menuPozycje.preview tr[x-type="separator"] td:nth-child(1)::before {
  content: "SEPARATOR";
}

#menuPozycje.edit tr[x-type="header"] td:nth-child(2)::before,
#menuPozycje.preview tr[x-type="header"] td:nth-child(1)::before {
  content: "NAGŁÓWEK";
}

.date-wrap {
  display: inline-block;
  max-width: 200px;
}

.date-wrap+label {
  display: inline-block;
}

.listBtn {
  display: inline-block;
  padding: 5px;
  line-height: 1;
}

.kalendarzTh,
.calendar-options th {
  color: #d84044 !important;
}

.float-right {
  float: right;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-search--inline {
  float: left
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051
}

.select2-results {
  display: block
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none
}

.select2-results__option[aria-selected] {
  cursor: pointer
}

.select2-container--open .select2-dropdown {
  left: 0
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-search--dropdown {
  display: block;
  padding: 4px
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
  display: none
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0)
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
  border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb
}

.select2-container {
  width: 100% !important;
}

.select2-dropdown,
.select2-container--default .select2-selection--single {
  border: 1px solid #e2e2e2;
  border-radius: 0;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
}

.itemTable .datepicker,
.itemTable .datepicker2 {
  width: 100px;
}

.itemTable .datetimepicker {
  width: 200px;
}

input.abtn:disabled,
.abtn.disabled {
  background: #ccc !important;
  cursor: no-drop;
}

.childrenMarginCollapse> :first-child {
  margin-top: 0;
}

.childrenMarginCollapse> :last-child {
  margin-bottom: 0;
}

.sql-list-zamowienie td,
.sql-list-zamowienie td:last-child {
  text-align: left !important;
}

.sql-list-zamowienie-bez-zmian {
  opacity: 0.5;
}

.sql-list-zamowienie-bez-zmian:hover {
  opacity: 1;
}

.btns-wrap {
  line-height: 2.8;
}

.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-no-suggestion {
  padding: 2px 5px;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}

.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}