/* ==========================================================================
   Index of scss files
   ========================================================================== */
/* Compass Framework (http://compass-style.org/reference/compass/)
   ========================================================================== */
/* Normalize
   ========================================================================== */
/* Variables (colors, sizes, fonts)
   ========================================================================== */
/* ==========================================================================
   Variables: colors, sizes, fonts
   ========================================================================== */
/* Colors
========================================================================== */
/* Sizes
========================================================================== */
/* Fonts
========================================================================== */
/* Mixins
   ========================================================================== */
/* ==========================================================================
   Mixins
   ========================================================================== */
/* 1. Mixin
========================================================================== */
/* Helpers (common used classes: buttons, clearfix...)
   ========================================================================== */
/* ==========================================================================
   Helpers
   ========================================================================== */
/* Layout oriented helpers
   ========================================================================== */
/* line 7, ../../src/sass/partials/_helpers.scss */
.inner {
  position: relative;
  width: 875px;
  margin: 0 auto;
}

/* Clearfixes
   ========================================================================== */
/* line 15, ../../src/sass/partials/_helpers.scss */
.clear {
  overflow: hidden;
  content: ".";
  display: block;
  height: 0;
  margin: 0 !important;
  clear: both;
  visibility: hidden;
  line-height: 0;
}

/* line 25, ../../src/sass/partials/_helpers.scss */
.clear:after {
  content: ".";
  display: block;
  clear: both;
  margin: 0 !important;
}

/* line 31, ../../src/sass/partials/_helpers.scss */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}

/* line 38, ../../src/sass/partials/_helpers.scss */
.clearfix:after {
  clear: both;
}

/* Buttons
   ========================================================================== */
/* Typograpy
   ========================================================================== */
/* ==========================================================================
   Typography
   ========================================================================== */
/* Base
   ========================================================================== */
/* line 7, ../../src/sass/partials/_typography.scss */
body {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #404040;
}

/* Global Typography
   ========================================================================== */
/* line 17, ../../src/sass/partials/_typography.scss */
a {
  text-decoration: none;
  color: #404040;
}
/* line 21, ../../src/sass/partials/_typography.scss */
a:hover {
  text-decoration: underline;
}

/* line 25, ../../src/sass/partials/_typography.scss */
p {
  margin: 20px 0 20px 0;
}
/* line 28, ../../src/sass/partials/_typography.scss */
p:first-child {
  margin-top: 0;
}
/* line 32, ../../src/sass/partials/_typography.scss */
p:last-child {
  margin-bottom: 0;
}

/* Forms
   ========================================================================== */
/* ==========================================================================
   Forms
   ========================================================================== */
/* line 4, ../../src/sass/partials/_forms.scss */
input[type='text'],
input[type='password'],
input[type='url'],
input[type='email'],
input[type='number'],
textarea,
select {
  height: 40px;
}

/* line 14, ../../src/sass/partials/_forms.scss */
.grp-module label,
fieldset.grp-module .grp-row label,
body.grp-login .grp-module-login .grp-module label {
  font-size: 12px;
  font-weight: bold;
  color: #cc8782;
}

/* line 23, ../../src/sass/partials/_forms.scss */
body.grp-login .grp-module-login .grp-module label {
  margin-bottom: 6px;
}

/* line 27, ../../src/sass/partials/_forms.scss */
.grp-row input[type='url'],
.grp-row input[type='email'],
.grp-row .vTextField,
.grp-row .vURLField,
.grp-row .vFileBrowseField,
.grp-row textarea,
.grp-row .vLargeTextField,
.grp-row .vXMLLargeTextField,
.grp-autocomplete-wrapper-m2m {
  width: 985px;
}

/* line 39, ../../src/sass/partials/_forms.scss */
select,
select:focus {
  background: url(../img/form-select.png) no-repeat 94% 50%;
}

/* line 44, ../../src/sass/partials/_forms.scss */
form#grp-changelist-search-form {
  margin: 0;
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

