@charset "UTF-8";
[data-toggle], [data-fancybox-ajax] {
  cursor: pointer;
}

.btn-dis {
  opacity: 0.4;
}

input[type=checkbox] {
  width: 17px;
  height: 17px;
  margin: 0;
  vertical-align: middle;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ajax-in-progress .form-group-buttons {
  position: relative;
}
.ajax-in-progress .form-group-buttons .col-md-9:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  margin-left: 8px;
  border-radius: 50%;
  border: 5px solid #eee;
  border-color: #eee transparent #eee transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

textarea.smaller {
  height: 4em;
}

textarea.bigger {
  height: 10em;
}

.order-detail-wrapper {
  width: 800px;
  padding: 0 20px;
}
.order-detail-wrapper textarea {
  height: 100px;
}
.order-detail-wrapper h4 {
  margin-top: 0;
}

.order-detail table th {
  width: 150px;
}
.order-detail fieldset {
  border-bottom: 0;
}

.order-detail-items td {
  vertical-align: middle !important;
}

.order-map, #map {
  width: 100%;
  height: 300px;
}

#map {
  margin-top: 1em;
}

.card-body {
  font-weight: normal;
}

.help-block {
  font-weight: normal;
}

.fancybox-opened .fancybox-skin {
  background: #fff;
}

.wider-table-container {
  overflow-x: scroll;
}

.destination-filter-form-wrapper label {
  margin-right: 10px;
}

.table tr.not-paid > td {
  background: #ff9999 !important;
}
.table tr.not-paid.even > td {
  background: #ffb3b3 !important;
}
.table tr.cache-highlight > td, .table tr.not-paid.cache-highlight > td {
  background: #ffb848 !important;
}
.table tr.cache-highlight.even > td, .table tr.not-paid.cache-highlight.even > td {
  background: #ffc262 !important;
}
.table tr.cache-done > td, .table tr.not-paid.cache-done > td {
  background: #dbe491 !important;
}
.table tr.cache-done.even > td, .table tr.not-paid.cache-done.even > td {
  background: #e2e9a5 !important;
}

/*---------------------------------------------
-- qr code
---------------------------------------------*/
#reader-log {
  color: #B94A48;
}

.qr-code-result {
  width: 320px;
}
.qr-code-result .qr-code-order {
  font-size: 1.5em;
  margin-bottom: 2em;
}
.qr-code-result .btn-group {
  display: block;
}
.qr-code-result .btn-group .btn {
  width: 50%;
}

/*---------------------------------------------
-- shifts
---------------------------------------------*/
.shifts-table-wrapper {
  overflow-x: auto;
}

.shifts-table .days-row td {
  background: #636466 !important;
  color: #fff;
  text-align: center;
}
.shifts-table .my-shifts td, .shifts-table .my-shifts th {
  background: rgba(168, 208, 75, 0.43) !important;
}
.shifts-table .my-shifts td.holiday-cell, .shifts-table .my-shifts th.holiday-cell {
  background: rgba(242, 222, 222, 0.63) !important;
}
.shifts-table .holiday-cell {
  background: rgba(242, 222, 222, 0.63) !important;
}
.shifts-table .input-cell {
  padding: 0;
}
.shifts-table .input-cell .form-control {
  border: 0;
  background: none;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  font-size: 12px;
  width: 60px;
  resize: none;
}

.save-button-tab {
  padding: 6px 0 0 20px;
}

/*---------------------------------------------
-- tasks
---------------------------------------------*/
.task-done {
  opacity: 0.5;
}
.task-done * {
  text-decoration: line-through !important;
}

.instructions-wrapper {
  /*	.panel-default.no-border {
  		border: 0;

  		> .panel-heading {
  			border-width: 1px;
  			border-style: solid;
  		}
  	}*/
}
.instructions-wrapper .panel-heading {
  position: relative;
}
.instructions-wrapper .panel-heading .add-button {
  align-items: center;
  bottom: -1px;
  display: flex;
  position: absolute;
  right: -1px;
  top: -1px;
}
.instructions-wrapper .panel-heading .add-button .icon {
  margin-right: 0;
}
.instructions-wrapper .btn-block {
  text-align: left;
  padding-left: 14px;
}
.instructions-wrapper .accordion-item {
  margin-bottom: 1em;
}
.instructions-wrapper .panel-body {
  position: relative;
}
.instructions-wrapper .edit-buttons {
  position: absolute;
  right: 0;
  top: 15px;
}

.homepage-instructions .note {
  position: relative;
  min-width: 250px;
  padding-top: 30px;
}
.homepage-instructions .btn {
  position: absolute;
  right: 14px;
  top: 8px;
}
.homepage-instructions .date {
  position: absolute;
  left: 14px;
  top: 12px;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.payment-to-messenger, .payment-in-cache, .shipping-pickup {
  background: #FFFF00;
  color: #000;
  display: inline-block;
  margin-left: 10px;
  padding: 2px 8px;
}

.payment-in-cache {
  background: #00FFFF;
}

.shipping-pickup {
  background: #199c01;
}

.products-category-name {
  float: right;
  color: #aaa;
}

.accordion-toggle {
  text-decoration: none;
  cursor: pointer;
}

.product-specification b {
  display: inline-block;
  width: 100px;
}
.product-specification i {
  padding: 10px 0;
  margin-bottom: 10px;
  display: block;
  border-bottom: 1px solid #ddd;
}

.col-md-2-4 {
  width: 19.5%;
  margin-right: 0.5%;
  float: left;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.term-form .form-body {
  position: relative;
}
.term-form .form-group {
  width: 60%;
}
.term-form .form-group .col-md-9 {
  position: static;
}
.term-form #filter-days {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 12000;
}
.term-form .ui-state-highlight .ui-state-default {
  background: #a8d04b;
}

.quick-search {
  position: relative;
  /*	&:hover {
  		.quick-search-whats {
  			display: block;
  		}
  	}*/
}
.quick-search input::-webkit-input-placeholder { /* Edge */
  font-size: 11px;
}
.quick-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 11px;
}
.quick-search input::placeholder {
  font-size: 11px;
}
.quick-search .form-control {
  border: 0;
}
.quick-search .form-container {
  display: flex;
}
.quick-search .form-pair {
  margin-right: 1px;
  position: relative;
  z-index: 4;
}
.quick-search .form-pair.active {
  z-index: 5;
}
.quick-search .form-pair:first-child {
  width: 130px;
}
.quick-search .form-pair.other {
  width: 230px;
}
.quick-search .active .quick-search-whats {
  display: block;
}
.quick-search .quick-search-whats {
  display: none;
  background: #fff;
  left: 100%;
  padding: 14px;
  position: absolute;
  top: 0;
  white-space: nowrap;
}
.my-delivery-button {
  padding: 11px 45px;
}

.td-delivered-button {
  white-space: nowrap;
}

.time-clock {
  /*padding-top: 4px;*/
  /*float:right;*/
}
.time-clock .btn {
  padding: 11px 45px;
}

.action-archive .nav-tabs > li.active > a, .action-archive .nav-tabs > li.active > a:hover, .action-archive .nav-tabs > li.active > a:focus {
  background-color: #FBA9AF;
}
.action-archive .page-content {
  background-color: #FBA9AF;
}
.action-archive .shops-tabs {
  background: #FBA9AF;
}

.icon.no-icon {
  color: #e5e5e5;
}

.icon.unarchive {
  color: #B94A48;
}

.right {
  text-align: right;
}

.b {
  font-weight: 600;
}

.positioner {
  position: relative;
}

#fixed-header {
  display: none;
  background: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  position: fixed;
  table-layout: fixed;
  top: 0;
  /*width: 100%;*/
}
#fixed-header td {
  padding: 5px;
  /*		padding-left: 6px;*/
  line-height: 1.2em;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #ddd;
  border-left: 0;
  box-sizing: content-box;
  border-color: #555555;
  border: 0;
  background: #555555;
  color: #fff;
  vertical-align: bottom;
}

/*.fancybox-overlay {
	z-index: 80200 !important;
}*/
.fancybox-inner .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.fancybox-inner .fancybox-content, .fancybox-inner .fancybox-content.portlet.box {
  padding: 40px 20px 10px !important;
}
.fancybox-inner .fancybox-content .form-body {
  padding: 0;
}

.shops-tabs {
  position: relative;
  z-index: 30;
}
.shops-tabs .with-datepicker {
  z-index: 1;
}
.shops-tabs > li {
  font-size: 22px;
  position: relative;
}
.shops-tabs > li .badge {
  position: absolute;
  top: -2px;
  right: 3px;
  font-size: 14px !important;
  height: auto;
}
.shops-tabs > li .archive-link {
  font-size: 13px;
  position: absolute;
  right: 17px;
  bottom: 2px;
}

.tabs-buttons {
  display: flex;
  flex-wrap: wrap;
}
.tabs-buttons > div {
  flex-grow: 1;
}
.tabs-buttons .btn {
  display: block;
  width: 100%;
}

.table-with-switches tr.odd td {
  background: #f9f9f9;
}
.table-with-switches tr.even td {
  background: none !important;
}
.table-with-switches > tbody > tr > td, .table-with-switches > tbody > tr > th {
  background: #f9f9f9;
}
.table-with-switches > tbody > tr.even > td, .table-with-switches > tbody > tr.even > th {
  background: #fff;
}

tr.child-row, tr.child-row-result {
  color: #aaa;
}

.handlers-stats-table td, .handlers-stats-table th {
  padding: 8px !important;
}

.style-store-status-1 {
  background-color: #800080 !important;
  color: #fff;
}

.style-store-status-2 {
  background-color: #ffb848 !important;
}

.style-store-status-3 {
  background-color: #B3A2C7 !important;
}