/* line 51, ../../src/sass/partials/_forms.scss */
input[type=text].grp-search-field {
  box-sizing: border-box;
  height: 28px;
  border: none;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

/* line 61, ../../src/sass/partials/_forms.scss */
.grp-search-button,
.grp-search-button:hover {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 28px;
  background: url(../img/ico_search.png) no-repeat 50%;
}

/* line 72, ../../src/sass/partials/_forms.scss */
input[type=text].grp-search-field {
  padding-right: 40px;
}

/* line 76, ../../src/sass/partials/_forms.scss */
.grp-change-form .grp-row input[type=checkbox] {
  top: 15px;
  left: -3px;
  float: left;
}

/* line 82, ../../src/sass/partials/_forms.scss */
.grp-change-form .grp-row input[type=checkbox] + label {
  font-weight: normal;
  top: 5px;
  float: left;
  margin-top: 14px;
  margin-bottom: 14px;
  color: #333;
}

/* line 94, ../../src/sass/partials/_forms.scss */
.grp-row select {
  width: 250px;
}

/* line 99, ../../src/sass/partials/_forms.scss */
.form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
/* line 107, ../../src/sass/partials/_forms.scss */
.form input:focus,
.form textarea:focus {
  outline: none;
}

/* Layout Definition (base)
   ========================================================================== */
/* ==========================================================================
   Layouts
   ========================================================================== */
/* line 4, ../../src/sass/partials/_layouts.scss */
html {
  height: 100%;
}

/* line 7, ../../src/sass/partials/_layouts.scss */
body {
  height: 100%;
  color: #333;
}

/* line 13, ../../src/sass/partials/_layouts.scss */
.sec, .sec--head {
  width: 100%;
}

/* Layout Components
   ========================================================================== */
/* ==========================================================================
   Components
   ========================================================================== */
/* line 5, ../../src/sass/partials/_components.scss */
a.grp-button,
button.grp-button,
a.grp-button:hover,
button.grp-button:hover {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 1;
  border: none;
  box-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 21, ../../src/sass/partials/_components.scss */
a.grp-button,
button.grp-button {
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

/* line 25, ../../src/sass/partials/_components.scss */
a.grp-button:hover,
button.grp-button:hover {
  opacity: .75 !important;
}

/* line 30, ../../src/sass/partials/_components.scss */
table td {
  padding: 12px 10px;
}

/* line 33, ../../src/sass/partials/_components.scss */
table thead th {
  border-bottom: 1px solid #f3d7d6;
  border-left: 1px solid #f3d7d6;
}

/* line 38, ../../src/sass/partials/_components.scss */
body.grp-login .grp-submit-row > ul > li .grp-button {
  line-height: 30px;
  width: 100%;
  height: 40px;
  text-align: center;
  color: #000;
  background: #f3d7d6;
  box-shadow: none;
}

/* line 50, ../../src/sass/partials/_components.scss */
.grp-submit-row > ul > li a.grp-button {
  opacity: 1;
}

/* line 53, ../../src/sass/partials/_components.scss */
.grp-submit-row > ul > li .grp-button:hover {
  opacity: .75;
}

/* line 56, ../../src/sass/partials/_components.scss */
.grp-submit-row > ul > li:last-child a {
  line-height: 26px;
}

/* line 59, ../../src/sass/partials/_components.scss */
.grp-module,
.grp-module .grp-row,
body.grp-login .grp-module-login .grp-module .grp-row.grp-connected,
body.grp-login .grp-module-login h1 span.grp-current-page,
body.grp-login .grp-module-login .grp-module,
.grp-module .grp-row:not(tr) {
  margin-right: 0;
  border: none;
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 72, ../../src/sass/partials/_components.scss */
body.grp-login .grp-module-login h1 {
  padding-top: 85px;
}

/* line 75, ../../src/sass/partials/_components.scss */
.grp-submit-row > ul {
  margin-top: 8px;
}

/* line 78, ../../src/sass/partials/_components.scss */
body.grp-login .grp-module-login {
  float: none;
  width: 320px;
  margin: auto;
  background: none !important;
}

/* line 86, ../../src/sass/partials/_components.scss */
body.grp-login .grp-module-login .grp-module .grp-row.grp-connected {
  margin-top: -3px;
}

/* line 89, ../../src/sass/partials/_components.scss */
body.grp-login .grp-module-login h1 {
  border: none;
  background: none;
}

/* line 93, ../../src/sass/partials/_components.scss */
body.grp-login .grp-module.grp-submit-row {
  display: block;
  float: none;
  width: 300px;
  margin: auto;
}

/* line 100, ../../src/sass/partials/_components.scss */
body.grp-login .grp-module.grp-submit-row:after {
  display: block;
  clear: both;
  content: '';
}

/* line 106, ../../src/sass/partials/_components.scss */
body.grp-login .grp-module.grp-submit-row ul li {
  margin: 0;
}

/* line 111, ../../src/sass/partials/_components.scss */
#grp-header {
  background: #000 url(../img/bg_header.png) repeat 50% 0;
}

/* line 114, ../../src/sass/partials/_components.scss */
body.grp-login #grp-header {
  display: block !important;
  height: 90px;
}

/* line 119, ../../src/sass/partials/_components.scss */
#grp-header-logo {
  height: 90px;
}

/* line 122, ../../src/sass/partials/_components.scss */
#grp-header-logo .h1 {
  float: left;
  width: 128px;
  height: 90px;
  margin: 0 0 0 50px;
  padding: 0;
  text-indent: -9999px;
  background: url(../img/logo_kinga.png) no-repeat 50%;
}