.style-store-status-31 {
  background-color: #ddc9f5 !important;
}

.style-store-status-4 {
  background-color: #E088C1 !important;
}

.style-store-status-5 {
  background-color: #FFFF00 !important;
}

.style-store-status-11 {
  background-color: #d84a38 !important;
  color: #fff;
}

.style-store-status-10 {
  background-color: #a8d04b !important;
}

.style-store-status-12 {
  background-color: #52b5bb !important;
}

.style-order-status-0 {
  opacity: 1;
}

.style-order-status-1, #shops-datagrid tr.order-status-1 td:first-child {
  background-color: #ccff99;
}

.style-order-status-2, #shops-datagrid tr.order-status-2 td, #shops-datagrid tr.order-status-2 td > div:not(.style-payment-1), .style-order-status2-2 {
  background-color: #d84a38 !important;
  color: #fff;
}

.style-order-status-3, #shops-datagrid tr.order-status-3 td:first-child {
  background-color: #35aa47 !important;
  color: #fff;
}

.style-order-status2-1, .style-order-status2-3 {
  background-color: #ff8a00 !important;
}

.style-order-status2-3.order-state-item {
  border-left: 10px solid #35aa47;
  padding-left: 2px !important;
}

.style-order-status2-21, #shops-datagrid tr.order-status-21 td, #shops-datagrid tr.order-status-21 td > div {
  background-color: #637696 !important;
  color: #fff;
}
.style-order-status2-21 .td a:not(.icon), #shops-datagrid tr.order-status-21 td .td a:not(.icon), .style-order-status2-21 .td a:not(.icon) {
  color: #fff;
}

.style-order-status2-22, #shops-datagrid tr.order-status-22 td, #shops-datagrid tr.order-status-22 td > div {
  background-color: #8b6396 !important;
  color: #fff;
}
.style-order-status2-22 .td a:not(.icon), #shops-datagrid tr.order-status-22 td .td a:not(.icon), .style-order-status2-22 .td a:not(.icon) {
  color: #fff;
}

.style-order-status2-23, #shops-datagrid tr.order-status-23 td, #shops-datagrid tr.order-status-23 td > div {
  background-color: #306935 !important;
  color: #fff;
}
.style-order-status2-23 .td a:not(.icon), #shops-datagrid tr.order-status-23 td .td a:not(.icon), .style-order-status2-23 .td a:not(.icon) {
  color: #fff;
}

.style-order-status2-24, .style-order-status2-24 {
  background-color: #795548 !important;
  color: #fff;
}
.style-order-status2-24 .td a:not(.icon), .style-order-status2-24 .td a:not(.icon) {
  color: #fff;
}

.style-order-status2-4, .style-order-status2-4 {
  background-color: #ffdf00 !important;
}

.style-payment-0 {
  background-color: #d84a38;
}

.style-payment-1 {
  background-color: #a8d04b;
}

.style-payment-2 {
  background-color: #fafa00;
}

.style-payment-3 {
  background-color: #4dd0e1;
}