/* line 134, ../../src/sass/partials/_components.scss */
#grp-context-navigation {
  height: 49px;
  border-bottom: 0;
  background: #000 url(../img/bg_breadcrumbs.png) repeat 50%;
}

/* line 140, ../../src/sass/partials/_components.scss */
#grp-content {
  top: 140px;
  padding: 0 50px 100px !important;
}

/* line 145, ../../src/sass/partials/_components.scss */
#grp-breadcrumbs > ul {
  font-size: 12px;
  font-weight: normal;
  padding: 16px 20px 18px 50px;
  text-shadow: none;
}

/* line 153, ../../src/sass/partials/_components.scss */
#grp-breadcrumbs > ul li {
  font-weight: bold;
  color: #fff;
  text-shadow: none;
}

/* line 159, ../../src/sass/partials/_components.scss */
#grp-breadcrumbs > ul li a {
  font-weight: normal;
  color: #fff;
}

/* line 164, ../../src/sass/partials/_components.scss */
.grp-change-form h1 {
  font-size: 20px;
  font-weight: normal;
  display: inline-block;
  width: auto;
  padding: 39px 0 17px;
  text-align: left;
}

/* line 175, ../../src/sass/partials/_components.scss */
body.grp-change-form #grp-content {
  padding-bottom: 45px;
}

/* line 178, ../../src/sass/partials/_components.scss */
.grp-change-form fieldset.grp-module .grp-row {
  padding-left: 0;
}

/* line 181, ../../src/sass/partials/_components.scss */
.l-2c-fluid:not(.grp-cell).l-d-4 .c-1 {
  width: 78px;
  min-width: 0;
  padding-right: 15px;
}

/* line 186, ../../src/sass/partials/_components.scss */
fieldset.grp-module .grp-row {
  padding-bottom: 2px;
}

/* line 189, ../../src/sass/partials/_components.scss */
fieldset.grp-module .grp-row label {
  margin-top: 14px;
}

/* line 192, ../../src/sass/partials/_components.scss */
.vLargeTextField {
  height: 110px;
}

/* line 195, ../../src/sass/partials/_components.scss */
.grp-submit-row.grp-fixed-footer > ul > li {
  margin-left: 20px;
  padding: 0 !important;
  background: none;
}