@-webkit-keyframes blinking-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.blinking {
  animation: blinking-animation 2s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes payment-blink-animation {
  0% {
    background-color: #7bae05;
  }
  50% {
    background-color: #ddc9f5;
  }
  0% {
    background-color: #7bae05;
  }
}
.payment-blink {
  background-color: #7bae05;
  -webkit-animation: payment-blink-animation 1s infinite; /* Safari 4+ */
  -moz-animation: payment-blink-animation 1s infinite; /* Fx 5+ */
  -o-animation: payment-blink-animation 1s infinite; /* Opera 12+ */
  animation: payment-blink-animation 1s infinite; /* IE 10+, Fx 29+ */
  transition: all 0.5s;
}

.today-transfer {
  font-weight: bold;
}

.style-emails-status-1 {
  background-color: #FFB645;
}

.additional-paid {
  color: #a8d04b;
}

.delivery-changed td:nth-child(2), .delivery-changed td:nth-child(4) {
  color: #E088C1;
}

.purple-cell {
  background-color: #8500A9;
  color: #fff;
}

.page-title {
  position: relative;
}

.extra-payment-label {
  background: #eee;
  color: #333;
  font-weight: normal;
  display: inline-block;
  padding: 2px 6px;
}
.extra-payment-label.successfull {
  background: #a8d04b;
}

#shops-datagrid {
  /*	.highlight-printed {
  		background-color: #78f3f3;

  		&.office-1 {
  			background-color: #f7e96e;
  		}
  	}*/
}
#shops-datagrid .portlet-title {
  height: 1px;
  border-bottom: 0;
  padding: 0;
  overflow: hidden;
}
#shops-datagrid thead th {
  border-color: #555555;
  border: 0;
  background: #555555;
  color: #fff;
  font-size: 13px;
}
#shops-datagrid thead th a {
  color: #ffb848;
}
#shops-datagrid #fixed-header td a, #shops-datagrid thead th a {
  color: #ffb848;
}
#shops-datagrid tbody td:nth-child(1) {
  width: 7.5%;
}
#shops-datagrid tbody td:nth-child(2), #shops-datagrid tbody td:nth-child(3), #shops-datagrid tbody td:nth-child(10) {
  width: 6.1%;
}
#shops-datagrid tbody td:nth-child(4) {
  width: 4.5%;
}
#shops-datagrid tbody td:nth-child(11) {
  width: 5.5%;
}
#shops-datagrid tbody td:nth-child(5), #shops-datagrid tbody td:nth-child(6), #shops-datagrid tbody td:nth-child(7) {
  width: 3.5%;
}
#shops-datagrid tbody td:nth-child(8) {
  width: 7.3%;
}
#shops-datagrid tbody td:nth-child(9) {
  width: 7.4%;
}
#shops-datagrid tbody td:nth-child(12) {
  width: 7%;
}
#shops-datagrid tbody td:nth-child(13) {
  width: 6.2%;
}
#shops-datagrid tbody td:nth-child(14), #shops-datagrid tbody td:nth-child(15) {
  width: 7%;
}
#shops-datagrid tbody .dataGridRowActions {
  min-width: 140px;
}
#shops-datagrid tbody .dataGridRowActions .dropdown-menu {
  min-width: 240px;
}
#shops-datagrid.sales tbody td:nth-child(1) {
  width: 120px;
  white-space: nowrap;
}
#shops-datagrid.sales tbody td:nth-child(2), #shops-datagrid.sales tbody td:nth-child(3), #shops-datagrid.sales tbody td:nth-child(4), #shops-datagrid.sales tbody td:nth-child(5) {
  width: 100px;
}
#shops-datagrid.sales tbody td:nth-child(6), #shops-datagrid.sales tbody td:nth-child(7) {
  width: 200px;
}
#shops-datagrid.prague-orders tbody .td-checkbox {
  width: 40px;
}
#shops-datagrid.prague-orders tbody .td-code, #shops-datagrid.prague-orders tbody .td-date, #shops-datagrid.prague-orders tbody .td-time {
  width: 120px;
}
#shops-datagrid.prague-orders tbody .td-address {
  width: 450px;
}
#shops-datagrid div.td {
  margin: -5px;
  padding: 5px;
}
#shops-datagrid div.td:after {
  content: " ";
}
#shops-datagrid .editable-cell div.td:after {
  content: "";
}
#shops-datagrid td > span > input,
#shops-datagrid td .select2-container,
#shops-datagrid td select,
#shops-datagrid td div.td > span > input {
  margin: -6px;
  padding: 3px 5px 4px 5px;
  border: 1px solid #16b2f4;
  height: auto;
  outline: 0;
  font-size: 13px;
  line-height: 1.2em;
  width: 100%;
  box-sizing: content-box;
}
#shops-datagrid td {
  position: relative;
}
#shops-datagrid td[data-editable-type] {
  cursor: pointer;
}
#shops-datagrid td > span {
  display: block;
}
#shops-datagrid td select {
  padding-bottom: 3px;
  padding-top: 2px;
}
#shops-datagrid td .select2-container {
  padding: 0;
  width: auto;
  display: block;
}
#shops-datagrid td .select2-container .select2-choice {
  height: 26px;
  padding-top: 0;
}
#shops-datagrid td em {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #ddd transparent transparent;
}
#shops-datagrid td em.active {
  border-right-color: #d84a38;
}
#shops-datagrid td .green-corner em {
  border-color: transparent #a8d04b transparent transparent;
}
#shops-datagrid td:first-child div.td {
  background: #E4FFD7;
}
#shops-datagrid td:hover .remove-store-city {
  display: block;
}
#shops-datagrid .paginator {
  margin: 5px 14px;
  float: right;
}
#shops-datagrid .paginator span, #shops-datagrid .paginator a {
  display: inline-block;
  padding: 0px 6px;
  border: 1px solid #666;
  color: #fff;
}
#shops-datagrid .paginator span {
  opacity: 0.7;
}
#shops-datagrid .paginator a:hover {
  text-decoration: none;
  color: #a8d04b;
  border-color: #a8d04b;
}
#shops-datagrid .portlet-title .paginator {
  margin: 0;
}
#shops-datagrid tr[data-delivered="1"] td, #shops-datagrid tr[data-delivered="1"] .icon {
  color: #88AA38;
  font-weight: 600;
}
#shops-datagrid tr[data-not-reached] td, #shops-datagrid tr[data-not-reached] .icon {
  color: #ff0000;
  font-weight: 600;
}
#shops-datagrid tr[data-express] td:not(.td-messenger):not(.td-checkbox) {
  background: #e6cffd;
}
#shops-datagrid tr[data-order-prepared] td:not(.td-messenger):not(.td-checkbox):not(.td-code) {
  background: #ecb67e;
}
#shops-datagrid tr[data-picked-up="1"] td {
  color: #fff;
  background: #b30000 !important;
}
#shops-datagrid tr[data-picked-up="1"] td > a {
  color: #fff;
}
#shops-datagrid tr[data-payment-to="21"] td:not(.td-messenger) {
  background: #c1f2ff;
}
#shops-datagrid tr[data-payment-to="22"] td:not(.td-messenger) {
  background: #e3ffc1;
}
#shops-datagrid tr.order-status-2 .price-to-hide {
  display: none;
}
#shops-datagrid a.info-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background: #a8d04b;
  border-radius: 7px !important;
  color: #636466;
  text-align: center;
  margin-right: 5px;
}
#shops-datagrid a.info-icon:after {
  content: "i";
}
#shops-datagrid a.info-icon:hover {
  background: #999;
}
#shops-datagrid .remove-store-city {
  display: none;
  position: absolute;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 7px !important;
  top: 5px;
  font-size: 10px;
  font-weight: bold;
  right: 20px;
  color: #fff;
  background-color: #B94A48;
}
#shops-datagrid .remove-store-city:hover {
  text-decoration: none;
  background-color: #999;
}
#shops-datagrid .corner-form {
  display: none;
  position: absolute;
  left: 100%;
  top: -1px;
  background: #fff;
  padding: 10px;
  z-index: 5000;
  width: 280px;
  line-height: 1.5em;
  border: 1px solid #ddd;
  color: #555;
  /*		&.emails {
  			.button {
  				display: block;
  			}
  		}*/
}
#shops-datagrid .corner-form.handlers {
  width: 350px;
}
#shops-datagrid .corner-form label:empty {
  display: none;
}
#shops-datagrid .corner-form label {
  width: 90%;
}
#shops-datagrid .corner-form label span {
  padding: 2px 10px;
  margin-bottom: 10px;
  margin-left: 5px;
}
#shops-datagrid .corner-form .button {
  margin-top: 5px;
  width: 100%;
  display: none;
}
#shops-datagrid .corner-form .store-message {
  border: 1px solid #ddd;
  padding: 10px;
}
#shops-datagrid .select2-container {
  width: 300px;
}

.messenger-select {
  min-width: 200px;
}

.today td {
  background-color: #F2DEDE !important;
}

.select2-drop-mask {
  z-index: 197000;
}

.select2-drop {
  z-index: 198000;
}

.select2-result-label .select2-item > span {
  position: relative;
}
.select2-result-label i {
  cursor: pointer;
  position: absolute;
  width: 13px;
  height: 13px;
  line-height: 13px;
  right: 5px;
  top: 2px;
  background: #e5e5e5;
  border-radius: 50% !important;
  font-style: normal;
  font-size: 9px;
  text-align: center;
}
.select2-result-label i:hover {
  background: #999;
}

.stores-select2-dropdown {
  width: 90% !important;
  left: 5% !important;
  border: 1px solid #999999 !important;
  padding-top: 3px;
}
.stores-select2-dropdown .select2-item {
  border-bottom: 1px solid #eee;
}
.stores-select2-dropdown .select2-item > span {
  padding-right: 0.5%;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.stores-select2-dropdown .select2-item > span.city {
  width: 13%;
}
.stores-select2-dropdown .select2-item > span.supplier {
  width: 13%;
}
.stores-select2-dropdown .select2-item > span.email {
  width: 12%;
}
.stores-select2-dropdown .select2-item > span.phone {
  width: 5%;
}
.stores-select2-dropdown .select2-item > span.claims {
  width: 3%;
}
.stores-select2-dropdown .select2-item > span.vat {
  width: 4%;
}
.stores-select2-dropdown .select2-item > span.web {
  width: 12%;
}
.stores-select2-dropdown .select2-item > span.account {
  width: 9%;
}
.stores-select2-dropdown .select2-item > span.zip {
  width: 4%;
}
.stores-select2-dropdown .select2-item > span.notes {
  width: 10%;
}
.stores-select2-dropdown .select2-item > span.sums {
  width: 10%;
  font-size: 12px;
}

.store-info-table.form-bordered .control-label, .store-info-table.form-bordered .form-group > div {
  padding-top: 16px;
}

.store-info-form-wrapper {
  width: 600px;
}
.store-info-form-wrapper .portlet.box > .portlet-body {
  background: none;
}

.new-store, .new-store td {
  background-color: #fff7ad;
}

.table-striped .store-row-color-1 td {
  background-color: #d84a38 !important;
  color: #fff;
}
.table-striped .store-row-color-1 td a {
  color: #fff;
}

.sums-shops {
  display: none;
}
.sums-shops td, .sums-shops h4 {
  font-size: 13px;
  color: #666;
}
.sums-shops td, .sums-shops th {
  background: #fcfcfc !important;
}

.sums-shops-switcher {
  cursor: pointer;
}

.select2-item .s2-title, .select2-item .s2-supplier {
  display: inline-block;
  width: 90px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ddd;
}
.select2-item .s2-phone {
  display: inline-block;
}

.clear {
  clear: both;
}

/*---------------------------------------------
-- sales
---------------------------------------------*/
.months-filter {
  font-size: 14px !important;
}
.months-filter .form-pair {
  margin-top: 3px;
}
.months-filter label {
  width: 80px;
  display: inline-block;
  margin-left: 10px;
}
.months-filter select {
  width: 100px;
}

.messengers-datepicker {
  position: absolute;
  font-size: 12px;
  margin-top: -1px;
  display: none;
  width: 400px;
}
.messengers-datepicker .ui-datepicker {
  width: 100%;
}
.messengers-datepicker .ui-datepicker tbody td a {
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.with-datepicker:hover .messengers-datepicker {
  display: block;
}

.add-order-form .text.select2-offscreen {
  position: relative !important;
  display: inline-block;
}
.add-order-form input[type=checkbox] {
  margin-left: 10px;
  vertical-align: middle;
}
.add-order-form .button {
  margin-left: 10px;
}

.offices-filter {
  background: #eee;
  padding: 8px 16px 6px;
}
.offices-filter .form-pair {
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
}
.offices-filter .form-pair select {
  width: auto;
}
.offices-filter .form-control {
  display: inline-block;
}
.offices-filter [type=checkbox] {
  margin-right: 5px;
}

.offices-orders-row-dropdown {
  left: auto;
  right: 0;
  color: #333;
}
.offices-orders-row-dropdown li {
  padding: 8px 16px;
}
.offices-orders-row-dropdown input[type=checkbox] {
  margin-right: 10px;
}

/*.office-orders-table {
	tr:nth-child(2n+1) {
		background: #fafafa;
	}
}*/
/*---------------------------------------------
-- 
---------------------------------------------*/
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
  padding: 5px;
  line-height: 1.2;
}

.page-sidebar-menu li.home a {
  /*background: #eee;*/
}

.page-sidebar-menu li.home ul {
  display: block;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.handsontable .htCore td:empty {
  background-color: #ddd;
}

/* here you can put your own css to customize and override the theme */
.float-right {
  float: right;
}

.margin-right {
  margin-right: 5px;
}

.float-left {
  float: left;
}

.form-actions {
  margin: -10px;
}

.radio {
  padding-top: 0px !important;
}

.hidden {
  display: none;
}

.selectLableTopMargin {
  float: left;
  margin: 18px 0px 0px 5px;
}

.dataGridRowActions a:hover {
  text-decoration: none;
}

.actions i .text {
  font-family: "Open Sans", sans-serif;
}

.onChangeSubmit {
  margin-top: 10px;
}

label.dataTables_info {
  margin-top: 18px;
}

.header .navbar-brand {
  padding: 5px 15px 0 0px;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.col-md-6 .portlet {
  margin-left: -15px;
}

fieldset legend {
  border-bottom: 0;
}

fieldset {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}
fieldset.no-border {
  border-bottom: 0;
}

fieldset:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

fieldset:last-of-type:not(:first-child) {
  border-bottom: 0;
}

.mce-panel {
  border: 1px solid #e5e5e5 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  float: none !important;
  background: #e5e5e5;
  margin: 5px;
  font-size: 12px;
}

.select2-container-multi .select2-choices .select2-search-choice .label {
  color: #000;
  width: 33%;
  display: inline-block;
  text-align: left;
}

.select2-container-multi .select2-choices .select2-search-choice .form-control {
  width: 150px;
  padding: 0px 10px;
  height: 25px;
  display: inline-block;
  font-size: 12px;
  width: 32%;
  margin-left: 1%;
}

.select2-results span.new-item i {
  margin-left: 10px;
  font-size: 12px;
}

/*---------------------------------------------
-- uvodni stranka
---------------------------------------------*/
ul.shortcuts-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.shortcuts-list li {
  clear: both;
  float: left;
}

ul.shortcuts-list li.sub {
  clear: none;
}

ul.shortcuts-list .icon-btn {
  width: 80px;
  height: 68px;
  vertical-align: top;
}

ul.shortcuts-list .icon-btn i {
  height: 18px;
  text-align: center;
}

ul.shortcuts-list .icon-btn div {
  height: 28px;
  padding: 0 3px;
}

ul.green a.icon-btn {
  border-color: #35aa47;
}

ul.red a.icon-btn {
  border-color: #ed4e2a;
}

ul.yellow a.icon-btn {
  border-color: #fcb322;
}

ul.purple a.icon-btn {
  border-color: #852b99;
}

ul.blue a.icon-btn {
  border-color: #4b8df8;
}

ul.blue2 a.icon-btn {
  border-color: #27a9e3;
}

/*---------------------------------------------
-- nastaveni v eshopu
---------------------------------------------*/
.options-menu {
  margin-bottom: 2em;
}

.options-menu ul.shortcuts-list li {
  clear: none;
}

/*---------------------------------------------
-- portfolio
---------------------------------------------*/
.gallery-image {
  width: 280px;
  float: left;
}

.mix-grid .mix-details a[class^=mix-], .mix-grid .mix-details a[class*=" mix-"] {
  color: #555;
  cursor: pointer;
  margin-top: 10px;
  padding: 10px 15px;
  background: #16b2f4;
  display: inline-block !important;
  position: static !important;
  margin-right: 3px;
  margin-left: 3px;
}

.mix-grid .mix-details > h4 {
  height: 19px;
}

.mix-grid .mix a[class^=mix-]:hover,
.mix-grid .mix a[class*=" mix-"]:hover {
  color: #fff;
  padding: 9px 14px;
  text-decoration: none;
  border: solid 1px #eee;
}

.image-edit-form {
  display: none;
}

.mix-inner .modal-body .col-md-6 {
  float: none;
  width: 100%;
}

.mix-inner .modal-body .portlet-title {
  display: none;
}

.mix-inner .modal-body .portlet.box {
  border: 0;
  margin: 0;
}

.mix-inner .modal-body .form-actions {
  background: none;
  padding: 19px 20px 0;
  margin: 0 -30px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.mix-inner .modal-body .form-actions input[name=delete],
.mix-inner .modal-body .form-actions input[name=thumbs] {
  display: none;
}

.gallery-size, .gallery-count {
  display: inline;
  float: none;
}

.tabbable-custom.boxless > .tab-content {
  /*border-bottom: 1px solid #ddd;*/
}

.thumb-table .thumb-wrapper td {
  border: 0;
}

.thumb-table table {
  margin-bottom: 2em;
  width: 100%;
}

.thumb-table td {
  padding-bottom: 1em;
  padding-top: 10px;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}

#snippet-photogallery-thumbs .thumbs-switcher {
  display: none;
}

.form .thumbs-wrapper {
  display: none;
}

#photogallery-form {
  display: none;
}

#tab-photogallery-edit {
  display: none;
}

/*---------------------------------------------
-- Footer
---------------------------------------------*/
a.copyright, a.copyright:hover, a.copyright:visited {
  display: inline-block;
  padding: 10px !important;
  color: #999 !important;
  font-size: 12px !important;
}

.footer .footer-inner {
  float: none;
  display: block;
  width: 300px;
  margin: 0px auto -30px auto;
}

/*---------------------------------------------
-- Header
---------------------------------------------*/
.header.navbar-fixed-top {
  z-index: 120001 !important;
}

.header .navbar-nav > li.dropdown.language > a {
  padding-top: 10px;
  padding-bottom: 11px;
}

.header .navbar-nav > li.dropdown.user .dropdown-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header .navbar-nav > li#header_home_link .dropdown-toggle {
  padding-top: 12px;
  padding-bottom: 10px;
}