/* line 201, ../../src/sass/partials/_components.scss */
.grp-change-form input[type='submit'] {
  height: 30px;
  text-transform: uppercase;
  opacity: 1 !important;
  border: 0;
  background: #333;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

/* line 212, ../../src/sass/partials/_components.scss */
.grp-change-form input[type='submit']:hover {
  opacity: .75 !important;
  color: #fff;
  border: 0;
  background: #333;
}

/* line 218, ../../src/sass/partials/_components.scss */
.grp-fixed-footer {
  padding: 15px 50px;
  border-top: 1px solid #d9d9d9;
  background: #fff;
}

/* line 224, ../../src/sass/partials/_components.scss */
#grp-user-tools {
  font-size: 12px;
  line-height: 28px;
  position: absolute;
  top: 50%;
  right: 50px;
  box-sizing: border-box;
  width: 150px;
  height: 30px;
  margin-top: -15px;
  border: 1px solid  #f3d7d6;
  background: #fff url(../img/form-select.png) no-repeat 94% 50%;
  -moz-border-radius: 0px 4px 4px 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px 4px 4px 0px;
}

/* line 242, ../../src/sass/partials/_components.scss */
#grp-user-tools a {
  text-decoration: none;
}

/* line 245, ../../src/sass/partials/_components.scss */
#grp-user-tools:before {
  position: absolute;
  top: -1px;
  left: -32px;
  width: 30px;
  height: 28px;
  content: '';
  border: 1px solid  #f3d7d6;
  border-right: none;
  background: #fff url(../img/ico_user.png) no-repeat 50%;
  -moz-border-radius: 4px 0px 0px 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0px 0px 4px;
}

/* line 261, ../../src/sass/partials/_components.scss */
#grp-user-tools > li > a {
  padding: 0 30px 0 10px;
}

/* line 264, ../../src/sass/partials/_components.scss */
#grp-user-tools ul {
  position: absolute;
  z-index: 10;
  top: 28px;
  right: 1px;
  width: 100%;
  border-bottom: 1px solid  #f3d7d6;
  background: #fff;
}

/* line 275, ../../src/sass/partials/_components.scss */
#grp-user-tools ul li {
  border: 1px solid  #f3d7d6;
  border-bottom: 0;
}

/* line 279, ../../src/sass/partials/_components.scss */
#grp-user-tools ul li a {
  line-height: 1.1;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 10px;
}

/* line 288, ../../src/sass/partials/_components.scss */
#grp-user-tools ul li a:hover {
  background: #eee;
}

/* line 291, ../../src/sass/partials/_components.scss */
#grp-page-tools ul {
  padding: 12px 20px;
}

/* line 294, ../../src/sass/partials/_components.scss */
#grp-page-tools ul:after {
  display: block;
  clear: both;
  content: '';
}

/* line 300, ../../src/sass/partials/_components.scss */
#grp-page-tools ul li {
  padding: 1px 3px 0;
}

/* line 305, ../../src/sass/partials/_components.scss */
.grp-change-list h1 {
  font-weight: normal;
  padding: 40px 0 25px;
}

/* line 310, ../../src/sass/partials/_components.scss */
.grp-object-tools {
  top: -50px;
}

/* line 313, ../../src/sass/partials/_components.scss */
.grp-object-tools li a {
  font-size: 12px;
  font-weight: bold;
  position: relative;
  padding: 7px 20px;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 1;
  border: 0;
  background: #333;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

/* line 331, ../../src/sass/partials/_components.scss */
.grp-object-tools li a:hover {
  opacity: .75 !important;
  border: 0 !important;
  background: #333;
}

/* line 336, ../../src/sass/partials/_components.scss */
.grp-module.search .grp-row:not(tr):first-child,
.grp-change-list .grp-module .grp-row:not(tr):first-child {
  min-height: 50px;
  padding: 4px 10px;
  background: #f3d7d6 url(../img/bg_partners-list-01.png) no-repeat 50% 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 345, ../../src/sass/partials/_components.scss */
.grp-pagination ul li {
  border: none;
}

/* line 348, ../../src/sass/partials/_components.scss */
.grp-pagination ul li span {
  font-size: 12px;
  padding-top: 14px;
  color: #cc8782;
  border: none;
  background: none;
}

/* line 357, ../../src/sass/partials/_components.scss */
.grp-change-list .grp-module {
  margin-bottom: 0;
}

/* line 360, ../../src/sass/partials/_components.scss */
.grp-change-list aside {
  position: absolute;
  right: 0;
  width: auto !important;
  margin-top: 7px;
}

/* line 367, ../../src/sass/partials/_components.scss */
.grp-module.search #search,
.grp-change-list #search {
  position: relative;
  width: auto !important;
  width: 251px;
  height: 28px;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.grp-module.search #search {
  margin-top: 5px;
  float: right;
}

/* line 378, ../../src/sass/partials/_components.scss */
#grp-changelist-search-form {
  width: 254px;
}