.mobile-user {
  border-top: 1px solid #ccc;
  padding: 10px 15px;
}

/*---------------------------------------------
-- Sidebar
---------------------------------------------*/
.page-sidebar .sidebar-toggler {
  margin-bottom: 10px;
}

ul.page-sidebar-menu > li.active > a {
  background: #a8d04b !important;
  color: #000 !important;
}

ul.page-sidebar-menu > li.active > a i {
  color: #636466 !important;
}

ul.page-sidebar-menu > li.active > a .arrow:before, ul.page-sidebar-menu > li.active > a .arrow.open:before {
  color: #636466 !important;
}

.theme-light ul.page-sidebar-menu > li.active > a .selected {
  background-image: url("../img/sidebar-menu-arrow-olive.png");
}

/*---------------------------------------------
-- impire green = olive
---------------------------------------------*/
.btn.olive {
  background-color: #a8d04b;
  color: #636466 !important;
}
.btn.olive:hover {
  background-color: #8CAE3E;
}

.btn.olive .text, .btn.olive icon:before, .btn.olive i:before {
  color: #636466 !important;
}

.portlet.box.olive > .portlet-title {
  background-color: #a8d04b;
}

.portlet.olive > .portlet-title > .caption {
  color: #636466;
}

.portlet.box.olive {
  border: 1px solid #a8d04b;
}