/* line 381, ../../src/sass/partials/_components.scss */
#grp-filters {
  width: 152px;
}

/* line 384, ../../src/sass/partials/_components.scss */
.grp-filter .grp-pulldown-container {
  border: 0;
}

/* line 387, ../../src/sass/partials/_components.scss */
.grp-filter .grp-pulldown-container a {
  line-height: 18px;
  color: #333;
  border: 0;
  background: #fff url(../img/form-select.png) no-repeat 95% 50%;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 397, ../../src/sass/partials/_components.scss */
.grp-filter .grp-row {
  background: #fff !important;
}

/* line 400, ../../src/sass/partials/_components.scss */
.grp-filter .grp-pulldown-container a:hover {
  line-height: 18px;
  color: #333;
  border: 0;
  background: #fff url(../img/form-select.png) no-repeat 95% 50%;
}

/* line 407, ../../src/sass/partials/_components.scss */
.grp-pulldown-container.grp-pulldown-state-open {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 410, ../../src/sass/partials/_components.scss */
.grp-pulldown-container.grp-pulldown-state-open .grp-pulldown-handler,
.grp-pulldown-container.grp-pulldown-state-open .grp-pulldown-handler:hover {
  border: none;
  background: #fff url(../img/form-select.png) no-repeat 95% 50% !important;
}

/* line 415, ../../src/sass/partials/_components.scss */
.grp-filter select {
  height: 25px;
  background: #fff url(../img/form-select.png) no-repeat 95% 50%;
}

/* line 420, ../../src/sass/partials/_components.scss */
.grp-change-list .grp-sortable {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}

/* line 427, ../../src/sass/partials/_components.scss */
.grp-changelist-results {
  margin-bottom: 20px !important;
  background: #fff !important;
}

/* line 432, ../../src/sass/partials/_components.scss */
.grp-change-list .grp-sortable th {
  vertical-align: middle;
  background: none;
}

/* line 437, ../../src/sass/partials/_components.scss */
table.grp-sortable tbody th {
  border-top: 1px solid #f3d7d6 !important;
  border-bottom: 1px solid #f3d7d6 !important;
}

/* line 441, ../../src/sass/partials/_components.scss */
table.grp-sortable tbody tr.grp-row-odd th {
  border-bottom: none !important;
}

/* line 444, ../../src/sass/partials/_components.scss */
table.grp-sortable thead th div.grp-text span {
  padding: 19px 10px 20px;
}

/* line 447, ../../src/sass/partials/_components.scss */
table.grp-sortable thead th.sortable .grp-text a {
  font-size: 12px;
  font-weight: bold;
  color: #cc8782;
}

/* line 453, ../../src/sass/partials/_components.scss */
table.grp-sortable tbody tr.grp-row-even td {
  border: 1px solid #f3d7d6 !important;
  background: none;
}

/* line 457, ../../src/sass/partials/_components.scss */
table.grp-sortable .action-checkbox-column,
table.grp-sortable .action-checkbox,
table.grp-sortable tr.grp-row-even .action-checkbox {
  border-right: none !important;
}

/* line 462, ../../src/sass/partials/_components.scss */
table.grp-sortable .column-name,
table.grp-sortable .field-name,
table.grp-sortable tr.grp-row-even .field-name {
  border-left: none !important;
}

/* line 467, ../../src/sass/partials/_components.scss */
table.grp-sortable .action-checkbox-column span,
table.grp-sortable .action-checkbox {
  width: 12px;
  padding-right: 6px !important;
}

/* line 472, ../../src/sass/partials/_components.scss */
table.grp-sortable .column-name {
  width: 15%;
}

/* line 475, ../../src/sass/partials/_components.scss */
table.grp-sortable .column-active,
table.grp-sortable .field-active {
  width: 5%;
}

/* line 479, ../../src/sass/partials/_components.scss */
table.grp-sortable .field-active {
  text-align: center;
}

/* line 482, ../../src/sass/partials/_components.scss */
table.grp-sortable .column-user,
table.grp-sortable .field-user {
  width: 10%;
}

/* line 486, ../../src/sass/partials/_components.scss */
table.grp-sortable .column-contact_person,
table.grp-sortable .field-contact_person {
  width: 15%;
}

/* line 490, ../../src/sass/partials/_components.scss */
li.grp-changelist-actions select {
  height: 30px;
  margin-top: -2px;
}

/* line 494, ../../src/sass/partials/_components.scss */
li.grp-changelist-actions .grp-horizontal-list span {
  color: #fff !important;
}

/* line 497, ../../src/sass/partials/_components.scss */
.grp-submit-row.grp-fixed-footer > ul > li {
  margin-bottom: 0;
}

/* line 500, ../../src/sass/partials/_components.scss */
.grp-change-list .grp-submit-row.grp-fixed-footer > ul > li {
  margin-left: 0;
}

/* line 505, ../../src/sass/partials/_components.scss */
#dashboard {
  width: 1080px;
  margin: auto;
  padding-top: 40px;
}

/* line 510, ../../src/sass/partials/_components.scss */
.offer-banners {
  margin-bottom: 38px;
}

/* line 513, ../../src/sass/partials/_components.scss */
.offer-banners li + li {
  margin-top: 10px;
}

/* line 516, ../../src/sass/partials/_components.scss */
.offer-banners img {
  display: block;
}

/* line 519, ../../src/sass/partials/_components.scss */
.statistics {
  margin-bottom: 32px;
}

/* line 522, ../../src/sass/partials/_components.scss */
.statistics h2 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 18px;
}

/* line 528, ../../src/sass/partials/_components.scss */
.panel-navigation .nav-item {
  float: left;
  width: 200px;
  min-height: 207px;
  background: #f3d7d6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 538, ../../src/sass/partials/_components.scss */
.panel-navigation .nav-item + li {
  margin-left: 20px;
}

/* line 541, ../../src/sass/partials/_components.scss */
.panel-navigation h3 {
  position: relative;
  display: table;
  box-sizing: border-box;
  width: 100%;
  height: 87px;
  padding: 0 15px 0 81px;
}

/* line 551, ../../src/sass/partials/_components.scss */
.panel-navigation h3 span {
  font-size: 12px;
  font-weight: bold;
  display: table-cell;
  height: 87px;
  vertical-align: middle;
  color: #cc8782;
}

/* line 563, ../../src/sass/partials/_components.scss */
.panel-navigation h3:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 81px;
  height: 88px;
  content: '';
  background-repeat: no-repeat;
  background-position: 50%;
}

/* line 576, ../../src/sass/partials/_components.scss */
.panel-navigation .nav-my_orders h3:before {
  background-image: url(../img/ico_my-orders.png);
}

/* line 579, ../../src/sass/partials/_components.scss */
.panel-navigation .nav-products h3:before {
  background-image: url(../img/ico_products.png);
}

/* line 582, ../../src/sass/partials/_components.scss */
.panel-navigation .nav-e_shop h3:before {
  background-image: url(../img/ico_e-shop.png);
}

/* line 585, ../../src/sass/partials/_components.scss */
.panel-navigation .nav-statistics h3:before {
  background-image: url(../img/ico_statistics.png);
}