/*---------------------------------------------
-- forms
---------------------------------------------*/
.alert-error {
  background-color: #F2DEDE;
  border-color: #EED3D7;
  color: #B94A48;
}

form .alert {
  border-radius: 4px;
  margin: 10px;
  padding: 8px 14px 8px 0px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.mceEditor > table {
  width: 100% !important;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
ul.shortcuts-list .icon-btn i.icon-kup-kytici-cz {
  background: url(../img/shops/icon-kup-kytici.png) no-repeat 0 0;
}

ul.shortcuts-list .icon-btn i.icon-kup-kytici-sk {
  background: url(../img/shops/icon-kup-kytici-sk.png) no-repeat 0 0;
}

ul.shortcuts-list .icon-btn i.icon-flora-kvetiny-cz {
  background: url(../img/shops/icon-flora-kvetiny.png) no-repeat 0 0;
}

ul.shortcuts-list .icon-btn i.icon-flora-online-cz {
  background: url(../img/shops/icon-flora-online.png) no-repeat 0 0;
}

ul.shortcuts-list .icon-btn i.icon-flora-online-sk {
  background: url(../img/shops/icon-flora-online-sk.png) no-repeat 0 0;
}

ul.shortcuts-list .icon-btn i.icon-flora-svatby-cz {
  background: url(../img/shops/icon-flora-svatby.png) no-repeat 0 0;
}

ul.shortcuts-list .icon-btn i.icon-kytice-expres-cz {
  background: url(../img/shops/icon-kytice-expres.png) no-repeat 0 0;
}

ul.shortcuts-list .icon-btn i.icon-kytica-expres-sk {
  background: url(../img/shops/icon-kytica-expres.png) no-repeat 0 0;
}

#reader {
  width: 320px;
  height: 320px;
  background: #eee;
}
#reader > div {
  position: absolute;
  top: 0;
}

.quick-search {
  float: left;
  margin: 3px 0 0 3px;
}

.page-sidebar .quick-search {
  float: none;
  display: block;
}

.header .header-inner {
  display: flex;
  justify-content: space-between;
}
.header .navbar-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  max-width: 460px;
  width: 100%;
}
.header .navbar-nav li {
  float: left;
  margin: 0;
  padding: 0 !important;
  white-space: nowrap;
}
.header .navbar-nav li.li-home {
  /*width: 15%;*/
}
.header .navbar-nav li.li-home .dropdown-toggle {
  text-align: center;
  /*						padding-left: 0 !important;
  						padding-right: 0 !important;*/
}
.header .navbar-nav li.li-my-delivery {
  /*width: 30%;*/
}
.header .navbar-nav li.li-time-clock {
  /*width: 35%;*/
}
.header .navbar-nav li.li-time-clock .btn {
  float: left;
  width: 50%;
}
.header .navbar-nav li.dropdown.user {
  /*width: 30%;*/
}
.header .navbar-nav li .btn {
  padding-left: 1em;
  padding-right: 1em;
  display: block;
}
.header .navbar-nav .dropdown-menu li {
  float: none;
}

.tabs-buttons {
  z-index: 21;
  margin-bottom: 14px;
}

/*---------------------------------------------
-- down
---------------------------------------------*/
@media (max-width: 730px) {
  .shops-tabs {
    display: flex;
  }
  .shops-tabs > li {
    font-size: 14px;
    min-width: 15%;
    white-space: nowrap;
  }
  .shops-tabs > li a {
    padding: 0.4em 0.1em 1em 0.2em;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 520px) {
  .my-delivery-datagrid {
    display: block;
  }
  .my-delivery-datagrid tbody, .my-delivery-datagrid tfoot, .my-delivery-datagrid thead, .my-delivery-datagrid tr, .my-delivery-datagrid td, .my-delivery-datagrid th {
    display: block;
  }
  .my-delivery-datagrid thead {
    display: none;
  }
  .my-delivery-datagrid tr {
    clear: both;
    display: flex;
    flex-wrap: wrap;
  }
  .my-delivery-datagrid tr td {
    display: block;
    order: 5;
  }
  .my-delivery-datagrid .td-code, .my-delivery-datagrid .td-date {
    order: 0;
    width: 30% !important;
  }
  .my-delivery-datagrid .td-time, .my-delivery-datagrid .td-messenger-price {
    order: 1;
    width: 20% !important;
  }
  .my-delivery-datagrid .td-address {
    min-height: 40px;
    width: 100% !important;
  }
  .my-delivery-datagrid .td-delivered-button {
    width: 100% !important;
  }
  .my-delivery-datagrid .td-delivered-button .btn {
    display: block;
  }
}
@media (max-width: 991px) {
  .quick-search {
    display: none;
  }
  .page-sidebar.navbar-collapse {
    max-height: none;
  }
  .page-sidebar.navbar-collapse.in {
    overflow: auto;
  }
}
/*---------------------------------------------
-- up
---------------------------------------------*/
@media (min-width: 992px) {
  .tabs-buttons {
    /*		margin-top: 42px;
    		margin-bottom: 0;
    		width: auto;*/
  }
  .shops-tabs {
    /*top: 42px;*/
    /*padding-top: 10px;*/
    /*position: fixed;*/
    z-index: 20;
    background: #fff;
    top: 0;
    width: 100%;
  }
  .shops-tabs.prague-tabs {
    /*top: 90px;*/
  }
  .shops-tabs.fixed {
    position: fixed;
  }
  #shops-datagrid, .body-under-tabs {
    z-index: 15;
    /*margin-top: 40px;*/
  }
}

/*# sourceMappingURL=custom.css.map */