/* line 588, ../../src/sass/partials/_components.scss */
.panel-navigation .nav-settings h3:before {
  background-image: url(../img/ico_settings.png);
}

/* line 591, ../../src/sass/partials/_components.scss */
.panel-navigation .nav-item ul {
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #f9ebeb;
}

/* line 597, ../../src/sass/partials/_components.scss */
.panel-navigation .nav-item li {
  height: 39px;
  border-bottom: 1px solid #f9ebeb;
}

/* line 602, ../../src/sass/partials/_components.scss */
.panel-navigation .nav-item li a {
  float: left;
  box-sizing: border-box;
}

/* line 607, ../../src/sass/partials/_components.scss */
.panel-navigation .nav-item li a:first-child {
  font-size: 12px;
  line-height: 15px;
  /*width: 140px;*/
  width: 170px;
  padding: 12px 0 11px 20px;
  color: #333;
  border-right: 1px solid #f9ebeb;
}

/* line 617, ../../src/sass/partials/_components.scss */
.panel-navigation .nav-item li a.add,
.panel-navigation .nav-item li a.list {
  width: 30px;
  height: 100%;
  text-indent: -9999px;
}

/* line 624, ../../src/sass/partials/_components.scss */
.panel-navigation .nav-item li a.add {
  display: none;
  border-right: 1px solid #f9ebeb;
  background: url(../img/ico_add.png) no-repeat 50%;
}

/* line 628, ../../src/sass/partials/_components.scss */
.panel-navigation .nav-item li a.list {
  float: right;
  background: url(../img/ico_list.png) no-repeat 50%;
}

/* line 631, ../../src/sass/partials/_components.scss */
body.grp-change-list table tr.grp-selected th,
body.grp-change-list table tr.grp-selected td {
  background: #ffd !important;
}

/* line 636, ../../src/sass/partials/_components.scss */
.grp-login #grp-container {
  position: relative;
  height: 100%;
}

/* line 641, ../../src/sass/partials/_components.scss */
body.grp-login #grp-content:after {
  display: block;
  clear: both;
  content: '';
}

/* line 648, ../../src/sass/partials/_components.scss */
body.grp-login #grp-content {
  position: static;
  top: 0;
  margin: 140px 0 60px;
}

/* line 654, ../../src/sass/partials/_components.scss */
body.grp-login #grp-content:after {
  display: block;
  clear: both;
  content: '';
}

/* line 660, ../../src/sass/partials/_components.scss */
.footer {
  display: inline-block;
  position: relative;
  float: none;
  left: 50%;
  width: 900px;
  margin: 0 0 0 -450px;
  padding-bottom: 50px;
}

/* line 669, ../../src/sass/partials/_components.scss */
.footer:after {
  display: block;
  clear: both;
  content: '';
}

/* line 675, ../../src/sass/partials/_components.scss */
.logo-gospodarka {
  float: left;
}

/* line 678, ../../src/sass/partials/_components.scss */
.logo-ue {
  float: right;
}

/* line 681, ../../src/sass/partials/_components.scss */
.footer-links {
  width: 100%;
  text-align: center;
}

/* line 686, ../../src/sass/partials/_components.scss */
.footer-links li {
  display: inline-block;
  margin: 0 10px;
}

/* line 691, ../../src/sass/partials/_components.scss */
.footer-links a {
  color: #999;
}

/* line 694, ../../src/sass/partials/_components.scss */
.footer-txt:before {
  display: block;
  clear: both;
  content: '';
}

/* line 700, ../../src/sass/partials/_components.scss */
.footer-txt {
  font-weight: bold;
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding-top: 70px;
  text-align: center;
}

/* Vendor CSS
   ========================================================================== */
/* ==========================================================================
   Vendor
   ========================================================================== */
/* owlCarousel
   ========================================================================== */
/* Media Queries
   ========================================================================== */
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* Desktop
   ========================================================================== */
/* Print Styles
   ========================================================================== */
/* ==========================================================================
   Print Styles
   ========================================================================== */
