/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
 html, body {
  font-family: 'Roboto', 'Helvetica', sans-serif;
}

/* GENERIC CLASSES */
/* positioning */
.static {
  position: static !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

h1 {
  font-size: 20px;
  line-height: 1;
  letter-spacing: .02em;
  font-weight: 400;
  margin: 0px;
  margin-bottom: 10px;
}

/* % widths */
.w5 {
  width: 5% !important;
}

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w75 {
  width: 75% !important;
}

.w80 {
  width: 80% !important;
}

.w85 {
  width: 85% !important;
}

.w90 {
  width: 90% !important;
}

.w95 {
  width: 95% !important;
}

.w100 {
  width: 100% !important;
}

/* % heights */
.h5 {
  height: 5% !important;
}

.h10 {
  height: 10% !important;
}

.h15 {
  height: 15% !important;
}

.h20 {
  height: 20% !important;
}

.h25 {
  height: 25% !important;
}

.h30 {
  height: 30% !important;
}

.h35 {
  height: 35% !important;
}

.h40 {
  height: 40% !important;
}

.h45 {
  height: 45% !important;
}

.h50 {
  height: 50% !important;
}

.h55 {
  height: 55% !important;
}

.h60 {
  height: 60% !important;
}

.h65 {
  height: 65% !important;
}

.h70 {
  height: 70% !important;
}

.h75 {
  height: 75% !important;
}

.h80 {
  height: 80% !important;
}

.h85 {
  height: 85% !important;
}

.h90 {
  height: 90% !important;
}

.h95 {
  height: 95% !important;
}

.h100 {
  height: 100% !important;
}

/* px widths */
.w5p {
  width: 5px !important;
}

.w10p {
  width: 10px !important;
}

.w15p {
  width: 15px !important;
}

.w20p {
  width: 20px !important;
}

.w25p {
  width: 25px !important;
}

.w30p {
  width: 30px !important;
}

.w35p {
  width: 35px !important;
}

.w40p {
  width: 40px !important;
}

.w45p {
  width: 45px !important;
}

.w50p {
  width: 50px !important;
}

.w55p {
  width: 55px !important;
}

.w60p {
  width: 60px !important;
}

.w65p {
  width: 65px !important;
}

.w70p {
  width: 70px !important;
}

.w75p {
  width: 75px !important;
}

.w80p {
  width: 80px !important;
}

.w85p {
  width: 85px !important;
}

.w90p {
  width: 90px !important;
}

.w95p {
  width: 95px !important;
}

.w100p {
  width: 100px !important;
}

/* px heights */
.h5p {
  height: 5px !important;
}

.h10p {
  height: 10px !important;
}

.h15p {
  height: 15px !important;
}

.h20p {
  height: 20px !important;
}

.h25p {
  height: 25px !important;
}

.h30p {
  height: 30px !important;
}

.h35p {
  height: 35px !important;
}

.h40p {
  height: 40px !important;
}

.h45p {
  height: 45px !important;
}

.h50p {
  height: 50px !important;
}

.h55p {
  height: 55px !important;
}

.h60p {
  height: 60px !important;
}

.h65p {
  height: 65px !important;
}

.h70p {
  height: 70px !important;
}

.h75p {
  height: 75px !important;
}

.h80p {
  height: 80px !important;
}

.h85p {
  height: 85px !important;
}

.h90p {
  height: 90px !important;
}

.h95p {
  height: 95px !important;
}

.h100p {
  height: 100px !important;
}

/*opacity - "_X" defines the opacity in percentage*/
.opacity_0 {
  opacity: 0 !important;
}

.opacity_10 {
  opacity: .1 !important;
}

.opacity_20 {
  opacity: .2 !important;
}

.opacity_30 {
  opacity: .3 !important;
}

.opacity_40 {
  opacity: .4 !important;
}

.opacity_50 {
  opacity: .5 !important;
}

.opacity_60 {
  opacity: .6 !important;
}

.opacity_70 {
  opacity: .7 !important;
}

.opacity_80 {
  opacity: .8 !important;
}

.opacity_90 {
  opacity: .9 !important;
}

.opacity_100 {
  opacity: 1 !important;
}

/* spaces */
.space_0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.space_5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.space_10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.space_15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.space_20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  margin-left: 20px !important;
  margin-right: 20px !important;
}

/* vertical spaces */
.space_v0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.space_v5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.space_v10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.space_v15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.space_v20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

/* horizontal spaces */
.space_h0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.space_h5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.space_h10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.space_h15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.space_h20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

/* bottom spaces */
.space_b0 {
  margin-bottom: 0px !important;
}

.space_b5 {
  margin-bottom: 5px !important;
}

.space_b10 {
  margin-bottom: 10px !important;
}

.space_b15 {
  margin-bottom: 15px !important;
}

.space_b20 {
  margin-bottom: 20px !important;
}

/* top spaces */
.space_t0 {
  margin-top: 0px !important;
}

.space_t5 {
  margin-top: 5px !important;
}

.space_t10 {
  margin-top: 10px !important;
}

.space_t15 {
  margin-top: 15px !important;
}

.space_t20 {
  margin-top: 20px !important;
}

/* left spaces */
.space_l0 {
  margin-left: 0px !important;
}

.space_l5 {
  margin-left: 5px !important;
}

.space_l10 {
  margin-left: 10px !important;
}

.space_l15 {
  margin-left: 15px !important;
}

.space_l20 {
  margin-left: 20px !important;
}

/* right spaces */
.space_r0 {
  margin-right: 0px !important;
}

.space_r5 {
  margin-right: 5px !important;
}

.space_r10 {
  margin-right: 10px !important;
}

.space_r15 {
  margin-right: 15px !important;
}

.space_r20 {
  margin-right: 20px !important;
}

/* special cases i.e. first/last element without spaces
 * vf = vertical first
 * vl = vertical last
 * hf = horizontal first
 * hl = horizontal last
 * v = vertical
 * h = horizontal
 */

.no_space_v:first-child,
.no_space_vf:first-child {
  margin-top: 0 !important;
}

.no_space_v:last-child,
.no_space_vl:last-child {
  margin-bottom: 0 !important;
}

.no_space_h:first-child,
.no_space_hf:first-child {
  margin-left: 0 !important;
}

.no_space_h:last-child,
.no_space_hl:last-child {
  margin-right: 0 !important;
}

/* PADDINGS */
.pad_0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pad_5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pad_10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pad_15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pad_20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* vertical paddings */
.pad_v0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.pad_v5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pad_v10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pad_v15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.pad_v20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* collapsing vertical paddings */
.pad_v5_collapsing {
  padding-bottom: 5px !important;
}

.pad_v10_collapsing {
  padding-bottom: 10px !important;
}

.pad_v15_collapsing {
  padding-bottom: 15px !important;
}

.pad_v20_collapsing {
  padding-bottom: 20px !important;
}

.pad_v5_collapsing:first-child {
  padding-top: 5px !important;
}

.pad_v10_collapsing:first-child {
  padding-top: 10px !important;
}

.pad_v15_collapsing:first-child {
  padding-top: 15px !important;
}

.pad_v20_collapsing:first-child {
  padding-top: 20px !important;
}

/* horizontal paddings */
.pad_h0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pad_h5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pad_h10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pad_h15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pad_h20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* collapsing horizontal paddings */
.pad_h5_collapsing:not(:first-child) {
  padding-left: 5px !important;
}

.pad_h10_collapsing:not(:first-child) {
  padding-left: 10px !important;
}

.pad_h15_collapsing:not(:first-child) {
  padding-left: 15px !important;
}

.pad_h20_collapsing:not(:first-child) {
  padding-left: 20px !important;
}

/* bottom paddings */
.pad_b0 {
  padding-bottom: 0px !important;
}

.pad_b5 {
  padding-bottom: 5px !important;
}

.pad_b10 {
  padding-bottom: 10px !important;
}

.pad_b15 {
  padding-bottom: 15px !important;
}

.pad_b20 {
  padding-bottom: 20px !important;
}

/* top paddings */
.pad_t0 {
  padding-top: 0px !important;
}

.pad_t5 {
  padding-top: 5px !important;
}

.pad_t10 {
  padding-top: 10px !important;
}

.pad_t15 {
  padding-top: 15px !important;
}

.pad_t20 {
  padding-top: 20px !important;
}

/* left paddings */
.pad_l0 {
  padding-left: 0px !important;
}

.pad_l5 {
  padding-left: 5px !important;
}

.pad_l10 {
  padding-left: 10px !important;
}

.pad_l15 {
  padding-left: 15px !important;
}

.pad_l20 {
  padding-left: 20px !important;
}

/* right paddings */
.pad_r0 {
  padding-right: 0px !important;
}

.pad_r5 {
  padding-right: 5px !important;
}

.pad_r10 {
  padding-right: 10px !important;
}

.pad_r15 {
  padding-right: 15px !important;
}

.pad_r20 {
  padding-right: 20px !important;
}

/* special cases i.e. first/last element without paddings
 * vf = vertical first
 * vl = vertical last
 * hf = horizontal first
 * hl = horizontal last
 * v = vertical
 * h = horizontal
 */

.no_pad_v:first-child,
.no_pad_vf:first-child {
  padding-top: 0 !important;
}

.no_pad_v:last-child,
.no_pad_vl:last-child {
  padding-bottom: 0 !important;
}

.no_pad_h:first-child,
.no_pad_hf:first-child {
  padding-left: 0 !important;
}

.no_pad_h:last-child,
.no_pad_hl:last-child {
  padding-right: 0 !important;
}

/* display */
.none {
  display: none;
}

.block {
  display: block;
}

.i-block {
  display: inline-block;
}

.flex {
  display: flex;
}

/* box-sizing */
.border-box {
  box-sizing: border-box;
}

/* floatings */
.fleft {
  float: left;
}

.fright {
  float: right;
}

.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

/* align-self */
.align_start {
  align-self: flex-start;
}

.align_center {
  align-self: center;
}

.align_end {
  align-self: flex-end;
}

.align_stretch {
  align-self: stretch;
}

/* align-items */
.align_items_start {
  align-items: flex-start;
}

.align_items_center {
  align-items: center;
}

.align_items_end {
  align-items: flex-end;
}

.align_items_stretch {
  align-items: stretch;
}

/* text-aligns */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/* vertical align. to be applied to parent. be aware it changes the parent's and child display attribute*/
.valign_middle,
.valign_top,
.valign_bottom {
  display: table;
}

.valign_middle>*,
.valign_top>*,
.valign_bottom>* {
  display: table-cell;
}

.valign_middle>* {
  vertical-align: middle
}

.valign_top>* {
  vertical-align: top
}

.valign_bottom>* {
  vertical-align: bottom
}

.nowrap {
  white-space: nowrap
}

/* adding new names below. keeping this for retroactivity */
/* white space rules */
.ws_nowrap {
  white-space: nowrap
}

.ws_pre {
  white-space: pre
}

.ws_prewrap {
  white-space: pre-wrap
}

.ws_preline {
  white-space: pre-line
}

/* mixed font styles */
.bold {
  font-weight: bold
}

.oblique {
  font-style: oblique
}

.italic {
  font-style: italic
}

/* list styles */
ol.upper_alpha {
  list-style-type: upper-alpha;
}

ol.lower_alpha {
  list-style-type: lower-alpha;
}

/*page breaks*/
.pbi_avoid {
  page-break-inside: avoid;
}

.app-avatar {
  width: 48px;
  height: 48px;
  /*border-radius: 24px;*/
}

.mdl-layout__drawer {
  will-change: inherit;
}

.app-layout .mdl-layout__header .mdl-layout__drawer-button {
  color: rgba(0, 0, 0, 0.54);
}

.mdl-layout__drawer .avatar {
  margin-bottom: 16px;
}

/* removing scroller. still scrollable but hiding them as they look ugly */
.app-drawer::-webkit-scrollbar {
  display: none;
}

.app-drawer {
  border: none;
}

/* iOS Safari specific workaround */
.app-drawer .mdl-menu__container {
  z-index: 4;
}

.app-drawer .app-navigation {
  z-index: -2;
  background: #37474f;
}

/* END iOS Safari specific workaround */
.app-drawer .mdl-menu .mdl-menu__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-drawer-header {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 16px;
  height: 151px;
  background: #263238;
  color: #eceff1;
}

.app-avatar-dropdown {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

header .mdl-menu__item {
  display: flex;
}

header .mdl-menu__item .material-icons {
  float: none;
  margin-top: 13px;
  margin-right: 5px;
}

.app-navigation {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.mdl-layout__drawer .mdl-navigation ul,
.mdl-layout__drawer .mdl-navigation ul li {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.app-layout .app-navigation .mdl-navigation__link {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.56);
  font-weight: 400;
}

.app-layout .app-navigation .mdl-navigation__link:hover,
.app-navigation .mdl-navigation__link:hover .material-icons {
  color: #FFF;
}

.app-navigation .mdl-navigation__link .material-icons {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.56);
  margin-right: 16px;
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
  padding: 16px 20px;
  cursor: pointer;
  cursor: hand;
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link i.material-icons.dd-arrow:last-child {
  position: absolute;
  right: 0px;
  top: 15px;
}

.mdl-layout__drawer .mdl-navigation ul li>div i.material-icons.dd-arrow:last-child {
  top: 7px !important;
}

.app-layout .app-navigation li>div {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
}

.app-layout .app-navigation li.active>div {
  max-height: 600px;
  background: rgba(0, 0, 0, 0.2);
}

.app-layout .app-navigation li.active>a {
  background: rgba(0, 0, 0, 0.2);
}

.app-layout .app-navigation li ul {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.app-layout .app-navigation a {
  position: relative;
}

.app-layout .app-navigation li ul li a {
  display: block;
  padding: 10px 6px 10px 20px !important;
  font-weight: 300 !important;
  line-height: 18px;
}

.app-layout .app-navigation li ul li a i.material-icons {
  font-size: 18px;
  margin-left: 6px;
}

.app-layout .app-navigation li.active>span>a,
.app-layout .app-navigation li.active>span>a i.material-icons,
.app-layout .app-navigation li ul li.active a,
.app-layout .app-navigation li ul li.active a i.material-icons {
  color: #FFF;
  opacity: 1;
}

.app-layout .app-navigation li .mdl-navigation__link:hover {
  background: rgba(0, 0, 0, 0.2);
}

.app-layout .app-navigation li.active>span>.mdl-navigation__link,
.app-layout .app-navigation li.active>span>.mdl-navigation__link span,
.app-layout .app-navigation li.active>span>.mdl-navigation__link i {
  color: #FFF !important;
}

.app-content {
  max-width: 1080px;
}

.app-charts {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-chart:nth-child(1) {
  color: #ACEC00;
}

.app-chart:nth-child(2) {
  color: #00BBD6;
}

.app-chart:nth-child(3) {
  color: #BA65C9;
}

.app-chart:nth-child(4) {
  color: #EF3C79;
}

.app-graphs {
  padding: 16px 32px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* TODO: Find a proper solution to have the graphs
 * not float around outside their container in IE10/11.
 * Using a browserhacks.com solution for now.
 */
_:-ms-input-placeholder, :root .app-graphs {
  min-height: 664px;
}

_:-ms-input-placeholder, :root .app-graph {
  max-height: 300px;
}

/* TODO end */
.app-graph:nth-child(1) {
  color: #00b9d8;
}

.app-graph:nth-child(2) {
  color: #d9006e;
}

.app-cards {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.app-cards .app-separator {
  height: 32px;
}

.app-cards .mdl-card__title.mdl-card__title {
  color: white;
  font-size: 24px;
  font-weight: 400;
}

.app-cards ul {
  padding: 0;
}

.app-cards h3 {
  font-size: 1em;
}

.app-updates .mdl-card__title {
  min-height: 200px;
  background-image: url('images/dog.png');
  background-position: 90% 100%;
  background-repeat: no-repeat;
}

.app-cards .mdl-card__actions a {
  color: #00BCD4;
  text-decoration: none;
}

.app-options h3 {
  margin: 0;
}

.app-options .mdl-checkbox__box-outline {
  border-color: rgba(255, 255, 255, 0.89);
}

.app-options ul {
  margin: 0;
  list-style-type: none;
}

.app-options li {
  margin: 4px 0;
}

.app-options .material-icons {
  color: rgba(255, 255, 255, 0.89);
}

.app-options .mdl-card__actions {
  height: 64px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

login .mdl-layout__container {}

login .mdl-layout {
  align-items: center;
  justify-content: center;
  background: #37474f;
}

login .mdl-layout .mdl-layout__content {
  padding: 24px;
  flex: none;
}

.mdl-layout__content {
  overflow-x: auto;
}

.mdl-layout__header-row {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.mdl-layout__header .mdl-layout-title {
  display: flex;
  align-items: center;
}

.mdl-layout__header .mdl-layout-title tenant-logo {
  margin-right: 15px;
}

.mdl-layout__header .mdl-layout-title tenant-logo img {
  max-height: 36px;
}

.mdl-layout__header .mdl-layout-title tenant-logo:after {
  content: '/';
  margin-left: 20px;
}

.pageContent {
  overflow-y: scroll !important;
  /* menu breaks mdl-grid without this rule */
  padding: 20px;
  z-index: 2 !important;
  transition: padding-right .3s ease-out;
  will-change: padding-right;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.pageContent router-outlet+* {
  flex: 1;
}

.dialogShown .agenda .agenda-table-head {
  visibility: hidden;
}

.dialogShown .pageContent {
  z-index: 9 !important;
}

nptext input {
  background: #FFF !important;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  padding-left: 5px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  font-size: 12px !important;
  color: #000 !important;
}

.mdl-layout__title:not(.details-title) {
  display: inline-block;
  /* width: 100%; */
}

.mdl-layout__title .add {
  float: right;
  margin-top: -9px;
  margin-bottom: 2px;
}

.mdl-layout__title.details-title {
  background: rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  margin: -20px;
  margin-bottom: 0px;
  padding: 20px;
  min-height: 60px;
}

.mdl-tabs__tab-bar {
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
}

.pageContent.scrolled .mdl-tabs__tab-bar {
  position: fixed;
  background: #f5f5f5;
  top: 54px;
  left: 60px;
  right: 18px;
  box-shadow: -8px 0px 10px #00000077;
  z-index: 99;
  padding-top: 20px;
  padding-left: 20px;
}

.pageContent.scrolled kendo-dialog .mdl-tabs__tab-bar {
  position: static;
  background: transparent;
  top: auto;
  left: auto;
  right: auto;
  box-shadow: none;
  padding: 0px;
}

.pageContent.scrolled .mdl-tabs__tab-bar+div,
.pageContent.scrolled .mdl-tabs__tab-bar+div+div,
.pageContent.scrolled .mdl-tabs__tab-bar+div+div+div,
.pageContent.scrolled .mdl-tabs__tab-bar+div+div+div+div,
.pageContent.scrolled .mdl-tabs__tab-bar+div+div+div+div+div,
.pageContent.scrolled .mdl-tabs__tab-bar+div+div+div+div+div+div,
.pageContent.scrolled .mdl-tabs__tab-bar+div+div+div+div+div+div+div {
  margin-top: 80px;
}

.pageContent.scrolled .buttonArea {
  position: fixed;
  top: 88px;
  right: 30px;
  z-index: 99;
}

.btn-save,
.btn-release,
.btn-update {
  float: right;
  margin-top: -8px;
  background: #0aa718 !important;
  color: #FFF !important;
}

.btn-update {
  background: #3093ff !important;
  border-color: #3093ff !important;
}

.btn-release {
  background: #3093ff !important;
  border-color: #3093ff !important;
}

.material-icons.enabled {
  color: #04c716;
}

.material-icons.disabled {
  color: #ff6358;
}

.user-enabled-cb-header {
  float: right;
  margin-top: 10px;
}


/*SELECT*/
select {
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: 4px 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.26);
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.has-placeholder select,
.is-dirty select,
select.is-dirty,
select:focus {
  color: #000;
}

/* Remove focus */
select:focus {
  outline: none;
}

/* Hide label */
.mdl-selectfield label {
  /* display: block; */
}

/* Use custom arrow */
.mdl-selectfield select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* IE remove standard arrow */
select::-ms-expand {
  display: none;
}

.mdl-selectfield {
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  position: relative;
}

.mdl-selectfield.mdl-textfield:after {
  top: 1.85em;
}

.mdl-selectfield:after {
  position: absolute;
  top: 0.75em;
  right: 0.5em;
  /* Styling the down arrow */
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: .25em solid transparent;
  border-right: .25em solid transparent;
  border-top: 0.375em solid rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

/*SELECT*/

.mdl-textfield .mdl-radio {
  margin-top: 6px;
}

.switch-with-label {
  margin-left: 20px;
}

.switch-with-label .mdl-switch__thumb {
  left: -25px !important;
}

.switch-with-label.is-checked .mdl-switch__ripple-container {
  left: -22px;
}

.switch-with-label .mdl-switch__track {
  left: -22px;
}

.switch-with-label.is-checked .mdl-switch__thumb {
  left: -4px !important;
}

.mdl-list__item-secondary-action {
  margin-right: 20px;
}

.mdl-list__item-primary-content i {
  margin-right: 10px;
  color: #777;
}

tree-view ul li {
  margin: 0px 0px 0px 18px;
  list-style-type: none;
}

navmenu {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.toggleDrawer {
  display: none;
}

.mdl-radio {
  margin-right: 15px;
}

user-roles ul,
tree-view ul {
  margin: 0px;
  padding: 0px;
}

user-roles .mdl-grid,
user-roles .mdl-list {
  padding-top: 0px;
}

.customPermission {
  margin-top: 24px;
}

.mdl-textfield>span.legend {
  position: absolute;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 14px;
  max-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

input[type="date"],
input[type="time"] {
  height: 18px;
}

.mdl-snackbar {
  z-index: 9999999999;
}

mdl-snackbar-component.mdl-snackbar-neutral .mdl-snackbar {
  background: #ffc107 !important;
}

mdl-snackbar-component.mdl-snackbar-success .mdl-snackbar {
  background: #008000 !important;
}

mdl-snackbar-component.mdl-snackbar-error .mdl-snackbar {
  background: red !important;
}

mdl-snackbar-component.mdl-snackbar-warning .mdl-snackbar {
  background: orangered !important;
}

select option:nth-child(odd) {
  background: #EFEFEF;
}

.np-tabs {
  margin-top: -12px;
}

.np-tabs .mdl-tabs__tab {
  cursor: pointer;
  cursor: hand;
}

.mdl-textfield-fullwidth {
  width: 100%;
}

.mdl-selectfield.is-invalid select {
  border-color: #d50000;
  box-shadow: none;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
  color: #04529c;
}

.flag {
  margin-right: 5px;
}

.saving {
  float: right;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  padding-top: 4px;
}

kendo-dialog>div {
  z-index: 9999999 !important;
}

.loadingGrid:before,
.lockGrid:after,
.lockStepper:after,
.loadingPage:after,
.sendingPage:after,
.savingDialog .k-dialog:after {
  content: 'Loading...';
  position: absolute;
  width: 140px;
  text-align: center;
  top: 120px;
  left: 50%;
  margin-left: -70px;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  padding: 10px 0px;
}

.lockGrid:before,
.lockStepper:before,
.loadingPage:before,
.sendingPage:before,
.savingDialog .k-dialog:before {
  content: '';
  position: absolute !important;
  width: 100% !important;
  text-align: center;
  top: 0px !important;
  left: 0px !important;
  bottom: -132px;
  right: 0px;
  z-index: 18;
  background: rgba(255, 255, 255, 0.5) !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) !important;
  height: 100%;
}

.lockGrid:after {
  content: 'Updating...';
  top: 50%;
  transform: translate(0, -50%);
}

.lockStepper:after,
.loadingPage:after,
.sendingPage:after,
.savingDialog .k-dialog:after {
  content: 'Loading...';
  top: 50%;
  transform: translate(0, -50%);
}

.savingDialog .k-dialog:after {
  content: 'Saving...'
}

.sendingPage:after {
  content: 'Sending...'
}

.loadingPage,
.sendingPage {
  position: relative;

}

.loadingPage:before,
.sendingPage:before {
  top: -20px !important;
  left: -20px !important;
  right: -20px !important;
  bottom: -20px !important;
  width: auto !important;
  height: auto !important;
}

.loadingPage:after,
.sendingPage:after {
  position: fixed;
}

.mdl-button[disabled] {
  color: #CCC !important;
  font-weight: normal;
}

.sectionTitle {
  font-weight: bold;
  margin-bottom: -20px;
}

.vehicleType {
  margin-right: 20px;
}

.vehicleType .title {
  color: rgba(0, 0, 0, .26);
  font-size: 16px;
  margin-top: 20px;
}

.vehicleType .mdl-tabs {
  display: table;
  border-left: 1px solid rgba(0, 0, 0, 0.02);
}

.vehicleType .mdl-tabs__tab-bar {
  display: table-row;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.vehicleType .mdl-tabs__tab {
  font-size: 12px;
  padding-left: 15px;
  padding-right: 15px;
  display: table-cell;
  float: none;
}

.vehicleType .mdl-tabs__tab:hover {
  background: rgba(0, 0, 0, 0.03);
}

.vehicleType .mdl-tabs__tab.is-active {
  background: #04529c;
  color: #FFF !important;
}

.vehicleType .mdl-tabs__tab.is-active:after {
  display: none !important;
}

.mdl-tabs__tab {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  line-height: 16px !important;
  height: 24px;
}

document-new .mdl-tabs__tab:nth-child(1):before {
  content: '1. ';
}

document-new .mdl-tabs__tab:nth-child(2):before {
  content: '2. ';
}

document-new .mdl-tabs__tab:nth-child(3):before {
  content: '3. ';
}

document-new .mdl-tabs__tab:nth-child(4):before {
  content: '4. ';
}

document-new .mdl-tabs__tab:nth-child(5):before {
  content: '5. ';
}

document-new .mdl-tabs__tab:nth-child(6):before {
  content: '6. ';
}

document-new .mdl-tabs__tab:nth-child(7):before {
  content: '7. ';
}

document-new .mdl-tabs__tab:nth-child(8):before {
  content: '8. ';
}

document-new .mdl-tabs__tab:nth-child(9):before {
  content: '9. ';
}

document-new #document-rows #document-confirm {
  margin-top: 30px;
}

document-new #document-confirm textarea {
  display: inline-block;
  box-sizing: border-box;
}

document-new #document-confirm button {
  float: right;
}

.mdl-grid--no-grid-spacing {
  padding: 0px;
}

td.CompanyName>div {
  margin: 0px -12px;
}

.CompanyName>div {
  padding: 13px 8px;
  border-left: 5px;
}

.sun {
  color: #ffc107;
}

.snow {
  color: #079fff;
}

.allSeasons {
  color: #27b510;
}

.stored {
  color: #ffc107;
}

.mounted {
  color: #04529c;
}

.with_rim,
.v_mark,
.green_icon {
  color: #1ad01a;
}

.yellow_icon {
  color: #f3ad3f;
}

.wout_rim,
.x_mark,
.red_icon,
.new {
  color: red;
}

custom-filter input {
  width: 80% !important;
}

custom-filter .k-button-group .k-button {
  padding-top: 3px;
  padding-bottom: 0px;
  background: rgba(0, 0, 0, 0.2) !important;
  width: 100% !important;
  border: 0px !important;
  border-bottom: 3px solid transparent !important;
}

custom-filter .k-button-group {
  width: 100% !important;
}

custom-filter .k-button-group .k-button.k-state-active,
custom-filter .k-button-group .k-button.k-state-active:hover,
custom-filter .k-button-group .k-button:active,
custom-filter .k-button-group .k-button:active:hover {
  border-bottom: 3px solid #ffc107 !important;
  box-shadow: none !important;
}

custom-filter .k-button-group .k-button:hover,
.k-button.k-state-active:hover {
  background: rgba(0, 0, 0, 0.4) !important;
}

custom-filter .k-button-group .k-button:not(.k-state-active):hover {
  border-bottom-color: transparent !important;
}

.npTooltip {
  position: relative;
  text-align: center;
  overflow: visible;
}

.npTooltip>i {
  cursor: default;
}

button .npTooltip {
  height: 24px;
}

button .npTooltip>i {
  cursor: pointer;
  cursor: hand;
}

.npTooltip>span {
  display: block;
  position: absolute;
  text-align: center;
  top: calc(100% + 5px);
  left: 50%;
  /* position the left edge of the element at the middle of the parent */
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 9999999;
}

.npTooltip.pos-top>span,
.k-grid-content tbody tr:not(:nth-child(-n+4)):nth-last-child(-n+3) .npTooltip>span {
  top: auto;
  bottom: calc(100% + 5px);
}

.npTooltip.one-line>span {
  white-space: nowrap;
}

.npTooltip:hover>span {
  display: block;
  -webkit-transform: scale(1) translateX(-50%);
  transform: scale(1) translateX(-50%);
  z-index: 999;
  background: rgba(97, 97, 97, .9);
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  padding: 8px 8px;
  text-align: center;
  min-width: 100% !important;
}

button .npTooltip>span {
  z-index: 99999999999 !important;
}

.npTooltip>span:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: rgba(97, 97, 97, .9);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom-width: 5px;
  border-top-width: 0px;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
}

.npTooltip.pos-top>span:before,
.k-grid-content tbody tr:not(:nth-child(-n+4)):nth-last-child(-n+3) .npTooltip>span:before {
  top: auto;
  bottom: -5px;
  border-bottom-width: 0px;
  border-top-width: 5px;
}

.k-filter-row th,
.k-filter-row td {
  padding: 1px !important;
}

.k-filter-row input[type='text'],
.k-filter-row input[type='search'],
.k-filter-row input[type='number'],
.k-filter-row kendo-datepicker .k-picker-wrap,
.gridAdvSearch .gridAdvSearchPanel>div .mdl-cell input,
.gridAdvSearch .gridAdvSearchPanel>div .mdl-cell kendo-multiselect {
  background: rgba(0, 0, 0, 0.2);
  color: #FFF;
}

.k-filter-row kendo-datepicker .k-picker-wrap {
  border: none;
}

.k-filter-row kendo-datepicker .k-picker-wrap kendo-dateinput .k-dateinput-wrap {
  border-color: transparent;
}

.k-filter-row kendo-datepicker .k-picker-wrap .k-select,
.k-filter-row kendo-datepicker .k-picker-wrap kendo-dateinput,
.k-filter-row kendo-datepicker .k-picker-wrap kendo-dateinput .k-dateinput-wrap,
.k-filter-row kendo-datepicker .k-picker-wrap kendo-dateinput .k-dateinput-wrap input {
  background-color: transparent;
  color: inherit;
}

.k-filter-row kendo-datepicker .k-picker-wrap .k-select {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.4);
}

.k-filter-row input[type='text'] {
  width: 100% !important;
  border: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.k-filter-row input[type='number'] {
  border: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.k-filter-row input[type='text']:hover,
.k-filter-row input[type='text']:focus,
.k-filter-row input[type='search']:hover,
.k-filter-row input[type='search']:focus,
.gridAdvSearch .gridAdvSearchPanel>div .mdl-cell input:hover,
.gridAdvSearch .gridAdvSearchPanel>div .mdl-cell input:focus,
.gridAdvSearch .gridAdvSearchPanel>div .mdl-cell kendo-multiselect:hover {
  background: rgba(0, 0, 0, 0.4);
}

.gridAdvSearch kendo-dropdownlist .k-dropdown-wrap,
.k-filter-row kendo-dropdownlist .k-dropdown-wrap {
  background: rgba(0, 0, 0, 0.2) !important;
  color: #FFF !important;
}

.gridAdvSearch kendo-dropdownlist .k-dropdown-wrap:hover,
.k-filter-row kendo-dropdownlist .k-dropdown-wrap:hover {
  background: rgba(0, 0, 0, 0.4) !important;
}

.gridAdvSearchPanel kendo-popup>div,
.k-filter-row kendo-dropdownlist kendo-popup>div {
  background: #03427d !important;
  color: #FFF !important;
}

.gridAdvSearchPanel kendo-popup li:hover,
.gridAdvSearchPanel kendo-popup li:focus,
.gridAdvSearchPanel kendo-popup li:active,
.gridAdvSearchPanel kendo-popup li.k-state-focused,
.k-filter-row kendo-dropdownlist kendo-popup li:hover,
.k-filter-row kendo-dropdownlist kendo-popup li:focus,
.k-filter-row kendo-dropdownlist kendo-popup li:active,
.k-filter-row kendo-dropdownlist kendo-popup li.k-state-focused {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #FFF !important;
  border: 0px !important;
}

.gridAdvSearchPanel kendo-popup li.k-state-selected,
.k-filter-row kendo-dropdownlist kendo-popup li.k-state-selected,
.k-popup .k-list .k-item.k-state-selected {
  background: #ffc107 !important;
  color: #FFF !important;
}

.gridAdvSearchPanel kendo-popup li.k-state-selected:hover,
.k-filter-row kendo-dropdownlist kendo-popup li.k-state-selected:hover,
.k-popup .k-list .k-item.k-state-selected:hover {
  background: #bb8d03 !important;
  color: #FFF !important;
}

.gridAdvSearch>a {
  /* display: none; */
  background: #04529c;
  color: #FFF;
  padding: 7px 8px 4px 8px;
  float: right;
  margin-top: -32px;
  margin-right: 1px;
  cursor: pointer;
  cursor: hand;
}

.gridAdvSearch>a:hover,
.gridAdvSearch>a:focus,
.gridAdvSearch>a:active {
  background: #03427d;
}

.gridAdvSearch>a i {
  float: left;
  margin-top: -3px;
}

.gridAdvSearch .gridAdvSearchPanel {
  max-height: 0px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s ease-out;
  background: #04529c;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #FFF;
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
}

.gridAdvSearch.showed .gridAdvSearchPanel {
  max-height: 200px;
}

.gridAdvSearch .gridAdvSearchPanel nptext {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.gridAdvSearch .gridAdvSearchPanel>div {
  opacity: 0;
  padding: 10px 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s ease-out;
}

.gridAdvSearch.showed .gridAdvSearchPanel>div {
  opacity: 1;
}

.gridAdvSearch .gridAdvSearchPanel>div>div:nth-child(2) {
  font-weight: 300;
}

.gridAdvSearch .gridAdvSearchPanel>div .mdl-cell {
  padding-right: 20px;
  margin-left: 0px;
}

.gridAdvSearch .gridAdvSearchPanel>div>div>div.btnFireAdvSearch,
.gridAdvSearch .gridAdvSearchPanel>div>div>div.btnFireAdvSearch>div {
  padding-right: 0px;
  margin-right: 0px !important;
}

.gridAdvSearch .gridAdvSearchPanel>div .mdl-cell.mdl-cell--12-col,
.gridAdvSearch .gridAdvSearchPanel>div .mdl-cell.mdl-cell--6-col:nth-child(2n):not(style*="width"),
.gridAdvSearch .gridAdvSearchPanel>div .mdl-cell.mdl-cell--4-col:nth-child(3n):not(style*="width"),
.gridAdvSearch .gridAdvSearchPanel>div .mdl-cell.mdl-cell--3-col:nth-child(4n):not(style*="width"),
.gridAdvSearch .gridAdvSearchPanel>div .mdl-cell:last-child {
  padding-right: 0px;
}

.gridAdvSearch .gridAdvSearchPanel>div .mdl-cell kendo-maskedtextbox,
.gridAdvSearch .gridAdvSearchPanel>div .mdl-cell kendo-dropdownlist,
.gridAdvSearch .gridAdvSearchPanel>div .mdl-cell input {
  width: 100%;
}

.gridAdvSearch .gridAdvSearchPanel>div .mdl-cell kendo-multiselect input {
  background: transparent;
  width: 0px;
  padding: 0px;
}

.gridAdvSearch .gridAdvSearchPanel>div button {
  width: 100%;
  border: 0px;
  margin-top: 10px;
  background: rgba(0, 0, 0, 0.2);
  color: #FFF;
}

.gridAdvSearch .gridAdvSearchPanel>div button:hover,
.gridAdvSearch .gridAdvSearchPanel>div button:focus,
.gridAdvSearch .gridAdvSearchPanel>div button:active {
  background: rgba(0, 0, 0, 0.4) !important;
}

.gridAdvSearch .gridAdvSearchPanel>div kendo-taglist li {
  background: rgba(0, 0, 0, 0.4) !important;
  color: #FFF !important;
  font-size: 13px;
}

/*np-grid .k-button.add {
  background: transparent;
  border-color: transparent;
  color: #04529c;
  margin-top: -7px;
  margin-right: 1px;
  margin-left: 10px;
}

np-grid .k-button.add:hover,
np-grid .k-button.add:focus,
np-grid .k-button.add:active {
  background: #004382;
  color: #FFF;
}*/

cart-grid input[type='text'],
cart-grid input[type='number'] {
  background: rgba(4, 82, 156, 0.2);
  border: 0px;
  height: 28px;
  line-height: 24px;
  text-align: center;
}

cart-grid input[type='text']:hover,
cart-grid input[type='number']:hover {
  background: rgba(4, 82, 156, 0.1);
}

cart-grid input[type='text']:focus,
cart-grid input[type='number']:focus {
  background: #FFF;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}

#subject-vehicle item-list {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.mdl-textfield__readonly-value {
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
}

entity-details .details-fields field .mdl-textfield__label,
np-email .mailRow .mdl-textfield__label {
  top: 4px;
  font-size: 12px;
  color: #04529c;
}

entity-details .details-fields field {
  display: inline-block;
}

entity-details :not(.document-tools) button:not(.jsoneditor-button) {
  float: left !important;
  margin-top: 20px !important;
}

entity-details .gmaps {
  order: 2;
  padding-left: 50px;
}

entity-details .entityDetailsRightArea .gmaps {
  padding-left: 0px;
}

entity-details .entityDetailsRightArea {
  padding-left: 50px;
}

entity-details .entityDetailsRightArea .statsBlocks {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -5px 10px -5px;
}

entity-details .entityDetailsRightArea .statsBlocks > div {
  width: calc(50% - 10px);
  background: #008fd8;
  color: #FFF;
  margin: 5px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  justify-content: center;
  position: relative;
}

entity-details .entityDetailsRightArea .statsBlocks > div.grouped {
  width: calc(100% - 10px);
  flex-direction: row;
  flex-wrap: wrap;
}

entity-details .entityDetailsRightArea .statsBlocks > div.grouped > div {
  width: 33%;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

entity-details .entityDetailsRightArea .statsBlocks > div.grouped > div.blockMainTitle {
  width: 100%;
  margin-bottom: 10px;
  text-transform: uppercase;
  
  padding: 5px 0px;
}

entity-details .entityDetailsRightArea .statsBlocks > div:hover {
  background: #017bba;
}

entity-details .entityDetailsRightArea .statsBlocks > div[datacheck="PAYMENTSCHEDULE_"] {
  background: #0aa718;
}

entity-details .entityDetailsRightArea .statsBlocks > div[datacheck="PAYMENTSCHEDULE_"]:hover {
  background: #079114;
}

entity-details .entityDetailsRightArea .statsBlocks > div[datacheck="PAYMENTSCHEDULE_"].importantBlock {
  background: #F00;
}

entity-details .entityDetailsRightArea .statsBlocks > div[datacheck="PAYMENTSCHEDULE_"].importantBlock:hover {
  background: #C00;
}

entity-details .entityDetailsRightArea .statsBlocks > div[datacheck="PAYMENTSCHEDULE_"]:before {
  position: absolute;
  font-family: "Material Icons";
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga'1;
  content: 'check';
  top: 10px;
  right: 10px;
  font-size: 32px;
}

entity-details .entityDetailsRightArea .statsBlocks > div[datacheck="PAYMENTSCHEDULE_"].importantBlock:before {
  content: 'priority_high';
  top: 15px;
  right: 5px;
}

entity-details .entityDetailsRightArea .statsBlocks > div > span:first-child {
  font-size: 36px;
  line-height: 40px;
  font-weight: 200;
}
entity-details .entityDetailsRightArea .statsBlocks > div.grouped > div > span:first-child {
  font-size: 26px;
  line-height: 40px;
  font-weight: 200;
}
entity-details .entityDetailsRightArea .statsBlocks > div .higherNumber > span:first-child {
  font-size: 28px;
  line-height: 30px;
  font-weight: 200;
}
entity-details .entityDetailsRightArea .statsBlocks > div > span:nth-child(2) {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
entity-details .entityDetailsRightArea .statsBlocks > div > span:nth-child(3) {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  color: #FF0;
}

.npGridContainer {
  position: relative;
  margin-bottom: 20px;
}

.npGridBtnOptions {
  position: absolute !important;
  top: 0px;
  right: 0px;
  z-index: 9;
  border: 0px !important;
  background: linear-gradient(to right, transparent 0%, #04529c 50%, #04529c 100%) !important;
  color: #FFF !important;
}

.npGridBtnOptions:hover,
.npGridBtnOptions:focus,
.npGridBtnOptions:active {
  color: #ffc107 !important;
}

np-grid .optSectionTitle {
  background: rgba(0, 0, 0, 0.2);
  color: #FFF;

  text-transform: uppercase;
  font-size: 12px;
}

np-grid .optSectionTitle>div {
  padding: 2px 5px;
}

np-grid-view-type kendo-buttongroup {
  display: table;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

np-grid-view-type button.k-button {
  display: table-cell;
  background: #04529c !important;
  color: rgba(255, 255, 255, 0.5) !important;
  border-radius: 0px;
  border: 0px;
  text-align: center !important;
}

np-grid-view-type button.k-button:hover,
np-grid-view-type button.k-button:focus,
np-grid-view-type button.k-button:active {
  background: #03427d;
  color: rgba(255, 255, 255, 0.75) !important;
}

np-grid-view-type button.k-button.active {
  color: #FFF !important;
}

.gmap-container {
  height: 500px;
}

.sebm-google-map-container {
  display: block;
  height: 100%;
}

np-map {
  position: relative;
}

.map-counter {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #04529c;
  padding: 0px 10px;
  height: 20px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  background-image: linear-gradient(to right, rgb(16, 171, 52) 100%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 100%);

}

.map-counter.loaded {
  background: rgba(93, 187, 38, 0.77) !important;
  color: #FFF;
}

.map-counter>div:first-child {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background: #F00;
  z-index: 1;
}

.map-counter>div:last-child {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  padding: 0px 10px;
  z-index: 2;
}

.mdl-shadow--2dp,
.mdl-grid.mdl-grid--no-spacing>.mdl-shadow--2dp.mdl-cell {
  margin-bottom: 15px;
}

.mdl-grid.mdl-grid--no-wrap-spacing>.mdl-cell:first-child {
  margin-left: 0;
}

.mdl-grid.mdl-grid--no-wrap-spacing>.mdl-cell:last-child {
  margin-right: 0;
}

.mdl-grid.mdl-grid--no-vertical-spacing {
  padding-top: 0;
  padding-bottom: 0;
}

.mdl-shadow--2dp kendo-chart {
  margin: 0px 15px;
}

.mdl-shadow--2dp kendo-grid {
  border: 0px !important;
  margin-right: -1px;
}

.mdl-shadow--2dp kendo-grid>table {}

.mdl-shadow--2dp kendo-grid,
.mdl-shadow--2dp kendo-grid th {
  border: 0px !important;
}

.card-title {
  background: #033f77;
  color: #FFF;
  text-align: center;
  padding: 15px;
}

.simpleLabels field {
  display: block;
  width: 100%;
}

.simpleLabels field-label .mdl-textfield {
  display: block;
  width: 100%;
  padding: 0px;
  display: flex;
}

.simpleLabels field-label .mdl-textfield label {
  position: static;
  width: 20%;
}

.simpleLabels field-label .mdl-textfield label:after {
  display: none;
}

.simpleLabels field-label .mdl-textfield div {
  padding: 0px;
  margin: 0px;
  border: 0px;
  font-size: 12px;
}

document-details entity-details>div:not(.document-tools):not(.entity-title) {
  background: #E5E5E5;
}

document-details entity-details>div:not(.document-tools) {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  padding: 10px 20px !important;
  margin-top: -19px !important;
  margin-left: -20px !important;
  margin-right: -20px !important;
  margin-bottom: 20px !important;
}

/*
 * UGLY. too many rules overriding each other. removing margins and padding from progress bar. overriden rules
 * have been defined above
 */
document-details entity-details>div.mdl-progress {
  box-shadow: 0;
  padding: 0 !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

document-details #document-header entity-details>div {
  margin: 0px !important;
  box-shadow: none;
}

document-details #document-header entity-details>div .gmaps iframe {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.document-tools {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
}

.document-tools button .k-icon,
a.download-pdf-link .k-icon {
  color: #F00;
}

.entity-title {
  background: #00549d;
  color: #FFF;
  font-weight: 300;
  text-transform: uppercase;
}

.btn-senddoc {
  float: none;
  margin-top: 60px;
  height: auto;
  line-height: 50px;
  padding: 10px 100px;
}

.card-buttons {
  min-height: auto;
  margin-bottom: 15px !important;
}

.card-buttons .mdl-cell {
  padding: 0px !important;
}

.card-buttons button {
  width: 100%;
  min-height: 48px;
}

.card-buttons button:hover,
.card-buttons button:focus,
.card-buttons button:active {
  background: #e4ac02 !important;
}

.card-buttons .mdl-cell:nth-child(odd) {
  padding-right: 8px !important;
}

.card-buttons .mdl-cell:nth-child(even) {
  padding-left: 8px !important;
}

.btn-appointment-new {
  background: #04529c !important;
  color: #FFF !important;
}

.card-buttons button.btn-appointment-new:hover,
.card-buttons button.btn-appointment-new:focus,
.card-buttons button.btn-appointment-new:active {
  background: #033f77 !important;
}

.to-do thead {
  display: none;
}

.to-do .k-grid {
  margin: 4px;
  margin-top: 0px;
}

.to-do tbody tr,
.to-do tbody tr.k-alt {
  background: #ffebae;
  color: #000;
}

.to-do tbody tr td {
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 4px solid #FFF;
}

.to-do tbody tr td:nth-child(1n+2) {
  padding-top: 13px;
  padding-bottom: 13px;
}

.to-do tbody tr:hover {
  background: #ffe080 !important;
  cursor: pointer;
  cursor: hand;
}

.to-do-expired {
  color: #F00;
}

.to-do-done {
  text-decoration: line-through;
  color: #000;
}

.to-do .mdl-checkbox.is-upgraded {
  padding-left: 3px;
}

.chart-container {
  position: relative;
}

.chart-filter {
  position: absolute !important;
  top: 10px;
  right: 20px;
  z-index: 9;
}

.dashboard-grid {
  margin: -16px;
}

.app-slot {
  padding: 0px !important;
}

.app-slot .npTooltip>div {
  display: block;
  height: 27px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.expandable {
  max-height: 4000px;
  transition: 0.5s;
}

.collapsed {
  max-height: 0px;
  overflow: hidden;
}

/* PLUGIN CART GRID AUTOMOTIVE STYLES*/
plugin-cart-grid-automotive .cartGrid .k-grid-content,
cart-grid .cartGrid .k-grid-content {
  height: auto !important;
  max-height: 600px !important;
}

.np-expand-table {
  width: 100% !important;
  height: auto;
  padding: 10px;
  table-layout: fixed;
  color: white;
  background-color: #04529c;
  padding: 5px 10px;
  box-sizing: border-box;
  text-transform: uppercase;
  line-height: 36px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

:not(.cartSummaries)>.np-expand-table:hover {
  background-color: #00407c;
}

.np-expand-table input.discountInput {
  background-color: rgba(255, 255, 255, .5);
  border: 1px solid rgba(0, 0, 0, .1);
}

.np-expand-table {
  display: table;
  box-sizing: border-box;
  width: 100%;
}

.np-expand-table>div {
  display: table-cell;
  text-align: left;
  font-weight: normal;
}

.np-expand-table .brand {
  font-weight: bold;
}

.np-expand-table>div:not(:first-child) {
  text-align: right;
  width: auto !important;
}

:not(:last-child)>.np-expand-table+kendo-grid {
  margin: 0 0 30px 0;
}

.np-expand-table .total {
  display: inline-block;
  margin-right: 10px;
}

kendo-dialog.estimates-dialog .popup-loader {
  text-align: center;
}

kendo-dialog.estimates-dialog .popup-loader>div+div {
  padding-top: 10px;
}

/*
 * Centering dialog again
 * Telerik removed this style maybe because of the blur on the dialog that occurs by applying this style
 * The drawback of this "fix" is that dialogs are not centered anymore.
 * Waiting for a better fix, the style has been reapplied there
 * NOTE: Additional fixes have been added. now dialogs work in popups
 * NOTE2: Seems the issue has been fixed somehow
 */
kendo-dialog>div.k-widget {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, calc(-50% + 32px)) !important;
  /* 32 px is half the header size*/
  -ms-transform: translate(-50%, -50%) !important;
  /* IE 9*/
  z-index: 11100000 !important;
  height: calc(96vh - 124px);
}

kendo-dialog.fullWidth>div.k-widget {
  width: calc(100% - 260px) !important;
  transform: translate(calc(-50% + 120px), calc(-50% + 32px)) !important;
  /* 32 px is half the header size*/
}

.drawer-small kendo-dialog.fullWidth>div.k-widget {
  width: calc(100% - 80px) !important;
  transform: translate(calc(-50% + 30px), calc(-50% + 32px)) !important;
  /* 32 px is half the header size*/
}

@media screen and (max-width:1024px) {
  kendo-dialog>div.k-widget {
    transform: translate(-50%, calc(-50% + 28px)) !important;
    /* 28 px is half the header size*/
    height: calc(96vh - 56px);
  }
}

kendo-dialog>div.k-widget:not([style*='width:']) {
  min-width: 60%;
}

kendo-popup {
  overflow: visible !important;
}

kendo-popup>.k-popup.npGridOptPopup {
  height: auto;
}

.masked_cart_discount_box>input {
  width: 100%;
}

.mdl-stepper {
  will-change: min-height;
  overflow-y: hidden;
}

.mdl-stepper.mdl-stepper-mh-transition {
  transition: min-height .5s ease-out
}

td.npgrid_cut_ellipsis>div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mdl-textfield__suffix {
  position: absolute;
  right: 0;
  transform: translate(calc(100% + 5px), -50%);
  line-height: 1.5;
  top: 50%;
}

.width100 {
  width: 100% !important;
}

np-search-manager kendo-dialog .k-dialog-content {
  overflow: visible;
}

kendo-popup .k-nodata,
kendo-popup .k-cb-footer {
  min-height: 0;
  box-sizing: border-box;
  padding: 10px;
}

kendo-popup .k-cb-footer {
  padding-top: 0;
}

kendo-popup .k-nodata button,
kendo-popup .k-cb-footer button {
  width: 100%;
}

.mdl-button {
  margin-left: 10px;
  margin-right: 10px;
}

.mdl-button:first-child {
  margin-left: 0;
}

.mdl-button:last-child {
  margin-right: 0;
}

/* advanced heading */
.np-heading {
  display: table;
  width: 100%;
  margin: 0 0 0px 0;
  vertical-align: bottom;
}

.np-heading .np-heading-title {
  display: table-cell;
  width: 100%;
}

.np-heading .np-heading-actions {
  display: table-cell;
  width: 0;
  padding-bottom: 5px;
  white-space: nowrap;
}

.np-heading .np-heading-actions>div {
  display: inline-block;
  margin-left: 10px;
}

.mdl-flex-column {
  flex-direction: column;
}

textarea.mdl-textfield__input {
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, .12);
  margin-top: 4px
}

.mdl-textfield:not(.is-focused):not(.is-dirty) textarea.mdl-textfield__input+label {
  left: 4px;
  top: 28px;
}

/* CHECKLIST BUTTONS
 * Different behaviour when on checkbox or on radio button. Same UI
 */
.check_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.check_buttons>div {
  position: relative;
  border: 0px solid rgba(66, 66, 66, .5);
  overflow: hidden;
}

.check_buttons>div:not(:first-child) {
  border-left: 0;
}

.check_buttons>div:not(:last-child) {
  border-right: 0;
}

.check_buttons>div:first-child {
  border-radius: 0px 0 0 0px;
}

.check_buttons>div:last-child {
  border-radius: 0 0px 0px 0;
}

.check_buttons>div label {
  height: 24px;
  width: 34px;
  text-align: center;
  display: block;
  background-color: #ff6358;
  color: white;
  cursor: pointer;
  cursor: hand;
}

.check_buttons>div label .material-icons:after {
  content: 'close';
}

.check_buttons>div label .material-icons {
  font-size: 20px;
  line-height: 24px;
}

.check_buttons input {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  cursor: pointer;
  cursor: hand;
}

/*
 * if radio button first child or checkbox checked, then green
 */
.check_buttons>div:first-child input[type="radio"]+label,
.check_buttons>div input[type="checkbox"]:checked+label {
  background-color: #0aa718;
}

.check_buttons>div input[type="radio"]:not(:checked)+label {
  opacity: .3;
}

.check_buttons>div input[type="radio"]:not(:checked)+label:hover {
  opacity: .5;
}

.check_buttons>div:first-child input[type="radio"]+label .material-icons:after,
.check_buttons>div input[type="checkbox"]:checked+label .material-icons:after {
  content: 'check';
}

/* manage worksheet print layout. empty inputs */
@media only print {
  mdl-snackbar-component {
    display: none;
  }

  input[type="number"] {
    border-bottom: 0px;
  }

  .manual_input .check_buttons>div input[type="radio"]+label>i.material-icons:after,
  .manual_input>div input[type="checkbox"]+label>i.material-icons:after,
  .manual_input .mdl-checkbox__box-outline {
    background-color: transparent !important;
    color: transparent !important;
    border: 1px solid rgba(0, 0, 0, 1);
    height: 20px;
    width: 20px;
    border-radius: 0;
  }

  .manual_input .mdl-textfield input,
  .manual_input .mdl-checkbox input {
    visibility: hidden;
  }

  .manual_input .mdl-textfield,
  .manual_input .k-datepicker {
    border-width: 0 0 1px 0;
    border-color: rgba(0, 0, 0, .12);
    border-style: solid;
  }
}

/* NP-UPLOADER */
kendo-upload.only-button {
  display: inline-block;
  background: transparent;
  border: none;
}

kendo-upload.only-button>.k-action-buttons {
  display: none;
}

kendo-upload.only-button .k-dropzone {
  display: inline-block;
}

kendo-upload.only-button .k-dropzone .k-upload-button {
  margin: 0;
}

kendo-upload.only-button .k-dropzone em {
  margin: 0;
}

plugin-item-list-automotive .image-container {
  position: relative;
}

plugin-item-list-automotive kendo-upload {
  position: absolute;
}

/*
#################################
         MEDIA QUERIES
#################################
*/

@media only screen and (max-width: 640px) {
  .headerSelectedCustomer>.NoSelectedCustomer>div {
    display: none;
  }

  .headerSelectedCustomer>div.chooseCustomer {
    right: -67px !important;
  }

  .headerSelectedCustomer>div.chooseCustomer:before {
    right: 85px !important;
  }

  .selectedCustomer {
    white-space: nowrap;
  }

  .mdl-tabs__tab-bar {
    white-space: nowrap;
    overflow: scroll;
  }

  .mdl-tabs__tab {
    float: none;
    display: inline-block;
    white-space: nowrap;
  }

  .pageContent.scrolled .mdl-tabs__tab-bar {
    top: 45px;
    left: 0px;
    right: 0px;
  }

  np-discount-field kendo-maskedtextbox {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .cartRowType {
    margin-bottom: 10px !important;
  }

  .cartButtons .npTooltip {
    position: static;
  }

  cart-grid-default .itemDescription {
    padding-right: 30px !important;
  }

  .variantsConfiguration {
    flex-direction: column;
  }

  .variantsConfiguration .variantResult {
    margin-top: 20px !important;
    margin-left: 0px !important;
    width: 100% !important;
  }

  .entityDetails > div:first-child {
    order: 2;
  }

  .entityDetails > div:last-child {
    padding-left: 0px;
  }

  entity-details .entityDetailsRightArea .statsBlocks > div > span:first-child {
    font-size: 20px;
    line-height: 40px;
    font-weight: 200;
  }
  entity-details .entityDetailsRightArea .statsBlocks > div.grouped > div > span:first-child {
    font-size: 20px;
    line-height: 40px;
    font-weight: 200;
  }
  entity-details .entityDetailsRightArea .statsBlocks > div .higherNumber > span:first-child {
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
  }
}

@media only screen and (max-width: 1023px) {

  dashboard-default .mdl-cell--8-col,
  dashboard-default .mdl-cell--8-col-phone.mdl-cell--8-col-phone,
  dashboard-default .mdl-cell--4-col,
  dashboard-default .mdl-cell--4-col-phone.mdl-cell--4-col-phone {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .user-enabled-cb-header {
    display: none;
  }

  .chartTypeButtons {
    position: static !important;
  }

  dashboard-default>.mdl-grid,
  dashboard-default>.mdl-grid>.mdl-cell {
    padding: 0px !important;
    margin: 0px !important;
  }

  .pageContent {
    padding: 10px;
  }

  dashboard-default .card-buttons>.mdl-grid {
    display: flex !important;
  }

  dashboard-default .card-buttons>.mdl-grid>.mdl-cell {
    margin-bottom: 10px;
    padding: 0px !important;
  }

  .k-header dl, dl {
    margin-block-start: 0em;
    margin-block-end: 0em;
  }

  .k-header>div.mobileFilterButton button {
    margin: -9px -12px -10px !important;
    padding: 5px 10px !important;
    background: #000000 !important;
    border: 0px !important;
    color: #FFF !important;
  }

  .k-header>div.mobileFilterButton+div {
    position: fixed;
    top: 56px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 99999999999999999;
    background: #000;
    display: flex !important;
    flex-direction: column;
    padding: 0px;
  }

  .k-header>div.mobileFilterButton+div>div:first-child {
    flex: 1;
    overflow: auto;
    padding-bottom: 30px;
  }

  .k-header>div+div dl {
    align-items: center;
    flex-direction: column;
  }

  .k-header>div.mobileFilterButton+div dt {
    line-height: 13px;
    margin-top: 8px !important;
  }

  .k-header>div.mobileFilterButton+div dl>dt,
  .k-header>div.mobileFilterButton+div dl>dd {
    flex: 1;
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
  }

  .k-header>div.mobileFilterButton+div button.mobileApplyFilters {
    background: #96c120 !important;
    color: #FFF;
    margin: 0px !important;
    width: 100%;
    padding: 8px !important;
    text-transform: uppercase;
  }

  .k-header>div.mobileFilterButton+div button.mobileApplyFilters * {
    font-weight: bold !important;
  }

  .k-header>div.mobileFilterButton+div dl>dd {
    margin-bottom: 3px;
  }

  .k-grid dl>dd .npTooltip {
    text-align: left !important;
  }

  .k-header>div.mobileFilterButton+div dl>dd input,
  .k-header>div.mobileFilterButton+div dl>dd select {
    width: 100% !important;
    background-color: #FFFFFF22 !important;
    color: #FFF !important;
  }

  .k-header>div.mobileFilterButton+div dl>dd kendo-dropdownlist,
  .k-header>div.mobileFilterButton+div dd kendo-dropdownlist>span {
    background: transparent !important;
  }

  .k-header>div.mobileFilterButton+div dl>dd .k-dropdown-wrap {
    border: 1px solid #FFFFFF22 !important;
  }

  .k-header>div.mobileFilterButton+div dl>dd .k-dropdown-wrap>span {
    background-color: #FFFFFF22 !important;
  }

  .k-header>div.mobileFilterButton+div dl>dd custom-filter-range>div>div:first-child {
    margin-right: 5px;
  }

  .k-header .mobileFilter>div>dl:first-child>dt>i:first-child {
    position: absolute;
    top: 8px;
    right: 20px;
    background: #FFFFFF22;
    padding: 5px;
    border-radius: 50px;
  }

  .k-header .mobileFilterTitle {
    font-size: 20px;
    margin: 10px 0px 5px 0px;
  }

  .dateRangePanel {
    width: 100% !important;
  }

  .k-grid dd:not(:nth-child(-n+5)):nth-last-child(-n+5) .dateRangePanel {
    top: auto !important;
    bottom: 30px !important;
  }

  .k-grid dd .dateRangePanel>div:before {
    left: 50% !important;
  }

  .k-grid dd:not(:nth-child(-n+5)):nth-last-child(-n+5) .dateRangePanel>div:before {
    top: auto;
    bottom: -7px;
    left: 50%;
  }

  .npGridButtonsCell,
  .gridButtons {
    margin: 5px 0px;
  }

  .mdl-cell--2-col-phone kendo-datepicker {
    width: 100%;
  }

  document-new .k-grid input[type="number"] {
    max-width: 60px;
  }

  document-new .k-grid.cartGrid .k-grid-header {
    display: none;
  }

  document-new .k-grid.cartGrid colgroup col {
    width: auto !important;
  }

  document-new .k-grid.cartGrid table,
  document-new .k-grid.cartGrid tbody tr,
  document-new .k-grid.cartGrid tbody tr td {
    display: flex !important;
    flex-direction: column;
    flex: 1;
    width: 100% !important;
    box-sizing: border-box;
    padding: 0px;
    border: 0px;
  }

  document-new .k-grid.cartGrid tbody tr {
    padding: 10px;
    position: relative;
  }

  document-new .k-grid.cartGrid tbody tr td:nth-child(2),
  document-new .k-grid.cartGrid tbody tr td:nth-child(3) {
    font-weight: 600;
    color: #000;
  }

  document-new .k-grid.cartGrid tbody tr td:nth-child(3),
  document-new .k-grid.cartGrid tbody tr td:nth-last-child(-n+2) {
    color: #96c120;
    font-size: 16px;
    text-align: left !important;
    margin: 10px 0px;
    font-weight: 600;
  }

  document-new .k-grid.cartGrid tbody tr td:nth-child(3) {
    color: #333;
    font-weight: 400;
    font-size: 12px;
  }

  document-new .k-grid.cartGrid tbody tr td:nth-child(3):before,
  document-new .k-grid.cartGrid tbody tr td:nth-last-child(-n+2):before {
    content: 'Prezzo:';
    font-weight: 400;
    color: #000;
    font-size: 12px;
    margin-bottom: 3px;
  }

  document-new .k-grid.cartGrid tbody tr td:nth-last-child(-n+2) {
    margin-top: 2px;
  }

  document-new .k-grid.cartGrid tbody tr td:nth-last-child(-n+2):before {
    content: 'Totale articolo:';
  }

  document-new .k-grid.cartGrid tbody tr td.qtyCartField {
    position: absolute;
    bottom: 20px;
    right: 12px;
    flex-direction: row;
    max-width: 120px;
    text-align: center;
  }

  document-new .k-grid.cartGrid tbody tr td.qtyCartField input {
    background: #00000022;
  }

  document-new .k-grid.cartGrid tbody tr td.qtyCartField>span {
    background: #00000044;
    color: #FFF;
  }

  document-new .k-grid.cartGrid tbody tr td:last-child {
    height: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
  }

  document-new .k-grid.cartGrid tbody tr td:last-child:before {
    display: none !important;
  }

  document-new .k-grid.cartGrid tbody tr td button.delete {
    position: absolute;
    top: 5px;
    right: 0px;
    flex-direction: row;
    max-width: 120px;
    text-align: center;
    background: transparent !important;
    border: 0px;
    color: #000000AA !important;
    font-size: 20px !important;
  }

  document-new .k-grid.cartGrid tbody tr td button.delete nptext {
    display: none;
  }

  document-new .k-grid.cartGrid tbody tr td button.delete>span {
    margin: 0px;
  }
}

@media only screen and (min-width: 768px) {
  .user-enabled-cb-top {
    display: none;
  }

  .mdl-stepper {
    padding-bottom: 100px !important;
  }

  .mdl-step__content {
    height: auto !important;
    overflow: inherit !important;
  }
}

@media only screen and (max-width: 1023px) {
  .mdl-layout-title {
    width: calc(100% - 50px);
  }

  .mdl-layout-title>div {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 1024px) {
  kendo-dialog>div.k-widget {
    width: 100% !important;
    height: calc(100% - 56px) !important;
    margin: 0px !important;
    top: 56px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transform: translate(0%, 0%);
    max-width: 100% !important;
    max-height: 100% !important;
    min-width: auto !important;
    min-height: auto !important;
  }

  header .mdl-layout__title, .mdl-layout-title {
    margin-left: 35px;
  }

  .pageContent {
    z-index: 1 !important;
  }
}



@media only screen and (min-width: 1025px) {
  .drawer-small navmenu {
    width: 60px;
    overflow: hidden;
  }

  .drawer-small navmenu .app-avatar {
    width: 30px;
    height: auto;
  }

  .drawer-small navmenu .app-avatar-dropdown {
    display: none;
  }

  .drawer-small navmenu .dd-arrow {
    display: none;
  }

  .drawer-small navmenu tree-view ul li a span {
    display: none;
  }

  .drawer-small navmenu tree-view tree-view {
    display: none;
  }

  .drawer-small header,
  .drawer-small .pageContent {
    margin-left: 60px !important;
  }

  .drawer-small header {
    width: calc(100% - 60px) !important;
  }

  .toggleDrawer {
    position: absolute;
    display: block;
    top: 10px;
    right: 15px;
    color: #FFF;
    border-radius: 50px;
    width: 30px;
    line-height: 14px;
    padding-top: 3px;
    padding-right: 2px;
    text-align: center;
  }

  .toggleDrawer:hover {
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    cursor: hand;
  }

  /*HOVER*/
  .drawer-small:not(.drawer-smalling) navmenu:hover {
    width: 240px;
    overflow: scroll;
    z-index: 9999;
  }

  .drawer-small:not(.drawer-smalling) navmenu:hover .app-avatar {
    width: 48px;
    height: 48px;
  }

  .drawer-small:not(.drawer-smalling) navmenu:hover .app-avatar-dropdown {
    display: flex;
  }

  .drawer-small:not(.drawer-smalling) navmenu:hover .dd-arrow {
    display: block;
  }

  .drawer-small:not(.drawer-smalling) navmenu:hover tree-view ul li a span {
    display: block;
  }

  .drawer-small:not(.drawer-smalling) navmenu:hover tree-view tree-view {
    display: block;
  }

  .drawer-small:not(.drawer-smalling) navmenu:hover .toggleDrawer {
    display: block;
  }

  /*HOVER*/
}

@media only screen and (max-width: 1690px) {
  .dashboard-grid button {
    padding: 2px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1520px) {
  .dashboard-grid button {
    padding: 2px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 1450px) {
  .dashboard-grid button {
    padding: 2px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 1370px) {
  .dashboard-grid button {
    padding: 2px;
    font-size: 11px;
  }
}

@media only screen and (max-width: 1310px) {
  .dashboard-grid button {
    padding: 2px;
    font-size: 10px;
  }
}

@media only screen and (max-width: 1240px) {
  .dashboard-grid button {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

item-sheet np-plugin {
  margin-top: 20px;
}

item-sheet .item-sheet-buttons {
  text-align: center;
}

item-sheet .item-sheet-buttons button {
  display: inline-block;
}

item-sheet .item-sheet-buttons button.btn-share {
  background: #fac409 !important;
  border-color: #fac409 !important;
  color: #05519c !important;
}

item-sheet .item-sheet-buttons button.btn-share:hover,
item-sheet .item-sheet-buttons button.btn-share:focus,
item-sheet .item-sheet-buttons button.btn-share:active {
  background: #ecb906 !important;
  border-color: #ecb906 !important;
  color: #05519c !important;
}

.item-sheet-container {
  width: 650px;
  border: 1px solid #CCC;
  box-shadow: -3px 3px 0px rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 10px;
  margin: 20px auto;
  text-align: left;
}

.tenant_name_print {
  display: none;
}

@media only screen {
  .onlyprint {
    display: none;
  }

  .showCustomerSideDashboard.pageContent {
    padding-right: calc(25% - 16px);
  }
}

@media only print {
  @page {
    size: auto;
    margin: 10px;
  }

  body {
    zoom: 80%;
    -webkit-print-color-adjust: exact;
  }

  .noprint {
    display: none !important;
  }

  html, body {
    background: #FFF !important;
  }

  header,
  navmenu {
    display: none !important;
  }

  /* chrome rules */
  html.chrome_ua,
  html.chrome_ua body,
  html.chrome_ua .mdl-layout,
  html.chrome_ua .pageContent.mdl-layout__content {
    height: auto !important;
    overflow: auto !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
  }

  /* IE and FF rules */
  /*
   * Every custom component now has a display: block property. (IMO) It makes sense to let components behave as a
   * block containers. ( see https://github.com/angular/angular/issues/5960#issuecomment-165257871 for reference )
   * All elements need overflow visible. Makes no sense to hide content when it overflows the page.
   * It needs to be explicitly hidden by new classes
   */
  html.firefox_ua *,
  html.ie_ua * {
    overflow: visible !important;
  }

  /* IE BUG - prints only first page if head is not display block. setting display block and then hiding it*/
  html.ie_ua head {
    height: 1px;
    visibility: hidden;
    display: block;
  }

  /* apply display block only when printing. components with these classes
   * could either need different display when not printing or can't be changed via component ( i.e. kendo components )
   */
  html.firefox_ua .k-grid-container,
  html.ie_ua .k-grid-container,
  html.firefox_ua .k-grid .k-grid-aria-root,
  html.ie_ua .k-grid .k-grid-aria-root,
  html.firefox_ua .k-grid-content,
  html.ie_ua .k-grid-content,
  html.firefox_ua np-grid,
  html.ie_ua np-grid,
  html.firefox_ua .mdl-layout,
  html.ie_ua .mdl-layout,
  html.firefox_ua .mdl-layout__container,
  html.ie_ua .mdl-layout__container,
  html.firefox_ua .mdl-layout__content,
  html.ie_ua .mdl-layout__content {
    display: block !important;
    overflow: visible !important;
  }

  .pageContent,
  .pageContent.mdl-layout__content {
    overflow: visible !important;
    margin-left: 0px !important;
    background: #FFF !important;
    padding: 0px !important;
  }

  .item-sheet-container {
    border: 0px;
    width: auto;
    padding: 0px;
  }

  .print-container {
    width: 100%;
    height: 100% !important;
    text-align: left;
  }

  .showCustomerSideDashboard .customerSideDashboard {
    display: none !important;
  }

  kendo-grid table.k-grid-table,
  .k-grid-header-wrap table {
    border-collapse: collapse;
  }

  kendo-grid table.k-grid-table,
  kendo-grid table.k-grid-table th,
  kendo-grid table.k-grid-table td,
  .k-grid-header-wrap table,
  .k-grid-header-wrap table th,
  .k-grid-header-wrap table td {
    border-width: 1px !important;
    font-size: 12px;
  }

  kendo-grid .k-grid-aria-root .k-grid-header {
    background-color: rgba(0, 0, 0, .3) !important;
  }

  /* elements to hide */
  tr.k-filter-row,
  button.npGridBtnOptions,
  kendo-pager.k-grid-pager,
  .np-heading .np-heading-actions {
    display: none !important;
  }

  tr, td, th {
    page-break-inside: avoid;
  }

  .k-grid-content {
    overflow: visible !important;
  }

  .k-grid-footer,
  .k-grid-header {
    padding-right: 0 !important;
  }

  /* print only pixel widths */
  .print_width_30px {
    width: 30px;
  }

  .print_width_80px {
    width: 80px;
  }

  /* print only percentage widths */
  .print_width_6cto {
    width: 6% !important;
  }

  .print_width_12cto {
    width: 12% !important;
  }

  .print_width_15cto {
    width: 15% !important;
  }

  .tenant_name_print {
    display: inline-block;
  }

  .np-heading-title {
    padding-bottom: 10px;
  }

  .np-heading-title,
  .np-heading-title *,
  .np-heading-title:first-letter,
  .np-heading-title *:first-letter {
    color: #00549d !important;
    /*font-weight: bold;*/
    /* not showing on first print with chrome. Find a solution if any */
  }

  star-rating .material-icons {
    color: #fac408 !important;
  }

  .rating-vote {
    margin-left: 10px;
  }

  .mdl-textfield__input {
    border-color: #000 !important;
  }
}

.details-fields>div {
  display: inline-block;
}

.simpleLabels .details-fields>div {
  display: block;
}

.k-window .mdl-card__supporting-text {
  width: 100%;
  box-sizing: border-box;
}

.x_giftnot {
  color: rgba(0, 0, 0, 0.2);
}

.masked_cart_discount_box input,
input.qty-field {
  text-align: center;
}

.masked_cart_discount_box::after {
  display: inline-block;
  width: 36px;
  text-align: center;
  background: #f4f4f4;
  border: 1px solid #ebebeb;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 800;
  border-left: 0px;
}

.mdl-stepper--horizontal .mdl-step>.mdl-step__content {
  min-height: 800px !important;
}

calendar {
  display: block;
  margin: -20px;
}

.mdl-stepper--horizontal .mdl-step>.mdl-step__content calendar {
  margin: 0px;
}

button.btn-selected-customer-sheet {
  float: right;
}

np-grid {
  display: inline-block;
  width: 100%;
}

.searchtire,
.searchmechanics,
.searchservices {
  background: #EFEFEF;
}

.searchtire:hover,
.searchmechanics:hover,
.searchservices:hover {
  background-color: #D2D2D2;
}

.searchservices,
.searchtire,
.searchmechanics {
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  cursor: pointer;
  cursor: hand;
}

.searchservices span,
.searchtire span,
.searchmechanics span {
  display: block;
  font-size: 26px;
  color: rgba(0, 0, 0, 0.6);
}

.searched .searchservices,
.searched .searchtire,
.searched .searchmechanics {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 33.3%;
}

.searchservices img,
.searchtire img,
.searchmechanics img {
  margin-bottom: 10px;
}

.searched .searchservices img,
.searched .searchtire img,
.searched .searchmechanics img {
  height: 32px;
  display: inline-block;
}

.searched .searchservices span,
.searched .searchtire span,
.searched .searchmechanics span {
  display: inline-block;
  font-size: 14px;
}

.searched .searchtire {
  left: 33.4%;
}

.searched .searchmechanics {
  left: 66.8%;
}

.gridButtons,
.withoutOverflow,
.k-grid-footer-wrap,
kendo-grid:not(.withHScroll) .k-grid-header-wrap,
.k-grid-header-wrap th,
.k-grid-header-wrap td,
.k-filter-row td,
.npGridWithoutOverflow td,
.npGridWithoutOverflow .k-grid-content {
  overflow: visible !important;
}

.npGridWithoutOverflow .k-grid-header {
  padding-right: 0px !important;
}

.k-window-content {
  align-items: stretch !important;
  display: flex !important;
  flex-direction: column;
  flex-wrap: wrap;
}

.k-window-content>div {
  width: 100%;
}

.nocardwide {
  width: auto !important;
  height: 100% !important;
}

.nocardwide .mdl-card__supporting-text {
  width: auto;
}

.cke_editable {
  border: 1px solid #CCC;
  margin-bottom: 20px;
}

header .btn-ditta {
  width: auto;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  padding: 0px 15px;
  font-size: 16px;
}

header .btn-ditta:hover {
  background: rgba(255, 255, 255, 0.4);
}

header .mdl-button--icon.btn-ditta .material-icons {
  position: static;
  top: auto;
  left: auto;
  transform: none;
  margin-top: -5px;
}

.k-detail-row .k-hierarchy-cell,
.k-detail-row .k-detail-cell {
  background: #FFF;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.k-detail-row .k-detail-cell>div {
  padding-bottom: 20px;
}

.gridCellTextWithIcon>div>span {
  display: block;
  font-size: 12px;
  white-space: nowrap;
}

.gridCellTextWithIcon>div>span i,
.gridCellTextWithIcon>div>span span {
  display: block;
}

.k-detail-row .k-hierarchy-cell,
.k-detail-row .k-detail-cell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  background: #EEE;
}

.k-detail-row .k-grid-content {
  background: #FFF;
}

.subjectData>div {
  font-size: 11px;
  text-transform: uppercase;
}

.subjectData>div>span {
  font-size: 14px;
  line-height: 14px;
  text-transform: none;
  font-weight: 600;
}

.subjectTitleData {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0px;
}

custom-filter-daterangepicker {
  position: relative;
  text-align: center;
}

custom-filter-daterangepicker>span {
  display: block;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  padding: 5px 5px 0px 5px !important;
  background: rgba(0, 0, 0, 0.2);
  min-height: 25px;
}

custom-filter-daterangepicker>span:hover,
custom-filter-daterangepicker>span:focus,
custom-filter-daterangepicker>span:active {
  background: rgba(0, 0, 0, 0.4);
}

.dateRangePanel {
  position: absolute;
  z-index: 999;
  left: -150px;
  top: 23px;
  width: calc(100% + 300px);
  transition: 1s;
  overflow: hidden;
  max-height: 0px;
  color: #000;
}

th:first-child .dateRangePanel,
td:first-child .dateRangePanel {
  left: 0px;
}

th:first-child .dateRangePanel>div,
td:first-child .dateRangePanel>div {
  text-align: left;
}

th:first-child .dateRangePanel>div>nptext,
td:first-child .dateRangePanel>div>nptext {
  padding-left: 16px;
}

th:last-child .dateRangePanel,
td:last-child .dateRangePanel {
  left: auto;
  right: 0px;
}

th:last-child .dateRangePanel>div>nptext,
td:last-child .dateRangePanel>div>nptext {
  padding-right: 16px;
}

.dateRangePanel.active {
  opacity: 1;
  max-height: 300px;
}

.dateRangePanel>div {
  position: relative;
  margin: 15px;
  padding: 15px 0px 0px 0px;
  background: #FFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.dateRangePanel>div:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -7.5px;
  width: 15px;
  height: 15px;
  background: #FFF;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

th:first-child .dateRangePanel>div:before,
td:first-child .dateRangePanel>div:before {
  left: 40px;
}

th:last-child .dateRangePanel>div:before,
td:last-child .dateRangePanel>div:before {
  left: auto;
  right: 40px;
}

.dateRangePanel>div>div {
  text-align: left;
}

.dateRangePanel>div>nptext>span {
  font-weight: 300 !important;
  font-size: 18px;
  color: #4e4e4e;
  margin: 0px;
}

.dateRangePanel .demo-content {
  padding-top: 0px;
}

.dateRangeBtn>span {
  display: block;
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
}

.k-filter-row .dateRangePanel kendo-datepicker .k-picker-wrap kendo-dateinput .k-dateinput-wrap input {
  color: #4e4e4e;
}

.resetFilterContainer {
  position: absolute;
  top: 14px;
  right: 14px;
}

.resetFilter {
  cursor: pointer !important;
  cursor: hand !important;
  color: rgba(0, 0, 0, 0.4);
}

.resetFilter:hover,
.resetFilter:focus,
.resetFilter:active {
  color: #C00;
}

subject-mapping>nptext span {
  font-weight: 800;
  text-transform: uppercase;
}

subject-mapping table {
  width: 300px;
  padding: 0px;
}

subject-mapping table th,
subject-mapping table td {
  text-align: left;
  padding: 0px;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

subject-mapping table th,
subject-mapping table td:first-child {
  padding: 2px 8px;
}

subject-mapping table td:first-child {
  width: 70%;
}

subject-mapping table td:last-child {
  width: 30%;
}

subject-mapping table thead {
  background: rgba(0, 0, 0, 0.2);
}

subject-mapping table input {
  background: rgba(0, 0, 0, 0.1);
  border: 0px;
  padding: 5px;
  width: 100px;
  text-align: right;
  font-family: Courier;
  margin-bottom: 2px;
}

.showCustomerSideDashboard.pageContent {
  padding-right: calc(25% - 16px);
}

/*
.customerSideDashboard {
  position: fixed;
  z-index: 999999;
  top: 56px;
  bottom: -8px;
  right: 10px;
  background: #04529c;
  color: #FFF;
  padding: 18px;
  padding-top: 0px;
  display: none;
}
*/
.customerSideDashboard {
  position: absolute;
  z-index: 999999;
  top: -10px;
  right: -8px;
  background: #04529c;
  color: #FFF;
  padding: 18px;
  padding-top: 0px;
  display: none;
}

.showCustomerSideDashboard .customerSideDashboard {
  display: block;
}

subject-side-dashboard .subjectData {
  margin: 10px 0px;
}

subject-side-dashboard .subjectData>div {
  display: flex;
  font-size: 12px;
  line-height: 16px;
  align-items: center;
}

subject-side-dashboard .subjectData>div>span {
  font-size: 12px;
  line-height: 18px;
  width: 100%;
  min-height: 16px;
}

subject-side-dashboard .subjectData>div>span i.material-icons {
  font-size: 16px;
  line-height: 6px;
  -ms-transform: translateY(5px);
  /* IE 9 */
  -webkit-transform: translateY(5px);
  /* Safari */
  transform: translateY(3px);
}

subject-side-dashboard .subjectData a {
  color: #FFF;
}

subject-side-dashboard .subjectData>div.np-heading,
subject-side-dashboard .subjectBoughtServices>div.np-heading,
subject-side-dashboard .subjectPrivacyApp>div.np-heading,
subject-side-dashboard .subjectNotes>div.np-heading,
subject-side-dashboard .subjectItemSubjectStocks>div.np-heading {
  text-transform: none;
}

subject-side-dashboard .subjectData>div>nptext:first-child {
  width: 40%;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 5px;
}

subject-side-dashboard .subjectData>div>nptext:first-child span:after {
  content: ':';
}

subject-side-dashboard .subjectItem,
subject-side-dashboard .subjectItemSubjectStocks,
subject-side-dashboard .subjectBoughtServices,
subject-side-dashboard .subjectPrivacyApp,
subject-side-dashboard .subjectNotes {
  background: #FFFFFFCC;
  color: #333;
  padding: 0px;
}

subject-side-dashboard .subjectItem ol,
subject-side-dashboard .subjectItem ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

subject-side-dashboard .subjectItem .np-heading,
subject-side-dashboard .subjectBoughtServices .np-heading,
subject-side-dashboard .subjectPrivacyApp .np-heading,
subject-side-dashboard .subjectNotes .np-heading,
subject-side-dashboard .subjectItemSubjectStocks .np-heading {
  background: #ffc107;
  margin-top: 10px;
}

subject-side-dashboard .subjectItem .np-heading *,
subject-side-dashboard .subjectBoughtServices .np-heading *,
subject-side-dashboard .subjectPrivacyApp .np-heading *,
subject-side-dashboard .subjectNotes .np-heading *,
subject-side-dashboard .subjectItemSubjectStocks .np-heading * {
  font-size: 14px;
  font-weight: 500;
}

subject-side-dashboard .subjectItem .np-heading>*,
subject-side-dashboard .subjectBoughtServices .np-heading>*,
subject-side-dashboard .subjectPrivacyApp .np-heading>*,
subject-side-dashboard .subjectNotes .np-heading>*,
subject-side-dashboard .subjectItemSubjectStocks .np-heading>* {
  padding: 2px 0px 0px 5px;
}

subject-side-dashboard .subjectItem ol {
  list-style-type: none;
  counter-reset: myOrderedListItemsCounter;
  background: #FFF;
}

subject-side-dashboard .subjectItem ol li:before {
  counter-increment: myOrderedListItemsCounter;
  content: counter(myOrderedListItemsCounter)".";
  margin: 0.5em;
}

subject-side-dashboard .subjectItem ol li:nth-child(even),
subject-side-dashboard .subjectItem ul li:nth-child(even) {
  background: #00000020;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

subject-side-dashboard .subjectItem ol li:hover {
  cursor: pointer;
  cursor: hand;
  background: #00000044;
}

subject-side-dashboard .subjectItem ol li i {
  display: none;
}

subject-side-dashboard .subjectItem ol li.active i {
  display: block;
  float: right;
  margin: 4px 10px;
  font-size: 16px;
  border-radius: 3px;
  font-weight: 600;
  background: #0aa718;
  color: #FFF;
}

subject-side-dashboard .subjectItem ol li.selected {
  background: #f5de99;
}

subject-side-dashboard .np-heading {
  margin-top: 20px;
  width: auto;
  display: block;
}

subject-side-dashboard .subjectNotes,
subject-side-dashboard .subjectBoughtServices,
subject-side-dashboard .subjectPrivacyApp,
subject-side-dashboard .subjectItemSubjectStocks {
  background: #FFF;
}

subject-side-dashboard .subjectItemSubjectStocks table {
  border: 0px;
  width: 100%;
  margin-top: 10px;
}

subject-side-dashboard .subjectItemSubjectStocks table th {
  background: #ffc107;
  padding: 5px 2px;
  line-height: 14px !important;
}

subject-side-dashboard .subjectItemSubjectStocks table th * {
  padding: 0px !important;
}

subject-side-dashboard .subjectItemSubjectStocks table th:first-child {
  text-align: left;
  padding-left: 5px;
}

subject-side-dashboard .subjectItemSubjectStocks table td {
  font-size: 12px;
  line-height: 14px;
  padding: 5px;
}

subject-side-dashboard .subjectItemSubjectStocks table td:first-child:not([colspan]) {
  font-weight: 600;
}

subject-side-dashboard .subjectItemSubjectStocks table tr:nth-child(even) {
  background: #00000020;
}

subject-side-dashboard .subjectItemSubjectStocks table thead th,
subject-side-dashboard .subjectItemSubjectStocks table td[colspan] {
  border-bottom: 2px solid #05519c;
}

subject-side-dashboard .subjectItemSubjectStocks table tr:last-child td[colspan] {
  border-bottom: 0px;
}

subject-side-dashboard .subjectItemSubjectStocks table td[colspan] {
  background: #ffffff;
  padding: 0px;
}

subject-side-dashboard .subjectItemSubjectStocks table td[colspan]>div {
  display: flex;
}

subject-side-dashboard .subjectItemSubjectStocks table td[colspan]>div>div {
  padding: 0px;
  margin: 0px;
  border: 0px;
  width: 25%;
  text-align: center;
}

subject-side-dashboard .subjectItemSubjectStocks table td[colspan]>div>div>div:first-child {
  background: #E7E7E7;
  padding: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

subject-side-dashboard .subjectItemSubjectStocks table td[colspan]>div>div>div:last-child>div {
  min-height: 16px;
  padding-top: 3px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.subjectItemSubjectStocks .smallCell {
  text-align: center;
}

.colorFeedback {
  border: 1px solid #FFFFFF80;
}

.colorFeedback.highPriority {
  background: #F00;
  color: #FFF;
}

.colorFeedback.mediumPriority {
  background: #F60;
  color: #FFF;
}

.colorFeedback.lowPriority {
  background: #0aa718;
  color: #FFF;
}

.mm {
  position: relative;
}

.mm .colorFeedback:first-child:before,
.mm .colorFeedback:last-child:before {
  content: '';
  position: absolute;
  bottom: 7px;
  height: 30px;
  width: 1px;
  background: #00000033;
}

.mm .colorFeedback:first-child:before {
  left: 33%;
}

.mm .colorFeedback:last-child:before {
  right: 33%;
}

.mm .colorFeedback.highPriority {
  color: #F00;
}

.mm .colorFeedback.mediumPriority {
  color: #F60;
}

.mm .colorFeedback.lowPriority {
  color: #0aa718;
}

subject-side-dashboard .subjectBoughtServices table td {
  padding: 0px 5px;
  white-space: nowrap;
}

subject-side-dashboard .subjectBoughtServices table td:nth-child(2) {
  width: 100%;
}

subject-side-dashboard .subjectBoughtServices table td:last-child {
  font-weight: 600;
}

subject-side-dashboard .subjectNotes tr:nth-child(even),
subject-side-dashboard .subjectBoughtServices tr:nth-child(even) {
  background: #00000022;
}

subject-side-dashboard .subjectNotes table {
  width: 100%;
}

subject-side-dashboard .subjectNotes table td {
  padding: 5px;
}

subject-side-dashboard .subjectBoughtServices tr.first-category-row td {
  border-top: 2px solid #05519c;
}

subject-side-dashboard .subjectPrivacyApp {
  background: none;
}

subject-side-dashboard .subjectPrivacyApp .np-heading {
  margin-top: 0px;
}

subject-side-dashboard .subjectPrivacyApp {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

subject-side-dashboard .subjectPrivacyApp>div {
  width: 49%;
  float: left;
}

subject-side-dashboard .subjectPrivacyApp>div:last-child {
  float: right;
}

subject-side-dashboard .subjectPrivacyApp table {
  background: #FFF;
  width: calc(100% + 1px);
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

subject-side-dashboard .subjectPrivacyApp>div:last-child table {
  border-right: 0px;
  border-left: 1px solid #CCC;
}

subject-side-dashboard .subjectPrivacyApp table tr:nth-child(even) {
  background: #00000022;
}

subject-side-dashboard .subjectPrivacyApp table td {
  padding: 1px 5px;
}

subject-side-dashboard .subjectPrivacyApp table td:first-child {
  width: 100%;
}

subject-side-dashboard .subjectPrivacyApp table td:last-child {
  text-align: center;
  cursor: pointer;
  cursor: hand;
}

subject-side-dashboard .subjectPrivacyApp table td:last-child:hover i {
  opacity: 0;
}

subject-side-dashboard .subjectPrivacyApp table td:last-child:hover:before {
  content: 'MOD';
  position: absolute;
  font-size: 10px;
  margin: 3px 0px 0px -11px;
}

subject-side-dashboard .subjectPrivacyApp table td.mediumPriority:last-child:hover {
  background: #0aa718;
}

subject-side-dashboard .subjectPrivacyApp table td.lowPriority:last-child:hover {
  background: #ff6600;
}

subject-side-dashboard .subjectPrivacyApp .material-icons {
  font-size: 16px;
  line-height: 24px;
}

.customerSideDashboard .mm {
  position: relative;
}

.customerSideDashboard .mm>div {
  display: none;
  position: absolute;
  top: 105%;
  right: 0px;
}

.customerSideDashboard .mm:hover>div:before {
  position: absolute;
  top: -5px;
  right: 5px;
  content: '';
  width: 10px;
  height: 10px;
  background: #ffc107;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari */
  transform: rotate(45deg);
}

.customerSideDashboard .mm:hover>div {
  display: table;
  background: #ffc107;
  text-align: center;
  box-shadow: 0px 0px 5px #000000;
  padding: 7px;
  z-index: 9;
}

.customerSideDashboard .mm>div>span {
  display: table-cell;
  min-width: 30px;
  line-height: 30px;
  border: 0px;
}

.customerSideDashboard .mm>div>span img {
  height: 50px;
  background: #FFF;
  padding-top: 10px;
}

.customerSideDashboard .subjectData .mdl-layout__title {
  width: 100%;
  position: relative;
}

.customerSideDashboard .subjectData .mdl-layout__title .sd-circles {
  position: absolute;
  right: 6px;
  top: calc(100% - 4px);
  display: flex;
}

.customerSideDashboard .subjectData .mdl-layout__title .sd-circles>div {
  display: inline-block;
  background: #F00;
  width: 20px;
  line-height: 20px;
  font-size: 16px;
  margin-left: 12px;
  text-align: center;
  border-radius: 50px;
}

.customerSideDashboard .subjectData .mdl-layout__title .sd-circles>div.sd-category {
  background: #13b9cd;
}

.customerSideDashboard .subjectData .mdl-layout__title .sd-circles>div.sd-atHome {
  background: #ffc106;
}

.customerSideDashboard .subjectData .mdl-layout__title button {
  float: right;
  margin-top: -5px;
  margin-right: 0px;
  margin-left: 0px;
}

.mdl-tabs__tab .material-icons {
  font-size: 20px;
  -ms-transform: translateY(5px);
  /* IE 9 */
  -webkit-transform: translateY(5px);
  /* Safari */
  transform: translateY(5px);
}

.eu-label-container {
  display: flex;
}

.eu-label-container>div:first-child {
  width: 150px;
}

.eu-label-container>div:last-child {
  width: calc(100% - 190px);
  padding-left: 40px;
}

item-sheet-template-1 .brand-description>div:last-child ul {
  list-style-type: none;
  padding: 0px;
}

item-sheet-template-1 .brand-description>div:last-child ul>li {
  display: flex;
  line-height: 18px;
  margin-bottom: 8px;
}

item-sheet-template-1 .brand-description>div:last-child ul>li:before {
  font-family: "Material Icons";
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga'1;
  content: 'keyboard_arrow_right';
  font-size: 20px;
  margin-top: -1px;
  margin-right: 4px;
  color: #04529c;
}

.mdl-button-nomargin {
  margin: 0px !important;
}

.tire-detail>td {
  position: relative;
}

.tire-detail>td:last-child {
  border-right: 1px solid #00000022;
}

.tire-detail>td>nptext {
  position: absolute;
  top: 0px;
  left: 1px;
  bottom: 0px;
  width: 14px;
  background: #00000033;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tire-detail>td>nptext>span {
  transform: rotate(-90deg);
  font-size: 12px;
  text-transform: uppercase;
}

.concerchio {
  display: inline-block;
}

.concerchio a {
  color: #000;
  font-weight: 400;
  display: inline-block;
}

.concerchio a label,
.concerchio>span {
  height: 32px;
}

.concerchio>span {
  display: inline-block;
}

.concerchio>span i {
  -ms-transform: translateY(6px);
  /* IE 9 */
  -webkit-transform: translateY(6px);
  /* Safari */
  transform: translateY(6px);
}

.concerchio a label .mdl-checkbox__box-outline {
  top: 7px;
}

.concerchio img {
  max-height: 100%;
}

.rating-vote {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  -ms-transform: translateY(-2px);
  /* IE 9 */
  -webkit-transform: translateY(-2px);
  /* Safari */
  transform: translateY(-2px);
}

input.discountInput {
  width: 55px;
  text-align: right;
}

input.discountInput[size="1"],
input.discountInput[size="2"],
input.discountInput[size="3"] {
  width: 25px;
}

input.discountInput::-webkit-inner-spin-button,
input.discountInput::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.k-grid-header th[kendogridfiltercell],
.k-grid-header td[kendogridfiltercell] {
  position: relative;
}

.k-grid-header th[kendogridfiltercell] .removeFilter,
.k-grid-header td[kendogridfiltercell] .removeFilter {
  position: absolute;
  z-index: 9;
  bottom: 5px;
  right: 0px;
  width: 32px;
  padding-top: 3px;
  margin-bottom: -4px;
  height: 27px;
  border-radius: 0px 3px 3px 0px;
  overflow: hidden;
  background: #02315e;
  border-right: 1px solid #FFFFFF55;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.k-grid-header th[kendogridfiltercell]:hover .removeFilter,
.k-grid-header td[kendogridfiltercell]:hover .removeFilter {
  width: 32px;
  right: -30px;
  opacity: 1;
}

.itemAvail *,
custom-filter .itemAvail {
  font-weight: bold;
  color: #67cd67;
}

.itemAvail .itemAvailOrange {
  color: #ff9100;
}

.itemAvail .itemAvailRed,
custom-filter .itemAvailRed {
  color: #F00;
}

.k-window .k-window {
  margin-top: 50px;
}

custom-filter-maskedtextbox {
  display: flex !important;
  align-items: center !important;
}

custom-filter-maskedtextbox a {
  display: block;
  padding: 0px 3px;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  cursor: hand;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

custom-filter-maskedtextbox a:hover,
custom-filter-maskedtextbox a:focus,
custom-filter-maskedtextbox a:active {
  background: rgba(0, 0, 0, 0.4);
}

custom-filter-maskedtextbox a i {
  display: inline-block;
  padding: 0px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.subjectFlag {
  display: block;
  width: 100%;
  margin: 10px 5px;
}

sf-form sf-form-element .widget {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

sf-form sf-form-element .widget>label {
  color: #04529c;
  font-size: 12px;
  margin-bottom: -4px;
}

sf-form sf-form-element .widget>input {
  font-size: 16px;
  font-family: "Helvetica", "Arial", sans-serif;
  padding: 4px 0px;
}

sf-form sf-form-element .widget>input,
sf-form sf-form-element .widget>select,
sf-form sf-form-element .widget>div {
  order: 2;
  width: 100%;
  box-sizing: border-box;
}

sf-form sf-form-element .widget>span {
  order: 3;
  flex-basis: 100%;
  white-space: pre;
  font-size: 12px;
  line-height: 12px;
  margin-top: 5px;
  font-style: italic;
  color: #00000055;
}

sf-form sf-form-element .widget>label+.widget>span {
  margin-left: 0px;
}

sf-form sf-array-widget>.widget {
  display: block;
}

body {
  counter-reset: section;
}

/*sf-form sf-array-widget > .widget > div:before {
  counter-increment: section;
  content: "Mappatura " counter(section) ": ";
  background: #adcff1;
  display: block;
  padding: 5px 10px;
  margin-bottom: -10px;
}*/

sf-form sf-array-widget>.widget>div {
  border: 0px solid #00000033;
  padding: 0px 10px 0px 0px;
  margin-bottom: 10px;
  position: relative;
}

.schedule {
  margin-bottom: 30px;
}

.schedule .accordion {
  position: relative;
  margin-bottom: 10px;
}

.schedule .accordion>a button,
sf-form sf-array-widget>.widget>div>button {
  position: absolute;
  top: 0px;
  right: 10px;
  background: #00000022;
  color: #FFF;
  border: 0px;
  padding: 8px 20px;
  cursor: pointer;
  cursor: hand;
}

spider-details .mdl-layout__title {
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 8px 20px;
  background: #05509c;
  color: #FFF;
}

spider-details>div:nth-child(2)>.np-heading-title:first-child .mdl-layout__title {
  font-size: 20px;
  padding: 0px;
  background: transparent;
  color: #333;
  margin-bottom: 10px;
}

sf-form sf-form-element-action {
  position: absolute;
  top: 30px;
  right: 20px;
  margin-top: 30px;
}

entity-view-details sf-form sf-form-element-action {
  top: 0px;
}

sf-form sf-form-element-action button {
  background: #0ba91a;
  color: #FFF;
  border: 0px;
  padding: 8px 20px;
  cursor: pointer;
  cursor: hand;
}

sf-form sf-form-element-action button:hover,
sf-form sf-form-element-action button:focus,
sf-form sf-form-element-action button:active {
  background: #068e13;
}


sf-form sf-form-element-action:nth-child(2) {
  right: 130px;
}

sf-form sf-form-element-action:nth-child(2) button {
  background: #ffc107;
}

sf-form sf-form-element-action:nth-child(2) button:hover,
sf-form sf-form-element-action:nth-child(2) button:focus,
sf-form sf-form-element-action:nth-child(2) button:active {
  background: #ecb306;
}

.schedule .accordion>a button {
  right: 0px;
  z-index: 9;
  padding: 10px 20px;
  margin-top: 0px;
}

.schedule .accordion>a button:hover,
.schedule .accordion>a button:focus,
.schedule .accordion>a button:active,
sf-form sf-array-widget>.widget>div>button:hover,
sf-form sf-array-widget>.widget>div>button:focus,
sf-form sf-array-widget>.widget>div>button:active {
  background: #F00;
  color: #FFF;
}

sf-form fieldset fieldset fieldset {
  border: 1px solid #adcff1;
  background: #00000008;
  margin: 10px 0px;
  padding: 20px;
  padding-top: 0px;
}

sf-form fieldset legend {
  display: none;
}

sf-form fieldset fieldset legend {
  display: block;
}

sf-form fieldset fieldset legend {
  color: #729bc3 !important;
  font-weight: 600;
  font-size: 16px;
  margin-left: 4px;
  font-style: normal;
}

sf-form fieldset fieldset fieldset legend {
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  color: #729bc3 !important;
}

sf-form legend+div {
  font-size: 12px;
  font-style: italic;
}

sf-array-widget>div>label:first-child {
  display: block;
  font-weight: 600;
  color: #FFF;
  font-size: 14px;
  background: #054686;
  padding: 5px 10px;
  margin-bottom: 5px;
}

sf-form fieldset>div,
sf-form fieldset fieldset>div {
  padding: 5px;
}

sf-form select {
  color: #333;
}

sf-form input[type='text'],
sf-form input[type='number'],
sf-form select {
  border: 0px;
  background: transparent;
  border-bottom: 1px solid#00000033;
}

sf-form select:hover,
sf-form input[type='text']:hover,
sf-form input[type='number']:hover {
  border-color: #00000055;
}

sf-form sf-array-widget .horizontal+span {
  margin-left: 0px !important;
}

.schedule button,
sf-form sf-array-widget>.widget>button {
  display: block;
  background: #05519c;
  border: 0px;
  color: #FFF;
  padding: 5px 20px;
  margin-top: 5px;
  cursor: pointer;
  cursor: hand;
}

.schedule button:hover,
.schedule button:focus,
.schedule button:active,
sf-form sf-array-widget>.widget>button:hover,
sf-form sf-array-widget>.widget>button:focus,
sf-form sf-array-widget>.widget>button:active {
  background: #054686;
}

sf-form>form>sf-form-element>div.has-error>sf-widget-chooser>sf-form-object>fieldset,
sf-form.nestedTabs fieldset .tabContainer+div+sf-form-object>fieldset {
  display: none;
  margin-top: -10px !important;
}

sf-form>form>sf-form-element>div.has-error>sf-widget-chooser>sf-form-object>fieldset.is-active,
sf-form.nestedTabs fieldset .tabContainer+div+sf-form-object>fieldset.is-active {
  display: block;
}

.tabContainer a {
  cursor: pointer;
  cursor: hand;
}

.accordion>a,
.schedule .accordion>a,
sf-form .accordion>a,
dynamic-fields .accordion>span {
  display: block;
  background: #accae6;
  color: #3b7fc1;
  padding: 6px 15px 5px 15px;
  cursor: pointer;
  cursor: hand;
}

dynamic-fields .accordion>span {
  display: flex;
  padding: 0px;
  align-items: center;
}

dynamic-fields .accordion>span>div:first-child {
  cursor: move;
  line-height: 3px;
}

dynamic-fields .accordion>span>a {
  display: block;
  flex: 1;
  color: #3b7fc1;
}

.accordion>a:hover,
.accordion>a:focus,
.accordion>a:active,
sf-form .accordion>a:active,
sf-form .accordion>a:hover,
sf-form .accordion>a:focus,
sf-form .accordion>a:active,
dynamic-fields .accordion>span:hover,
dynamic-fields .accordion>span:focus,
dynamic-fields .accordion>span:active {
  background: #95bce0;
}

.accordion>a span,
sf-form .accordion>a span,
dynamic-fields .accordion>span>a span {
  font-weight: 800;
  color: #044686;
}

dynamic-fields .accordion>div,
sf-form .accordion>sf-form-element,
sf-form .accordion>.arrayWidgetPropertyContainer {
  display: none;
  border: 1px solid #accae6;
  padding: 8px;
}

dynamic-fields .accordion.is-active>div,
dynamic-fields .accordion>span.is-active+div,
sf-form .accordion.is-active>sf-form-element,
sf-form .accordion.is-active>.arrayWidgetPropertyContainer {
  display: block;
}

cron-editor .nav-tabs {
  display: flex !important;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #e0e0e0;
  height: 48px;
}

cron-editor .tab-pane {
  display: none;
  padding: 10px 20px;
  margin-bottom: 10px;
}

cron-editor .col-sm-6 {
  display: inline-block;
  min-width: 100px;
}

cron-editor .tab-pane.active {
  display: block;
}

cron-editor .nav-tabs li {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  line-height: 16px !important;
  height: 24px;
  margin: 0;
  border: none;
  padding: 0 24px;
  float: left;
  position: relative;
  display: block;
  text-decoration: none;
  line-height: 48px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

cron-editor .nav-tabs li a {
  color: rgba(0, 0, 0, .54) !important;
  padding: 0px;
  margin: 0px;
}

cron-editor .nav-tabs li.active:after {
  height: 2px;
  width: 100%;
  display: block;
  content: " ";
  bottom: 0;
  left: 0;
  position: absolute;
  background: rgb(255, 193, 7);
  -webkit-animation: border-expand .2s cubic-bezier(.4, 0, .4, 1).01s alternate forwards;
  animation: border-expand .2s cubic-bezier(.4, 0, .4, 1).01s alternate forwards;
  transition: all 1s cubic-bezier(.4, 0, 1, 1);
}

cron-editor .nav-tabs li.active a {
  color: rgba(0, 0, 0, .87) !important;
}

cron-editor select {
  color: #333;
}

.schedule .accordion>div {
  display: block;
  border: 1px solid #accae7;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 0px;
}

.schedule .accordion cron-editor .tab-pane .row {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #00000011;
}

.schedule .accordion cron-editor .tab-pane .row:last-child {
  border: 0px;
}

.mdl-tabs__panel#Configurations {
  display: block;
}

.mdl-tabs__panel#Configurations sf-form>form>sf-form-element>div>sf-widget-chooser,
.mdl-tabs__panel#Configurations .np-heading-title,
.mdl-tabs__panel#Configurations .tabContainer,
.mdl-tabs__panel#Configurations spider-data-preview {
  display: none;
}

.mdl-tabs__panel#Configurations.is-active sf-form>form>sf-form-element>div>sf-widget-chooser,
.mdl-tabs__panel#Configurations.is-active .np-heading-title,
.mdl-tabs__panel#Configurations.is-active .tabContainer,
.mdl-tabs__panel#Configurations.is-active spider-data-preview {
  display: block;
}

.btn-data-preview {
  float: right;
  border: 0px;
  background: transparent;
  color: #FFF;
  cursor: pointer;
  cursor: hand;
}

.btn-data-preview:hover nptext,
.btn-data-preview:focus nptext,
.btn-data-preview:active nptext {
  text-decoration: underline;
}

.mdl-tabs__panel#Configurations button.btn-data-preview>span {
  display: flex;
}

.mdl-tabs__panel#Configurations button.btn-data-preview i {
  font-size: 24px;
  line-height: 15px;
  margin-right: 6px;
}

.spider-data-preview-table-container {
  height: 100px !important;
  overflow: auto;
}

.spider-data-preview-table-container table {
  border-spacing: 0px;
  border-collapse: separate;
}

.spider-data-preview-table-container table thead {
  background: #fbe7aa;
  font-weight: 600;
  box-shadow: 0px 0px 3px #00000055;
}

.spider-data-preview-table-container table td:first-child {
  box-shadow: 0px 5px 3px #00000033;
}

spider-data-preview>div.spider-data-preview-title {
  background: #ffc107;
  padding: 5px 20px;
}

spider-data-preview>div.spider-data-preview-title>span {
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
  margin-top: -5px;
  margin-left: 5px;
  color: #00000099;
  -ms-transform: translateY(5px);
  /* IE 9 */
  -webkit-transform: translateY(5px);
  /* Safari */
  transform: translateY(5px);
}

spider-data-preview>div.spider-data-preview-title button {
  float: right;
  border: 0px;
  background: #00000022;
  color: #FFF;
  margin-top: -3px;
  padding: 5px 20px;
  cursor: pointer;
  cursor: hand;
  display: flex;
}

spider-data-preview>div.spider-data-preview-title button:hover,
spider-data-preview>div.spider-data-preview-title button:focus,
spider-data-preview>div.spider-data-preview-title button:active {
  background: #00000033;
}

spider-data-preview>div.spider-data-preview-title button i {
  font-size: 24px;
  line-height: 16px;
  padding: 0px;
  margin: 0px;
}

spider-data-preview>div.spider-data-preview-title input {
  border: 0px;
  background: #00000022;
  color: #FFF;
  width: 40px;
  text-align: center;
  padding: 3px;
}

.spider-data-preview-table-container table td:first-child {
  min-width: auto;
  text-align: right;
  font-weight: bold;
  background: #fbe7aa;
}

.spider-data-preview-table-container table tr:nth-child(even) td:first-child {
  background: #f7dc8a;
}

.spider-data-preview-table-container table td {
  min-width: 100px;
  max-width: 100px;
  padding: 2px 5px;
  font-size: 11px;
  line-height: 12px;
  border-bottom: 0px solid #00000033;
  border-right: 1px solid #00000033;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}

.spider-data-preview-table-container table tbody tr {
  background: #FFF;
}

.spider-data-preview-table-container table tbody tr:nth-child(even) {
  background: #e6e6e611;
}

.spider-data-preview-table-container table td.selected,
.spider-data-preview-table-container table tbody tr.selected,
.spider-data-preview-table-container table tbody tr:hover {
  background: #fbe7aa99;
}

.spider-data-preview-table-container table thead td.selected {
  background: #ffd862;
}

.spider-data-preview-table-container table td.selected,
.spider-data-preview-table-container table tbody tr.selected td {
  font-weight: bold;
}

spider-data-preview .spiderDataPreviewLoading {
  position: absolute;
  width: calc(100% - 40px);
  height: 100px;
  display: flex;
  align-items: center !important;
  text-align: center;
  background: #00000005;
}

spider-data-preview .spiderDataPreviewLoading>span,
spider-data-preview .spiderDataPreviewMessage>span {
  display: block;
  width: 100%;
  content: 'Loading...';
  text-align: center !important;
}

spider-custom-button button {
  display: flex;
  align-items: center;
}

spider-custom-button button i {
  font-size: 20px !important;
  line-height: 16px;
  margin-right: 5px;
}

.k-grid td.CompanyName {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  box-shadow: -1px 0px 1px #00000022;
}

kendo-dialog-titlebar.dialog-error {
  background-color: #ff6358;
}

kendo-dialog-titlebar.dialog-success {
  background-color: #078612;
}

kendo-dialog-titlebar.dialog-generic {
  background-color: #3093ff;
}

.untouchable {
  opacity: .2;
  pointer-events: none;
  cursor: none;
}

.material-horizontal-split-icon>i {
  width: 12px;
  overflow: hidden;
}

.material-horizontal-split-icon>i+i {
  width: 12px;
  overflow: hidden;
  transform: rotate(180deg);
}

np-grid table tbody tr td .mdl-textfield {
  padding: 0px;
}

np-grid table tbody tr td .mdl-textfield label {
  display: none;
}

np-grid table tbody tr td input,
np-grid table tbody tr td .mdl-textfield input {
  border: 0px;
  background: #FFF;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #00000022;
  max-width: 100%;
  text-align: center;
}

language-texts .k-content>div {
  width: 100%;
}

.btn-del-texts {
  text-align: right;
  margin-bottom: 20px;
}

.btn-del-texts a {
  color: #F00;
  margin-left: 20px;
  font-weight: 300;
}

.btn-del-texts a:hover,
.btn-del-texts a:focus,
.btn-del-texts a:active {
  text-decoration: underline;
  cursor: pointer;
  cursor: hand;
}

.nowLine {
  position: relative;
}

.nowLine>div {
  content: '';
  width: calc(100% + 1px);
  height: 1px;
  background: #F00;
  position: absolute;
  top: 0px;
  left: 0px;
}

.dayVisualMode .appsContainer {
  display: flex;
}

.dayVisualMode .mdl-progress {
  position: absolute;
}

.dayVisualMode .appsContainer>div.appList {
  width: calc(100% - 360px);
  position: relative;
}

.dayVisualMode .appsContainer>div.calendar {
  margin-left: 20px;
  width: 360px;
}

.dayVisualMode .appList ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.dayVisualMode .appList ul li {
  background: #00000011;
  padding: 8px 20px 0px 20px;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-bottom: 16px solid #00000011;
  cursor: pointer;
  cursor: hand;
}

.dayVisualMode .appList ul li:hover,
.dayVisualMode .appList ul li:focus,
.dayVisualMode .appList ul li:active {
  background: #ffc107;
}

.dayVisualMode .appList ul li>div>span {
  width: 20%;
  line-height: 16px;
  order: 1;
}

/*.dayVisualMode .appList ul li > span:nth-child(8) {
      margin-left: 100px;
    }*/

.dayVisualMode .appList ul li>div>span:not(.progressBar) {
  margin-bottom: 4px;
}

.dayVisualMode .appList ul li>div>span.day,
.dayVisualMode .appList ul li.isFlex>div>span.flex {
  margin: -8px 20px -2px -20px;
  background: #3093ff;
  color: #FFF;
  padding: 0px 5px;
  width: 90px !important;
  font-weight: 800;
  line-height: 32px;
  text-align: center;
}

.dayVisualMode .appList ul li>div>span.note {
  /*margin-left: 100px;*/
}

.dayVisualMode .appList ul li>div>span.parentDepartmentName {
  top: 2px;
  right: 1px;
  width: auto;
  background: #FFF;
  width: 80px;
}

.dayVisualMode .appList ul li>div>span.parentDepartmentName>span {
  display: block;
  text-align: center;
  padding: 0px 5px;
  line-height: 32px;
  box-shadow: 0px 0px 1px #00000033;
}

.dayVisualMode .appList ul li.isFlex>div>span.day {
  display: none;
}

.dayVisualMode .appList ul li>div>span.day>span:first-child,
.dayVisualMode .appList ul li>div>span.parentDepartmentName>span:first-child {
  display: none;
}

.dayVisualMode .appList ul li>div>span.OrderSummary {
  max-width: 100%;
  /*width: calc(75% - 100px);
      display: block;*/
}

.dayVisualMode .appList ul li>div>span.OrderSummary>span:first-child {
  /*display: inline-block;
      width: 15%;
      -webkit-transform: scale(1) translateY(-3px);
      transform: scale(1) translateY(-3px);*/
}

.dayVisualMode .appList ul li>div>span.OrderSummary>span:last-child {
  /*display: inline-block;
      width: calc(85% - 4px);*/
}

.dayVisualMode .appList ul li>div>span.OrderSummary>span:last-child>div {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dayVisualMode .appList ul li>div>span.OrderSummary>span>nptext {
  margin-right: 5px;
}

.dayVisualMode .appList ul li>div>span nptext {
  white-space: nowrap;
  font-weight: 600;
}

.dayVisualMode .appList ul li>div>span:not(.deleteAppointmentFromDay) nptext>span:after {
  content: ':';
}

.dayVisualMode .appList ul li span.flex,
.dayVisualMode .appList ul li span.flex>span:last-child {
  display: none;
}

.dayVisualMode .appList ul li span.day {
  display: inline-block;
}

.dayVisualMode .appList ul li.isFlex span.flex {
  display: inline-block;
  order: 0;
  width: 100%;
  background: #ffc107;
  color: #000;
  text-transform: uppercase;
}

.dayVisualMode .appList ul li.isFlex span.flex>span:first-child>nptext>span:after {
  content: '';
}

.dayVisualMode .appList ul li .progressBar {
  position: absolute;
  bottom: -16px;
  left: 0px;
  right: 0px;
  font-size: 11px;
  line-height: 16px;
  text-align: right;
  box-sizing: border-box;
  width: 100%;
  padding: 0px 5px;
  color: #FFF;
  border-right: 2px solid #00000033;
}

.dayVisualMode .fastFilters>.filters>div:nth-child(1) {
  background: #3093ff;
}

.dayVisualMode .fastFilters>.filters div[data-perc="0"],
.dayVisualMode .appList ul li .progressBar.progressBarPerc_0,
.dayVisualMode .fastFilters>.filters>div[data-perc="0"].active:before,
.perc0 {
  background: #F00;
}

.dayVisualMode .fastFilters>.filters div[data-perc="25"],
.dayVisualMode .appList ul li .progressBar.progressBarPerc_25,
.dayVisualMode .fastFilters>.filters>div[data-perc="25"].active:before,
.perc25 {
  background: #ff6d07;
}

.dayVisualMode .fastFilters>.filters div[data-perc="50"],
.dayVisualMode .appList ul li .progressBar.progressBarPerc_50,
.dayVisualMode .fastFilters>.filters>div[data-perc="50"].active:before,
.perc50 {
  background: #ffc107;
}

.dayVisualMode .fastFilters>.filters div[data-perc="75"],
.dayVisualMode .appList ul li .progressBar.progressBarPerc_75,
.dayVisualMode .fastFilters>.filters>div[data-perc="75"].active:before,
.perc75 {
  background: #b7cb0c;
}

.dayVisualMode .fastFilters>.filters div[data-perc="100"],
.dayVisualMode .appList ul li .progressBar.progressBarPerc_100,
.dayVisualMode .fastFilters>.filters>div[data-perc="100"].active:before,
.perc100 {
  background: #16a717;
}

.dayVisualMode .appList ul li .progressBar.progressBarPerc_0 {
  text-align: left;
  border-right: 0px;
}

.dayVisualMode .appList ul li .progressBar.progressBarPerc_30 {
  width: 30%;
}

.dayVisualMode .appList ul li .progressBar.progressBarPerc_60 {
  width: 60%;
}

.dayVisualMode .appList ul li .progressBar.progressBarPerc_100 {
  width: 100%;
}

.dayVisualMode .appList ul li .progressBar>span:nth-child(2):after {
  content: '%';
}

.dayVisualMode .appList ul li .progressBar>span:last-child>nptext>span:after {
  content: '';
}

.dayVisualMode .appList ul li .progressBar>span:last-child>nptext>span:before {
  content: ' - ';
}

.dayVisualMode .fastFilters {
  position: absolute;
  right: 0px;
  top: -35px;
  display: flex;
  color: #FFF;
  flex-wrap: wrap;
}

.dayVisualMode .fastFilters>.filters {
  display: flex;
  margin-bottom: 5px;
}

.dayVisualMode .fastFilters>.filters>div {
  white-space: nowrap;
  padding: 5px 15px;
  background: #00000011;
  cursor: pointer;
  cursor: hand;
}

.dayVisualMode .fastFilters>.filters>div:not(:first-child) {
  margin-left: 5px;
}

.dayVisualMode .fastFilters>.filters>div {
  position: relative;
}

.dayVisualMode .fastFilters>.filters>div.active:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0px;
  right: 0px;
  height: 2px;
  background: #3093ff;
}

.dayVisualMode .departments ul {
  display: flex;
  margin: 0px !important;
  padding: 0px !important;
}

.dayVisualMode .departments,
.dayVisualMode .departments ul li {
  margin: 0px !important;
  padding: 0px !important;
  border: 0px;
  background: none !important;
}

.dayVisualMode .departments {
  margin-right: 50px !important;
}

.dayVisualMode .departments ul li:not(:last-child) {
  display: inline-block;
  margin-right: 6px !important;
}

.dayVisualMode .departments li>span {
  display: block;
  width: 100px !important;
  margin: 0px !important;
  text-align: center;
  padding: 0px 5px !important;
  line-height: 32px !important;
  box-sizing: border-box;
  color: #000;
  position: relative;
  opacity: 0.4;
}

.dayVisualMode .departments li.active>span {
  opacity: 1;
}

.dayVisualMode .departments li>span>span {
  position: absolute;
  top: -3px;
  left: 0px;
  right: 0px;
  height: 2px;
  display: none;
}

.dayVisualMode .departments li.active>span>span {
  display: block;
}

.value-pos {
  font-weight: bold;
  color: #0aa718;
}

.value-neg {
  font-weight: bold;
  color: #F00;
}

.periodTd .agenda-app-container:not(.dragging) {
  position: relative !important;
  top: unset !important;
}

.periodTd .agenda-app-container.dragging {
  position: absolute !important;
}

agenda-app-detail {
  position: absolute;
  display: none;
  top: 10px;
  left: 110%;
  min-width: 300px;
  text-align: left;
  background: #05519cba;
  box-shadow: 0px 0px 5px #00000077;
  padding: 10px;
  z-index: 9999;
}

.agenda-app:hover agenda-app-detail {
  display: block;
}

agenda-app-detail>div>div>span:first-child {
  font-weight: 600;
  color: #ffc107;
}

agenda-app-detail>div>div>span:first-child:after {
  content: ':';
}

agenda-app-detail>div>div>span>div:last-child>span {
  display: flex;
  padding-left: 10px;
}

agenda-app-detail>div>div>span>div:last-child>span:before {
  content: '-';
  margin-right: 4px;
}

.BuyPrice>* {
  color: #38d1ee;
  font-weight: bold;
}

.SellPrice>* {
  color: #04529c;
  font-weight: bold;
}

.massEditPriceMargins {
  display: flex;
}

.massEditPriceMargins>np-grid {
  width: 40%;
}

.massEditPriceMargins+div {
  margin-top: 100px !important;
  text-align: center;
}

.massEditPriceMargins+div button {
  padding: 15px;
  height: auto;
}

.itemWithoutPriceMargins,
.defaultPriceMargins {
  width: calc(30% - 20px);
  margin-left: 20px;
}

.itemWithoutPriceMargins .mdl-layout__title,
.defaultPriceMargins .mdl-layout__title {
  margin-top: 3px;
  margin-bottom: 10px;
}

context-menu>div.context-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  background: #05519c;
  color: #FFF;
  box-shadow: 1px 1px 5px #00000099;
}

context-menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  min-width: 200px;
}

context-menu ul li {
  display: flex;
  padding: 5px 15px;
  cursor: pointer;
  cursor: hand;
}

context-menu ul li:before {
  content: '\e005';
  font-family: WebComponentsIcons;
  margin-right: 5px;
  margin-top: -1px;
  font-size: 16px;
}

context-menu ul li nptext {
  flex: 1;
}

context-menu ul li:hover,
context-menu ul li:focus,
context-menu ul li:active {
  background: #00000055;
}

/*
CONTEXTMENU ICONS
*/
context-menu ul li[data-action="CreateNewFolder"]:before {
  content: '\e902';
}

context-menu ul li[data-action="DeleteFolder"]:before {
  content: '\e10c';
}

context-menu ul li[data-action="OpenFile"]:before {
  content: '\e135';
}

context-menu ul li[data-action="DeleteFile"]:before {
  content: '\e10c';
}

context-menu ul li[data-action="SetProperty"]:before {
  content: '\e13a';
}

context-menu ul li[data-action="DownloadHistory"]:before {
  content: '\e107';
}

/*
CONTEXTMENU ICONS: END
*/

.BuyPriceWarning {
  display: inline-block;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAbVJREFUeNpi/P//P8NgAoyjDiLKQYc4KDXHG0pvpcgUux9UcRArEF+HsjWB+DclDmKiQigXAbEyFBcNdJRJAvEdIOaC8r8BsQoQPx+oEOpCcgwDlN01UCFkBsQncciZA/EpeoYQIxDPwiM/C6qGZECug1KAWB+PvD5UDV2ijBeIHwKxIAF174FYHog/0zrKWohwDANUTQutQwhU8F0GYmYi1f8FYl2kgpPqITSLBMcwQNXOolWiDgZiGzy5DleusoHqpWqUsQPxLSCWw+MgEMDVdHgExGpA/JNaUVaBxzHEADmoGVQJITlo6LATKCjxhRADNHTUoKFFUQj1EXAMsYAdahZFIQRKkIeJrEoIhRAM2ALxEXJCiOQsS42iA5+DsqEFITHgP5GhAytcs0mNMkFofcVLo7b8Z2g9957YKOukoWNgFXQnsSEEajqcJ7E9Q0qiRo5mQyC+SCiEZpPbuCKjkTebUKKOAWJTMgz/T2LowIAp1E6sUcYF7UFI0rmz+hzaU/mGHmV1A+AYWFeqDj2ElKGNKNYB6tL/BpdPdj/uwkJo4gA6BtYdnzg6HDPqIGoAgAADABmmkr8noiXdAAAAAElFTkSuQmCC');
  background-size: contain;
  background-repeat: no-repeat;
  padding: 2px 2px 2px 18px;
}

kendo-popup>.k-popup.k-list-container {
  height: 100%;
}

kendo-popup>.k-popup.k-list-container kendo-list .k-list-scroller {
  max-height: 100% !important;
}

kendo-popup>.k-popup.k-list-container .k-list-filter+.k-list-optionlabel+kendo-list .k-list-scroller {
  max-height: calc(100% - 73px) !important;
}

kendo-popup>.k-popup.k-list-container .k-list-filter+kendo-list .k-list-scroller {
  max-height: calc(100% - 24px - 1.4285714286em) !important;
}

.qtyCartField input {
  box-sizing: border-box;
  padding: 5px;
  line-height: 20px;
  border: 0px;
  background: #EFEFEF;
  width: calc(100% - 40px) !important;
  text-align: center;
}

.qtyBox {
  display: flex;
}

.qtyCartField input+span.um,
.qtyBox span.qtyButtons,
.qtyBox input+span.qtyButtons+span.um {
  box-sizing: border-box;
  display: inline-block;
  background: #CCC;
  padding: 5px;
  line-height: 20px;
}

.qtyBox span.qtyButtons {
  cursor: pointer;
  cursor: hand;
  min-width: 30px;
  background: #0aa718;
  color: #FFF;
  font-size: 20px;
  text-align: center;
}

.qtyBox span.qtyButtons:hover,
.qtyBox span.qtyButtons:focus,
.qtyBox span.qtyButtons:active {
  background: #089114;
}

.qtyCartField .qtyBox input+span.qtyButtons+span.um {
  margin-left: 4px;
  margin-right: 4px;
}

document-new .qtyBox input {
  max-width: 60px;
}

.qtyCartField .qtyBox input {
  min-width: 55px;
}

dynamic-fields>div>kendo-sortable>div>div {
  margin-bottom: 5px;
}

dynamic-fields>div>kendo-sortable>div>div>div {
  padding: 5px 15px 20px !important;
  background: #00000009;
  margin-bottom: 20px !important;
  border: 1px solid #00000011;
}

dynamic-fields div.accordion {
  position: relative;
}

dynamic-fields div.accordion>span>a {
  padding: 8px 16px 7px;
  min-height: 21px;
}

dynamic-fields div.accordion>span>button {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: transparent !important;
  color: #3b7fc1 !important;
  box-shadow: none;
}

dynamic-fields div.accordion>span>button:hover,
dynamic-fields div.accordion>span>button:focus,
dynamic-fields div.accordion>span>button:active {
  background-color: #F00 !important;
  color: #FFF !important;
}

div[draggable="true"] {
  cursor: move !important;
}

.dnd-drag-start {
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.7;
  border: 2px dashed #000;
}

.dnd-drag-enter {
  opacity: 0.7;
  border: 2px dashed #000;
}

.dnd-drag-over {
  border: 2px dashed #000;
}

.dnd-sortable-drag {
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.7;
  border: 1px dashed #000;
}

.enumList>a {
  cursor: pointer;
  cursor: hand;
}

.enumList>div:not(:first-child) {
  display: flex;
  margin-bottom: 2px;
}

.enumList>div:not(:first-child) input {
  background: #00000011;
  border: 0px;
  padding: 5px;
  width: 50%;
}

.enumList>div:not(:first-child) a {
  padding: 2px;
  line-height: 0px;
  color: #00000055;
  background: #00000033;
}

.enumList>div:not(:first-child) a:hover,
.enumList>div:not(:first-child) a:focus,
.enumList>div:not(:first-child) a:active {
  background: #F00;
  color: #FFF;
  cursor: pointer;
  cursor: hand;
}

.mailToWhenNoResults,
.askInfoWhenNoResults {
  float: right;
  margin-top: -30px;
}

.mailToWhenNoResults a,
.askInfoWhenNoResults a {
  display: block;
  color: #FFF;
  font-weight: normal;
  text-decoration: none;
  padding: 5px 15px;
  background: #ababab;
  cursor: pointer;
  cursor: hand;
}

.mailToWhenNoResults a:hover,
.mailToWhenNoResults a:focus,
.mailToWhenNoResults a:active,
.askInfoWhenNoResults a:hover,
.askInfoWhenNoResults a:focus,
.askInfoWhenNoResults a:active {
  background: #000;
}

.fullWidthInput input {
  width: 100%;
  text-align: left;
}

.np-snackbar {
  transition: 0.4s;
}

.greenButton {
  background: #16a718 !important;
  color: #FFF !important;
}

config kendo-dialog input[type="text"],
config kendo-dialog .mdl-textfield,
config kendo-dialog .ng-star-inserted {
  box-sizing: border-box;
  width: 100% !important;
}

.newAdvSearchLine,
.newAdvSearchLine~div:not(.btnFireAdvSearch) {
  margin-top: 8px !important;
}

.doubleItemsSearch .mailToWhenNoResults,
.doubleItemsSearch .askInfoWhenNoResults {
  display: none;
}

.price-field {
  width: 70px;
  position: relative;
}

.price-field input {
  text-align: right;
}

.price-field:before {
  content: '€';
  position: absolute;
  right: -12px;
  bottom: 22px;
}

.mdl-textfield+.price-field {
  margin-left: 20px;
}

subject-side-dashboard .k-content>div {
  width: 100%;
}

#user-image .userImage {
  position: relative;
  display: inline-block;
  border: 1px solid #CCC;
  margin-bottom: 20px;
}

#user-image .userImage i {
  position: absolute;
  top: -16px;
  right: -16px;
  background: #E00;
  box-shadow: 0px 0px 3px #000;
  color: #FFF;
  width: 32px;
  line-height: 32px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  cursor: hand;
}

#user-image .userImage img {
  max-height: 100px;
}

@media (max-width:768px) {
  .qtyCartField input {
    width: 100% !important;
  }

  .qtyCartField input+span {
    width: 100% !important;
  }
}

.highlightDate {
  position: relative;
  color: #00a1e8;
}

.highlightDate:after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 3px;
  height: 3px;
  margin-left: -1.5px;
  content: '';
  border-radius: 50%;
  background-color: #00a1e8;
}

.k-state-selected .highlightDate {
  color: #fff;
}

.k-state-selected .highlightDate:after {
  background-color: #fff;
}

.OrderMessage {
  width: 100%;
  text-align: center;
  color: #0e8612;
  font-weight: 600;
  text-transform: uppercase;
}

.dialog-error+.k-content>.OrderMessage {
  color: #F00;
}

.SuccessIcon i {
  font-size: 84px;
  line-height: 42px;
  font-weight: 800;
  color: #0e8612;
}

.simple-description, .rich-editor-container {
  width: 100%;
}

.sendAppointmentMailToCustomer {
  background: #ffc108 !important;
  display: inline-block;
  margin-top: 20px;
}

.logos {
  display: flex;
}

.logos>span {
  margin: 0px 8px;
}

.actionTypeDescriptionContainer {
  text-align: center;
}

.actionTypeDescription {
  width: 100%;
  text-align: center;
  margin: 0px auto;
}

.actionTypeDescription>i {
  -ms-transform: translateY(6px);
  /* IE 9 */
  -webkit-transform: translateY(6px);
  /* Safari */
  transform: translateY(6px);
}

.actionTypeDescription>span {
  font-weight: bold;
}

.actionTypeDescription>div {
  display: inline-block;
}

.tire-choices-buttons {
  margin-top: 8px;
}

.tire-choices-buttons>button {
  margin: 0px;
  border-radius: 0px !important;
}

.tire-choices-buttons>button.k-button {
  background: #AAA !important;
  border-color: #AAA !important;
}

.tire-choices-buttons>button.k-button>nptext {
  margin-right: 25px;
}

.tire-choices-buttons>button.k-button.delete.active {
  background: #ff6358 !important;
  border-color: #ff6358 !important;
}

.actionTypeDescription .delete {
  color: #ff6358;
}

.tire-choices-buttons>button.k-button.add.active {
  background: #078612 !important;
  border-color: #078612 !important;
}

.actionTypeDescription .store {
  color: #078612;
}

.tire-choices-buttons>button.k-button.update.active {
  background: #04529c !important;
  border-color: #04529c !important;
}

.actionTypeDescription .home {
  color: #04529c;
}

.tire-choices-buttons>button:first-child {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  box-shadow: none;
}

.tire-choices-buttons>button:nth-child(2) {
  border-bottom-right-radius: 0px !important;
  box-shadow: none;
}

.tire-choices-buttons>button:last-child {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  box-shadow: none;
}

.actionTypeDescription i {
  -ms-transform: translateY(6px);
  /* IE 9 */
  -webkit-transform: translateY(6px);
  /* Safari */
  transform: translateY(6px);
}

version {
  display: block;
  text-align: right;
  font-size: 12px;
  color: #00000055;
  margin-top: 20px;
}

version>div {
  display: inline-block;
}

version>div:before {
  content: ' - ';
  margin-left: 4px;
}

version>div:first-child:before {
  content: '';
}

.details-logo img {
  max-height: 48px;
}

custom-filter-fullscreen-selection {
  position: relative;
}

custom-filter-fullscreen-selection>i.material-icons {
  position: absolute;
  top: 6px;
  right: 3px;
  font-size: 18px;
  color: #FFFFFF55;
}

custom-filter-fullscreen-selection>input {
  cursor: pointer;
  cursor: hand;
  padding-right: 25px !important;
  font-size: 12px !important;
  line-height: 20px !important;
}

.fullscreenSelection {
  position: fixed;
  top: 64px;
  right: 0px;
  bottom: 0px;
  left: 240px;
  background: #0f417c;
  z-index: 9;
  padding: 20px;
}

.fullscreenSelection .fullscreenSelectionClose {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
  cursor: hand;
}

.drawer-small .fullscreenSelection {
  left: 60px;
}

.fullscreenSelectionContent {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-right: 33px;
}

.fullscreenSelectionTitle {
  display: flex;
  padding-left: 8px;
  color: #ffc108;
  font-size: 20px;
  margin-right: 40px;
}

.fullscreenSelectionTitle>nptext {
  order: 1;
}

.fullscreenSelectionTitle>.filterSearch {
  order: 2;
  flex: 1;
  padding: 0px 10px;
  text-align: center;
}

.fullscreenSelectionTitle>.filterSearch input {
  max-width: 150px;
  padding: 6px 5px;
}

.fullscreenSelectionTitle>.applyFilter {
  order: 3;
}

.fullscreenSelectionList {
  flex: 1;
  overflow: auto;
  margin-top: 20px;
}

.fullscreenSelectionList ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}

.fullscreenSelectionList ul li {
  margin-left: 0px;
  width: 12%;
}

.fullscreenSelectionList ul li>div {
  border-radius: 5px;
  padding: 6px 5px;
  line-height: 15px;
  margin: 3px;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  cursor: hand;
}

.fullscreenSelectionList ul li>div:hover,
.fullscreenSelectionList ul li>div:focus,
.fullscreenSelectionList ul li>div:active {
  background: #00000022;
}

.fullscreenSelectionList ul li>div.active {
  background: #ffc108;
  color: #000;
}

.fullscreenSelectionList ul li>div.hided {
  color: #FFFFFF33;
}

checklist .checklistRowContent {
  display: flex;
}

checklist .checklistRowContent>span:last-child {
  order: 1;
  flex: 1;
  padding-top: 5px;
}

checklist .checklistRowContent .editValue {
  order: 2;
  margin-right: 30px;
  display: flex;
  align-items: center;
  position: relative;
}

checklist .checklistRowContent .readonlyValue:before,
checklist .checklistRowContent .editValue:before {
  position: absolute;
  top: -48px;
  left: 0px;
  right: 0px;
  color: #FFF;
  font-weight: bold;
  text-align: left;
}

checklist .checklistRowContent .readonlyValue:before {
  top: -55px;
  text-align: right;
}

checklist .checklistRowContent .readonlyValue {
  position: relative;
}

checklist tr:first-child .checklistRowContent .readonlyValue:nth-child(2):before {
  content: 'Przezzo senza IVA';
}

checklist tr:first-child .checklistRowContent .readonlyValue:nth-child(3):before,
checklist tr:first-child .checklistRowContent .editValue:nth-child(3):before {
  content: 'Quantità';
  text-align: center;
}

checklist tr .checklistRowContent .editValue:nth-child(3) input {
  max-width: 50px;
  text-align: center !important;
}

checklist tr:first-child .checklistRowContent .readonlyValue:nth-child(4):before {
  content: 'Prezzo con IVA';
}

checklist tr:first-child .checklistRowContent .editValue:before {
  content: 'Importo';
}

checklist .checklistRowContent .readonlyValue {
  order: 2;
  width: 120px;
  text-align: right;
  line-height: 36px;
  margin-right: 30px;
}

checklist .checklistRowContent .readonlyValue:nth-child(3) {
  width: 40px;
  margin-right: 10px;
}

checklist .checklistRowContent .readonlyValue:nth-child(3) {
  text-align: center;
}

checklist .checklistRowContent .editValue input {
  padding: 8px;
  max-width: 100px;
}

checklist .checklistRowContent .editValue>span.symbol {
  background: #CCC;
  width: 30px;
  line-height: 35px;
  font-size: 18px;
  color: #00000077;
  text-align: center;
}

checklist .checklistRowContent .delete {
  order: 3;
  -ms-transform: translateY(2px);
  /* IE 9 */
  -webkit-transform: translateY(2px);
  /* Safari */
  transform: translateY(2px);
  cursor: pointer;
  cursor: hand;
}

checklist .checklistRowContent .delete:hover,
checklist .checklistRowContent .delete:focus,
checklist .checklistRowContent .delete:active {
  color: #F00;
}

.tires_container.readonly .TireAnalysisType button {
  cursor: default;
}

.onlyprint .TireAnalysisType {
  display: none;
}

.TireAnalysisType {
  display: flex;
  /* margin: -30px -30px 20px -30px; */
  position: absolute;
  top: 50px;
  left: 0px;
  right: 0px;
}

.TireAnalysisType button {
  margin: 0px;
  font-size: 12px;
  background: #EFEFEF !important;
  color: #AAA !important;
  flex-grow: 1;
  border-radius: 0px !important;
  box-shadow: none;
}

.tires_container:not(.readonly) .TireAnalysisType button:not(.active):hover,
.tires_container:not(.readonly) .TireAnalysisType button:not(.active):focus,
.tires_container:not(.readonly) .TireAnalysisType button:not(.active):active {
  background: #CCC !important;
  color: #000 !important;
}

.TireAnalysisType button>.material-icons {
  margin-right: 4px;
}

.TireAnalysisType button.active {
  background: #ffc107 !important;
  color: #000 !important;
}

.stats-years {
  display: flex;
  width: 100%;
  margin: 6px;
}

.stats-years>div {
  background: #00000011;
  color: #000;
  padding: 10px 20px;
  margin-right: 10px;
  cursor: pointer;
  cursor: hand;
}

.stats-years>div:hover,
.stats-years>div:focus,
.stats-years>div:active {
  background: #00000022;
}

.stats-years>div.active {
  background: #ffc107;
}

.hiddenImage img {
  cursor: pointer;
  cursor: hand;
}

.hiddenImagePreview {
  position: absolute;
  z-index: 9;
  width: 200px;
  border: 1px solid #00000022;
  box-shadow: 0px 0px 10px #00000033;
  background: #FFF;
  padding: 0px 30px 5px 30px;
  text-align: center;
}

.hiddenImagePreview img {
  max-width: 100%;
  max-height: 200px;
  cursor: pointer;
  cursor: hand;
}

.hiddenImagePreviewLeftArrow,
.hiddenImagePreviewRightArrow {
  position: absolute;
  top: calc(100px - 15px);
}

.hiddenImagePreviewArrows i {
  width: 30px;
  line-height: 30px;
  cursor: pointer;
  cursor: hand;
}

.hiddenImagePreviewArrows i:hover {
  color: #2e87b5;
}

.hiddenImagePreviewLeftArrow {
  left: 0px;
}

.hiddenImagePreviewRightArrow {
  right: 0px;
}

header .languages ul {
  display: flex;
  list-style-type: none;
}

header .languages ul li {
  margin-right: 20px;
  cursor: pointer;
  cursor: hand;
}

header .languages ul li>span:last-child {
  display: none;
}

login-authentication .languages ul {
  display: flex;
  list-style-type: none;
  align-items: right;
  text-align: right;
  margin: 0px;
  padding: 0px;
  justify-content: flex-end;
}

login-authentication .languages ul li {
  margin-left: 6px;
  cursor: pointer;
  cursor: hand;
}

login-authentication .languages ul li span:last-child {
  display: none;
}

.SuperCustomerData {
  display: none !important;
}

.showOtherButton {
  background: #ffc108;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  cursor: hand;
  display: flex;
}

.showOtherButton:hover,
.showOtherButton:focus,
.showOtherButton:active {
  background: #ecb309;
}

.k-button.approve-button {
  background-color: rgb(0, 168, 65) !important;
  border-color: rgb(0, 168, 65) !important;
}

.k-button.k-button.unapprove-button {
  background-color: #ff0000 !important;
  border-color: #FF0000 !important;
}

.k-button.k-button.unapprove-button:hover {
  background-color: #bb0303 !important;
  border-color: #bb0303 !important;
}

@media only print {
  version {
    display: none;
  }
}

/*Nel caso di anteprima cliente del documento confermato mostro solo l'ultima pagina*/
/*app-root > document-completed table[dataestimatephase="2"] document-products-details,*/
app-root>document-completed table[dataestimatephase="2"] document-overview[section="estimates"] {
  display: none !important;
}

.btn-clear-fields {
  float: right;
  margin: 0px 3px 10px 0px;
}

.mailRow:not(:first-child)>div {
  margin-top: -10px;
}

.mailRow>div {
  width: 100%;
}

.mailRow .richEditor {
  background: #FFF;
}

.mailRow .cke_top {
  background: #f5f5f5;
}

np-email>div {
  display: inline-block;
  width: 100%;
  padding-bottom: 50px;
}

.mailSendingArea {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #EEE;
  box-shadow: 0px 0px 10px #00000077;
  padding: 15px;
}

.mailSendingArea button {
  margin: 0px;
  margin-right: 40px !important;
}

.mailSendingArea .sending {
  text-align: right;
  margin: 5px 40px;
}

.mailStatus {
  overflow: visible !important;
}

.mailStatus * {
  font-weight: 800;
}

.Sent {
  color: #22b50a;
}

.Error {
  color: #F00;
}

.WaitingToBeSent {
  color: #f1ac06;
}

email-queue .k-grid colgroup col:last-child {
  width: 120px !important;
}

email-queue .mailSending .sendNow,
email-queue .mailSent .sendNow {
  display: none;
}

.mailPreviewRow>span:first-child {
  display: inline-block;
  font-weight: bold;
  min-width: 80px;
}

.mailPreviewRow>span:first-child:after {
  content: ': ';
}

.mailPreviewRow:last-child>span {
  display: block;
  border-top: 1px solid #CCC;
  margin: 10px 0px;
  padding: 10px 0px;
}

.mailPreviewRow:last-child>span:first-child {
  display: none;
}

.editTextContainer {
  display: flex;
  flex-direction: column;
}

.editTextContainer>* {
  width: 100%;
}

.text-editor-container {
  position: relative;
}

.text-editor-container>label {
  display: block;
  width: 100%;
}

.text-editor-container>label>span {
  display: block;
}

.text-editor-container>label>input {
  margin-top: 10px;
}

.text-editor-container .textVersion {
  border-bottom: 1px solid #CCC;
  text-align: right;
  position: absolute;
  top: -10px;
  left: 0px;
  right: 0px;
  z-index: 99999;
}

.text-editor-container .textVersion>div {
  background: #00000033;
  padding: 5px 20px;
  margin-left: 5px;
  display: inline-block;
}

.text-editor-container .richEditorToolbar .cke_top {
  background: #00000011;
}

.text-editor-container .textVersion>div.active {
  background: #0aa718;
  color: #FFF;
}

/* 1/5th mdl-grid width */
@media (max-width:479px) {

  .mdl-cell--2-4-col,
  .mdl-cell--2-4-col-phone.mdl-cell--2-4-col-phone {
    width: calc(50% - 16px)
  }

  .mdl-grid--no-spacing>.mdl-cell--2-4-col,
  .mdl-grid--no-spacing>.mdl-cell--2-4-col-phone.mdl-cell--2-4-col-phone {
    width: 50%
  }
}

@media (min-width:480px) and (max-width:839px) {

  .mdl-cell--2-4-col,
  .mdl-cell--2-4-col-tablet.mdl-cell--2-4-col-tablet {
    width: calc(25% - 16px)
  }

  .mdl-grid--no-spacing>.mdl-cell--2-4-col,
  .mdl-grid--no-spacing>.mdl-cell--2-4-col-tablet.mdl-cell--2-4-col-tablet {
    width: 25%
  }
}

@media (min-width:840px) {

  .mdl-cell--2-4-col,
  .mdl-cell--2-4-col-desktop.mdl-cell--2-4-col-desktop {
    width: calc(20% - 16px)
  }

  .mdl-grid--no-spacing>.mdl-cell--2-4-col,
  .mdl-grid--no-spacing>.mdl-cell--2-4-col-desktop.mdl-cell--2-4-col-desktop {
    width: 20%
  }
}

@media only print {

  .tire-index,
  .tire-index:first-letter,
  .tire-index .decibel {
    color: #f07e26 !important;
  }

  .wear_boxes {
    display: flex;
    margin-bottom: 5px;
  }

  .notes_dropdown+div textarea {
    height: 180px !important;
  }
}

np-image-box {
  margin-bottom: 10px;
}

.fileType {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

.fileType>span {
  display: block;
  background: #ff6358;
  color: #FFF;
  margin: 10px;
  border-radius: 5px;
}

np-image-box img {
  cursor: pointer;
  cursor: hand;
}

file-manager {
  display: block;
  width: 100%;
}

file-manager .fileManagerSectionTitle {
  background: #04529c;
  color: #FFF;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

file-manager .fileManagerSectionTitle>div:first-child {
  flex: 1;
}

file-manager .fileManagerSectionTitle kendo-upload {
  background: transparent;
  border: 0px;
  padding: 0px 0px;
  color: #FFF;
}

file-manager .fileManagerSectionTitle kendo-upload .k-dropzone {
  background: transparent;
}

file-manager .fileManagerSectionTitle kendo-upload>div>div.k-button {
  margin: 0px;
  background: #0aa718 !important;
  color: #FFF;
  margin-right: 5px;
  order: 2;
}

file-manager .fileManagerSectionTitle kendo-upload>div>div.k-button:before {
  font-family: WebComponentsIcons;
  content: '\e907';
  margin-right: 5px;
}

file-manager .fileManagerSectionTitle kendo-upload>div>div.k-button:hover,
file-manager .fileManagerSectionTitle kendo-upload>div>div.k-button:focus,
file-manager .fileManagerSectionTitle kendo-upload>div>div.k-button:active {
  background: #10b91f !important;
}

file-manager .fileManagerSectionTitle kendo-upload>div.k-dropzone {
  padding: 2px;
}

file-manager .fileManagerSectionTitle kendo-upload>div.k-dropzone .k-dropzone-hint {
  background: transparent !important;
  padding: 3px 8px;
  margin-right: 2px;
  border: 2px dashed #FFF;
  color: #FFF;
}

file-manager .fileManagerSectionTitle .k-upload-files {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 9;
}

file-manager .fileManagerSectionTitle>div:first-child {
  display: flex;
  align-items: center;
}

file-manager .fileManagerSectionTitle>div:first-child>div:before,
file-manager .fileManagerSectionTitle>div:first-child>div:after {
  content: '"';
  display: inline;
}

file-manager .fileManagerSectionTitle>div:first-child>nptext {
  display: block;
  padding: 7px 10px;
}

file-manager .fileManagerFilesTitle>nptext:after {
  content: ':';
}

file-manager .fileManagerSubFoldersTitle>*:nth-child(1) {
  flex: 1;
  padding-left: 10px;
}

file-manager .fileManagerSectionTitle>.folderButtons,
file-manager .fileManagerSectionTitle>.fileButtons,
file-manager .fileManagerSectionTitle>.fileButtons .viewTypes {
  display: flex;
  align-items: center;
}

file-manager .fileManagerSectionTitle>.fileButtons>div,
file-manager .fileManagerSectionTitle>.folderButtons>div {
  margin: 0px;
  padding: 5px;
  cursor: pointer;
  cursor: hand;
}

file-manager .fileManagerSectionTitle>.folderButtons>div:hover,
file-manager .fileManagerSectionTitle>.folderButtons>div:focus,
file-manager .fileManagerSectionTitle>.folderButtons>div:active,
file-manager .fileManagerSectionTitle>.fileButtons>div:hover,
file-manager .fileManagerSectionTitle>.fileButtons>div:focus,
file-manager .fileManagerSectionTitle>.fileButtons>div:active {
  background: #00000033;
}

file-manager .fileManagerSectionTitle>.folderButtons>div i,
file-manager .fileManagerSectionTitle>.fileButtons>div i {
  display: block;
}

file-manager .fileManagerSectionTitle>.fileButtons>div.search {
  padding: 0px;
}

file-manager .fileManagerSectionTitle>.fileButtons input[type="search"] {
  padding: 9px 9px 10px 9px;
  border: 0px;
  margin-top: -1px;
  background: transparent;
  color: #FFF;
  border-left: 1px solid #FFFFFF77;
}

file-manager .fileManagerSectionTitle>.fileButtons input[type="search"]::-webkit-input-placeholder {
  /* Edge */
  color: #FFFFFFAA !important;
}

file-manager folders ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px;
}

file-manager folders ul li {
  padding: 0px 10px;
  cursor: pointer;
  cursor: hand;
}

file-manager folders ul li>div:hover,
file-manager folders ul li>div:focus,
file-manager folders ul li>div:active {
  background: #00000022;
}

file-manager folders ul li>div {
  display: flex;
}

file-manager folders ul li>div>i {
  color: #e3c000;
}

file-manager folders ul li.selected {
  font-weight: bold;
}

file-manager folders ul li>div>span {
  padding-top: 2px;
  margin-left: 2px;
}

file-manager .fileList ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

file-manager .fileList ul>li {
  margin: 5px;
  width: 150px;
  cursor: pointer;
  cursor: hand;
}

file-manager .fileList ul>li:hover,
file-manager .fileList ul>li:focus,
file-manager .fileList ul>li:active {
  box-shadow: 0px 0px 4px #00000077;
}

file-manager .fileList ul>li .preview {
  display: flex;
  width: 150px;
  height: 150px;
  background-color: #00000033;
  background-size: cover;
  overflow: hidden;
  align-items: center;
  text-align: center;
}

file-manager .fileList ul>li .preview>span {
  display: flex;
  min-width: 2000px;
  -webkit-transform: translateX(calc(-1000px + 75px));
  transform: translateX(calc(-1000px + 75px));
  height: 100%;
  align-items: center;
  text-align: center;
}

file-manager .fileList ul>li .preview>span img {
  height: auto;
  max-height: 100%;
  margin: 0px auto;
  display: none;
}

file-manager .fileList ul>li .preview>span[dataextension=".gif"] img,
file-manager .fileList ul>li .preview>span[dataextension=".jpg"] img,
file-manager .fileList ul>li .preview>span[dataextension=".jpeg"] img,
file-manager .fileList ul>li .preview>span[dataextension=".png"] img,
file-manager .fileList ul>li .preview>span[dataextension=".webp"] img {
  display: block;
}

file-manager .fileList ul>li .preview>span>span.extension {
  position: absolute;
  left: calc(50% - 25px);
  width: 50px;
  background: #F00;
  color: #FFF;
  padding: 5px 0px;
  border-radius: 5px;
  text-transform: uppercase;
}

file-manager .fileList ul>li .preview>span[dataextension=".gif"]>span.extension,
file-manager .fileList ul>li .preview>span[dataextension=".jpg"]>span.extension,
file-manager .fileList ul>li .preview>span[dataextension=".jpeg"]>span.extension,
file-manager .fileList ul>li .preview>span[dataextension=".png"]>span.extension,
file-manager .fileList ul>li .preview>span[dataextension=".webp"]>span.extension {
  display: none;
}

file-manager .fileList ul>li>span:last-child {
  display: block;
  padding: 8px;
  background: #00000022;
  font-size: 11px;
  line-height: 14px;
}

file-manager .fileList ul>li>span:last-child>span a {
  display: block;
  background: #04529c;
  color: #FFF;
  text-align: center;
  padding: 5px;
  margin-top: 5px;
  border-radius: 5px;
  text-decoration: none;
}

file-manager .fileList ul>li>span:last-child>span a:before {
  content: '\e132';
  font-family: WebComponentsIcons;
  margin-right: 5px;
}

file-manager .fileList ul>li>span:last-child>span a:hover {
  background: #0aa718;
}

file-manager .fileList ul>li>span:last-child>span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
}

file-manager .fileList ul>li>span:last-child>span:first-child {
  font-weight: bold;
}

file-manager .fileList ul>li:hover>span:last-child {
  background: #cddceb;
}

file-manager .fileManagerSectionTitle>.fileButtons .viewTypes {
  padding: 0px;
}

file-manager .fileManagerSectionTitle>.fileButtons .viewTypes>div {
  padding: 5px;
  border-left: 1px solid #FFFFFF77;
}

file-manager .fileManagerSectionTitle>.fileButtons .viewTypes:hover {
  background: transparent !important;
}

file-manager .fileManagerSectionTitle>.fileButtons .viewTypes>div.active {
  background: #FFFFFFCC;
  color: #04529cAA;
}

file-manager .fileManagerSectionTitle>.fileButtons .viewTypes>div:hover {
  background: #FFFFFF33;
}

file-manager .fileList.list ul {
  flex-direction: column;
}

file-manager .fileList.list ul li {
  width: 100%;
  display: flex;
  margin-top: 0px;
  margin-bottom: 2px;
  margin-left: 0px;
  background: #00000011;
}

file-manager .fileList.list ul li>span.preview {
  width: 50px;
  height: 50px;
}

file-manager .fileList.list ul li>span.preview>span {
  width: 100%;
  min-width: unset;
  transform: none;
  text-align: center;
}

file-manager .fileList.list ul li>span.preview>span>img {
  display: none;
}

file-manager .fileList.list ul li>span.preview>span>.extension {
  display: block;
  position: static;
  margin: 0px auto;
  width: 80%;
  padding: 0px;
  font-size: 12px;
}

file-manager .fileList.list ul li>span:last-child {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 13px;
  background: transparent;
}

file-manager .fileList.list ul>li>span:last-child>span a {
  margin-top: 0px;
}

.fileBrowserDialog .k-window {
  z-index: 9999999999 !important;
  transform: translate(-50%, calc(-50% + 0px)) !important;
  /* 32 px is half the header size*/
  width: 90%;
}

.k-dialog-titlebar.dialog-info {
  background: #34a2e1;
}

.mdl-tabs__tab-bar>.resellerEstimateMode {
  float: right;
}

.mdl-tabs__tab-bar>.resellerEstimateMode>nptext {
  margin-right: 5px;
}

.mdl-tabs__tab-bar>.resellerEstimateMode .showEstimateButton {
  margin-left: 20px;
}

reseller-estimate-for-customer>div>div.refc {
  width: 700px;
  min-height: 842px;
  padding: 10px;
  box-sizing: border-box;
  margin: 0px auto;
  box-shadow: 0px 0px 5px #00000033;
  background: #FFF;
}

reseller-estimate-for-customer>div>div.refc>.refc-top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

reseller-estimate-for-customer>div>div.refc>.refc-top>.refc-logo {
  margin-right: 50px;
  flex: 1;
}

reseller-estimate-for-customer>div>div.refc>.refc-top>.refc-logo img {
  max-height: 50px;
  max-width: 300px;
}

reseller-estimate-for-customer>div>div.refc>.refc-top>.refc-title {
  min-width: 50%;
  background: #00000022;
  text-align: center;
  padding: 10px;
}

reseller-estimate-for-customer>div>div.refc>.refc-top>.refc-title .refc-title-main {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 2px;
}

reseller-estimate-for-customer>div>div.refc>.refc-subject-data>div {
  display: flex;
}

reseller-estimate-for-customer>div>div.refc>.refc-subject-data>.subjectName {
  font-weight: bold;
}

reseller-estimate-for-customer>div>div.refc>.refc-subject-data>div>.material-icons {
  font-size: 16px;
  margin-right: 4px;
}

reseller-estimate-for-customer>div>div.refc>.refc-estimate-row {
  margin-top: 40px;
}

reseller-estimate-for-customer>div>div.refc>.refc-estimate-row>table {
  width: 100%;
}

reseller-estimate-for-customer>div>div.refc>.refc-estimate-row>table>thead>tr>td {
  font-weight: bold;
}

reseller-estimate-for-customer>div>div.refc>.refc-estimate-row>table>thead>tr {
  background: #000;
  color: #FFF;
}

reseller-estimate-for-customer>div>div.refc>.refc-estimate-row>table>tbody>tr>td .fullDesc>div:first-child {
  font-weight: bold;
}

reseller-estimate-for-customer>div>div.refc>.refc-estimate-row>table>tbody>tr>td .fullDesc>div:last-child {
  display: flex;
}

reseller-estimate-for-customer>div>div.refc>.refc-estimate-row>table>tbody>tr>td .fullDesc>div:last-child span {
  white-space: nowrap;
  margin-right: 30px;
  font-weight: bold;
}

reseller-estimate-for-customer>div>div.refc>.refc-estimate-row>table>tbody>tr>td .fullDesc>div:last-child span img {
  margin-right: 3px;
}

reseller-estimate-for-customer>div>div.refc>.refc-estimate-row>table>tbody>tr>td .fullDesc>div:last-child span br {
  display: none;
}

reseller-estimate-for-customer>div>div.refc>.refc-estimate-row>table {
  border-spacing: 0px;
}

reseller-estimate-for-customer>div>div.refc>.refc-estimate-row>table td {
  padding: 5px 10px;
  border-bottom: 1px solid #CCC;
}

reseller-estimate-for-customer>div>div.refc>.refc-estimate-row>table tbody td img {
  max-width: 80px !important;
}

reseller-estimate-for-customer>div>div.refc>.refc-estimate-row>table>tfoot td {
  text-align: right;
  font-weight: bold;
}

reseller-estimate-for-customer>div>div.refc-buttons {
  margin: 0px auto 20px auto;
  text-align: center;
}

reseller-estimate-for-customer>div>div.refc-buttons ul {
  margin: 0px;
  padding: 0px;
}

reseller-estimate-for-customer>div>div.refc-buttons li.btn-back {
  background: #EFEFEF;
}

reseller-estimate-for-customer>div>div.refc-buttons li.btn-hide-prices {
  background: #ffc107;
}

reseller-estimate-for-customer>div>div.refc-buttons li.btn-print {
  background: #fdf015;
}

reseller-estimate-for-customer>div>div.refc-buttons li.btn-back:hover,
reseller-estimate-for-customer>div>div.refc-buttons li.btn-back:focus,
reseller-estimate-for-customer>div>div.refc-buttons li.btn-back:active {
  background: #dbdbdb;
}

reseller-estimate-for-customer>div>div.refc-buttons li.btn-hide-prices:hover,
reseller-estimate-for-customer>div>div.refc-buttons li.btn-hide-prices:focus,
reseller-estimate-for-customer>div>div.refc-buttons li.btn-hide-prices:active {
  background: #f9af21;
}

reseller-estimate-for-customer>div>div.refc-buttons li.btn-print:hover,
reseller-estimate-for-customer>div>div.refc-buttons li.btn-print:focus,
reseller-estimate-for-customer>div>div.refc-buttons li.btn-print:active {
  background: #ffe406;
}

reseller-estimate-for-customer>div>div.refc-buttons li i {
  margin-right: 5px;
}

@media print {
  reseller-estimate-for-customer>div>div.refc-buttons {
    display: none;
  }

  reseller-estimate-for-customer>div>div.refc {
    width: 100%;
  }

  reseller-estimate-for-customer>div>div.refc>.refc-estimate-row>table>thead>tr {
    background: transparent;
    color: #000;
  }

  reseller-estimate-for-customer>div>div.refc>.refc-top>.refc-title {
    border: 1px solid;
  }

  .dayVisualMode * {
    font-size: 18px;
    line-height: 24px;
  }

  .dayVisualMode .appsContainer>div.appList {
    width: 100%;
  }
}

.tire-footer {
  display: flex;
  width: 100%;
  align-items: stretch;
}

.tire-footer>div>div {
  height: 100%;
  box-sizing: border-box;
}

.printable_worksheet .levels_checks>div>div.flex {
  flex-wrap: wrap;
}

.printable_worksheet .levels_checks>div>div.flex>div {
  width: 40%;
  margin-right: 10%;
}

.printable_worksheet .levels_checks>div>div.flex>div>div.flex {
  align-items: center;
  margin-bottom: 15px;
  line-height: 14px;
}

.printable_worksheet .levels_checks>div>div.flex>div>div.flex>span:first-child {
  flex: 1;
}

.checks_list>div>span {
  line-height: 14px !important;
}

.confirmAppointmentButton {
  float: right;
}

.appNotes {
  position: absolute;
  top: 10px;
  left: 20%;
  right: 20%;
}

.appNotes>* {
  display: block;
  width: 100%;
  font-size: 16px;
}

.appointmentConfirmationText {
  font-weight: bold;
  font-size: 18px;
  color: #16a718;
}

.responseMessagesList {
  width: 100%;
  border-spacing: 0px;
  border-collapse: separate;
  border-bottom: 1px solid #00000033;
}

.responseMessagesList thead tr {
  background: #ff6358;
  color: #FFF;
  line-height: 12px;
}

.responseMessagesList thead tr th,
.responseMessagesList tbody tr td {
  padding: 5px;
  text-align: left;
}


.responseMessagesList tbody tr td {
  vertical-align: top;
}

.responseMessagesList tbody tr:nth-child(even) {
  background: #00000011;
}

.responseMessagesList tbody tr td:nth-child(1) {
  font-weight: bold;
  color: #ff6358;
}

.weightField {
  margin-left: 30px;
}

plugin-search-articles-automotive .k-grid-content {
  overflow: unset;
}

plugin-search-articles-automotive .k-grid-header colgroup col:nth-last-child(2),
plugin-search-articles-automotive .k-grid-table colgroup col:nth-last-child(2) {
  width: 120px !important;
}

plugin-search-articles-automotive .k-grid-header colgroup col:last-child,
plugin-search-articles-automotive .k-grid-table colgroup col:last-child {
  width: 60px !important;
}

@media screen and (min-width:1681px) {

  plugin-search-articles-automotive .k-grid-header colgroup col:nth-last-child(2),
  plugin-search-articles-automotive .k-grid-table colgroup col:nth-last-child(2) {
    width: 100px !important;
  }

  plugin-search-articles-automotive .k-grid-header colgroup col:last-child,
  plugin-search-articles-automotive .k-grid-table colgroup col:last-child {
    width: 50px !important;
  }
}

@media screen and (min-width:2281px) {

  plugin-search-articles-automotive .k-grid-header colgroup col:nth-last-child(2),
  plugin-search-articles-automotive .k-grid-table colgroup col:nth-last-child(2) {
    width: 70px !important;
  }

  plugin-search-articles-automotive .k-grid-header colgroup col:last-child,
  plugin-search-articles-automotive .k-grid-table colgroup col:last-child {
    width: 40px !important;
  }
}

plugin-search-articles-automotive .mdl-tabs>div>a {
  display: flex;
  align-items: center !important;
}

plugin-search-articles-automotive .mdl-tabs>div>a img {
  max-height: 16px;
}

.mechanicItemsTab {
  display: inline-block;
  padding: 0px !important;
  height: auto;
  overflow: visible;
}

.mechanicItemsTab>span {
  display: block;
  padding: 7px 24px !important;
  overflow: hidden;
}

.k-button.excel {
  background: #12ac12;
  color: #FFF;
}

.k-button.excel:hover,
.k-button.excel:focus,
.k-button.excel:active {
  background: #0d910d;
  color: #FFF;
}

visits .k-grid tbody tr:hover,
visits .k-grid tbody tr:focus,
visits .k-grid tbody tr:active {
  background: #00000022;
  cursor: pointer;
  cursor: hand;
}

visits .k-grid tbody tr td {
  padding: 10px;
}

visits .k-grid tbody tr td:first-child {
  font-weight: 600;
  color: #000;
}

.JSONObject {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.JSONObject li {
  margin-right: 10px;
}

.JSONObject li:not(:last-child):after {
  content: ' | ';
  font-weight: 800;
  margin-left: 5px;
}

.JSONObject li>span:first-child {
  font-weight: bold;
}

.JSONObject li>span:first-child:after {
  content: ': ';
}

.JSONObjectInTooltip {
  overflow: visible !important;
}

.JSONObjectInTooltip ul.JSONObject {
  display: none;
  position: absolute;
  top: 10px;
  left: -430px;
  width: 400px;
  padding: 5px 10px;
  background-color: #2791bd;
  border-radius: 5px 0px 5px 5px;
  color: #FFF;
  line-height: 14px;
}

.JSONObjectInTooltip>div {
  position: relative;
}

.JSONObjectInTooltip>div:after {
  content: 'i';
  display: inline-block;
  background: #2791bd;
  color: #FFF;
  font-weight: bold;
  width: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50px;
}

.JSONObjectInTooltip>div:hover ul.JSONObject {
  display: block;
}

.JSONObjectInTooltip ul.JSONObject li:nth-child(odd) {
  font-weight: bold;
  color: #FF0;
}

.JSONObjectInTooltip ul.JSONObject li:nth-child(even) {
  margin-bottom: 5px;
}

.JSONObjectInTooltip ul.JSONObject li>span:first-child {
  display: none;
}

.JSONObjectInTooltip ul.JSONObject li:after {
  display: none;
}

.selectedSubjectDocumentHistory>div {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.selectedSubjectDocumentHistory>div>span:first-child {
  font-weight: 600;
}

.selectedSubjectDocumentHistory>div table {
  border-spacing: 0px;
  border-collapse: separate;
  margin-top: 5px;
}

.selectedSubjectDocumentHistory>div table thead tr {
  background: #00000033;
}

.selectedSubjectDocumentHistory>div table thead tr th,
.selectedSubjectDocumentHistory>div table tbody tr td {
  padding: 5px;
}

.selectedSubjectDocumentHistory>div table tbody tr:nth-child(even) {
  background: #00000011;
}

.selectedSubjectDocumentHistory>div table tbody tr td input {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  width: 50px;
}

button.btn-success {
  background: #16a718 !important;
  color: #FFF !important;
}

button.btn-success:hover,
button.btn-success:focus,
button.btn-success:active {
  background: #109412 !important;
}

#ddlHour, #ddlMinute, #timeType {
  color: #555;
}

.dueDateRow, .reminderRow {
  padding-left: 0px;
  margin-left: -8px;
}

.reminderRow>div:first-child input {
  margin-top: 3px;
}

.btn-reminder {
  margin-left: 0px;
  margin-top: 20px;
  background: #0000000A;
}

header .k-notification-group {
  top: 80px !important;
  right: 30px !important;
  max-height: auto !important;
  width: 400px;
}

.headerNotification {
  box-shadow: -2px 2px 5px #000 !important;
  margin-bottom: 5px;
}

.headerNotification>.k-notification-wrap {
  display: flex !important;
  white-space: normal;
  line-height: 14px;
}

.k-icon.k-i-close {
  color: #FFF;
  cursor: pointer;
  cursor: hand;
}

.tireStockPosition {
  position: relative;
  margin: 20px auto;
  width: 200px;
  background: #078612;
  color: #FFF;
  padding: 20px;
  padding-top: 10px;
}

.tireStockPosition:before {
  content: '';
  position: absolute;
  top: -5px;
  left: calc(50% - 10px);
  width: 10px;
  height: 10px;
  background: #078612;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.tireStockPosition>div:first-child {
  margin-bottom: 10px;
}

.tireStockPosition kendo-datepicker {
  display: block;
  width: 100%;
}

.StockPositionCodeDescriptor {
  display: block !important;
}

.paymentType {
  text-align: center;
}

.paymentType .mdl-cell>div {
  margin: 20px;
  padding: 20px;
  border-radius: 0px;
  cursor: pointer;
  cursor: hand;
  opacity: 0.6;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.paymentType .mdl-cell>div.active {
  background: #ffc107 !important;
  color: #033f77 !important;
  opacity: 1;
}

.paymentType .mdl-cell>div.active i {
  display: none;
}

.paymentType .mdl-cell>div.active i.done {
  display: block;
}

.paymentType .mdl-cell>div:hover {
  background: #00000011;
  opacity: 1;
}

.paymentType .mdl-cell>div i {
  display: block;
  font-size: 48px;
}

.paymentType .mdl-cell>div i.done {
  display: none;
}

.paymentType .mdl-cell>div.paymentType_cashReceipt {
  color: #14be4b;
}

.paymentType .mdl-cell>div.paymentType_cashReceipt.active {
  background: #14be4b !important;
  color: #FFF !important;
}

.paymentType .mdl-cell>div.paymentType_taxReceipt {
  color: #14b4be;
}

.paymentType .mdl-cell>div.paymentType_taxReceipt.active {
  background: #14b4be !important;
  color: #FFF !important;
}

.paymentType .mdl-cell>div.paymentType_invoice {
  color: #e37e0f;
}

.paymentType .mdl-cell>div.paymentType_invoice.active {
  background: #e37e0f !important;
  color: #FFF !important;
}

#company-working-hours>div {
  padding-right: 20px;
}

.todayAppointmentGrid tbody tr:hover {
  background: #ffc108;
  color: #000;
  cursor: pointer;
  cursor: hand;
}

.todayAppointmentGrid tbody tr:hover div {
  background-color: transparent !important;
}

.k-button.k-primary.btnStockPosition {
  background-color: #03519c !important;
  border-color: #03519c !important;
}

.k-button.k-primary.btnDepartment {
  background-color: #ffc108 !important;
  border-color: #ffc108 !important;
  color: #000 !important;
}

.k-button.k-primary.btnStockPosition:hover,
.k-button.k-primary.btnStockPosition:focus,
.k-button.k-primary.btnStockPosition:active {
  background-color: #023f79 !important;
  border-color: #023f79 !important;
}

.k-button.k-primary.btnDepartment:hover,
.k-button.k-primary.btnDepartment:focus,
.k-button.k-primary.btnDepartment:active {
  background-color: #e8af07 !important;
  border-color: #e8af07 !important;
  color: #000 !important;
}

np-details-editor .seqField,
np-details-editor .colorField {
  width: 50px;
  margin-left: 30px !important;
}

.video_table td button {
  position: static !important;
}

.videoList,
.videoList a {
  display: flex !important;
  align-items: center;
}

.videoList a {
  margin-right: 30px;
  color: #03519c;
}

.videoList a,
.videoList a *,
.videoList a i {
  text-decoration: none !important;
  cursor: pointer;
  cursor: hand;
}

.videoList a:hover>nptext {
  text-decoration: underline !important;
}

qr-code>div {
  max-width: 128px !important;
  display: flex;
  flex-direction: column;
  background: #ffc108;
  padding: 8px;
}

qr-code>div qrcode>img {
  width: 100% !important;
}

.canAddNewApp .agenda-app-empty:hover {
  background: #ffc107 url(/assets/images/agenda-row.png) bottom left;
  /*background-color: #ffc107;*/
  cursor: pointer;
  cursor: hand;
}

.strikeout {
  text-decoration: line-through;
}

plugin-subject-details-automotive .npDialog .k-dialog {
  margin-top: 0px !important;
}

.indipendentFieldRow {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.indipendentFieldRow .symbol {
  background: #EFEFEF;
  padding: 6px;
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

.indipendentFieldRow>div {
  margin-right: 1px;
}

.allItemsVisibile {
  background: #16a718;
  color: #FFF !important;
}

.allItemsVisibile:hover {
  background: #118f13;
  color: #FFF !important;
}

.allItemsNotVisibile {
  background: #F00;
  color: #FFF !important;
}

.allItemsNotVisibile:hover {
  background: #C00;
  color: #FFF !important;
}

item-price-margin .price-margin-editor {
  width: 600px;
}

.printable_worksheet main .compact-table tbody tr td {
  font-style: normal !important;
}

.printable_worksheet main .compact-table tbody tr td:first-child>div:first-child {
  text-transform: uppercase;
  font-size: 18px;
}

.printable_worksheet main .compact-table tbody tr:last-child td:first-child {
  text-transform: uppercase;
  text-align: right !important;
}

.printable_worksheet main .compact-table tbody tr td:last-child {
  font-size: 20px;
}

.tireExtendedName {
  text-align: center;
  font-weight: 800;
  font-size: 16px;
}

.tireExtendedName img {
  max-height: 24px;
  margin-left: 10px;
}

.print_tire_container {
  position: relative !important;
}

.tirePositionType {
  top: -20px !important;
  white-space: nowrap;
  font-weight: 300 !important;
}

.tire-detail>td {
  padding-top: 20px !important;
}

section.suggestedItems>div.main-title-alt,
section.advices>div.main-title-alt {
  text-transform: uppercase;
  padding-top: 20px;
}

section.suggestedItems>div:not(.main-title-alt),
section.advices>div:not(.main-title-alt) {
  background: #e8ebf3 !important;
  padding: 20px;
  padding-bottom: 1px;
  margin-bottom: 15px !important;
}

section.advices>div>div:first-child {
  text-transform: uppercase;
  font-weight: 800;
}

section.suggestedItems>div:not(:first-child) {
  display: flex;
  padding: 10px 20px !important;
  text-transform: uppercase;
  font-weight: 800;
}

section.suggestedItems>div>div:first-child {
  flex: 1;
}

section.suggestedItems>div:last-child>div:first-child {
  text-align: right;
  padding-right: 50px;
}

@media print {
  .mdl-layout__container {
    position: static !important;
    height: auto !important;
  }

  .newPage {
    display: flex;
    flex-direction: column;
    page-break-before: always;
  }

  .StockPositionCodeDescriptor.noprint {
    display: none !important;
  }
}

.Privacy,
.privacyNotice {
  background: #dae3f3 !important;
  padding: 15px;
}

.Privacy,
.privacyNotice {
  flex-direction: column;
}

.Privacy>div:first-child,
.privacyNotice>div>div:first-child {
  font-size: 18px !important;
  text-transform: uppercase;
  font-weight: 800;
}

.Privacy>div:nth-child(2)> :last-child {
  display: block;
  font-size: 16px !important;
  margin-bottom: 20px;
}

.Privacy>div:nth-child(2)>div:first-child>div:last-child {
  display: flex;
  align-items: center;
  margin-top: -14px;
}

.Privacy>div:nth-child(2)>div:first-child,
.privacyNotice>div>div:first-child .hotelRulesTitle {
  float: right;
  text-transform: none !important;
  font-weight: 400;
  font-style: italic;
}

.Privacy>div:nth-child(3) * {
  color: #000 !important;
}

.signature {}

.signatureLine {
  height: 24px;
  border-bottom: 1px solid #333;
  width: 400px;
  margin: 30px 50px 30px auto;
}

.Privacy {
  margin-top: 50px;
}

.privacyConfirmCheck {
  display: flex;
  align-items: right !important;
  justify-content: center;
  margin-top: 20px;
}

.Privacy>div:first-child,
.newPage .hotelRulesTitle {
  font-size: 24px !important;
  font-weight: 600 !important;
  margin-bottom: 8px;
  line-height: 24px;
}

.privacyConfirmCheck>div:first-child {
  flex: 1;
  text-align: right;
}

.privacyConfirmCheck>div {
  margin-left: 100px;
}

.privacyConfirmCheck>div>div {
  display: inline-block;
}

.privacyConfirmCheck>div>div:last-child {
  border: 2px solid;
  width: 16px;
  height: 16px;
  margin: 0px 0px 0px 10px;
  -ms-transform: translateY(5px);
  /* IE 9 */
  -webkit-transform: translateY(5px);
  /* Safari */
  transform: translateY(5px);
}

.printable_worksheet *:first-letter {
  color: #04529c !important;
}

.printable_worksheet .privacyUnsubscribe {
  display: flex;
}

.printable_worksheet .privacyUnsubscribe *:first-letter,
.printable_worksheet>main .privacyUnsubscribe * {
  color: #F00 !important;
  font-style: italic !important;
}

.promo {
  border-top: 1px solid #04529c;
  margin-top: 20px;
  padding-top: 30px;
}

.promo .promoTitle {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.promo>div:last-child {
  display: flex;
}

.promo>div:last-child>div:last-child {
  flex: 1;
}

.promo>div:last-child>div:first-child {
  margin-right: 40px;
}

.promo>div:last-child>div:last-child>div:first-child {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.promoButtonContainer {
  position: relative;
}

.removePromoButton {
  display: inline-block;
  line-height: 28px;
  z-index: 99999;
  background: #00000022;
  padding: 0px 15px;
  cursor: pointer;
  cursor: hand;
  margin-top: 20px;
}

.removePromoButton:hover {
  background: #00000033;
}

/*
.AddPromoButton.selected {
  background: #13be4b;
  color: #FFF;
}
*/

.AddPromoButton:hover,
.btnAddServicesOrProducts:hover {
  background: #f2b500 !important;
}

.suggestedItems .card-content {
  margin: -2px !important;
}

.suggestedItems table {
  width: 100%;
}

.suggestedItems table thead tr {
  background: #c8dff4;
}

.suggestedItems table thead tr th {
  font-weight: 400;
}

.suggestedItems table thead tr th,
.suggestedItems table tbody tr td,
.suggestedItems table tfoot tr td {
  padding: 5px 10px;
  font-size: 14px;
}

.suggestedItems table tfoot tr td[colspan="3"] {
  background: #FFF;
  color: #00000077;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.suggestedItems table tbody tr td:nth-child(2),
.suggestedItems table tfoot tr td:nth-child(2) {
  text-align: right;
  width: 120px;
}

.suggestedItems table tbody tr:nth-child(even) {
  background: #00000011;
}

.suggestedItems table thead tr th:first-child {
  text-align: left;
}

.suggestedItems table tfoot tr {
  background: #c8dff4;
}

.suggestedItems table tfoot tr td kendo-combobox,
.suggestedItems table tfoot tr td kendo-numerictextbox {
  width: 100%;
  border: 1px solid #033f761c;
}

.suggestedItems table tfoot tr td kendo-numerictextbox INPUT {
  text-align: right;
}

.suggestedItems table tbody tr td:last-child,
.suggestedItems table tfoot tr td:last-child {
  text-align: center;
}

.worksheetCompletedDescription {
  text-align: center;
  margin: 50px;
}

.worksheetCompletedDescription b {
  color: #16a718;
  text-transform: uppercase;
  font-size: 24px;
}

.worksheetCompletedPrintButton {
  text-align: center;
  margin: 0px auto 100px auto;
}

.privacySubtitle>div:first-child>div:last-child {
  display: flex;
  align-items: center;
  margin-top: -15px;
}

.newPage .hotelRulesTitle {
  margin: 80px 0px 50px 0px;
  text-align: center;
  text-transform: uppercase;
}

.hotelRulesDescription li {
  margin-bottom: 25px;
}

.printable_worksheet .head-title {
  text-transform: uppercase;
}

.selectedPromo {
  text-align: center;
  padding: 30px 0px 20px 0px;
}

.selectedPromo>div:nth-child(2) {
  font-weight: 800;
  color: #13be4b;
}

.noPromoSelected {
  text-align: center;
  padding: 30px 0px 20px 0px;
  font-style: italic;
  font-size: 14px;
}

plugin-multicart-automotive+div.sb-button {
  width: 100%;
  margin-top: 30px;
}

.btn-open-calendar {
  margin: 0px auto;
  background: #13be4b !important;
  padding: 20px !important;
}

.chooseRunType {
  padding: 20px;
  box-sizing: border-box;
}

.chooseRunTypeButtons button {
  padding: 10px 20px;
}

.chooseRunTypeButtons button:active,
.chooseRunTypeButtons button.selected {
  background: #16a718 !important;
  color: #FFF;
}

.choosedRunTypeDescription {
  font-style: italic;
  margin-top: 8px;
  font-size: 12px;
}

.platesList,
.tireStateList {
  margin: 22px;
}

.platesList button:active,
.platesList button.selected,
.tireStateList button:active,
.tireStateList button.selected {
  background: #ffc106 !important;
  color: #000;
}

.mdl-switch.is-checked .mdl-switch__track {
  background: #b8dea6;
}

.mdl-switch.is-checked .mdl-switch__thumb,
.mdl-switch__ripple-container .mdl-ripple {
  background: #44b60d;
}

.main-grid[data-status="WS2"] {
  display: flex !important;
}

.main-grid[data-status="WS2"] .jobsList {
  order: 9;
}

.main-grid[data-status="WS2"] .buttonsList {
  order: 10;
  margin-top: 20px !important;
}

.worksheetSubjectDetails .btn-save {
  display: none;
}

.CustomerCategory {
  float: right;
  -ms-transform: translateY(50px);
  /* IE 9 */
  -webkit-transform: translateY(50px);
  /* Safari */
  transform: translateY(50px);
}

.CustomerCategory .k-state-active {
  border-bottom: 0px;
  padding-top: 2px !important;
  margin-bottom: -1px;
}

.CustomerCategory .k-state-active:hover,
.CustomerCategory button:active,
.CustomerCategory .k-state-active {
  background: #16a718 !important;
}

.newStockPositionCode {
  display: flex;
  align-items: baseline;
}

.newStockPositionCode>div:first-child {
  width: auto;
}

.newStockPositionCode>div:first-child input {
  border-color: #00000033;
}

.newStockPositionCode>div:last-child {
  background: #11a42c;
  color: #FFF;
  padding: 0px 15px;
  line-height: 32px;
  cursor: pointer;
  cursor: hand;
}

.newStockPositionCode>div:last-child:hover,
.newStockPositionCode>div:last-child:focus,
.newStockPositionCode>div:last-child:active {
  background: #0c8d24;
}

app-stock-position kendo-dialog ul li span span {
  background: #F00;
  color: #FFF;
  padding: 5px 10px 4px;
  font-size: 12px;
  margin-left: 10px;
  cursor: pointer;
  cursor: hand;
  float: right;
  margin: -5px;
  border-bottom: 1px solid #00000022;
}

app-stock-position kendo-dialog ul li span span:hover,
app-stock-position kendo-dialog ul li span span:focus,
app-stock-position kendo-dialog ul li span span:active {
  background: #C00;
}

app-stock-position kendo-dialog ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  border: 1px solid #00000033;
}

app-stock-position kendo-dialog ul li {
  padding: 5px;
}

app-stock-position kendo-dialog ul li:nth-child(even) {
  background: #00000022;
}

@media print {
  item-sheet np-plugin {
    margin-top: 0px;
  }

  .item-sheet-buttons {
    display: none !important;
  }

  .item-sheet-container {
    margin: 0px !important;
    padding: 0px !important;
  }

  .print-container,
  .print-container *,
  .print-container *::first-letter {
    color: #01529c !important;
  }

  .print-container .item-info .item-title span,
  .print-container .item-data-list>div>span:last-child,
  .print-container .item-info .item-title span::first-letter,
  .print-container .item-data-list>div>span:last-child::first-letter {
    color: #ef843b !important;
  }
}

worksheet checklist .editValue {
  display: none !important;
}

worksheet .main-grid[data-status="WS2"] checklist .editValue {
  display: flex !important;
}

worksheet .main-grid[data-status="WS2"] checklist .editValue input {
  text-align: right;
}

.mdl-switch.is-checked .mdl-switch__track {
  background: #b8dea6;
}

.mdl-switch.is-checked .mdl-switch__thumb,
.mdl-switch__ripple-container .mdl-ripple {
  background: #44b60d;
}

.brand-info>div:last-child>div:first-child,
.tire-description>div:last-child>p>strong:first-child,
.tire-description>div:last-child>p>b:first-child {
  font-size: 18px;
}

document-header {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

document-header .document-info>div>div:first-child {
  margin-bottom: 0px !important;
}

@media only print {
  document-header .document-info .mdl-cell--2-4-col {
    width: auto !important;
    margin-right: 20px !important;
  }

  document-header .plateInfo {
    position: absolute;
    right: 0px;
    top: 10px;
    text-align: right;
    text-transform: capitalize;
  }

  document-header .plateInfo>div {
    display: flex;
  }

  document-header .plateInfo>div>nptext {
    flex: 1;
    font-weight: bold;
    text-transform: uppercase;
  }

  document-header .plateInfo>div>span {
    width: 80px;
    font-weight: bold;
  }

  document-overview {
    page-break-after: unset !important;
  }
}

item-sheet-template-1 thead .oblique {
  -ms-transform: translateY(-1px);
  /* IE 9 */
  -webkit-transform: translateY(-1px);
  /* Safari */
  transform: translateY(-1px);
}

item-sheet-template-1 tfoot .oblique {
  -ms-transform: translateY(1px);
  /* IE 9 */
  -webkit-transform: translateY(1px);
  /* Safari */
  transform: translateY(1px);
}

.npGridButtonsCell {
  display: flex;
}

.npGridButtonsCell .fleft {
  margin-left: 3px;
}

.k-button.btn-stop.k-primary {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
  min-width: 61px;
}

.k-button.btn-stop.k-primary:hover {
  background-color: #e9b006 !important;
  border-color: #e9b006 !important;
}

.k-button.resetSemaphore.k-primary {
  background-color: #07bbff !important;
  border-color: #07bbff !important;
  min-width: 61px;
}

.k-button.resetSemaphore.k-primary:hover {
  background-color: #05abe9 !important;
  border-color: #05abe9 !important;
}

document-completed .striked {
  text-decoration: line-through;
  font-size: 16px !important;
  margin-right: 20px;
  color: #F00;
}

.tire-row .tire-row-image {
  margin-top: -23px;
}

.editablePrice {
  display: inline-flex;
  align-items: center;
}

.editablePrice input {
  font-size: 14px;
  font-weight: bold;
  max-width: 50px;
  text-align: right;
  margin-right: 4px;
  font-style: italic;
}

.tire-row td {
  border-bottom-color: #f5f5f5 !important;
}

.isPromo {
  color: #F00;
}

.discounted {
  float: right;
  padding-right: 10px;
}

plugin-document-details-automotive .mdl-stepper,
plugin-document-details-automotive .mdl-stepper li:nth-child(2) {
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
}

checklist .checklistRowContent>span:last-child>span:nth-child(2) {
  padding-left: 10px;
}

.hiddenObject {
  visibility: hidden;
}

.deleteAppointmentFromDay>span {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #F00;
  padding: 4px 16px;
  color: #FFF;
}

spider .btn-stop {
  display: none;
}

subject-side-dashboard .mdl-progress {
  top: 10px !important;
}

.dashboardError {
  padding-top: 20px;
}

.tire_hotel .card-title--additional-info {
  font-weight: 600;
  margin-right: 20%;
}

/*Questa istruzione è necessaria altrimenti, in caso di appuntamento di 10 minuti (con altezza preset molto ridotta), il cursor non risulta mai sopra il presetApp e quindi l'evento click non viene mai scatenato*/
.periodApp:hover .presetApp,
.agenda-column:hover .presetApp {
  min-height: 10px;
}

.btn-dataconnector-schedule {
  position: absolute;
  right: 160px;
  padding: 2px 8px !important;
}

.btn-dataconnector-spider {
  position: absolute;
  right: 20px;
  top: 10px;
  padding: 2px 8px !important;
}

.btn-dataconnector-schedule i,
.btn-dataconnector-spider i {
  margin-right: 4px;
}

app-settings .btn-save {
  float: none !important;
  margin: 5px 0px;
}

.periodTd {
  vertical-align: top;
}

custom-filter-maskedtextbox>div {
  display: flex;
  width: 100%;
}

custom-filter-maskedtextbox .textBoxFilterContainer>div {
  display: flex;
}

custom-filter-maskedtextbox>div>div:first-child {
  flex: 1;
}

custom-filter-maskedtextbox>div>div.filterOperatorsSelector {
  position: relative;
}

custom-filter-maskedtextbox>div>div.filterOperatorsSelector>div.selectedOperator {
  width: 32px;
  text-align: center;
  margin-left: 1px;
  border-radius: 2px;
  background: #FFFFFF33;
  cursor: pointer;
  cursor: hand;
}

custom-filter-maskedtextbox>div>div.filterOperatorsSelector>div.selectedOperator:hover,
custom-filter-maskedtextbox>div>div.filterOperatorsSelector>div.selectedOperator:focus,
custom-filter-maskedtextbox>div>div.filterOperatorsSelector>div.selectedOperator:active {
  background: #FFFFFF55;
}

custom-filter-maskedtextbox>div>div.filterOperatorsSelector>div.selectedOperator * {
  line-height: 30px;
}

custom-filter-maskedtextbox>div>div.filterOperatorsSelector>div.operatorList {
  display: none;
  position: absolute;
  z-index: 9;
  top: 30px;
  left: 0px;
  width: 150px;
  background: #000000CC;
}

custom-filter-maskedtextbox>div>div.filterOperatorsSelector:hover>div.operatorList {
  display: block;
}

custom-filter-maskedtextbox>div>div.filterOperatorsSelector:hover>div.operatorList>div {
  padding: 8px;
  display: flex;
}

custom-filter-maskedtextbox>div>div.filterOperatorsSelector:hover>div.operatorList>div:nth-child(even) {
  background: #FFFFFF11;
}

custom-filter-maskedtextbox>div>div.filterOperatorsSelector:hover>div.operatorList>div:hover {
  background: #FFFFFF33;
  cursor: pointer;
  cursor: hand;
}

custom-filter-maskedtextbox>div>div.filterOperatorsSelector:hover>div.operatorList>div>span:first-child {
  width: 24px;
  text-align: center;
  color: #FF0;
}

custom-filter-maskedtextbox>div>div.filterOperatorsSelector:hover>div.operatorList>div.selected {
  color: #FF0;
}

custom-filter-maskedtextbox>div>div.filterOperatorsSelector:hover>div.operatorList>div>span:last-child {
  flex: 1;
}

.k-grid-aria-root {
  overflow: visible !important;
}

app-settings {
  display: flex;
  flex-direction: column;
}

app-settings json-editor,
app-settings json-editor>div {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.jsoneditor.jsoneditor-mode-code {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.jsoneditor.jsoneditor-mode-code .jsoneditor-outer,
.jsoneditor.jsoneditor-mode-code .jsoneditor-outer>div {
  flex: 1;
  display: flex;
  flex-direction: column;
}

np-grid dl {
  display: flex;
  flex-wrap: wrap;
}

np-grid dl dt {
  width: 33%;
}

np-grid dl dd {
  margin-left: auto;
  width: 66%;
}

.agenda-hour-preview {
  display: none;
  position: absolute;
  right: 0px;
  top: -15px;
  background: #ffc106;
  color: #000;
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
  padding: 2px 5px;
}

.presetApp .agenda-hour-preview,
.dragging .agenda-hour-preview {
  display: block;
}

.sameGroupTire td {
  -ms-transform: translateY(-20px);
  /* IE 9 */
  -webkit-transform: translateY(-20px);
  /* Safari */
  transform: translateY(-20px);
}

.sameGroupTire td .mdl-radio,
document-overview-new .sameGroupTire .price-cell>div {
  display: none;
}

.details-fields>div {
  padding-right: 20px;
}

.details-fields>div.fullWidth,
.details-fields>div.fullWidth>div>field,
.details-fields>div.fullWidth>div>field>div>*,
.details-fields>div.fullWidth>div>field>div>* .mdl-textfield {
  width: 100% !important;
  display: block;
  box-sizing: border-box;
}

task-editor .fieldRow {
  margin-bottom: 20px;
}

task-editor .fieldRow select {
  border-bottom: 0px;
  background: #00000011;
  color: #000;
}

.dueDateRow>div:first-child>label,
.taskDateRow>label{
  display: block;
}

.verified .mdl-textfield:before {
  content: '\e118';
  position: absolute;
  top: 23px;
  right: 0px;
  color: #96c120;
  font-family: WebComponentsIcons;
  font-weight: 800;
  font-size: 18px;
}

.lastCartsGrid {
  min-height: auto;
}

.lastCartsGrid .k-grid-content {
  overflow: visible;
}

.lastCartsGrid .npGridContainer {
  margin-bottom: 0px;
}

.lastCartsGrid .k-grid-header {
  padding-right: 0px !important;
}

.dashboardChartContainer {
  position: relative;
}

.chartTypeButtons {
  position: absolute;
  z-index: 9;
  top: 10px;
  right: 20px;
}

.chartTypeButtons button.k-state-active,
.chartTypeButtons button.k-state-active:focus,
.chartTypeButtons button:active,
.chartTypeButtons button.k-state-active:hover,
.chartTypeButtons button:active:hover {
  background-color: #ffc107 !important;
  color: #000 !important;
}

#operator {
  min-width: 700px;
}

.mdl-ripple {
  background: transparent;
  opacity: 0.000001;
}

np-image-box>div.container {
  cursor: pointer;
  cursor: hand;
}

.npGridButtonsCell button>i {
  display: none;
}

@media screen and (max-width:1024px) {
  .npGridButtonsCell button>nptext {
    display: none;
  }

  .npGridButtonsCell button>i {
    display: block !important;
  }
}

.taskSubCategory {
  margin-top: 10px;
}

entity-details :not(.document-tools) button.btn-back {
  float: right !important;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

entity-details :not(.document-tools) button.btn-back:hover,
entity-details :not(.document-tools) button.btn-back:focus,
entity-details :not(.document-tools) button.btn-back:active {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
  background-color: #00000011;
}

password-manager-details #fields-management ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

password-manager-details #fields-management ul li>div>div {
  width: 100%;
}

kendo-dialog password-manager-details>div {
  padding: 0px 20px;
  box-sizing: border-box;
}

password-manager-details kendo-dialog>div>div>div {
  padding: 20px 20px;
  box-sizing: border-box;
}

qr-code>canvas,
qr-code>img {
  display: none !important;
}

.headerNotification.important * {
  font-size: 18px !important;
  line-height: 24px;
}

@media only screen and (max-width: 1023px) {
  .mdl-layout-title {
    width: auto;
  }

  .mdl-layout__header-row {
    padding-right: 0px !important;
  }
}

input[type='text']#search::-webkit-input-placeholder {
  /* Edge */
  color: #FFFFFFAA !important;
}

.giftCol .x_mark {
  color: #00000033 !important;
}

.dayVisualMode .appsContainer>div.appList>ul>li>div>span.note,
.dayVisualMode .appsContainer>div.appList>ul>li>div>span.OrderSummary,
.dayVisualMode .appsContainer>div.appList>ul>li>div>span.InHotelDetails {
  display: flex !important;
  width: calc(100% - 170px) !important;
  padding-left: 100px;
}

.dayVisualMode .appsContainer>div.appList>ul>li>div>span.InHotelDetails {
  display: none !important;
}

.closeWorksheetButtonArea {
  display: flex;
  align-items: center;
}

.hidePricesContainer {
  margin-right: 20px;
}

@media print {
  .dayVisualMode .appsContainer>div.appList>ul>li>div>span.customerName {
    width: calc(100% - 200px);
  }

  .dayVisualMode .appsContainer>div.appList>ul>li>div>span.day {
    margin-top: -4px;
    margin-bottom: 4px;
  }

  .dayVisualMode .appsContainer>div.appList>ul>li>div>span.note,
  .dayVisualMode .appsContainer>div.appList>ul>li>div>span.OrderSummary {
    display: flex !important;
    width: 100% !important;
    padding-left: 100px;
  }

  .dayVisualMode .appsContainer>div.appList>ul>li>div>span.OrderSummary {
    margin-bottom: 15px;
  }

  .dayVisualMode .appList ul li>div>span.OrderSummary>span:last-child>div {
    text-overflow: unset;
    overflow: visible;
    white-space: unset;
  }

  .deleteAppointmentFromDay {
    display: none;
  }

  .TireAnalysisType {
    display: none;
  }

  plugin-agenda-worksheet-automotive>div>div>div {
    float: none !important;
    display: inline-block;
  }

  .checklist_table .mdl-textfield,
  .checklist_table kendo-datepicker {
    border-bottom: 2px solid #000 !important;
  }

  .manual_input .check_buttons>div input[type="checkbox"]+label>i.material-icons,
  .manual_input .check_buttons>div input[type="radio"]+label>i.material-icons {
    border-top: 1px solid #000;
  }

  .manual_input .check_buttons>div input[type="radio"]+label>i.material-icons:after, .manual_input>div input[type="checkbox"]+label>i.material-icons:after, .manual_input .mdl-checkbox__box-outline {
    border-width: 2px !important;
  }

  .progressBar {
    display: none;
  }

  .OrderSummary>span:nth-child(1)>nptext {
    display: none;
  }

  .OrderSummary>span:nth-child(1):after {
    content: 'Gomme acquistate: ';
    font-weight: bold;
    margin-right: 4px;
  }

  .OrderSummary>span:nth-child(2)>div>span {
    display: none;
  }

  plugin-agenda-worksheet-automotive .hidePrices .price {
    display: none;
  }

  print-input .mdl-textfield .mdl-textfield__label {
    top: 0px;
  }
}

document-details entity-details .btn-back {
  display: none;
}

.accordion.is-active .arrayWidgetWithLeftMenu {
  display: flex !important;
}

.arrayWidgetWithLeftMenu>.arrayWidgetLeftMenu {
  width: 200px;
}

.arrayWidgetWithLeftMenu>.arrayWidgetLeftMenu>div {
  background: #accae6;
  border-bottom: 1px solid #FFF;
  padding: 0px 5px;
  cursor: pointer;
  cursor: hand;
  display: none;
}

.arrayWidgetWithLeftMenu>.arrayWidgetLeftMenu>div.enabled {
  display: flex;
  align-items: center;
}

.arrayWidgetWithLeftMenu>.arrayWidgetLeftMenu>div:hover,
.arrayWidgetWithLeftMenu>.arrayWidgetLeftMenu>div:focus,
.arrayWidgetWithLeftMenu>.arrayWidgetLeftMenu>div:active {
  background: #98b6d3;
}

.arrayWidgetWithLeftMenu>.arrayWidgetLeftMenu>div.active {
  background: #054686;
  color: #FFF;
}

.arrayWidgetWithLeftMenu>.arrayWidgetLeftMenu>div>span:first-child {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.arrayWidgetWithLeftMenu>.arrayWidgetLeftMenu>div>span.remove i {
  font-size: 18px;
  line-height: 24px;
}

.arrayWidgetWithLeftMenu>div:last-child {
  padding: 0px 20px;
  flex: 1;
}

.arrayWidgetWithLeftMenu>div:last-child>sf-form-element>div>sf-widget-chooser>sf-form-object>fieldset>div:not(.active) {
  display: none;
}

.accordionIcon {
  position: absolute;
  right: 110px;
  top: 0px;
  display: flex;
  align-items: center;
}

.accordionIcon>span * {
  display: inline-block;
  margin-left: 5px;
  line-height: 31px;
  cursor: default;
}

.chartsContainer {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 10px;
}

.chartsContainer>div {
  width: 50%;
  box-sizing: border-box;
}

app-plugin-base .chartsContainer>div {
  width: 100%;
}

.chartsContainer>div.charts-col-4 {
  width: 33.3%;
}

.chartsContainer>div.charts-col-3 {
  width: 25%;
}

.chartsContainer>div:not(.charts-col-4):nth-child(odd):not(.chartFullWidth),
.chartsContainer>div:not(.charts-col-3):nth-child(odd):not(.chartFullWidth) {
  padding-right: 5px;
}

.chartsContainer>div:not(.charts-col-4):nth-child(even),
.chartsContainer>div:not(.charts-col-3):not(:first-child) {
  padding-left: 5px;
}

.chartsContainer>div.charts-col-4:nth-child(2),
.chartsContainer>div.charts-col-3:nth-child(2),
.chartsContainer>div.charts-col-3:nth-child(3) {
  padding: 0px 5px;
}

@media screen and (max-width:767px) {
  .chartsContainer>div {
    width: 100% !important;
    padding: 0px !important;
  }
}

.perc {
  display: block;
  color: #FFF;
  padding: 4px 5px;
}

kendo-buttongroup .perc {
  font-size: 13px;
  margin: -2px -7px 0px -9px;
  overflow: hidden;
}

.subject-plate-combobox-option .subjectPlate {
  font-weight: bold;
  color: #033f77;
}

.tireHeader {
  min-height: 30px;
  position: relative;
}

.tireHeader .qty {
  position: absolute;
  top: 36px;
  left: 22px;
}

@media print {
  .tireHeader .qty {
    position: static;
    margin: 22px;
    margin-bottom: 0px;
  }
}

.tabs>.mdl-tabs__tab-bar a {
  cursor: pointer;
  cursor: hand;
}

.tabs>.mdl-tabs__tab-bar a.active {
  border-bottom: 2px solid #ffc108;
}

#vehicle-history .JSONObject {
  list-style-type: disc !important;
  margin: 0px 0px 0px 18px;
}

#vehicle-history .JSONObject li:not(:last-child):after {
  display: none;
}

#vehicle-history .JSONObject li>span:first-child {
  display: none;
}

#vehicle-history .JSONObject li {
  line-height: 16px;
  width: 100%;
}

worksheet .isFreezed {
  position: relative;
}

worksheet .isFreezed:before {
  content: '';
  background: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
}

worksheet .isFreezed .delete,
worksheet .isFreezed .midpageActions button,
worksheet .isFreezed .buttonsList {
  display: none;
}

worksheet .isFreezed .btn-clear-fields {
  visibility: hidden;
}

.gridAdvSearchPanel .range {
  display: flex;
}

.gridAdvSearchPanel .range>div:first-child {
  margin-right: 10px;
}

.gridAdvSearchPanel .range>div {
  min-width: 100px;
}

.cartRowType>button {
  margin: 0px !important;
}

.cartRowType>button:nth-child(1).k-state-active,
.cartRowType>button:nth-child(1):hover.k-state-active,
.cartRowType>button:nth-child(1):active,
.cartRowType>button:nth-child(1):active.k-state-active {
  background: #2e87b5 !important;
}

.cartRowType>button:nth-child(2).k-state-active,
.cartRowType>button:nth-child(2):hover.k-state-active,
.cartRowType>button:nth-child(2):active,
.cartRowType>button:nth-child(2):active.k-state-active {
  background: #2eb547 !important;
}

.cartRowType>button:nth-child(3).k-state-active,
.cartRowType>button:nth-child(3):hover.k-state-active,
.cartRowType>button:nth-child(3):active,
.cartRowType>button:nth-child(3):active.k-state-active {
  background: #f19540 !important;
}

cart-grid-default .k-grid-content {
  height: auto !important;
}

.cartButtonsCell {
  overflow: visible !important;
}

.cartButtons {
  display: flex;
}

.cartButtons .npTooltip>span {
  z-index: 9999999999999;
}

cart-grid-default .k-grid-content.k-virtual-content {
  overflow: visible !important;
  height: auto !important;
}

cart-grid-default .k-grid-header {
  padding-right: 0px !important;
  margin-right: -1px;
}

cart-grid-default .k-grid-footer-wrap {
  position: static;
}

.tooltipLink {
  padding: 5px;
  font-size: 12px;
  border-radius: 3px;
}

.tooltipLink:hover,
.tooltipLink:focus,
.tooltipLink:active {
  background: #00000033;
  cursor: pointer;
  cursor: hand;
}

cart-grid-default .isDescRow>td:not(.itemDescription):not(.cartButtonsCell) {
  display: none;
}

cart-grid-default .isDescRow>td.itemDescription input[type="text"] {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  border: 1px solid #00000022;
}

cart-grid-default .isDescRow>td.itemDescription input[type="text"]::-webkit-input-placeholder {
  color: #00000033;
}

cart-grid-default .isDescRow>td.itemDescription input[type="text"]::-ms-input-placeholder {
  color: #00000033;
}

cart-grid-default .isDescRow>td.itemDescription input[type="text"]::placeholder {
  color: #00000033;
}

cart-grid-default .npTooltip .descRow+span * {
  white-space: nowrap;
}

cart-grid-default .cartRowType * {
  font-size: 12px;
}

.fastNotesEnabled>div.mdl-textfield>.mdl-textfield__label {
  color: #04529c;
  font-size: 12px;
  top: 4px !important;
  left: 0px !important;
  visibility: visible;
}

payment-schedule .k-grid-footer-wrap td {
  text-align: right !important;
}

.k-grid td.rowTypeCol {
  text-overflow: unset;
}

.mdl-textfield__label {
  top: 4px;
  color: #04529c !important;
  font-size: 12px;
}

.kmPerYearPopup,
.kmPerYearPopup .k-window {
  height: 200px !important;
}

.kmPerYearPopup .k-window .k-dialog-content {
  padding: 10px 30px;
}

.deleteSubject {
  position: absolute;
  bottom: 25px;
  right: 25px;
  display: flex;
  align-items: center;
  color: #F00;
}

.paymentTypeDetail {
  display: block;
  margin-top: 10px !important;
}

.paymentTypeDetail button {
  border: 0px;
}

.paymentTypeDetail button:active,
.paymentTypeDetail button.k-state-active {
  background: #0606065e !important;
}

.cash-sheet {
  display: flex;
}

.cash-sheet-container {
  flex: 1;
  margin-right: 20px;
}

.cash-sheet-grid {
  margin-top: 10px;
  background: #FFF;
  border: 1px solid #CCC;
}

.cash-sheet-grid table {
  position: relative;
}

.cash-sheet-grid table thead th {
  position: sticky;
  top: -20px;
}

.cash-sheet-grid table td,
.cash-sheet-grid table th {
  font-size: 11px;
  line-height: 12px;
}

.cash-sheet-grid table thead th,
.cash-sheet-grid table tfoot td {
  background: #04529c;
  color: #FFF;
  font-weight: normal;
}

.cash-sheet-grid table td>span,
.cash-sheet-grid table th>span {
  display: block;
  padding: 5px;
}

.cash-sheet-grid table td:nth-child(n+4) {
  width: 50px;
  text-align: right;
}

.cash-sheet-grid table tbody tr:nth-child(even) {
  background: #f5f5f5;
}

.cash-sheet-grid table th:nth-child(2),
.cash-sheet-grid table th:nth-child(3) {
  text-align: left;
}

.cash-sheet-grid table td:first-child {
  text-align: center;
}

.cash-sheet-grid table td:last-child {
  text-align: center;
}

.cash-sheet-grid table tbody tr.manuallyCreated td:first-child {
  border-left: 3px solid #0aa718;
  border-right: 3px solid transparent;
}

.ptd {
  text-align: center;
}

.ptd_CON {
  background: #9fea8e !important;
}

tr:nth-child(even) .ptd_CON {
  background: #92d683 !important;
}

.ptd_POS {

  background: #ffb0b0 !important;
}


tr:nth-child(even) .ptd_POS {
  background: #e69f9f !important;
}

.ptd_CRD {
  background: #ffe07f !important;

}


tr:nth-child(even) .ptd_CRD {
  background: #e6ca73 !important;
}

.ptd_BON {
  background: #7fbcff !important;





}

tr:nth-child(even) .ptd_BON {
  background: #73abe7 !important;
}

.cash-sheet-totals {
  display: flex;
  margin-top: 20px;
}

.cash-sheet-totals>div {
  width: 100%;


}

.cash-sheet-totals>div.grandTotal {



  text-align: right;
}

.cash-sheet-totals>div:not(.grandTotal)>div {
  width: 80%;
  background: #FFF;
}

.cash-sheet-totals>div>div>div {
  display: flex;
  padding: 4px;
}

.cash-sheet-totals>div>div>div:nth-child(even) {
  background: #00000011;
}

.cash-sheet-totals>div>div>div>span:first-child {
  font-weight: bold;
}

.cash-sheet-totals>div>div>div>span:first-child>span:last-child {



  margin-left: 4px;
}

.cash-sheet-totals>div>div>div>span:last-child {
  flex: 1;
  text-align: right;
}

.cash-sheet-totals>div.grandTotal {
  font-size: 18px;
  color: #1bbd0b;
  font-weight: bold;
}

.cash-sheet-grid table input,
.cash-sheet-grid table select {
  width: 100%;
  min-width: auto;
  font-size: 11px;
  height: 22px;
  box-sizing: border-box;
  color: #222;
}

.cash-sheet-grid table tbody td>span {
  position: relative;

}

.cash-sheet-grid .deleteCashSheetRow {
  position: absolute;
  top: 0px;
  right: -24px;
  bottom: 0px;
  background: #F00;
  align-items: center;
  display: none;
  cursor: pointer;
  cursor: hand;
  color: #FFF;
}

.cash-sheet-grid .deleteCashSheetRow i {
  font-size: 18px;
  width: 24px;
}

.cash-sheet-grid tr:hover .deleteCashSheetRow {
  display: flex;

}

.cash-sheet-grid tr:hover .deleteCashSheetRow:hover {
  background: #ea0000;

}

.cash-sheet-grid table input[type=number] {
  text-align: right;

}

.cash-sheet-grid table tbody td:nth-child(3) {
  white-space: nowrap;
  text-align: left;
}

.cash-sheet-grid table tfoot .newRow td {
  background: #0aa718;
  padding: 0px;
  text-align: center;
}

.cash-sheet-grid table tfoot .newRow td:nth-child(2) {
  text-align: left;
}

.cash-sheet-grid table tfoot .newRow:nth-child(4) td {
  padding: 0px 1px;

}

.cash-sheet-grid table tfoot .newRow:nth-child(4) td input[disabled] {
  opacity: 0.2;


}

.cash-sheet-grid table tfoot .newRow:nth-child(4) td select {
  background: #FFF;
  color: #000;
  font-size: 11px;
  height: 22px;
}

.cash-sheet-grid table tfoot .newRow:nth-child(2) td {
  border-top: 5px solid #FFF;
  padding: 10px 10px 5px 10px;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
}

.cash-sheet-grid table tfoot .newRow:last-child td[colspan] {
  padding: 5px;

}

.cash-sheet-grid table tfoot .newRow td[colspan] button {
  background: #00000033 !important;
  display: block;
  width: 100%;
}

.CashSheetNotYetCreated td {
  padding: 20px;
  font-style: italic;
}

.printCashSheet {
  float: right;

}

@media only print {

  .cash-sheet .calendar,
  .cash-sheet-grid table tfoot .newRow {
    display: none;
  }

  .cash-sheet-grid table {
    border-left: 1px solid #777;
    border-top: 1px solid #777;
    width: 100%;
  }

  .cash-sheet-grid table th,
  .cash-sheet-grid table td {
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
  }

  .cash-sheet-grid table th {
    border-bottom: 2px solid #000;
  }

  .cash-sheet-grid table tfoot td {
    border-top: 2px solid #000;
  }

  .cash-sheet-grid {
    border: 0px;
  }

  .cashSheetHeaderPrint {
    display: flex;
    align-items: flex-end;
  }

  .cashSheetHeaderPrint>div:nth-child(2) {
    font-size: 18px;
    border: 1px solid;
    padding: 5px 20px;
  }

  .cashSheetHeaderPrint>div h1 {
    margin-bottom: 0px;
  }

  .cashSheetHeaderPrint>div:not(:last-child) {
    margin-right: 100px;
  }

  .cashSheetHeaderPrint img {
    height: 50px;
  }

  .cash-sheet-grid table tbody tr.manuallyCreated td:first-child {
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    border-left: 0px;
  }
}

.priceInputField {
  display: flex;
  width: 120px;
}

.priceInputField input {
  width: 100%;
  padding: 4px 8px;
  border: 1px solid rgba(0, 0, 0, .08);
  line-height: 20px;
  color: #656565;
  background-color: #FFF;
  text-align: right;
  outline: none;
}

.priceInputField input:hover {
  border-color: rgba(0, 0, 0, .15);


}

.priceInputField:after {
  content: '€';
  width: 36px;
  text-align: center;
  background: #f4f4f4;
  border: 1px solid #ebebeb;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 800;
  border-left: 0px;
  line-height: 28px;
}

.serviceAndMechanicsTotals {
  display: flex;
  flex-direction: column;
  background: #16a718;
  color: #FFF;
  font-weight: bold;
  text-align: right;
  margin-top: 30px;
  padding: 10px 20px;
  font-style: italic;
}

.docRowStatus_0 {
  color: #ff7b00;
}

.docRowStatus_1 {
  color: #22af15;
}

.deliveryDateStatus_0 {
  color: #ff7b00;
}

.deliveryDateStatus_1 {
  color: #22af15;
}

.deliveryDateStatus_2 {
  color: #3095e2;
}

.deliveryDateStatus_3 {
  color: #1be408;
}

.deliveryDateStatus_4 {
  color: #ff0000;
}

.ddlItemTemplate {
  display: flex;
  line-height: 14px;
}

.ddlItemTemplate>i {
  margin-right: 4px;
}

.ddlItemTemplate>span {
  margin-top: 6px;
}

.deliveryDateInput input[type="date"] {
  height: 28px;
}

np-grid field-buttonlist button {
  margin: 0px !important;
}

np-grid field-buttonlist button:first-child {
  border-radius: 5px 0px 0px 5px !important;
}

np-grid field-buttonlist button:last-child {
  border-radius: 0px 5px 5px 0px !important;
}

.ProductionStatus button {
  padding: 2px 5px;
}

.ProductionStatus button.k-state-active {
  z-index: unset !important;
}

.ProductionStatus button.k-state-active:nth-child(1) {
  background: #ffb500 !important;
}

.ProductionStatus button.k-state-active:nth-child(2) {
  background: #0d8abf !important;
}

.ProductionStatus button.k-state-active:nth-child(3) {
  background: #dc0b0b !important;
}

.ProductionStatus button.k-state-active:nth-child(4) {
  background: #1b9a08 !important;
}

.k-grid-header .productionStatus_1,
.ProductionStatus button:not(.k-state-active):nth-child(1):hover {
  color: #e8ac17 !important;
}

.k-grid-header .productionStatus_2,
.ProductionStatus button:not(.k-state-active):nth-child(2):hover {
  color: #0d8abf;
}

.k-grid-header .productionStatus_3,
.ProductionStatus button:not(.k-state-active):nth-child(3):hover {
  color: #dc0b0b;
}

.k-grid-header .productionStatus_4,
.ProductionStatus button:not(.k-state-active):nth-child(4):hover {
  color: #1b9a08;
}

production,
production np-grid,
production np-grid>div,
production np-grid>div>div.gridArea,
production np-grid>div>div.gridArea .npGridContainer,
production np-grid>div>div.gridArea kendo-grid {
  height: 100%;
}

production+subject-side-dashboard+version {
  display: none;
}

production np-grid {
  max-height: calc(100% - 110px) !important;
}

production .k-grid-content {
  overflow-x: hidden !important;
  padding-bottom: 60px;
  box-sizing: border-box;
}

.saveAllButton {
  position: fixed;
  z-index: 999999;
  bottom: 30px;
  right: 60px;
}

.saveAllButton button {
  background: #17ac11 !important;
  color: #FFF !important;
}

.inputNeedConfirmation {}

.inputNeedConfirmation kendo-buttongroup {
  display: flex;
}

.inputNeedConfirmation button {
  font-size: 12px;
  padding: 4px 0px;
  flex: 1;
  margin: 0px !important;
}

.inputNeedConfirmation button i {
  font-size: 12px;
}

.inputNeedConfirmation button.k-state-active:nth-child(1) {
  background: #17ac0f !important;
}

.inputNeedConfirmation button.k-state-active:nth-child(2) {
  background: #ffb500 !important;
}

.dataConfirmed input {
  background: #17ac0f;
  color: #FFF;
}

.dataNotConfirmed input {
  background: #ffb500;
  color: #FFF;
}

.saveAllButton button:hover {
  background: #118e0a !important;
}

.saveAllButton .npTooltip:hover>span {
  left: calc(50% - 4px);
  background: #118e0a;
}

.saveAllButton .npTooltip:hover>span:before {
  border-top-color: #118e0a;
  border-bottom-color: #118e0a;
}

.deliveryDateHistory {
  margin-bottom: 5px;
  display: flex;
}

.deliveryDateHistory>span:nth-child(1) {
  white-space: nowrap;
  margin-right: 4px;
}

.deliveryDateHistory>span:nth-child(2) {
  font-weight: bold;
  color: #F00;
}

.instantDataView>i.infoIcon {
  color: #0d8abf;
}

.instantDataView>span {
  width: 400px;
  text-align: left !important;
}

.instantDataView>span ul {
  list-style-type: none;
  padding: 0px;
  margin-left: 20px;
}

.instantDataView>span ul>li {
  display: flex;
  line-height: 16px;
  margin-bottom: 5px;
}

.instantDataView>span ul>li>label {
  font-weight: bold;
  color: #00cbff;
}

.instantDataView>span ul>li>label:after {
  content: ':';
  margin-right: 4px;
}

.instantDataView>span ul>li>span {
  flex: 1;
}

.unselectable .selectableColumn * {
  display: none !important;
}

production {
  padding-top: 40px;
  position: relative;
}

production .productionTitleArea {
  position: relative;
}

.multipleDeliveryDateEdit {
  position: absolute;
  background: #000;
  font-size: 12px;
  color: #FFF;
  bottom: -1px;
  left: 0px;
  width: 0px;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 5px 5px 0px 0px;
  display: none;
}

.multipleDeliveryDateEdit>div {
  display: flex;
  flex-direction: column;
}

.multipleDeliveryDateEdit>div input {
  padding: 3px 5px;
  border: 0px;
}

.multipleDeliveryDateEdit>div button {
  padding: 0px 5px;
  background: #17ac0f;
  color: #FFF;
}

.multipleDeliveryDateEdit>div button:hover,
.multipleDeliveryDateEdit>div button:focus,
.multipleDeliveryDateEdit>div button:active {
  background: #12980b !important;
  color: #FFF;
}

.validatePlateDialogContent {
  padding: 15px 30px;
  box-sizing: border-box;
}

.validatePlateDialogContent>div>span {
  display: block;
  margin-bottom: 10px;
}

.overseeUsersContainer {
  display: flex;
}

.overseeUsersContainer>div {
  flex: 1;
  margin-right: 50px;
}

.overseeUsersContainer>div .overseeUsersTitle {
  background: #00000033;
  line-height: 24px;
  padding: 0px 10px;
  font-weight: bold;
}

.overseeUsersContainer>div:last-child .overseeUsersTitle {
  background: #16a718;
  color: #FFF;
}

subject-details .btn-delete {
  float: right;
  background: #F00 !important;
  color: #FFF !important;
  margin-bottom: 50px;
  margin-top: -40px;
}

@media screen and (max-width:768px) {
  subject-details .btn-delete {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  subject-details .btn-save {
    margin-bottom: 25px;
  }

  .gmaps {
    padding-left: 0px !important;
  }
}

.zone-layout>div.zone-row {
  display: flex;
  margin: 0px 0px;
}

.zone-layout>div.zone-row .zone-layout>div.zone-row {
  margin: 0px;
}

app-plugin {
  display: block;
  padding: 0px 0px;
  margin-bottom: 10px;
  position: relative;
}

header app-plugin {
  margin-bottom: 0px;
  margin-top: 5px;
}

label[for="pluginContentPaddingEnabled"] {
  margin-top: 10px;
}

.zone-layout>div.zone-row app-plugin {
  margin-left: 5px;
  margin-right: 5px;
}

.mdl-menu__item.switchArea {
  display: flex;
}

.mdl-menu__item.switchArea>div {
  margin-left: 10px;
}

.pageIsInEditMode app-plugin:not(.hideTools) {
  background: #00000033;
}

.pageIsInEditMode app-zone app-layout .zone-layout .zone-col {
  border: 2px dashed #00000033;
  padding: 5px;
  margin: 5px;
  position: relative;
  min-height: 50px;
}

.pageIsInEditMode app-zone app-layout .zone-layout .zone-col app-zone-col-config {
  position: absolute;
  top: -2px;
  right: -2px;
  background: #c4c4c4;
  box-shadow: -2px 2px 2px #00000033;
  z-index: 9999;
}

.pageIsInEditMode app-zone app-layout .zone-layout .zone-col app-zone-col-config button {
  margin: 0px;
  padding: 0px;
}

.addNewPluginButton {
  background: #96c120;
  margin: 0px 5px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  cursor: pointer;
  cursor: hand;
  display: flex;
  align-items: center;
  justify-content: center;
}

.addNewPluginButton:hover,
.addNewPluginButton:focus,
.addNewPluginButton:active {
  background: #80a717;
}

.addNewPluginButton>i {
  margin-right: 5px;
}

.zone-col-config .mdl-menu li {
  display: flex;
  align-items: center;
}

.zone-col-config .mdl-menu li i {
  margin-right: 5px;
}

.pluginName {
  display: flex;
  align-items: left;
  justify-content: left;
  flex-direction: column;
  font-style: italic;
  padding: 10px;
}

.pluginButtons {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  align-items: center;
  justify-content: center;
  background: #00000055;
  color: #FFF;
}

app-plugin:hover .pluginButtons {
  display: flex;
  cursor: move;
}

.pluginButtons>div {
  margin: 0px 10px;
  width: 32px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 50px;
  cursor: pointer;
  cursor: hand;
}

.pluginButtons>div:hover,
.pluginButtons>div:focus,
.pluginButtons>div:active {
  background: #00000033;
}

.pluginButtons>div.pluginConfigButton:hover,
.pluginButtons>div.pluginConfigButton:focus,
.pluginButtons>div.pluginConfigButton:active {
  background: #96c120;
}

.pluginButtons>div.pluginDeleteButton:hover,
.pluginButtons>div.pluginDeleteButton:focus,
.pluginButtons>div.pluginDeleteButton:active {
  background: #F00;
}

.pluginButtons>div i {
  line-height: 32px;
  cursor: pointer;
  cursor: hand;
}

app-layout .cdk-drop-list {
  display: flex;
  flex-direction: column;
}

app-layout .cdk-drop-list>* {
  order: 1;
}

app-layout .cdk-drop-list>.addNewPluginButton {
  order: 2;
}

.savePageChangesButton {
  position: fixed;
  bottom: 20px;
  right: 40px;
  z-index: 9999999;
}

.savePageChangesButton .mdl-button,
.savePageChangesButton .mdl-button:hover,
.savePageChangesButton .mdl-button:focus,
.savePageChangesButton .mdl-button:active {
  background: #1ea708;
  color: #FFF !important;
  box-shadow: 0px 0px 10px #000000;
}

.savePageChangesButton:hover .mdl-button {
  width: auto;
  padding: 0px 20px 0px 50px;
  border-radius: 28px;
}

.savePageChangesButton:hover .mdl-button .material-icons {
  left: 30px;
}

.savePageChangesButton:hover .mdl-button:after {
  content: 'Salva';
  font-size: 24px;
  font-weight: 300;
}

.hiddenPlugins {
  background: #00000011;
  color: #00000077;
  margin: 5px;
  padding: 5px;
  text-align: center;
  border: 1px dashed #00000033;
}

.cdk-drag.dragHandle.right {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 100%;
  width: 2px;
  background: #F00;
  cursor: col-resize;
}

.dragHandle.left,
.dragHandle.right {
  position: absolute;
  top: -2px;
  bottom: -2px;
  right: -7px;
  border: 1px solid #00000033;
  width: 8px;
  opacity: 0;
}

.dragHandle.left {
  right: auto;
  left: -7px;
}

.dragHandle.left:hover,
.dragHandle.right:hover {
  background: #c4c4c4;
  opacity: 1;
  cursor: pointer;
  cursor: hand;
}

.dragHandle.left i,
.dragHandle.right i {
  position: absolute;
  top: calc(50%);
  line-height: 0px;
}

.dragHandle.left i {
  left: -8px;
}

.dragHandle.right i {
  right: -8px;
}

.zone-col {
  box-sizing: border-box;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.zone-col:not([class*="grid-cols-"]) {
  width: 100%;
}

.grid-cols-1 {
  width: 8.3333333%;
}

.grid-cols-2 {
  width: 16.666666%;
}

.grid-cols-3 {
  width: 25%;
}

.grid-cols-4 {
  width: 33.333333%;
}

.grid-cols-5 {
  width: 41.666666%;
}

.grid-cols-6 {
  width: 50%;
}

.grid-cols-7 {
  width: 58.333333%;
}

.grid-cols-8 {
  width: 66.666666%;
}

.grid-cols-9 {
  width: 75%;
}

.grid-cols-10 {
  width: 83.333333%;
}

.grid-cols-11 {
  width: 91.666666%;
}

.grid-cols-12 {
  width: 100%;
}

.grid-cols-tot-5 {
  width: 20%;
}

.grid-cols-tot-7 {
  width: 14.285714%;
}

.grid-cols-tot-8 {
  width: 12.5%;
}

.grid-cols-tot-9 {
  width: 11.111111%;
}

.grid-cols-tot-10 {
  width: 10%;
}

.grid-cols-tot-11 {
  width: 9.090909%;
}

.pluginConfig {
  padding: 0px 15px;
}

.configFields {
  display: flex;
  flex-wrap: wrap;
}

.configFields>div:first-child {
  width: 100%;
}

.configFields>div {
  margin-bottom: 10px;
  width: 25%;
}

.allCheckboxes {
  color: #1bb914;
  display: flex;
  align-items: flex-start;
  font-weight: bold;
}

.allCheckboxes .material-icons {
  font-size: 18px;
  margin-right: 2px;
}

app-plugin-config-preview {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

app-plugin-config-preview>.pluginName {
  flex: 1;
  justify-content: left;
  padding-right: 10px;
}

app-plugin-config-preview>div.pluginPreviewFilters {
  flex: 1;
  text-align: right;
  font-size: 12px;
  line-height: 14px;
  margin-right: 25px;
  color: #00000055;
}

app-plugin-config-preview>div[configpreviewcontent] {
  flex-basis: 100%;
  padding: 5px 10px 0px 10px;
  font-size: 12px;
  border-top: 1px solid #00000033;
}

subject-details .kmYear {
  position: absolute;
  bottom: 150px;
  left: 43%;
  border: 2px solid #F00;
  padding: 10px;
}

worksheet subject-details .kmYear {
  color: #F00;
  left: 35%;
  position: absolute;
  bottom: 130px;
}

subject-details .kmYear input {
  border: 0px;
  border-bottom: 1px solid #CCC;
  padding: 5px 0px;
  outline: none;
}

subject-details .kmYear input:focus {
  border-color: #ffc107;
}

.pluginConfigBoxContainer {
  display: flex;
  margin: 0px -5px;
}

.pluginConfigBox {
  border: 1px solid #00000033;
  padding: 10px;
  position: relative;
  width: 33.3%;
  margin: 0px 5px;
}

.pluginConfigBoxTitle {
  background: #186bb9;
  color: #FFF;
  margin: -10px;
  line-height: 24px;
  margin-bottom: 10px;
  display: flex;
  padding: 5px 10px;
  align-items: center;
}

.pluginConfigBoxContainer .colors {
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px solid #00000011;
}

.pluginConfigBoxContainer .colors>div {
  display: flex;
  align-items: center;
}

.pluginConfigBoxContainer .colors>div:first-child {
  margin-bottom: 5px;
}

.pluginConfigBoxContainer .colors>div>div {
  WIDTH: 150PX;
  padding-right: 5px;
}

.pluginTitle,
.pluginContent {
  box-sizing: border-box;
  padding: 5px 10px;
}

.pluginTitle {
  text-align: center;
  font-size: 24px;
  font-weight: 200;
  margin-top: 30px;
}

.tireMeasureCombos {
  display: flex;
}

.np-tab {
  display: flex;
  flex-direction: column;
}

.np-tabs {
  display: flex;
  margin-bottom: 15px;
}

.np-tabs>div {
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 10px;
  cursor: pointer;
  cursor: hand;
  position: relative;
}

.np-tabs>div.active {
  color: #000;
}

.np-tabs>div.active:after {
  height: 2px;
  width: 100%;
  display: block;
  content: " ";
  bottom: 0;
  left: 0;
  position: absolute;
  background: rgb(255, 193, 7);
  -webkit-animation: border-expand .2s cubic-bezier(.4, 0, .4, 1).01s alternate forwards;
  animation: border-expand .2s cubic-bezier(.4, 0, .4, 1).01s alternate forwards;
  transition: all 1s cubic-bezier(.4, 0, 1, 1);
}

app-carousel-banner-plugin {
  display: block;
  width: 100%;
}

select[name="PriceList"] {
  color: #333;
}

select option.isCustomerPriceList {
  background: #16a718;
  color: #FFF;
}

cart-grid-default .isTaxRow {
  display: none;
}



.cartSummary {
  float: left;
  padding: 10px 20px;
  width: 40%;
  background: #00000011;
  display: block;
}

.cartSummary>div:first-child {
  font-weight: bold;
  text-transform: uppercase;
}

.cartSummary>div,
.cartSummary>div>div {
  display: flex;
  text-transform: uppercase;
}

.cartSummary>div.list {
  flex-direction: column;
}

.cartSummary>div>div:not(:last-child),
.cartSummary>div>div>div:not(:last-child) {
  flex: 1;
}

.cartSummary>div>div:last-child,
.cartSummary>div>div>div:last-child {
  min-width: 30%;
  justify-content: flex-end;
  text-align: right;
  font-weight: bold;
}

.cartSummary>div>div:last-child>div:first-child {
  text-align: left;
  font-weight: normal;
}

.cartSummary>div:last-child {
  font-weight: bold;
  color: #16a718;
  font-size: 18px;
}

.headerSelectedCustomer {
  position: relative;
}

.headerSelectedCustomer .mdl-button:last-child {
  /* margin-right: 10px; */
}

.headerSelectedCustomer .selectedCustomer>div:last-child>div>div>.mdl-button {
  padding-left: 20px;
}

.headerSelectedCustomer>div.chooseCustomer {
  position: absolute;
  top: calc(100% + 8px);
  right: 0px;
  background-color: #FFF;
  padding: 5px 10px;
  color: #000;
  box-shadow: 0px 0px 10px #00000077;
}

.headerSelectedCustomer>div {
  display: flex;
  align-items: center;
}

.headerSelectedCustomer>div.chooseCustomer {
  flex-direction: column;
}

.headerSelectedCustomer>div.chooseCustomer:before {
  content: '';
  position: absolute;
  top: -7px;
  right: 18px;
  width: 15px;
  height: 15px;
  background-color: #FFF;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.headerSelectedCustomer>div.chooseCustomer>button {
  display: flex;
  align-items: center;
  margin: 0px;
  margin-top: 10px;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
}

.headerSelectedCustomer>div.chooseCustomer>button:hover,
.headerSelectedCustomer>div.chooseCustomer>button:active,
.headerSelectedCustomer>div.chooseCustomer>button:focus {
  background: #55b50c;
}

.headerSelectedCustomer>div.chooseCustomer>button:hover {
  cursor: pointer;
}

.headerSelectedCustomer>div.chooseCustomer * {
  color: #333;
}

.headerSelectedCustomer>div.chooseCustomer .k-combobox {
  width: 18em;
}

.headerSelectedCustomer>.NoSelectedCustomer,
.headerSelectedCustomer>.selectedCustomer {
  font-size: 12px;
  line-height: 12px;
  padding-left: 15px;
  border-radius: 5px;
}

.headerSelectedCustomer>.NoSelectedCustomer {
  cursor: pointer;
  cursor: hand;
}

.headerSelectedCustomer>.selectedCustomer {
  text-align: right;
}

.headerSelectedCustomer>.selectedCustomer>div:first-child>div:first-child {
  font-style: italic;
}

.headerSelectedCustomer>.selectedCustomer>div:first-child>div:last-child {
  font-weight: bold !important;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.headerSelectedCustomer>.NoSelectedCustomer:hover,
.headerSelectedCustomer>.NoSelectedCustomer:focus,
.headerSelectedCustomer>.NoSelectedCustomer:active {
  background: #FFFFFF22;
}

.headerSelectedCustomer>.NoSelectedCustomer>label {
  margin-left: 0px;
}

.headerSelectedCustomer>.NoSelectedCustomer>div {
  max-width: 80px;
  text-align: right;
  font-style: italic;
}

.customerReferenceList {
  float: right;
  font-size: 12p;
}

.customerReferenceList .customerReferenceListTitle {
  font-weight: bold;
  color: #0aa718;
}

.customerReferenceList>div:not(.customerReferenceListTitle),
.customerReferenceList>div:not(.customerReferenceListTitle) * {
  font-size: 12px;
  line-height: 26px;
}

.customerReferenceList>div>label:not(.is-checked) {
  color: #AAA;
}

.customerReferenceList>div>label.is-checked {
  color: #0aa718;
}

.customerReferenceList .customerMail {
  color: #0aa718;
  display: flex;
  align-items: center;
}

.customerReferenceList>div {
  margin: 10px 0px;
}

.customerReferenceList>div>label span,
.customerReferenceList .customerMail span {
  display: block;
  line-height: 14px !important;
}

.customerReferenceList .customerMail i {
  width: 32px;
  font-size: 20px;
  text-align: center;
  margin-right: 16px;
}

import-images-ftp col:first-child {
  width: 50% !important;
}

import-images-ftp {
  display: flex;
}

import-images-ftp > * {
  width: 50%;
}

import-images-ftp > *:first-child {
  margin-right: 50px;
}

import-images-ftp > *:last-child {
  text-align: center;
}

import-images-ftp .currentImportMessage,
import-images-ftp .importResult {
  margin-top: 50px;
}

import-images-ftp .importSuccess,
import-images-ftp .importError {
  font-weight: bold;
  color: #0aa718;
}

import-images-ftp .importError {
  color: #F00;
}

import-images-ftp .importResult {
  text-align: left;
}

.agentMail > label {
    display: flex;
    width: 100%;
    white-space: nowrap;
}

.agentMail > label .mdl-checkbox__label > span:first-child {
  display: flex;
}

.agentMail > label .mdl-checkbox__label > span:first-child > span:last-child {
  padding-left: 4px;
}

item-edit .buttonArea {
  float: right;
  margin-top: -8px;
}

item-edit .buttonArea .btn-save {
  margin-top: 0px;
}

item-edit .buttonArea .btn-delete,
item-edit .buttonArea .btn-delete:hover,
item-edit .buttonArea .btn-delete:focus,
item-edit .buttonArea .btn-delete:active {
  background: #C00;
  background: #F00;
  color: #FFF;
}

item-edit-generic-info label[for="notes"] {
  top: 4px !important;
  left: 0px !important;
}

item-edit-generic-info .mdl-textarea {
  width: 100%;
}

item-edit-generic-info .mdl-textarea textarea {
  height: 80px;
}

item-edit-generic-info .np-tabs {
  margin-bottom: 0px;
}

item-edit-generic-info .np-tabs-content {
  border: 1px solid #00000033;
  padding: 5px 15px;
  background: #FFF;
  margin-bottom: 20px;
}

item-edit-generic-info .np-tabs-content>div>div {
  display: block;
  width: 100%;
}

item-edit-generic-info .mdl-switch {
  margin: 5px 20px;
}

item-edit-generic-info .centralArea {
  display: flex;
  width: 100%;
}

item-edit-generic-info .centralArea>div:last-child {
  flex: 1;
}

item-edit-generic-info .centralArea>div:last-child>div {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
}

item-edit-generic-info .centralArea>div:last-child>div>div {
  width: 50%;
  background: #FFF;
  border: 1px solid #00000033;
  padding: 5px 10px;
  display: flex;
  flex-wrap: wrap;
}

item-edit-generic-info label[for="giftable"] {
  margin-top: 12px;
}

item-edit-generic-info .centralArea>div:last-child>div>div>div {
  width: 45%;
}

item-edit-generic-info .centralArea>div:last-child .mdl-textfield {
  margin-bottom: -20px;
}

item-edit-categories>div {
  display: block !important;
  width: 100% !important;
}

item-edit-generic-info>div>div.firtsItemEditLine {
  display: flex !important;
}

item-edit-generic-info>div>div.firtsItemEditLine>div:nth-child(2) {
  flex: 1;
}

item-edit-generic-info .mdl-textfield {
  margin-right: 10px;
}

item-edit-generic-info .tagList .mdl-textfield {
  width: 100%;
}

item-edit-generic-info .mdl-textfield-seq {
  width: 80px;
}

item-edit-generic-info #seq,
item-edit-generic-info #seq+label:after {

  text-align: center;
  background: #00000011;
}

item-edit-generic-info>div>div.firtsItemEditLine>div:last-child {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

item-edit-generic-info .np-tabs>div {
  display: flex;
  align-items: center;
}

item-edit-generic-info .np-tabs>div>img {
  margin-right: 4px;
  height: 14px;
}

.mdl-switch.mdl-switch-right>span.mdl-checkbox__label {
  text-align: right;
  display: block;
  margin-right: 20px;
}

.mdl-switch.mdl-switch-right .mdl-switch__ripple-container {
  left: auto;
  right: -14px;
}

.mdl-switch.mdl-switch-right.is-checked .mdl-switch__ripple-container {
  left: auto;
  right: 2px;
}

.switch-with-label.mdl-switch-right .mdl-switch__track {
  left: auto;
  right: -22px;
}

.switch-with-label.mdl-switch-right .mdl-switch__thumb {
  left: auto !important;
  right: -4px !important;
  transition-property: right;
}

.switch-with-label.mdl-switch-right.is-checked .mdl-switch__thumb {
  left: auto !important;
  right: -22px !important;
}

.customerReferenceList .customerMail>div>span {
  display: flex;
  width: 100%;
  white-space: nowrap;
}


.canChangePrice {
  margin-left: 50px;
}

.cdk-drop-list-dragging .cdk-drag {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.cdk-drag-preview {
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  padding: 4px;
  background: #FFFFFFCC;
}

.cdk-drag-preview:not(.entityMediaGraphic) {
  width: calc(100% - 115px) !important;
}

kendo-upload .k-button,
kendo-upload .k-button:hover {
  background: #196bb9 !important;
  color: #FFF;
}

.np-tabs>div {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.np-tabs.translateMode>div {
  order: 2;
}

.np-tabs.translateMode>div.isTranslateLanguageBase {
  order: 1;
  width: calc(50% - 15px);
}

.np-tabs.translateMode+div.np-tabs-content {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

.np-tabs.translateMode+div.np-tabs-content>div {
  width: 50%;
  order: 2;
}

.np-tabs.translateMode+div.np-tabs-content>div.isTranslateLanguageBase {
  order: 1;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #00000033;
}

carousel.zoom {
  position: fixed;
  width: auto !important;
  height: auto !important;
  top: 64px;
  left: 240px;
  right: 0px;
  bottom: 0px;
  z-index: 9999999999 !important;
  background: #FFF;
}

.drawer-small carousel.zoom {
  left: 60px;
}

carousel.zoom img {
  object-fit: unset !important;
  width: auto !important;
  margin: 0px auto;
  height: auto !important;
  max-height: calc(100% - 50px) !important;
}

carousel.zoom>div,
carousel.zoom>div>div,
carousel.zoom>div>div>div {
  display: flex;
  align-items: center;
}

carousel.zoom .carousel-dots {
  justify-content: center;
}

carousel.zoom .carousel-dots .carousel-dot {
  border-color: #777 !important;
  border-width: 1px !important;
}

carousel.zoom .carousel-dots .carousel-dot-active {
  border-color: #333 !important;
  background-color: #000 !important;
}

.deactivateZoomButton {
  position: fixed;
  top: 90px;
  right: 40px;
  z-index: 9999999999;
  border-radius: 50px;
  box-shadow: 0px 0px 10px #00000033;
  padding: 7px;
  cursor: pointer;
  cursor: hand;
  transition: 0.2s;
}

.deactivateZoomButton:hover,
.deactivateZoomButton:focus,
.deactivateZoomButton:active {
  background: #333;
  box-shadow: 0px 0px 10px #000000;
  color: #FFF;
}

.drawer-small .app-drawer:not(:hover) catmenu>div>ul:last-child {
  display: none;
}

.search-background {
  padding: 0px !important;
  margin: 0px !important;
  background: #FFF;
  box-shadow: 0px 0px 10px #00000033;
  position: fixed;
  top: 64px;
  right: 17px;
  left: 240px;
  z-index: 999999;
  box-sizing: border-box;
}

.drawer-small .search-background {
  left: 60px;
}

.search-background .mdl-textfield {
  padding-top: 0px;
  padding-bottom: 0px;
}

.search-background .mdl-textfield input {
  border: 0px;
  padding: 9px 20px;
  box-sizing: border-box;
}

app-catalog {
  margin: -20px;
  display: block;
  box-sizing: border-box;
}

app-filter {
  display: block;
  height: 36px;
}

app-filter+* {
  display: block;
}

.search-background .appFilterArea {
  display: flex;
}

.search-background .appFilterArea>div:nth-child(1)>div:after {
  height: 2px;
  width: 0px;
  content: " ";
  bottom: 0;
  left: 0;
  position: absolute;
  background: #19b10a;
  transition: 0.3s;
}

.search-background .appFilterArea>div:nth-child(1)>div:hover:after {
  width: 100%;
}

.search-background .appFilterArea>div:nth-child(1) {
  flex: 1;
}

.search-background .appFilterArea>div:nth-child(1)>div {
  width: 100%;
}

.search-background .appFilterArea>div:nth-child(1)>div>i {
  position: absolute;
  top: 6px;
  left: 15px;
  color: #00000077;
}

.search-background .appFilterArea>div:nth-child(1)>div:hover>i {
  color: #19b10a;
}

.search-background .appFilterArea>div:nth-child(1)>div>input {
  padding-left: 40px;
}

.search-background .appFilterArea button {
  box-shadow: none;
  margin: 0px;
  border-radius: 0px;
}

.search-background .appFilterArea button.btn-search {
  background: #19b10a;
}

.search-background .appFilterArea button.btn-search * {
  color: #FFF;
}

.search-background .appFilterArea button.btn-filter {
  background: #0a70b1;
  border-left: 2px solid #FFF;
}

.search-background .appFilterArea button.btn-filter * {
  color: #FFF;
}

.success-dialog-title {
  background: #0a70b1 !important;
}

kendo-dialog .k-switch-handle,
.appFilterArea .k-switch-handle {
  transition: 0.2s;
}

kendo-dialog .k-switch-on .k-switch-handle,
.appFilterArea .k-switch-on .k-switch-handle {
  margin-left: 32px;
}

kendo-dialog .k-switch-on .k-switch-label-on,
.appFilterArea .k-switch-on .k-switch-label-on {
  left: 10px;
  color: #0aa718;
}

kendo-dialog .k-switch-off .k-switch-label-off,
.appFilterArea .k-switch-off .k-switch-label-off {
  margin-left: 8px;
}

kendo-dialog .k-switch-on .k-switch-label-off,
.appFilterArea .k-switch-on .k-switch-label-off {
  display: none;
}

kendo-dialog .k-switch-label-on,
kendo-dialog .k-switch-label-off,
.appFilterArea .k-switch-label-on,
.appFilterArea .k-switch-label-off {
  line-height: 31px !important;
}

app-catalog-list>div>div:last-child>.mdl-grid>div {
  display: flex;
}

app-catalog-item {
  display: flex;
  width: 100%;
}

app-top-cart-box .mdl-badge:after,
app-product-variants button.mdl-button--colored,
subject-details-default button.btn-release,
subject-details-default button.btn-makeorder {
  background-color: #55b50c !important;
  color: #FFF !important;
}

.breadcrumbs {
  display: flex;
  font-size: 12px;
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus,
.breadcrumbs a:active {
  text-decoration: underline;
}

.breadcrumbs>div:not(:last-child):after {
  content: '/';
  margin: 0px 3px;
  text-decoration: none !important;
}

.breadcrumbs>a:hover:after,
.breadcrumbs>a:focus:after,
.breadcrumbs>a:active:after {
  text-decoration: none !important;
}

app-plugin .brandFilters .item-collection-container {
  margin: 0px 15px;
  margin-top: 15px;
}

app-plugin .brandFilters .item-collection-container app-catalog-item .mdl-card__supporting-text {
  /* display: none; */
  transition: 0.2s;
  box-sizing: border-box;
  width: 100%;
}

app-plugin .brandFilters .item-collection-container app-catalog-item:hover .mdl-card__supporting-text {
  -ms-transform: translateY(-50px);
  /* IE 9 */
  -webkit-transform: translateY(-50px);
  /* Safari */
  transform: translateY(-50px);
  z-index: 9;
  background: #00000099 !important;
  color: #FFF !important;
  text-align: center;
}

.customerPriceListDownloadLink {
  margin-right: 0px !important;
  text-align: right;
  max-width: unset !important;
}

.customerPriceListDownloadLink a {
  display: flex;
  float: right;
  align-items: center;
  text-decoration: none;
  color: #FFF;
  background: #0a70b1;
  padding: 8px 5px;
  margin-top: 3px;
  border-radius: 5px;
}

.customerPriceListDownloadLink a span {
  font-size: 12px;
  color: #FFF;
}

.customerPriceListDownloadLink a:hover,
.customerPriceListDownloadLink a:focus,
.customerPriceListDownloadLink a:active {
  background: #2794da;
}

kendo-grid-list i.green {
  color: #67cd67;
}

kendo-grid-list i.gray {
  color: #CCC;
}

kendo-grid-list i.red {
  color: #F00;
}

.advFilters {
  display: flex;
  flex-direction: column;
}

.advFilters>div {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.advFilters>div>div:first-child {
  min-width: 100px;
}

.searchBarFilters,
.searchBarFilters>div {
  display: flex;
  align-items: center;
  background: #f3f3f3;
}

.searchBarFilters>div:not(.labelAlwaysVisible)>div:first-child {
  display: none;
}

.searchBarFilters .k-dropdown-wrap {
  border: 1px solid transparent !important;
  border-right: 1px solid #00000022 !important;
  display: flex;
}

.searchBarFilters>div.labelAlwaysVisible {
  padding: 0px 10px;
}

.searchBarFilters>div.labelAlwaysVisible>div:first-child {
  margin-right: 5px;
}

.searchBarFilters>div>div:last-child>kendo-dropdownlist {
  min-width: 200px !important;
  height: 36px;
}

.searchBarFilters>div>div:last-child>kendo-dropdownlist .k-input {
  line-height: 36px !important;
  height: 36px;
}

.stockExtraInfo>i {
  line-height: 13px;
  font-size: 18px;
  margin-left: 3px;
  color: #04529c;
  -ms-transform: translateY(4px);
  /* IE 9 */
  -webkit-transform: translateY(4px);
  /* Safari */
  transform: translateY(4px);
}

.stockExtraInfo>span {
  width: 60px;
  text-align: left !important;
}

.stockExtraInfo>span>div {
  display: flex;
}

.stockExtraInfo>span>div>span {
  color: #FFF;
}

.stockExtraInfo>span>div>span:first-child {
  flex: 1;
}

.priceContainer>div {
  display: flex;
}

.priceContainer>div>span:first-child {
  margin-right: 4px;
}

.priceContainer .price {
  font-weight: bold;
  color: #19b10a;
}

app-catalog-item .priceContainer .price {
  font-size: 14px;
}

app-catalog-item .priceContainer .price.grossPrice {
  color: #F00;
  font-weight: 400;
}

app-catalog-item .priceContainer .price.discount {
  color: #F60;
  font-weight: 400;
}

.priceContainer .oldPrice {
  text-decoration: line-through;
  color: #00000077;
  font-size: 12px;
}

app-catalog-item .catalog-item-bottom {
  min-height: 50px;
}

.availString {
  margin-top: 5px;
}

.availString>span:first-child {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin-right: 4px;
}

.npTooltip .availString.available {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin-right: 4px;
  background: #F00;
}

app-product-variants th,
app-product-variants td {
  text-align: left !important;
}

app-product-detail .carousel-dot {
  box-shadow: 0px 0px 5px #000;
}

app-product-detail .carousel-dot.carousel-dot-active {
  background: #000 !important;
  border-color: #000 !important;
}

app-product-variants {
  display: block;
  margin-top: 30px;
}

app-product-variants table {
  width: 100%;
  white-space: unset !important;
}

app-product-variants table .cartAvailColumn {
  min-width: 150px !important;
}

app-product-variants table .cartPriceColumn {
  min-width: 190px !important;
}

app-product-variants>div>button {
  float: right;
}

app-product-detail .product-card>.mdl-card__supporting-text {
  width: 100%;
  box-sizing: border-box;
}

.productInfo {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.productInfo .itemCode {
  margin-top: 20px;
}

.productInfo h3 {
  margin-top: 0px;
}

.variantTitle {
  font-weight: bold;
  text-transform: uppercase;
  color: #55b50c;
}

.addToCartBox {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}

.addToCartBox>div:first-child {
  width: 100%;
}

.addToCartBox .btn-add-to-cart {
  background: #18ad18;
  color: #FFF !important;
}

.addToCartBox>div:nth-child(2),
.addToCartBox>div:nth-child(2)>div {
  display: flex;
}

.addToCartBox>div:nth-child(2) {
  margin-right: 5px;
}

.addToCartBox>div:nth-child(2)>div kendo-numerictextbox {
  width: 100px;
}

.addToCartBox>div:nth-child(2)>div kendo-numerictextbox .k-input {
  padding: 4px 8px;
  height: 100%;
}

.catalog-item-bottom {
  display: flex;
}

.catalog-item-bottom .item-price {
  flex: 1 !important;
}

.catalog-item-bottom .item-add-to-cart .addToCartBox {
  flex-wrap: nowrap;
  margin-top: 0px;
}

.catalog-item-bottom .item-add-to-cart .addToCartBox .btn-add-to-cart {
  min-width: unset;
  padding-left: 8px;
  padding-right: 8px;
}

.catalog-item-bottom .item-add-to-cart .addToCartBox>div:nth-child(2) {
  margin-right: 0px;
}

.catalog-item-bottom .item-add-to-cart .addToCartBox>div:nth-child(1),
.catalog-item-bottom .item-add-to-cart .addToCartBox .btn-add-to-cart>span:last-child,
.catalog-item-bottom .item-add-to-cart .addToCartBox .btn-add-to-cart>span.addToCartText {
  display: none;
}

.catalog-item-bottom .item-add-to-cart .addToCartBox>div.qtyBoxContainer>div kendo-numerictextbox {
  width: 75px;
}

.cart-row-end>div {
  display: flex;
  align-items: center;
}

.cart-row-end>div>h6 {
  flex: 1;
  text-align: right;
  margin-top: 0px;
  margin-bottom: 0px;
}

.cart-row-end>div>span {
  display: block;
  text-align: right;
  margin-left: 10px;
}

.cart-row-end>div>span a {
  min-width: unset;
}

.cart-rows>div>div:nth-child(odd) {
  background: #00000009;
}

cart-simple-item a {
  text-decoration: none;
  color: #333;
}

cart-simple-item a:hover>div,
cart-simple-item a:focus>div,
cart-simple-item a:active>div {
  text-decoration: underline;
}

cart-simple-item h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  color: #333;
  font-weight: 300;
}

cart-simple-item kendo-numerictextbox {
  max-width: 80px;
}

cart-simple-item .mdl-grid {
  align-items: center;
}

.cart-bottom {
  display: flex;
  align-items: center;
  width: 100%;
}

app-checkout .cart-bottom>div:first-child {
  flex: unset;
}

.cart-bottom>div:first-child {
  flex: 1;
  align-items: center;
  text-align: right;
  justify-content: right !important;
  padding-right: 20px;
  display: flex;
}



.cart-bottom>div:first-child h6 {
  width: 100%;
}

.cart-bottom>div:first-child>div:last-child {
  flex: 1;
}

.cart-bottom>div:first-child h6 {
  margin: 0px;
}

app-checkout .cart-bottom>div.total-row {
  flex: 1;
  align-items: center;
  text-align: right;
  justify-content: right !important;
  padding-right: 20px;
  display: flex;
}

app-checkout .cart-bottom>div.total-row {
  flex-direction: column;
  width: 100%;
}

app-checkout .cart-bottom>div.total-row h6 {
  width: 100%;
}

app-checkout .cart-bottom>div.total-row>div:last-child {
  flex: 1;
}

app-checkout .cart-bottom>div.total-row h6 {
  margin: 0px;
}

.cart-bottom>div .mdl-button {
  background: #55b50c;
  color: #FFF;
  padding: 10px 50px;
}

.cart-bottom>div .mdl-button:hover,
.cart-bottom>div .mdl-button:focus,
.cart-bottom>div .mdl-button:active {
  background: #5fc313;
}

app-checkout .cart-bottom>div>div {
  width: 100%;
}

cart-simple .mdl-card__title h2 {
  flex: 1;
}

.product-card product-price {
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}

.product-card app-product-variants product-price {
  font-size: 14px;
  margin-bottom: 0px;
}

.product-card app-product-variants product-availability {
  margin-top: 0px;
}

.product-card product-availability {
  display: block;
  margin-top: 25px;
}

.canChangePriceList select {
  font-size: 12px;
  margin-right: 5px;
  margin-top: 1px;
  padding: 1px 0px;
  color: #333;
  background: #00000011;
  border: 0px solid #00000019;
  max-width: 200px;
}

.btn-empty-cart {
  /* float: left; */
  background: transparent !important;
  color: #333 !important;
}

.btn-empty-cart:hover {
  background: #00000022 !important;
}

.in-page-loader-container {
  margin-top: 3px;
  min-width: 40px;
  min-height: 33px;
}

.in-page-loader,
.in-page-loader:after {
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.in-page-loader {
  margin: 0px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

app-checkout .mdl-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

app-checkout .mdl-grid .mdl-grid {
  width: 100%;
  padding: 0px;
}

app-checkout input::-webkit-input-placeholder {
  color: #00000055;
}

app-checkout input::-ms-input-placeholder {
  color: #00000055;
}

app-checkout input::placeholder {
  color: #00000055;
}

app-checkout .mdl-button i {
  margin-right: 4px;
}

.mdl-layout__drawer .mdl-navigation catmenu .mdl-navigation__link {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 14px;
  border-left: 2px solid transparent;
}

.mdl-layout__drawer .mdl-navigation catmenu .mdl-navigation__link:hover {
  border-left-color: #FFF;
}

.ribbon {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  padding: 5px;
  width: 200px;
  -webkit-transform: rotate(-45deg) translateX(-65px) translateY(-55px);
  -moz-transform: rotate(-45deg) translateX(-65px) translateY(-55px);
  -ms-transform: rotate(-45deg) translateX(-65px) translateY(-55px);
  -o-transform: rotate(-45deg) translateX(-65px) translateY(-55px);
  transform: rotate(-45deg) translateX(-65px) translateY(-55px);
}

cart-simple-item {
  display: block;
  position: relative;
  overflow: hidden !important;
}

cart-simple-item .product-image {
  position: static !important;
}

cart-simple-item .ribbon {
  top: 0px;
}

.ribbon.isStock {
  display: block;
  background: #0a70b1;
}

.ribbon.isStock:after {
  content: 'Stock';
}

.ribbon.isNew {
  display: block;
  background: #28b10a;
}

.ribbon.isNew:after {
  content: 'New';
}

.ribbon.isPromo {
  display: block;
  background: #F00;
}

.ribbon.isPromo:after {
  content: 'Promo';
}

.ribbon.isOutlet {
  display: block;
  background: #F60;
}

.ribbon.isOutlet:after {
  content: 'Outlet';
}

cart-simple-item div.product-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

cart-simple-item div.product-image,
cart-simple-item div.product-image .product-image {
  height: 60px;
}

.paginator {
  text-align: center;
}

.paginator np-paginator {
  margin: 0px auto;
}

.selectedCustomer>div>div.selectedCustomerName>div:last-child {
  font-weight: bold;
}

.selectedCustomer>div>div.selectedCustomerName:hover * {
  color: #90ccf3 !important;
  cursor: pointer;
  cursor: hand;
}

.carousel-cells {
  position: relative;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 5px;
}

.product-list>.product-item {
  display: flex;
  width: 265px;
  min-width: 16.6667%;
  box-sizing: border-box;
  padding: 0px 5px;
}

app-product-detail .canChangePriceList select {
  padding: 8px 5px;
  font-size: 14px;
}

nptext[textkey="insertAtLeastOneCartRow"] {
  margin-top: 20px;
  float: right;
  color: #F00;
  font-weight: bold;
  font-style: italic;
}

app-product-bom {
  display: block;
  margin-top: 30px;
}

app-product-bom table {
  width: 100%;
}

app-product-bom table * {
  text-align: left !important;
}

app-product-bom table tbody td:last-child {
  text-align: center !important;
}

.bomListTitle {
  font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.available {
  color: #18ad18;
}

.fastIncoming {
  color: #2588cf;
}

.incoming {
  color: #dbad23;
}

.unavailable {
  color: #F00;
}

.visible {
  color: #18ad18;
}

.notVisible {
  color: #F00;
}

.forceHidden {
  color: #AAA;
}

input-text-length-counter {
  width: 100%;
  display: flex;
}

input-text-length-counter input {
  flex: 1;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #00000022;
}

input-text-length-counter>div {
  display: flex;
  align-items: center;
  background: #00000022;
  padding: 0px 10px;
  min-width: 40px;
  justify-content: center;
}

.isCartHiddenRow {
  height: 0px;
  overflow: hidden;
}

.cartItemRow {
  display: flex;
  align-items: center;
}

.cartItemRow>cart-simple-item {
  flex: 1;
}

.cdk-drag-handle {
  display: inline-block;
  width: 12px;
  margin: 0px 10px;
  height: 28px;
  background-image: radial-gradient(#00000077 40%, transparent 40%);
  background-size: 4px 4px;
  background-position: 0 100%;
  background-repeat: repeat;
  cursor: move;
}

cart-simple .addDescriptiveRow {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  box-sizing: border-box;
  background: #00000033;
  padding: 10px;
}

cart-simple .addDescriptiveRow>div:first-child {
  flex: 1;
}

cart-simple .addDescriptiveRow>div:last-child {
  display: flex;

}

cart-simple .addDescriptiveRow>div:last-child>div {
  background: #55b50c;
  color: #FFF;
  display: flex;
  align-items: center;
  width: 80px;
  justify-content: center;
  margin-left: 10px;
  cursor: pointer;
  cursor: hand;
}

cart-simple .addDescriptiveRow>div:last-child>div:hover,
cart-simple .addDescriptiveRow>div:last-child>div:focus,
cart-simple .addDescriptiveRow>div:last-child>div:active {
  background: #62ca13;
}

.btn-show-promo {
  background: #F00;
  color: #FFF !important;
  margin: 0px;
  margin-top: 10px;
}


.btn-show-promo i {
  margin-right: 4px;
}

.btn-show-promo:hover,
.btn-show-promo:focus,
.btn-show-promo:active {
  background: #C00;
}

.searchBarFilters {
  border-left: 1px solid #00000022;
}

.categoriesTreeViewContainer {
  position: relative;
}

.categoriesTreeViewContainer>div>tree-view>ul>li {
  margin-left: 3px;
}

.categoriesTreeViewContainer>div:first-child {
  padding: 0px 30px 0px 10px;
  width: 200px;
  box-sizing: border-box;
  line-height: 35px;
  cursor: pointer;
  cursor: hand;
  text-align: left;
  border-right: 1px solid #00000022;
  color: #656565;
  padding-top: 1px;
  position: relative;
}

.noCategories {
  margin-left: 3px;
  padding: 5px 10px;
  cursor: pointer;
  cursor: hand;
}

.noCategories:hover {
  background: #00000011;
}

.categoriesTreeViewContainer>div:first-child>div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.categoriesTreeViewContainer>div:first-child:before {
  font-family: WebComponentsIcons;
  content: "\E006";
  position: absolute;
  top: 1px;
  right: 5px;
}

.categoriesTreeViewContainer>div:first-child:hover {
  background: #00000011;
}

.categoriesTreeViewContainer>div:last-child {
  position: absolute;
  top: 100%;
  right: 0px;
  width: 300px;
  height: 300px;
  overflow: auto;
  background: #f3f3f3;
  border: 1px solid #00000022;
  box-shadow: 0px 5px 5px #00000077;
}

.advanced-tree-view {
  margin: 10px 0px;
  margin-top: 0px;
}

.advanced-tree-view>li>div {
  display: flex;
  line-height: 14px;
}

.advanced-tree-view>li>div.hideExpandIcon .material-icons {
  opacity: 0;
}

.advanced-tree-view>li>div>div:first-child {
  cursor: pointer;
  cursor: hand;
}

.advanced-tree-view>li>div:not(.hideExpandIcon)>div:first-child:hover {
  color: #18ad18;
  background: #f3f3f3;
}

.advanced-tree-view>li>div>div:last-child {
  padding-top: 6px;
  padding-bottom: 6px;
  cursor: pointer;
  cursor: hand;
}

.advanced-tree-view>li:hover {
  background: #00000011;
  cursor: pointer;
  cursor: hand;
}

.advanced-tree-view>li>div>div:last-child:hover {
  color: #18ad18;

}

user-details #user-catalog-visibility li>div.selected>div:last-child,
user-details #user-catalog-visibility li>div.selected+tree-view li>div>div:last-child {
  color: #00000033;
  text-decoration: line-through;
}

.promo-edit-header-and-filters {
  display: flex;
}

.promo-edit-header-and-filters>.promo-edit-header-section {
  flex: 1;
}

.promo-edit-header-and-filters>.promo-edit-filter-section {
  width: calc(30% - 13px);
  margin-left: 20px;
  margin-right: 1px;
}

.promo-edit-header-section {
  display: flex;
  flex-wrap: wrap;
}

.promo-edit-header-section>div {
  width: auto !important;
}

.promo-edit-header-section>div>div {
  width: 100% !important;
}

.promo-edit-header-section>div {
  padding-right: 30px;
  box-sizing: border-box;
  min-width: 25%;
}

.promo-edit-grid-section {
  display: flex;
}

.promo-edit-grid-section>div>div {
  background: #088814;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 10px;
}

.promo-edit-grid-section>div.promo-edit-mandatory-parents>div,
.promo-edit-grid-section>div.promo-edit-variants>div {
  width: calc(100% - 1px);
  box-sizing: border-box;
}

.promo-edit-grid-section>div.promo-edit-mandatory-parents {
  width: 20%;
}

.promo-edit-grid-section>div.promo-edit-mandatory-parents table tbody td:nth-child(2) {
  width: 56px;
}

.promo-edit-grid-section>div.promo-edit-bom-rows {
  width: 50%;
  margin: 0px 20px;
}

promo-bom-with-parsing-functions-admin .promo-edit-grid-section>div.promo-edit-bom-rows {
  width: 70%;
  margin: 0px 20px;
  margin-left: 0px;
}

.promo-edit-grid-section>div.promo-edit-variants {
  width: 30%;
}

.promo-edit-grid-section table {
  width: 100%;
  border: 0px !important;
  border-spacing: 0px;
  border-collapse: separate;
  text-align: left;
}

.promo-edit-grid-section table thead {
  background: #0aa718;
  color: #FFF;
}

.promo-edit-grid-section table th,
.promo-edit-grid-section table td {
  padding: 5px;
}

.promo-edit-grid-section table tbody tr:nth-child(odd) {
  background: #FFF;
}

.promo-edit-grid-section table td:last-child i {
  color: #00000077;
  cursor: pointer;
}

.promo-edit-grid-section table td:last-child i:hover,
.promo-edit-grid-section table td:last-child i:focus,
.promo-edit-grid-section table td:last-child i:active {
  color: #F00;
}

.promo-edit-grid-section table td:nth-child(1) {
  line-height: 14px;
}

.promo-edit-grid-section table td:nth-child(1)>div:first-child {
  font-weight: bold;
}

.promo-edit-grid-section table td input[type="text"],
.promo-edit-grid-section table td input[type="number"] {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
}

.promo-edit-variants .isInPromoList {
  background: #0aa71833 !important;
}

.promo-edit-variants .isInPromoList:nth-child(odd) {
  background: #0aa71855 !important;
}

.promo-edit-variants table th input {
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
}

.promo-edit-variants table th input:focus,
.promo-edit-bom-rows table tbody td input:focus {
  outline: none;
}

.promo-edit-variants table th:last-child>div {
  display: flex;
}

.promo-edit-variants table th:nth-child(2) {
  width: 80px;
}

.promo-edit-variants table th:nth-child(3) {
  width: 60px;
}

.promo-edit-variants table th:nth-child(4) {
  width: 100px;
}

.promo-edit-grid-section .promo-edit-variants>div:first-child {
  background: #0a5e94;
}

.promo-edit-grid-section .promo-edit-variants table thead tr:first-child th {
  padding-bottom: 0px;
  line-height: 12px;
}

.promo-edit-grid-section .promo-edit-variants table thead tr:last-child th {
  padding-top: 0px;
}

.promo-edit-grid-section .promo-edit-variants table thead {
  background: #0a70b1;
  color: #FFF;
}

.promo-edit-variants table th select,
.promo-edit-variants table th select option,
.promo-edit-bom-rows table tbody td select,
.promo-edit-bom-rows table tbody td select option {
  background: #333;
  color: #FFF;
  width: 40px;
}

.promo-edit-variants table tbody tr:hover td {
  background: #00000022 !important;
  cursor: pointer;
}

.promo-edit-variants table thead th>div,
.promo-edit-bom-rows table tbody td>div {
  display: flex;
}

.promo-edit-grid-section table tbody td input[type="number"] {
  border-radius: 0px !important;
  border: 1px solid #00000033;
  background: #FFF;
  padding: 8px;
}

.promo-edit-bom-rows table tbody td:nth-child(1) {
  width: 100%;
}

promo-bom-with-parsing-functions-admin .promo-edit-bom-rows table tbody td:nth-child(1) {
  width: 20%;
}

.promo-edit-bom-rows table tbody td:nth-child(2) {
  min-width: 80px;
}

.promo-edit-bom-rows table tbody td:nth-child(3) {
  min-width: 55px;
}

.promo-edit-bom-rows table tbody td:nth-child(4),
.promo-edit-bom-rows table tbody td:nth-child(5) {
  text-align: center;
}

.promo-edit-bom-rows table tbody td:nth-child(6) {
  min-width: 85px;
}

promo-bom-with-parsing-functions-admin .promo-edit-bom-rows table tbody td:nth-child(4),
promo-bom-with-parsing-functions-admin .promo-edit-bom-rows table tbody td:nth-child(5),
promo-bom-with-parsing-functions-admin .promo-edit-bom-rows table tbody td:nth-child(6),
promo-bom-with-parsing-functions-admin .promo-edit-bom-rows table tbody td:nth-child(7) {
  text-align: center;
}

promo-bom-with-parsing-functions-admin .promo-edit-bom-rows table thead tr,
promo-bom-with-parsing-functions-admin .promo-edit-variants table thead {
  height: 55px;
}

promo-bom-with-parsing-functions-admin .promo-edit-bom-rows table tbody td.column-with-icon>div,
promo-bom-with-parsing-functions-admin .promo-edit-header-section div.column-with-icon {
  display: flex;
  align-items: center;
}

promo-bom-with-parsing-functions-admin .promo-edit-bom-rows table tbody td.column-with-icon input {
  border: 1px rgba(0, 0, 0, 0.08) solid;
  border-right: none;
  padding: 6px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  max-width: 135px;
  min-width: 135px;
}

promo-bom-with-parsing-functions-admin .promo-edit-bom-rows table tbody td kendo-combobox {
  max-width: 165px;
  min-width: 163px;
}

promo-bom-with-parsing-functions-admin .promo-edit-bom-rows table tbody td.column-with-icon i.edit-btn,
promo-bom-with-parsing-functions-admin .promo-edit-header-section div.column-with-icon i.edit-btn {
  display: inline-block;
  background-color: #f6f6f6;
  background-image: linear-gradient(#f6f6f6, #f1f1f1);
  padding: 5.5px;
  border: 1px rgba(0, 0, 0, 0.08) solid;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  border-left: none;
  cursor: pointer;
  font-size: 16px;
}

promo-bom-with-parsing-functions-admin .promo-edit-bom-rows table tbody td.column-with-icon i.edit-btn:hover,
promo-bom-with-parsing-functions-admin .promo-edit-header-section div.column-with-icon i.edit-btn:hover {
  background: #EEE;
}

promo-bom-with-parsing-functions-admin .promo-edit-header-section div.column-with-icon i.edit-btn {
  border: none;
  background-color: #DDD;
  background-image: none;
}

.promo-edit-filter-section>div>div {
  margin-bottom: 0px;
  padding: 10px;
  border: 1px solid #00000022;
  margin-bottom: 10px;
}

.promo-edit-filter-section>div>div {
  background: #FFF;
}

.promo-edit-filter-section>div>div .k-multiselect-wrap {
  background: #00000011;
}

.productIsPromo>div>div.mdl-grid>div:last-child {
  width: auto;
}

.productIsPromo>div>div.mdl-grid>div:last-child product-price {
  display: none;
}

.productIsPromo>div>div.mdl-grid>div.productInfo {
  flex: 1;
}

.isGift {
  color: #18ad18;
}

.isMandatory {
  color: #F00;
}

.cartRowIsPromo product-price {
  display: none;
}

.selectedCustomerDetails {
  display: flex;
  width: 100%;
}

.selectedCustomerDetails>div {
  display: flex;
}

.selectedCustomerDetails>div:first-child {
  width: 25%;
  margin-right: 15px;
}

.selectedCustomerDetails>div:last-child {
  flex: 1;
}

.parentLogic {
  display: inline;
}

.parentLogic:before {
  content: '-';
  margin-right: 4px;
}

.parentLogic select {
  width: 47px;
  background: #FFF !important;
  color: #000;
  border: 0px;
  font-size: 12px;
  padding: 3px 0px !important;
  margin-left: 4px;
  margin-top: -1px;
  margin-bottom: -1px;
}

.mediaGraphicViewMode+.uploadObject,
.imagesList+.uploadObject,
.mediaListContainer+.uploadObject {
  margin-top: 20px;
}

.entity-chat {}

.entity-chat-list {
  height: 200px;
  overflow: auto;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #00000011;
  background: #00000011;
}

.entity-chat-list-full {
  /* height: max-content;   */
}

/* width */
.entity-chat-list::-webkit-scrollbar,
.entity-chat .entity-chat-submit-area>div:first-child textarea::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.entity-chat-list::-webkit-scrollbar-track,
.entity-chat .entity-chat-submit-area>div:first-child textarea::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.entity-chat-list::-webkit-scrollbar-thumb,
.entity-chat .entity-chat-submit-area>div:first-child textarea::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}

/* Handle on hover */
.entity-chat-list::-webkit-scrollbar-thumb:hover,
.entity-chat .entity-chat-submit-area>div:first-child textarea::-webkit-scrollbar-thumb:hover {
  background: #808080aa;
}

.entity-chat-list .entity-chat-item {
  background: #00000011;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 5px;
  font-weight: 300;
}

.entity-chat-list .entity-chat-item:not(.mine) {
  margin-right: 50px;
}

.entity-chat-list .entity-chat-item.mine {
  margin-left: 50px;
  background: #2791bd;
  color: #FFF;
}

.entity-chat-list .entity-chat-item .entity-chat-header {
  display: flex;
}

.entity-chat-list .entity-chat-item .entity-chat-header>span:first-child {
  font-weight: 500;
  flex: 1;
}

.entity-chat-list .entity-chat-item .entity-chat-header>span:last-child {
  font-style: italic;
}

.entity-chat-list .entity-chat-item:not(.mine) .entity-chat-header>span:first-child,
.entity-chat-list .entity-chat-item:not(.mine) .entity-chat-header>span:last-child {
  color: #2791bd;
}

.entity-chat .entity-chat-submit-area {
  display: flex;
}

.entity-chat .entity-chat-submit-area>div:first-child {
  flex: 1;
  display: flex;
}

.entity-chat .entity-chat-submit-area>div:first-child textarea {
  width: 100%;
  height: 60px;
  font-size: 13px;
  line-height: 14px;
  font-family: roboto;
  display: flex;
  margin: 0px !important;
  padding: 3px 5px;
  border-radius: 5px 0px 0px 5px;
  outline: none;
}

.entity-chat .entity-chat-submit-area>div:first-child textarea::-webkit-input-placeholder {
  /* Edge */
  color: #00000055 !important;
}

.entity-chat .entity-chat-submit-area>div:last-child {
  display: flex;
}

.entity-chat .entity-chat-submit-area button {
  margin: 0px;
  width: 60px;
  min-width: unset !important;
  padding: 0px;
  line-height: unset;
  border-radius: 0px 5px 5px 0px;
  position: relative;
}

.entity-chat .entity-chat-submit-area button:not([disabled]):hover:after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background: #00000011;
}

.entity-chat .entity-chat-submit-area button[disabled] {
  background: #00000011 !important;
}

.entity-chat-list .entity-chat-item .entity-chat-body {
  line-height: 16px;
}

.ticket-details.summaryFullWidth .summary-tab.allTabsEnabled .entity-chat-list {
  height: 266px;
}

.summary-tab:not(.allTabsEnabled) .entity-chat-list {
  height: 400px;
}

plugin-document-completed-automotive company-selector {
  margin-left: 0px !important;
}

plugin-document-completed-automotive company-selector kendo-dropdownlist {
  width: 18% !important;
}

.isVector td:nth-child(odd) .agenda-app {
  background: #ffc107 !important;
  color: #000;
}

app-catalog-item .addedToCart,
app-product-variants .addedToCart {
  background: #55b50c4d !important;
}

.addToCartBox .productAddedToCart,
app-product-variants .addedToCart .productAddedToCart {
  color: #18ad18;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: -0.6px;
  line-height: 12px;
  display: flex;
  margin-top: 2px;
  align-items: center;
}

app-product-variants .addedToCart .productAddedToCart i {
  font-size: 16px;
}

app-product-variants .addedToCart .productAddedToCart nptext {
  margin-top: 3px;
}

app-catalog-item product-add-to-cart .productAddedToCart {
  display: none !important;
}

.btn-login,
.btn-confirm {
  background: #20b342 !important;
  color: #FFF !important;
}

.btn-login:hover,
.btn-confirm:hover {
  background: #189e37 !important;
}

login .mdl-layout {
  background-size: cover;
  background-repeat: no-repeat;
}

.details-fields>div.ed-editor-container {
  display: block;
}

.details-fields>div.ed-editor-container .richEditor {
  background: #FFF;
}

field-multiselect .entity-get-template {
  display: flex;
  flex-direction: column;
  width: 100%;
}

field-multiselect .entity-get-template>span:first-child {
  margin-top: 2px;
}

field-multiselect .entity-get-template>span:first-child>span {
  background: #196bb9;
  color: #FFF;
  border-radius: 5px;
  padding: 2px 5px;
  margin-right: 5px;
}

field-multiselect .entity-get-template>span:last-child {
  line-height: 12px;
  margin-top: 5px;
}

field-multiselect .k-popup kendo-list ul li:nth-child(odd) {
  background: #00000011;
}

field-multiselect .k-popup kendo-list ul li:hover {
  background: #ffc107 !important;
}

app-top-cart-box {
  position: relative;
}

app-top-cart-box .top-cart-amount {
  position: absolute;
  bottom: -15px;
  left: -20px;
  width: 70px;
  text-align: center;
}

.addSuggestedToCart {
  display: flex;
  background: #1fb119 !important;
  color: #FFF;
  border-radius: 5px !important;
}

.addSuggestedToCart>.material-icons {
  margin-right: 5px;
}

page-search .page-search {
  display: flex;
  line-height: 24px;
  align-items: center;
}

page-search .page-search input {
  padding: 5px;
  border: 0px;
  background: #00000011;
  outline: none;
}

page-search .page-search i {
  background: #0a8ea7;
  color: #FFF;
  font-size: 18px;
  line-height: 25px;
  width: 30px;
  text-align: center;
  cursor: pointer;
  display: none;
}

body.isSearchingPage ::selection {
  background: #FF0;
  color: #000;
}

page-search .page-search i:hover {
  background: #1c9db5;
}

.StateName {
  text-align: center !important;
}

.ticketStateNameBox {
  display: block;
  text-align: center;
  color: #FFF;
  padding: 7px 20px;
  border-radius: 5px;
  text-transform: uppercase;
}

field-json {
  display: block;
  margin-bottom: 20px;
}

field-json .np-tabs,
spider-details .np-tabs,
schema-editor .np-tabs {
  margin-top: 10px;
}

field-json .np-tabs-content a,
spider-details .np-tabs-content a,
schema-editor .np-tabs-content a {
  padding: 5px 10px;
  color: #555;
}

field-json .np-tabs-content a.is-active,
spider-details .np-tabs-content a.is-active,
schema-editor .np-tabs-content a.is-active {
  border-bottom: 2px solid #ffc107;
}

field-json fieldset {
  border: 1px solid #00000033;
  padding: 10px;
}

field-json fieldset fieldset {
  border: 0px;
  padding: 0px;
}

/*
field-json fieldset fieldset > div {
  background: #FFF;
  margin-bottom: 10px;
  border: 1px solid #00000033;
}
*/

field-json sf-array-widget>div>label:first-child {
  background: transparent;
  color: #00000099;
  font-style: normal;
  font-size: 24px;
  font-weight: 300;
  padding-left: 0px;
}

field-json sf-array-widget>div sf-array-widget>div>label:first-child {
  font-size: 16px;
  font-weight: 400;
}

field-json sf-array-widget>div>div:before {
  counter-increment: section;
  /* Increment the value of section counter by 1 */
  content: "Filtro N. "counter(section) ": ";
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  font-style: normal;
  padding-left: 5px;
}

field-json sf-array-widget>div>div sf-array-widget>div>div:before {
  display: none;
}

field-json sf-array-widget>div>div {
  background: #00000011;
  border: 1px solid #00000033 !important;
  padding: 20px !important;
  box-sizing: border-box;
}

field-json sf-array-widget>div>div sf-array-widget>div>div {
  background: transparent;
  border: 0px !important;
  padding: 0px !important;
}

cart-simple .btn-go-to-leftover {
  float: right;
  background: #F60;
  color: #FFF !important;
  margin-top: 15px;
  margin-bottom: 15px;
}

cart-simple .btn-go-to-leftover:hover {
  background: #e66108;
}

.desktopMobile {
  display: flex;
}

.desktopMobile>div:first-child {
  margin-right: 30px;
}

.desktopMobile>div>div.desktopMobileTitle {
  font-weight: bold;
  color: #196bb9;
}

.desktop .imagePreviewContainer {
  width: 400px;
  height: 250px;
  margin-bottom: 15px;
  border: 1px solid #333;
  border-bottom-width: 24px;
  border-radius: 5px;
  position: relative;
}

.desktop .imagePreviewContainer:before {
  content: '';
  border: 1px solid #196bb9;
  background: #196bb9;
  border-radius: 50px;
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: -16px;
  right: 10px;
}

.desktop .imagePreviewContainer:after {
  content: '';
  border: 1px solid #bbda13;
  background: #bbda13;
  border-radius: 50px;
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: -16px;
  right: 25px;
}

.desktop .imagePreviewContainer img.imagePreview {
  width: 100%;
  height: auto;
  border-radius: 3px 3px 0px 0px;
}

.mobile .imagePreviewContainer {
  width: 150px;
  height: 250px;
  margin-bottom: 15px;
  border: 1px solid #00000033;
  border-bottom-width: 24px;
  border-radius: 5px;
  position: relative;
}

.mobile .imagePreviewContainer:after {
  content: '';
  border: 1px solid #00000055;
  background: #00000055;
  border-radius: 50px;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: -21px;
  left: 70px;
}

.mobile .imagePreviewContainer img.imagePreview {
  width: 100%;
  height: auto;
  border-radius: 3px 3px 0px 0px;
}

day .appsContainer .calendar company-selector {
  display: flex;
  margin-top: -35px;
  margin-bottom: 3px;
}

day .appsContainer .calendar company-selector> :first-child {
  margin-right: 3px;
}

day .appsContainer .calendar kendo-calendar {
  width: calc(100% - 2px);
}

subject-side-dashboard .subjectItemListContainer {
  position: relative;
}

subject-side-dashboard .subjectItemListContainer ol {
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  z-index: 9999;
  box-shadow: 0px 4px 5px #000;
  max-height: 200px;
  overflow: auto;
}

subject-side-dashboard .subjectItemListContainer.opened ol {
  display: block;
}

subject-side-dashboard .subjectItemListContainer .subjectSelectedItem {
  padding: 2px 5px;
  cursor: pointer;
}

subject-side-dashboard .subjectItemListContainer .subjectSelectedItem:hover {
  background: #a8d0f7;
}

subject-side-dashboard .subjectItemListContainer .subjectSelectedItem .material-icons {
  float: right;
  margin-top: -2px;
}

.tireDot {
  text-align: left;
  margin-top: 4px;
}

.tireDot input {
  border: 1px solid #00000018;
  border-radius: 2px;
  color: #656565;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4285714286;
  padding: 2px 8px;
}

report-manage-detail text-editor * {
  height: 0.1px !important;
  overflow: hidden !important;
  padding: 0px !important;
  border: 0px !important;
}

report-manage-detail>div,
report-manage-detail #editor {
  height: 650px !important;
}

report-manage-detail {
  display: flex;
}

report-manage-detail>div.editor-panel {
  width: 65%;
}

report-manage-detail>div.configuration-panel {
  width: 35%;
}

report-manage-detail>div.configuration-panel>div,
report-manage-detail>div.configuration-panel>div>div#preview,
report-manage-detail>div.configuration-panel>div>div#preview iframe,
report-manage iframe,
report-manage-view iframe,
report-manage-view .report-pdf-preview {
  height: 100%;
}

report-manage-detail .snippet-list {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 5px;
}

report-manage-detail .snippet-list span {
  display: inline-flex;
  min-width: 45px;
  margin: 2px;
  padding: 3px;
  height: 35px;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 3px 1px rgb(163 163 163 / 51%);
}

.saveBtn {
  position: absolute;
  right: 0;
  background: #55b50c;
}

report-manage-detail .dynamic-function {
  margin-left: 20px !important;
  margin-right: -16px !important;
}

report-manage-detail .dynamic-function {
  padding: 3px 10px !important;
  min-width: 85px !important;
  text-transform: uppercase;
}

report-manage-detail .snippet-list span:hover {
  cursor: pointer;
  box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 70%);
}

report-manage-detail .configuration-entities {
  margin: 2px 0px;
  padding: 3px;
  height: 35px;
  display: inline-flex;
  flex: 1;
  align-items: center;
  width: 100%;
  font-size: 20px;
  border-bottom: 3px solid #dddddd;
}

report-manage-detail .accordion-item-header {
  height: 35px;
  min-width: 200px;
  max-width: 250px;
  background: #FFF;
  margin: 5px 3px;
  padding: 5px;
  box-shadow: 0px 0px 3px 1px rgb(163 163 163 / 51%);
  display: flex;
  align-items: center;
  cursor: pointer;
}

report-manage-detail .accordion-item-header span {
  display: flex;
  align-items: center;
}

report-manage-detail .accordion-item-header span.accordion-item-title {
  flex: 1;
}

report-manage-detail .accordion-item-header span .material-icons {
  font-size: 34px !important;
}

report-manage-detail .accordion-item-body {
  min-width: 200px;
  max-width: 250px;
  background: #FFF;
  margin: 3px;
  padding: 5px;
  box-shadow: 0px 0px 3px 1px rgb(163 163 163 / 51%);
  display: flex;
  align-items: center;
  flex-direction: column;
}

report-manage-detail .accordion-item-body>span {
  box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 0.10);
  display: flex;
  width: 95%;
  height: 35px;
  margin: 2px;
  padding: 5px;
  cursor: move;
  align-items: center;
  text-transform: uppercase;
}

report-manage-detail .configuration-panel,
report-manage-view .configuration-panel {
  margin-left: 15px;
}

report-manage kendo-dialog .gridAdvSearchPanel .mdl-grid--no-spacing>div,
report-manage kendo-dialog .gridAdvSearchPanel .mdl-grid--no-spacing>div {
  width: 100%;
}

report-manage kendo-dialog .gridAdvSearchPanel {
  max-height: none !important;
}

report-manage kendo-dialog .report-pdf-configurator,
report-manage-view .report-pdf-configurator {
  width: 30%;
  margin-right: 15px;
}

report-manage kendo-dialog .report-pdf-preview {
  width: 75%;
  margin: 0 auto;
}

report-manage kendo-dialog>div>div {
  flex-direction: row !important;
}

report-manage-detail kendo-dialog .repeater-item {
  box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 10%);
  display: flex;
  width: 95%;
  height: 35px;
  margin: 2px;
  padding: 5px;
  cursor: pointer;
  align-items: center;
  text-transform: uppercase;
}

report-manage-view {
  display: flex;
  width: 100%;
}

.lockType_1 {
  color: #F60 !important;
}

.lockType_2 {
  display: inline-block;
  background: #F00 !important;
  color: #FFF;
}

.lockType_4 {
  display: inline-block;
  background: #808080 !important;
  color: #FFF;
}

.catalog-item-bottom {
  flex-direction: column;
}

.priceContainer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.priceContainer>div {
  order: 1;
}

.priceContainer>div.grossPrice {
  width: 100%;
}

.priceContainer>div.netPrice {
  order: 2;
  flex: 1;
  justify-content: right;
}

.priceContainer>div.discount {
  flex: 1;
}

.addToCartBox {
  align-items: end;
}

.addToCartBox>div.qtyBoxContainer>div:first-child,
.addToCartBox>div.qtyBoxContainer>div:first-child {
  display: flex;
  flex-direction: column;
}

.addToCartBox>div.qtyBoxContainer>div:first-child:before {
  content: 'Quantita\'';
  font-size: 13px;
  line-height: 16px;
  background: #00000077;
  color: #FFF;
  text-align: center;
  border-radius: 3px 3px 0px 0px;
}

.addToCartBox>div.qtyBoxContainer+div.qtyBoxContainer {
  margin: 0px 5px;
}

.addToCartBox>div.qtyBoxContainer+div.qtyBoxContainer .k-numerictextbox {
  max-width: 100%;
}

.addToCartBox>div.qtyBoxContainer+div.qtyBoxContainer>div:first-child:before {
  content: 'Sc. merce';
}

.addToCartBox>div.qtyBoxContainer+div.qtyBoxContainer+div,
.addToCartBox>div:last-child {
  flex: 1;
  text-align: right;
}

.addToCartBox>div.qtyBoxContainer+div.qtyBoxContainer+div a {
  width: calc(100% - 15px);
  max-width: 75px;
  padding: 5px;
}

.gridAdvSearch.showed .gridAdvSearchPanel:before {
  content: 'Filtri Avanzati';
  background: #01796f;
  display: flex;
  width: calc(100% - 10px);
  max-width: 100%;
  line-height: 24px;
  padding: 5px 5px;
}

.k-list-scroller {
  height: 200px !important;
}

DIV.new-destination {
  display: flex;
  flex-wrap: wrap;
}

DIV.new-destination>div {
  width: 50%;
}

promo-bom-with-parsing-functions-admin .dialog-body {
  display: flex;
}

promo-bom-with-parsing-functions-admin .dialog-body>.dialog-field {
  width: 75%;
  margin: 0px 10px;
}

promo-bom-with-parsing-functions-admin .dialog-body>.dialog-legend {
  width: 25%;
  margin: 0px 10px;
}

promo-bom-with-parsing-functions-admin .accordion-item-header {
  background: #DDD;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 0px 8px;
  margin: 2.5px 0px;
  cursor: pointer;
}

promo-bom-with-parsing-functions-admin .accordion-item-header:hover {
  background: #CCC;
  /*box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
  margin: 5px 0px;*/
}

promo-bom-with-parsing-functions-admin .accordion-item-header .accordion-item-title {
  flex: 1;
}

promo-bom-with-parsing-functions-admin .accordion-item-body * {
  background: #EEE;
}

promo-bom-with-parsing-functions-admin .accordion-item-body table td {
  vertical-align: top;
  line-height: 14px;
}

promo-bom-with-parsing-functions-admin .accordion-item-body table td:first-child {
  font-size: 13px;
  font-weight: 300;
  color: #666;
}

promo-bom-with-parsing-functions-admin .accordion-item-body table td:first-child:after {
  content: ':';
}

promo-bom-with-parsing-functions-admin .accordion-item-body table td:last-child {
  font-size: 13px;
  color: #333;
}

promo-bom-with-parsing-functions-admin .accordion-item-body table td:last-child b {
  font-size: 15px;
  font-weight: 700 !important;
}

.formula-editor-dialog .k-window-content {
  overflow-y: scroll;
}

promo-bom-with-parsing-functions-front>.bomList>table td {
  vertical-align: top;
}

promo-bom-with-parsing-functions-front .promo-item-gift {
  position: relative;
  min-height: 14px;
  width: 100%;
  white-space: nowrap;
}

promo-bom-with-parsing-functions-front .promo-item-gift:after {
  content: '↵';
  font-size: 18px;
  position: absolute;
  right: 30%;
  top: 6px;
}

promo-bom-with-parsing-functions-front .promo-item-gift>span {
  position: absolute;
  font-size: 11px;
  font-weight: 600;
  right: 45%;
  top: 6px;
}

promo-bom-with-parsing-functions-front .promo-item-gift>span span {
  color: #AAA;
  font-weight: 300;
  padding-right: 5px;
}

.promo-link-list>a {
  display: table;
}

.promo-link-list>a>span.promo-link-code {
  padding-left: 5px;
}

.promo-link-list>a>span.promo-link-code:before {
  content: '-';
  padding-right: 5px;
}

.promo-detail-rows>span,
.promo-detail-rows>span span {
  color: #e53627;
  font-weight: 700;
  text-transform: uppercase;
}

.promo-detail-rows>span:hover {
  cursor: pointer;
  text-decoration: underline;
}

.promo-detail-rows ul {
  padding-left: 25px;
  margin: 0px;
}

.promo-detail-rows ul li {
  line-height: 15px;
  font-size: 12px;
}

.promo-detail-rows .promo-detail-gift * {
  color: #e53627;
  font-weight: 700;
  padding-left: 2.5px;
}

app-calendar-appointment-default .event-new-form {
  display: flex;
  flex-wrap: wrap;
}

app-calendar-appointment-default .event-new-form>div {
  width: 25%;
}

app-calendar-appointment-default .event-new-form>div.full-width {
  width: 100%;
}

app-calendar-appointment-default .full-width label {
  width: 100%;
}

app-calendar-appointment-default .event-new-form>.event-form-right .event-options label {}

app-calendar-appointment-default .event-new-form>div.event-date {
  display: flex;
  width: 25%;
}

app-calendar-appointment-default .event-new-form>div.recursive-flag {
  width: 21.66%;
}

app-calendar-appointment-default .event-date>div {
  display: table;
  width: auto;
  margin-right: 20px;
}

app-calendar-appointment-default .event-date>div .mdl-textfield {
  width: auto;
}

app-calendar-appointment-default .event-date>div input[type='number'] {
  width: 80px;
}

app-calendar-appointment-default .event-new-form>div.event-subject {
  width: 66.666%;
}

app-calendar-appointment-default .event-new-form>div.event-subject>div>label {
  width: 100%;
}

app-calendar-appointment-default .event-new-form>div.event-subject>div>label>div {
  display: flex;
}

app-calendar-appointment-default .event-new-form>div.event-subject>div>label>div nptext {
  color: #888;
  padding-right: 10px;
}

app-calendar-appointment-default .event-new-form>div.event-subject>div>label>div nptext:not(app-calendar-appointment-default .event-new-form > div.event-subject > div > label > div nptext:first-child) {
  margin-left: 25px;
}

app-calendar-appointment-default .event-new-form>div.event-subject>div>label>div,
app-calendar-appointment-default .event-new-form>div.event-subject>div>label>div * {
  font-size: 12px;
}

app-calendar-appointment-default .event-new-form>div.recursive {
  display: flex;
}

app-calendar-appointment-default .event-new-form>div.recursive>label:first-child {
  width: 70%;
}

app-calendar-appointment-default .event-new-form>div.recursive>label:last-child {
  width: 30%;
  margin: 7px 24px;
  margin-top: 0px;
}

app-calendar-appointment-default .event-new-form>div.recursive>label>div {
  margin-top: 10px;
}

app-calendar-appointment-default .event-new-form>div.recursive>label:last-child>div {
  display: flex;
  align-items: center;
}

app-calendar-appointment-default .event-new-form>div.recursive>label:last-child>div nptext {
  flex: 1;
}

#calendar-cron-editor li,
#calendar-cron-editor div.tab-pane {
  padding: 7px 15px;
}

#calendar-cron-editor * {
  font-size: 14px;
}

#calendar-cron-editor select {
  margin: 0px 10px;
}

.priority-item {
  display: flex;
  align-items: center;
}

.priority-item>i.material-icons {
  font-size: 16px;
  padding-right: 10px;
}

h3.event-header {
  font-size: 18px;
  line-height: 18px;
  display: flex;
  align-items: flex-start;
  margin: 5px;
  text-transform: capitalize;
  font-weight: 300;
}

h3.event-header>span {
  display: inline-flex;
  padding-right: 5px;
  align-items: center;
}

h3.event-header>span>i.material-icons {
  font-size: 16px;
}

div.event-notes,
div.event-customer-info {
  padding: 5px;
  font-weight: 300;
  font-size: 14px;
}

.item-collection-config {
  /*display: flex;*/
}

.item-collection-config>div:first-child {
  width: 100%;
}

.item-collection-config .item-collection-config-custom {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.item-collection-config .item-collection-config-custom>div:first-child>div {
  margin-right: 20px;
  max-width: 250px;
}

.item-collection-config .item-collection-config-custom>div:last-child {
  display: flex;
  width: 100%;
}

.item-collection-config .item-collection-config-custom>div:last-child .custom-items {
  width: 70%;
  margin-right: 10px;
}

app-dialog .dialogConfirmLoading {
  width: 50%;
  display: none;
}

app-dialog.confirming .dialogConfirmLoading {
  display: block;
  line-height: 46px;
  text-align: center;
  background: #0aa718;
  color: #FFF;
}

app-dialog.confirming .btn-confirm {
  display: none;
}

.worksheetError {
  border: 2px solid #F00;
  padding: 15px;
}

.worksheetError>div:first-child {
  color: #F00;
  font-weight: bold;
}

.worksheetError .worksheetErrorDetails>div:first-child {
  text-transform: uppercase;
  font-size: 12px;
  background: #FFF;
  padding: 20px;
}

.worksheetError .worksheetErrorDetails:not(.active)>div:last-child {
  display: none;
}

.worksheetError .worksheetErrorDetails>div:first-child:hover {
  text-decoration: underline;
  cursor: pointer;
}

.worksheetError .worksheetErrorDetails>div:last-child {
  overflow: auto;
  text-align: left;
  border: 1px solid #00000033;
  background: #00000011;
  padding: 20px;
}

tabs-widget .mdl-tabs__tab-bar a img {
  max-height: 16px;
  margin-right: 5px;
}

tabs-widget .mdl-tabs__tab-bar {
  border-bottom: 0px;
  margin-bottom: 0px;
  height: 38px;
}

tabs-widget .mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
  background-color: #ffc107 !important;
}

tabs-widget .mdl-tabs__panel {
  border: 1px solid #00000033;
  padding: 20px;
  background: #00000011;
}

tabs-widget .mdl-tabs__panel legend {
  display: none;
}

tabs-widget .mdl-tabs__panel input[type="text"] {
  background: #FFF;
  border: 1px solid #00000033;
  padding: 7px 10px;
}

field-json>sf-form>form>sf-form-element>div>sf-widget-chooser>sf-form-object>fieldset>div {
  border-bottom: 1px solid #00000011;
  padding-bottom: 10px;
}

field-json>sf-form>form>sf-form-element>div>sf-widget-chooser>sf-form-object>fieldset>div:last-child {
  border-bottom: 0px;
}

field-json>sf-form sf-list-of-fields-widget fieldset {
  background: #00000011;
  border: 1px solid #00000011;
  padding: 15px 15px 30px 15px;
  margin-bottom: 10px;
}

field-json>sf-form sf-list-of-fields-widget fieldset .mdl-selectfield {
  padding-bottom: 0px;
}

field-json>sf-form sf-list-of-fields-widget>div {
  position: relative;
}

field-json>sf-form sf-list-of-fields-widget>div:before {
  counter-increment: section;
  content: 'Filtro N. 'counter(section);
  background: #00000022;
  display: block;
  padding: 8px 10px 5px 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}

field-json>sf-form sf-list-of-fields-widget>div .array-remove-button {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  border: 0px;
  background: #00000011;
  color: #FFF;
  padding: 0px 20px;
  cursor: pointer;
}

field-json>sf-form sf-list-of-fields-widget>div .array-remove-button:hover {
  background: #F00;
}

field-json>sf-form sf-list-of-fields-widget .array-add-button {
  background: #04529c;
  color: #FFF;
  border: 0px;
  padding: 10px 20px;
  cursor: pointer;
}

field-json>sf-form sf-list-of-fields-widget .array-add-button:hover {
  background: #0f6ac1;
}

kendo-dialog.SetContentProperty .k-content {
  overflow: hidden;
  padding: 0px;
}

kendo-dialog.SetContentProperty .k-content>div {
  display: flex;
  width: 100%;
  height: 100%;
}

set-property {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

set-property>div {
  flex: 1;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  padding: 16px;
}

set-property>.btn-success {
  display: inline-block;
  background: #0aa718;
  color: #FFF;
  padding: 8px 20px;
  margin-top: 0px;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

set-property>.btn-success:hover {
  background: #0c9d19;
}

kendo-dialog.SetContentProperty kendo-dialog-titlebar,
kendo-dialog.DownloadHistory kendo-dialog-titlebar {
  background: #04529c;
}

.contentPropertyIcon {
  position: absolute;
  color: #00000033;
  border-radius: 50px;
  font-size: 14px;
  padding: 5px;
}

.propertiesSettled {
  color: #04529c;
}

.contentPropertyIcon:hover {
  background: #04529c;
  color: #FFF;
}

folders li,
.fileList li {
  position: relative;
}

folders .contentPropertyIcon {
  left: 15px;
  top: 3px;
}

.fileList .contentPropertyIcon {
  right: 2px;
  top: 2px;
  z-index: 9;
}

.fav-container>div>div {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2px 5px;
}

.item-collection-config .item-collection-config-custom>div:last-child .custom-items thead {
  background: #0aa718;
}

.item-collection-config .item-collection-config-custom>div:last-child .custom-search-item {
  width: 30%;
  margin-left: 10px;
}

.item-collection-config .item-collection-config-custom>div:last-child .custom-search-item>div {
  background: #0a5e94;
}

.item-collection-config .item-collection-config-custom>div:last-child .custom-search-item thead {
  background: #0a70b1;
  color: #FFF;
}

.item-collection-config .item-collection-config-custom>div:last-child>div>div {
  background: #088814;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 10px;
}

.item-collection-config .item-collection-config-custom>div:last-child table {
  width: 100%;
  border: 0px !important;
  border-spacing: 0px;
  border-collapse: separate;
  text-align: left;
}

.item-collection-config .item-collection-config-custom>div:last-child table td,
.item-collection-config .item-collection-config-custom>div:last-child table th {
  padding: 5px;
}

.item-collection-config .item-collection-config-custom>div:last-child table th {
  color: #FFF;
}

.item-collection-config .item-collection-config-custom>div:last-child table tbody tr:nth-child(odd) {
  background: #f5f5f5;
}

.item-collection-config .item-collection-config-custom>div:last-child table tbody tr:hover td {
  background: #00000022 !important;
  cursor: pointer;
}

.item-collection-config .item-collection-config-custom>div:last-child>div.custom-search-item table td>div:first-child {
  font-weight: 600;
}

calendar-toolbar {
  display: flex;
  align-items: center;
}

calendar-toolbar>span {
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
}

div[daytimeviewitem],
div[monthviewitem] {
  padding-right: 0px !important;
  background: transparent;
}

div[daytimeviewitem].k-state-selected,
div[monthviewitem].k-state-selected {
  padding-right: 0px !important;
  background: transparent !important;
}

div[kendoscheduleragendalist] div>div {
  background: none !important;
}

div[kendoscheduleragendalist] tr>td:last-child.k-state-selected {
  background: #008fd8c4 !important;
}

div[daytimeviewitem]>div,
div[monthviewitem]>div {
  height: 100%;
  background: #008fd8c2;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-left: 8px solid #0072C6;
  cursor: pointer;
}

div[daytimeviewitem].k-state-selected>div,
div[monthviewitem].k-state-selected>div,
div[daytimeviewitem]>div:hover,
div[monthviewitem]>div:hover {
  opacity: 0.8;
}

app-calendar-appointment-default textarea {
  max-width: 100%;
  width: 100%;
  resize: none;
  font-size: 16px;
  font-family: "Helvetica", "Arial", sans-serif;
  border: 1px solid rgba(0, 0, 0, .12);
  padding: 3px;
  color: #424242;
  box-sizing: border-box;
}

app-calendar-appointment-default textarea:focus {
  outline: #0000001f;
  border-bottom: 2px solid #0000002f;
}

app-calendar-appointment-default kendo-dialog div.mdl-tabs>div {
  margin-top: 0px !important;
}

app-calendar-task>div.task-header {
  background: #0067b0;
  color: #FFF;
}

app-calendar-task>div.task-list>div:nth-child(odd) {
  background: #EDEDED;
}

app-calendar-task .mdl-grid {
  padding: 0px;
}

app-calendar-task .mdl-cell {
  margin: 0px;
}

app-calendar-appointment-default #appointment input[type=text],
app-calendar-appointment-default #appointment input[type=number],
app-calendar-appointment-default #appointment kendo-datetimepicker>span,
app-calendar-appointment-default #appointment kendo-dropdownlist>span,
app-calendar-appointment-default #task input[type=text],
app-calendar-appointment-default #task input[type=number] {
  border: 1px solid #00000022 !important;
  padding: 5px;
  box-sizing: border-box;
}

app-calendar-appointment-default #appointment kendo-datetimepicker>span,
app-calendar-appointment-default #appointment kendo-dropdownlist>span {
  padding: 0px;
}

app-calendar-appointment-default #appointment .event-options {
  display: flex;
  flex-direction: column;
}

app-calendar-appointment-default #appointment .event-options>div {
  margin-right: 20px;
}

app-calendar-appointment-default #appointment .event-options>div:nth-child(2) {
  display: flex;
}

app-calendar-appointment-default #appointment .event-options>div:nth-child(2)>label:first-child {
  margin-right: 30px;
}

app-calendar-appointment-default #appointment .recursive {
  border: 1px solid #00000022;
  padding: 0px;
  margin-top: -5px;
  margin-bottom: 30px;
}

app-calendar-appointment-default #appointment .recursive>label {
  border-right: 1px solid #00000033;
  padding-top: 0px;
}

app-calendar-appointment-default #appointment .recursive>label:last-child {
  border-right: 0px;
}

app-calendar-appointment-default #appointment .recursive>label:last-child>div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

app-calendar-appointment-default #appointment .recursive>label>span {
  display: none;
}

app-calendar-appointment-default #appointment .event-new-form>.event-form-left {
  flex: 1;
  padding-right: 50px;
}

app-calendar-appointment-default #appointment .event-new-form>.event-form-left .event-date {
  display: flex;
}

app-calendar-appointment-default #appointment .event-new-form>.event-form-right {
  width: 30%;
  background: #00000011;
  padding: 20px 20px 10px 20px;
  margin-top: -20px;
}

app-calendar-appointment-default .event-date>div.recursive-flag {
  width: 100%;
}

app-calendar-appointment-default .event-date>div.recursive-flag>label:first-child {
  padding-right: 40px;
}

app-calendar-appointment-default cron-editor .nav-tabs,
app-calendar-appointment-default cron-editor .nav-tabs>li {
  height: auto;
}

app-calendar-appointment-default cron-editor .nav-tabs>li {
  line-height: 18px !important;
}

app-calendar-appointment-default div.event-subject>div div {
  font-size: 14px;
  color: #424242;
}

app-calendar-appointment-default div.event-subject>div div nptext {
  color: #00000088
}

div[daytimeviewitem]>div.priority_1 i.material-icons {
  color: #0067b0 !important;
}

div[daytimeviewitem]>div.priority_2 i.material-icons {
  color: #F00 !important;
}


multi-day-view td:hover,
month-view td:hover {
  cursor: pointer;
  background: #00000010;
}


app-calendar-task>div>div:first-child {
  width: 100%;
  display: flex;
}

app-calendar-task>div>div:first-child>span {
  flex: 1;
}

app-calendar-task>div>div:first-child>div {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  color: rgb(255, 193, 7);
  margin-right: 15px;
}

app-calendar-task>div>div:first-child>div:hover {
  cursor: pointer !important;
  background: #00000022;
}

app-calendar-appointment-default .k-content {
  flex-wrap: nowrap;
}

app-calendar-appointment-default #appointment+div .mdl-tabs {
  margin-top: 20px;
}

app-calendar-appointment-default #appointment+div .mdl-tabs a {
  height: auto;
}

app-calendar-appointment-default #appointment+div .mdl-tabs a:after {
  background-color: #96c120 !important;
}

app-calendar-appointment-default #appointment+div .mdl-tabs__tab-bar {
  margin-bottom: 0px;
  height: 30px;
}

app-calendar-appointment-default #appointment+div .mdl-tabs__panel {
  border: 1px solid #00000033;
  border-top: 0px;
  padding: 10px 20px;
}

/* responsive */
@media screen and (max-width: 1024px) {
  app-catalog {
    margin-left: 0px;
    margin-right: 0px;
  }

  .product-list>.product-item {
    width: 50%;
    padding: 0px;
  }

  .product-list>.product-item:nth-child(even) {
    padding-left: 5px
  }

  .product-list>.product-item:nth-child(odd) {
    padding-right: 5px;
  }

  .product-list>.product-item .product-image {
    height: 125px;
  }

  .product-list {
    padding: 0px;
  }

  .fav-container>div>div:hover>span {
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }

  .search-background {
    left: 0;
    right: 0;
    top: 57px;
  }

  .fav-edit-icon:hover {
    color: green;
  }

  .search-background .searchBarFilters {
    display: none;
  }

  .fav-delt-icon:hover {
    color: red;
  }

  .favoriteButtonContainer {
    padding: 0px !important;
  }

  .favoriteButtonContainer>div {
    margin-right: 2px !important;
  }

  .favoriteButtonContainer>div>button {
    background: #ffa500 !important;
  }

  .favoriteButtonContainer>div>button+.item-card {
    position: absolute;
    width: 600px;
    height: 300px;
    right: 5px;
    margin-top: 15px;
    padding: 10px;
    overflow: visible;
  }

  .favoriteButtonContainer>div>button+.item-card:before {
    position: absolute;
    top: -5px;
    right: calc(50% - 30px);
    content: '';
    background: #FFF;
    width: 24px;
    height: 16px;
    -ms-transform: rotate(75deg);
    /* IE 9 */
    -webkit-transform: rotate(75deg);
    /* Chrome, Safari, Opera */
    transform: rotate(75deg);
    clip-path: polygon(0 0, 0% 10%, 30% 100%, 45% 20%);
  }

  .favoriteButtonContainer>div>button+.item-card>div {
    display: flex;
    overflow: auto;
    overflow-x: hidden;
  }

  .favoriteButtonContainer>div>button+.item-card>div>div {
    width: 50%;
    padding-top: 30px;
  }

  .favoriteButtonContainer>div>button+.item-card>div>div>div {
    cursor: pointer;
  }

  .favoriteButtonContainer>div>button+.item-card>div>div>label {
    background: #0067b0;
    border: 0px solid #FFF;
    border-bottom: 0px;
    margin: 0px;
    margin-top: -30px;
    color: #FFF;
    display: block;
    padding: 5px 10px;
    position: fixed;
    width: 257px;
  }

  .favoriteButtonContainer>div>button+.item-card>div>div:first-child {
    margin-right: 10px;
  }

  .favoriteButtonContainer>div>button+.item-card>div>div>div>div {
    display: flex;
    padding: 10px;
    line-height: 14px;
    width: 257px;
  }

  .favoriteButtonContainer>div>button+.item-card>div>div>div>div:hover {
    background: #00000011;
  }

  .favoriteButtonContainer>div>button+.item-card>div>div>div>div:before {
    font-family: 'WebComponentsIcons';
    content: '\e014';
  }

  .npGridFavoriteFilter .favoriteButtonContainer>div>button>span:nth-child(2) {
    display: none;
  }

  .npGridFavoriteFilter .favoriteButtonContainer>div>button {
    background: transparent !important;
    width: 100%;
    min-width: unset !important;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 3px;
    color: #FFF;
    height: 30px;
    line-height: 30px;
  }

  .npGridFavoriteFilter .favoriteButtonContainer>div>button+.item-card {
    position: fixed;
    left: unset !important;
    right: unset !important;
    margin-left: 10px !important;
    color: #000;
    min-width: 30%;
    padding: 20px;
    z-index: 9999;
  }

  .favoriteStar {
    cursor: pointer;
    color: orange;
  }

  .favoriteStar.subjectFavorite {
    color: lightseagreen;
  }

  .favoriteStarOutline {
    cursor: pointer;
  }

  document-new-items-default-component kendo-grid colgroup col:first-child {
    width: unset !important;
  }

  .closeFavoriteDiv {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #FFF;
    box-shadow: 2px -2px 2px #00000033;
    color: #00000099;
    border-radius: 50px;
    padding: 5px;
    cursor: pointer;
    z-index: 999999;
  }

  .closeFavoriteDiv:hover {
    color: #0067b0;
  }

  .product-card .product-image-container {
    position: relative;
  }

  app-catalog-item .favoriteButton,
  .product-card .product-image-container .favoriteButton {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 999999;
  }

  .item-card .mdl-card__title.product-image {
    padding: 0px;
    margin: 0px;
    margin-bottom: 0px;
  }

  .favoriteButtonContainer i.material-icons {
    margin-right: 3px;
  }

  mdl-snackbar-component.newLineEnabled,
  mdl-snackbar-component.newLineEnabled * {
    white-space: pre-wrap
  }

  .cdk-drag.accordion[style*='webkit-tap-highlight-color']>*:not(a) {
    display: none;
  }

  .cdk-drag.accordion[style*='webkit-tap-highlight-color']>a {
    display: flex !important;
    align-items: center !important;
    font-size: 12px !important;
  }

  .lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin-top: 50px;
    margin-left: calc(50% - 42px);
    margin-bottom: 50px;
  }

  .lds-ripple div {
    position: absolute;
    border: 4px solid #00000055;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }

  .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
  }

  @keyframes lds-ripple {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }

    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
  }
}

.orderNotes {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgb(221, 221, 221);
  padding: 8px;
}

.vatDetailItem {
  background: #00000033;
  padding: 10px;
  margin-top: 10px;
}

variants-exclusion-details #variants>div>ul>li:last-child .k-multiselect-wrap,
variants-exclusion-details #variants>div>ul>li:last-child .k-multiselect-wrap:hover {
  background: #FFFFFF33 !important;
  border: 0px;
  padding-bottom: 1px;
}

variants-exclusion-details #variants>div>ul>li:last-child kendo-taglist li {
  background: #00000033;
  color: #FFF;
}

variants-exclusion-details #variants>div>ul>li:last-child kendo-multiselect .k-clear-value {
  display: none;
}

.CookieBotDetails .details-fields {
  display: flex;
  flex-wrap: wrap;
}

.CookieBotDetails .details-fields>div.cbFieldName {
  flex-basis: 100%;
}

.CookieBotDetails .details-fields>div.cbToDate {
  flex-basis: 70%;
}

.CookieBotDetails .details-fields>div.cbNotes {
  flex-basis: 70%;
}

.CookieBotDetails .details-fields>div.cbNotes>div>field,
.CookieBotDetails .details-fields>div.cbNotes>div>field>*,
.CookieBotDetails .details-fields>div.cbNotes>div>field>*>*,
.CookieBotDetails .details-fields>div.cbNotes>div>field>*>*>* {
  width: 100%;
}

.SslDetails .details-fields {
  display: flex;
  flex-wrap: wrap;
}

.SslDetails .details-fields>div.cbAlias:nth-child(4) {
  flex-basis: 30%;
}

.SslDetails .details-fields>div.cbNotes {
  flex-basis: 70%;
}

.SslDetails .details-fields>div.cbNotes>div>field,
.SslDetails .details-fields>div.cbNotes>div>field>*,
.SslDetails .details-fields>div.cbNotes>div>field>*>*,
.SslDetails .details-fields>div.cbNotes>div>field>*>*>* {
  width: 100%;
}

.NotExpiring .ExpirationCell,
.ddlCustomItemBackground.NotExpiring {
  background: #0aa718;
  color: #FFF;
}

.Expiring .ExpirationCell,
.ddlCustomItemBackground.Expiring {
  background: #e7b20a;
  color: #FFF;
}

.AlmostExpiring .ExpirationCell,
.ddlCustomItemBackground.AlmostExpiring {
  background: #e77e0a;
  color: #FFF;
}

.ExpireTomorrow .ExpirationCell,
.ddlCustomItemBackground.ExpireTomorrow {
  background: #F00;
  color: #FFF;
}

.Expired .ExpirationCell,
.ddlCustomItemBackground.Expired {
  background: #cf0082;
  color: #FFF;
}

.ddlCustomItemBackground {
  margin: -2px -6px;
  padding: 2px 6px;
  display: block;
  width: 100%;
}

.cartSendButtons {
  display: flex;
  align-items: center;
  justify-content: right;
}

.btn-notifybeforesenddoc {
  float: none;
  margin-top: 60px;
  height: auto;
  line-height: 50px;
  padding: 10px 100px;
  background: #48c7bd !important;
}

.notificationMailCC input {
  margin-top: 30px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  border: 1px solid #00000055;
  border-radius: 5px;
  color: #000000CC;
}

.notificationMailCC input::-webkit-input-placeholder {
  color: #00000044;
}

.mfaActivationProvider .qrCode {
  max-width: 100% !important;
  background: none;
}

.translationTool>np-grid td.languageCell input[type="text"] {
  width: 100%;
  text-align: left;
}

.savedGridField {
  position: relative;
}

.savedGridField:before {
  opacity: 0;
}

.savedGridField.fieldHasBeenSaved:before {
  content: 'Salvato';
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 7px;
  padding-left: 50px;
  background: #12ac12;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c9de96+0,398235+100&0+0,1+100,0+100 */
  background: -moz-linear-gradient(left, #FFF 0%, #12ac12 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #FFF 0%, #12ac12 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #FFF 0%, #12ac12 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#12ac12', GradientType=1);
  /* IE6-9 */

  color: #FFF;
  -webkit-animation: instantMessage 3s linear;
  animation: instantMessage 3s linear;
}

@keyframes instantMessage {
  0% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }
}

.app-layout.drawer-small .app-drawer:not(:hover) .impersonateInfo {
  display: none;
}

.app-layout:not(.drawer-small) .impersonateIcon,
.app-layout.drawer-small .app-drawer:hover .impersonateIcon {
  top: -10px;
  left: 30px;
}

.sendingOrder {
  text-align: center;
  padding: 10px;
}

.periodToDate {
  font-style: italic;
  color: #00000099;
}

np-grid tr:hover a.download-pdf-link {
  color: #000000AA;
}

np-grid a.download-pdf-link:hover {
  color: #000000 !important;
}


.productCartRules>ul>li.satisfied {
  color: #18ad18;
  font-weight: bold;
  list-style-type: none;
}

.productCartRules>ul>li.satisfied>b {
  display: none;
}

.productCartRules>ul>li.satisfied:before {
  content: "\2713";
  margin-left: 0;
  margin-right: 7px;
}

.productCartRules>ul {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 20px;
  list-style: none;
  padding-left: 0;
  color: #f00;
}

.productCartRules>div {
  font-weight: bold;
  text-transform: uppercase;
  display: none;
}

.productCartRules {
  background: #f9f9d2;
  box-shadow: 0 0 3px #0003;
  padding: 10px 20px;
  margin-bottom: 20px;
}

button.disableAdding,
.cart-bottom>div .mdl-button.disableAdding {
  pointer-events: none;
  opacity: 0.7;
}


.productCartRulesBottom {
  text-align: right;
  color: #f00;
  font-size: 12px;
  font-weight: bold;
  margin-top: 60px;
  padding-right: 10px;
}

.productCartRulesBottom>div.satisfied {
  display: none;
}

.productSpecificationAttribute {
  display: none;
}

.disableAdding {
  background: #f9f9d2;
}

.productCartErrorMinItemQty {
  font-size: 12px;
  color: #F00;
}

.estimateStatus {
  float: right;
  display: flex;
  flex-direction: column;
  text-align: right;
  font-weight: 600;
  color: #00000099;
  font-style: italic;
  background: #00000011;
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 0px;
  line-height: 16px;
}

.estimateStatus > span:last-child:before {
  display: inline-block;
  font-family: "Material Icons";
  line-height: 10px;
  margin: 0px 3px 0px 0px;
  font-style: normal;
  
  -ms-transform: translateY(1px);
  /* IE 9 */
  -webkit-transform: translateY(1px);
  /* Safari */
  transform: translateY(1px);
}

.estimateStatus_WFV {
  color: #F60;
}

.estimateStatus_EDT {
  color: #2196F3;
}

.estimateStatus_CTO {
  color: #4CAF50;
}

.estimateStatus .estimateStatus_WFV:before {
  content: 'hourglass_empty';
}

.estimateStatus .estimateStatus_EDT:before {
  content: 'border_color';
}

.estimateStatus .estimateStatus_CTO:before {
  content: 'done_all';
}

.estimateStatus .estimateStatus_CMP:before {
  content: 'check';
}

.createDocumentRevisionButton {
  margin-left: 10px;
}

.createDocumentRevisionButton > nptext > span,
.createDocumentRevisionButton > nptext > span p {
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 14px;
  margin: 0px;
}

.createDocumentRevisionButton > nptext > span span {
  font-size: 11px;
  color: #FFFFFF99;
}

document-new > .readonlyMode .priceInputField,
document-new > .readonlyMode .qtyBox {
  position: relative;
}

document-new > .readonlyMode .priceInputField:before,
document-new > .readonlyMode .cartRowType:before,
document-new > .readonlyMode .qtyBox:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: #FFFFFF00;
  z-index: 9;
}

document-new > .readonlyMode .gridButtons np-popup-button,
document-new > .readonlyMode .cartButtons > div {
  display: none;
}

document-new > .readonlyMode .gridButtons:before,
document-new > .readonlyMode .cartButtons:before,
document-new > .readonlyMode #document-confirm .mdl-textfield:before {
  content: 'Crea una revisione per poter apportare modifiche';
}

document-new > .readonlyMode #document-confirm .mdl-textfield:before {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 12px;
}

document-new div[kendodialogcontainer] + kendo-dialog kendo-dialog-actions > button:last-child,
.btn-convert-estimate-to-order {
  background: #16a718 !important;
  color: #FFF !important;
}

.revisionList + .document-tools {
  margin-top: 30px;
}

.revisionList {
  display: flex;
  margin: -20px -20px 19px -20px;
}

.revisionList > div {
  padding: 8px 20px 8px 30px;
  position: relative;
  cursor: pointer;
}

.revisionList > div:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  border: 1px solid #00000033;
  border-bottom: 0px;
  border-left: 0px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  top: 4px;
  right: -13px;
}

.revisionList > div.selected:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  border: 1px solid #00000033;
  border-bottom: 0px;
  border-left: 0px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  top: 4px;
  left: -13px;
  background: #f5f5f5;
}

.revisionList > div.selected:after,
.revisionList > div.selected {
  background: #d3002c;
  color: #FFF;
}

.revisionList > div.selected:first-child:before {
  display: none;
}

button.showDocumentRevisionButton {
  margin-left: 5px;
  width: 100px;
  white-space: unset !important;
  text-align: left !important;
  line-height: 14px;
}

kendo-dialog .revisionList {
  margin-top: 0px;
  background: #f5f5f5;
}

kendo-dialog document-details-default {
  display: block;
  margin: 0px 20px;
}

kendo-dialog document-details-default entity-details .entityDetails {
  box-shadow: none !important;
  border: 1px solid #00000033;
  border-left: 0px;
  border-right: 0px;
}

kendo-dialog .revisionList > div.selected:before {
  top: 4px;
}

kendo-dialog .revisionList > div:after {
  top: 4px;
}

kendo-dialog .revisionList > div {
  padding: 9px 20px 9px 30px;
}

.header-title-text > span {
  display: flex;
  align-items: center;
}

.header-title-text span[class*='lockType_'] {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.header-title-text .lockType_0 {
  display: none !important;
}

.header-title-text .lockType_1 {
  background: #F60;
  color: #FFF !important;
}

kendo-dialog .document-tools .btn-back {
  display: none;
}

np-grid.checkboxSelectionMode:not(.checkboxSelectionInLastCol) kendo-grid colgroup col:last-child {
  width: unset !important;
}

np-grid.checkboxSelectionMode.checkboxSelectionInLastCol kendo-grid colgroup col:first-child {
  width: unset !important;
}

np-grid.checkboxSelectionMode kendo-grid .k-checkbox {
  opacity: 1;
}

.reorder-buttons {
  display: flex;
  position: absolute;
  top: 0px;
  right: 100px;
  transition: 0.3s;
}

.reorderMode .reorder-buttons {
  right: 0px;
  top: 60px;
}

.reorder-buttons > button {
  margin-left: 10px;
}

.document-tools:not(.reorderMode) .btn-reorder,
.btn-reorder.btn-add-to-cart {
  background: #0aa718 !important;
}

.document-tools:not(.reorderMode) .btn-reorder *,
.btn-reorder.btn-add-to-cart * {
  color: #FFF !important;
}

qty-um-selection > div {
  display: flex;
}

qty-um-selection > div select {
  background: #16b3d7;
  color: #FFF !important;
  font-size: 12px;
  padding: 7px 0px 7px 3px;
  margin-left: 3px;
  cursor: pointer;
}

qty-um-selection > div select:hover {
  background: #0f97b7;
}

qty-um-selection > div select option {
  color: #333 !important;
  background: #FFF !important;
}

qty-um-selection > div select option:nth-child(even) {
  background: #EFEFEF !important;
}

qty-um-selection > div .readonlyUm {
  background: #00000033;
  margin-left: 3px;
  line-height: 30px;
  width: 30px;
  text-align: center;
}

dashboard-default .card-buttons .mdl-button {
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

subject-details entity-details .mdl-grid {
  width: 100%;
}

.cartContainer {
  display: flex;
  width: 100%;
}

.cartContainer > div {
  flex: 1;
}

.cartContainer > app-zone {
  width: 400px;
}

@media screen and (max-width:1180px) {
  document-new-items-default-component .gridButtons button > span:not(.k-icon) {
    display: none;
  }
  
  document-new-items-default-component .gridButtons button > span.k-icon {
    margin-right: 0px;
    margin-left: 0px;
    padding: 2px 2px 1px 2px;
  }

  document-new-items-default-component colgroup col:nth-child(6) {
    width: 80px !important;
  }

  document-new-items-default-component colgroup col:nth-child(9) {
    width: 80px !important;
  }
}

@media screen and (max-width:1024px) {
  .chartTypeButtons button > span:not(.k-icon) {
    display: none;
  }

  subject-details-default .mdl-tabs__tab {
    padding: 0px 15px;
  }

  .pageContent.scrolled .mdl-tabs__tab-bar {
    left: 0px;
    right: 0px;
    top: 45px;
  }
  
  .chartTypeButtons button > span.k-icon {
    margin-right: 0px;
    margin-left: 0px;
    padding: 2px 6px;
  }
}

@media screen and (max-width:767px) {
  document-new .k-grid.cartGrid tbody tr td.qtyCartField.cartUsingQtyUmSelection .qtyBox,
  document-new .k-grid.cartGrid tbody tr td.qtyCartField.cartUsingQtyUmSelection qty-um-selection {
    width: 100%;
  }

  document-new .k-grid.cartGrid tbody tr td.qtyCartField.cartUsingQtyUmSelection {
    max-width: 170px;
  }

  document-new .k-grid.cartGrid tbody tr td.qtyCartField.cartUsingQtyUmSelection .qtyUmContainer > span:not(:last-child) {
    width: unset !important;
  }

  document-new .k-grid.cartGrid tbody tr td.qtyCartField.cartUsingQtyUmSelection .qtyUmContainer > span:last-child {
    flex: 1;
  }

  subject-details-default > .npTooltip {
    float: none !important;
  }

  subject-details-default > .npTooltip > button {
    position: static;
    margin: 0px;
    margin-top: -50px;
    width: 100%;
  }

  subject-details-default > .npTooltip + .mdl-tabs {
    margin-top: 50px;
  }

  .document-tools button > nptext {
    display: none !important;
  }

  .document-tools button > span.k-icon {
    margin: 0px;
  }

  .document-tools:not(.reorderMode) .reorder-buttons {
    right: 45px;
  }
}

app-menu-management {
  display: flex;
  width: 100%;
  height: calc(100% - 50px);
}

app-menu-management .menu-management .liSelected {
  background: #008fd855;
}

app-menu-management .menu-management .availableMenuItems .liSelected {
  background: #96c12055;
}

.smallLoading {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}

.smallLoading div {
  position: absolute;
  border: 2px solid #00000055;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple-small-loading 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.smallLoading div:nth-child(2) {
  animation-delay: -1s;
}

@keyframes lds-ripple-small-loading {
  0% {
    top: 10px;
    left: 10px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    opacity: 0;
  }
}

item-selector .k-checkbox {
  opacity: 1;
  border: 1px solid #00000055;
}

item-selector kendo-grid colgroup col:last-child {
  width: 50px;
}

subject-stock-report kendo-grid th > *,
dues-management-report kendo-grid th > * {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap;
  display: block;
  width: 100% !important;
}

subject-stock-report kendo-grid th {
  border-right: 1px solid #FFFFFF55 !important;
  border-bottom: 1px solid #FFFFFF55 !important;
  text-align: center !important;
}

subject-stock-report kendo-grid thead > tr:first-child th[rowspan='1'] {
  color: #FF0;
  text-transform: uppercase;
}

subject-stock-report kendo-grid kendo-grid-filter-cell-operators > button {
  display: none !important;
}

subject-stock-report kendo-grid kendo-grid-filter-wrapper-cell {
  padding-right: 0px !important;
}

subject-stock-report {
  display: flex;
}

subject-stock-report kendo-grid colgroup col {
  min-width: 120px !important;
}

subject-stock-report kendo-grid colgroup col:nth-child(2) {
  width: 200px;
}

subject-stock-report kendo-grid table.k-grid-table tbody tr td.subjectStockStatus > div,
dues-management-report kendo-grid table.k-grid-table tbody tr td.duesManagementStatus > div {
  cursor: pointer;
  margin: -8px -12px;
  padding: 8px 12px;
}

dues-management-report kendo-grid table.k-grid-table tbody tr td.duesManagementStatus > div {
  padding: 16px 12px;
}

subject-stock-report kendo-grid table.k-grid-table tbody tr td.subjectStockStatus > div:hover,
dues-management-report kendo-grid table.k-grid-table tbody tr td.duesManagementStatus > div:hover {
  background: #008fd833;
}

.JSONObjectEditable > div {
  display: flex;
  flex-direction: column;
}

.JSONObjectEditable > div > div {
  margin-bottom: 5px;
}

.JSONObjectEditable > div > div:last-child {
  background: #0aa718;
  color: #FFF;
  text-align: center;
  padding: 8px 0px;
  cursor: pointer;
}

.JSONObjectEditable > div > div:last-child:hover {
  background: #079213;
}

.JSONObjectEditable > div > div:not(:last-child) {
  background: #00000022;
  display: flex;
  align-items: center;
}

.JSONObjectEditable > div > div:not(:last-child) > span:first-child {
  padding: 0px 5px;
  min-width: 33px;
}

.JSONObjectEditable > div > div:not(:last-child) > span:last-child {
  flex: 1;
}

.JSONObjectEditable > div > div:not(:last-child) > span:last-child input {
  width: 100%;
  text-align: left;
}

.lpiData {
  text-transform: uppercase;
  font-size: 11px !important;
  font-weight: bold;
  color: #d3002c;
}

.chartsContainer .mdl-card {
  width: 100%;
}

.chartsContainer > div {
  margin-bottom: 20px;
}

.chartsContainer > div,
.chartsContainer > div > div {
  display: flex;
  flex-direction: column;
}

.chartsContainer > div > div {
  flex: 1;
}

.mdl-card.nonChartArea {
  text-align: center;
  align-items: center;
  justify-content: center;
}

.mdl-card.nonChartArea > div {
  display: flex;
  flex-direction: column;
}

.mdl-card.nonChartArea > div > span:first-child {
  font-size: 100px;
  line-height: 168px;
  font-weight: 200;
  color: #8ba3d4;
}

.mdl-card.nonChartArea > div > span:last-child {
  color: #000000AA;
}

.counterOrderWebSimulationContent,
.counterOrderWebSimulationContent > div {
  display: flex;
  flex-direction: column;
}

.counterOrderWebSimulationContent > div {
  margin: 0px 20px 20px 20px;
}

.counterOrderWebSimulationContent > div > span:first-child {
  font-size: 50px;
  line-height: 80px;
  font-weight: 200;
  color: #8ba3d4;
}

.counterOrderWebSimulationContent > div:first-child > span:nth-child(2) {
  color: #8ba3d4;
  font-weight: 800;
  margin-bottom: 5px;
}

.counterOrderWebSimulationContent > div > span:last-child {
  color: #000000AA;
}

.counterOrderWebSimulationContent > div > span:last-child ul {
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  margin-left: 80px;
}

.timeUm {
  font-size: 14px;
  font-weight: 400;
}

dashboard-default order-stats np-grid.hideGrid .gridArea {
  display: none;
}

.duesManagementDialogContent > div:first-child > div > span > span {
  display: flex;
  align-items: center;
}

.duesManagementReportContainer .duesManagementReportResults #stdDueDate kendo-grid colgroup col {
  min-width: 120px;
}

.duesManagementReportContainer .duesManagementReportResults #stdDueDate kendo-grid colgroup col:nth-child(1) {
  width: 300px;
}

.duesManagementReportContainer .duesManagementReportResults #stdDueDate kendo-grid thead tr:first-child th[colspan="1"],
.duesManagementReportContainer .duesManagementReportResults #stdDueDate kendo-grid thead th[colspan="1"] {
  text-align: center;
}

.duesManagementReportContainer .duesManagementReportResults #stdDueDate kendo-grid thead tr:first-child th[colspan="1"]:first-child {
  text-align: left;
}

.duesManagementReportContainer .duesManagementReportResults #stdDueDate kendo-grid table {
  border-color: #FFFFFF55 !important;
}

.duesManagementReportContainer .duesManagementReportResults #stdDueDate kendo-grid thead tr:first-child th:not(:first-child) {
  color: #FF0 !important;
  text-transform: uppercase;
}

.duesManagementDialogContent .mdl-textfield {
  width: 100%;
}

.duesManagementDialogContent .mdl-textfield input[type='date'] {
  width: 200px;
  border: 1px solid #00000055;
  padding: 5px;
}

.duesManagementDialogContent textarea,
.taskEditor {
  width: 100%;
  height: 100px;
  border: 1px solid #00000055;
}

.duesManagementDialogContent .mdl-textfield label {
  font-weight: bold;
  font-size: 13px !important;
  color: #008fd8 !important;
}

.duesManagementReportContainer .duesManagementReportResults kendo-grid tbody td > div {
  position: relative;
}

.duesManagementReportContainer .duesManagementReportResults kendo-grid tbody td > div .childCellDate {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 6px;
  text-align: center;
}

.duesManagementReportContainer .duesManagementReportResults kendo-grid .k-grid-header-wrap,
.duesManagementReportContainer .duesManagementReportResults kendo-grid tbody td {
  overflow: visible !important;
}

.duesManagementReportContainer .duesManagementReportResults kendo-grid .k-grid-header-wrap td .npTooltip > span,
.duesManagementReportContainer .duesManagementReportResults kendo-grid tbody td .npTooltip > span {
  font-size: 14px;
}

task-editor kendo-buttongroup button > span {
  display: flex !important;
  align-items: center;
}

task-editor kendo-buttongroup button.k-state-selected {
  background: #0aa718 !important;
}

tr.IsExpired td {
  color: #F00 !important;
}
.k-event > div.IsExpired {
  background: #F00;
  border-left-color: #C00;
}

tr.IsExpiring td {
  color: #ffa800 !important;
}
.k-event > div.IsExpiring {
  background: #ffa800;
  border-left-color: #bc7c00;
}

tr.IsExpiring td.dueDateCell:before {
  content: 'alarm_on';
  float: right;
  font-family: "Material Icons";
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga'1;
  display: none;
}

tr.IsExpired td.dueDateCell:before {
  content: 'warning';
  float: right;
  font-family: "Material Icons";
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga'1;
  display: none;
}

.duesManagementStatus .expired:before,
.duesManagementStatus .expiring:before {
  font-family: "Material Icons";
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga'1;
  text-align: right;
  padding: 5px;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.duesManagementStatus .expired:before {
  border: 1px solid #F00;
  color: #F00;
  content: 'warning';
}

.duesManagementStatus .expiring:before {
  border: 1px solid #ffa800;
  color: #ffa800;
  content: 'alarm_on';
}

@media screen and (max-width:781px) {
  /*kendo-pager */
  
  /*aggiugno un po' di spazio fra la select e il sotto */
  .k-pager-wrap .k-pager-sizes .k-dropdown, .k-pager-wrap .k-pager-sizes{
    margin: 6px 0px;
    }
  
  /*nascondi il numero delle pagine*/
    kendo-pager.k-pager-wrap .k-pager-numbers{
    display: none;
  }
  
  /*ho aggiunto margine sopra e sotto i risultati per la pagine*/
  select.k-dropdown{
   margin: 15px 0px;
  }
  
  kendo-pager kendo-pager-prev-buttons .k-pager-first,
  kendo-pager kendo-pager-next-buttons .k-pager-last {
    display: none !important;
  }
  
  kendo-pager kendo-pager-prev-buttons > span:last-child,
  kendo-pager kendo-pager-next-buttons > span:first-child {
    padding: 8px !important;
    margin:0px 3px;
  }
  
  kendo-pager kendo-pager-prev-buttons > span:last-child .k-icon,
  kendo-pager kendo-pager-next-buttons > span:first-child .k-icon {
    color: #fff;
  }
  
  kendo-pager-numeric-buttons > .kendo-pager-numeric-buttons {
     margin: 0px 2px;
   }
  
  kendo-pager {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
  }
  
  kendo-pager kendo-pager-page-sizes {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
  }
  
  kendo-pager.k-pager-wrap .k-pager-info {
    justify-content: center;
  }
  /*kendo-pager */
}

dynamic-grid kendo-grid colgroup col[style*="width:"]:first-child {
  width: unset !important;
}

kendo-pager-numeric-buttons > select {
  display: none !important;
}

.pageNumberContainer > span {
    margin: 0px 3px;
}

.pageNumberContainer input {
  max-width: 40px;
  height: 36px;
  text-align: center;
  -ms-transform: translateY(1px);
  /* IE 9 */
  -webkit-transform: translateY(1px);
  /* Safari */
  transform: translateY(1px);
  margin-left: 5px;
  margin-right: 5px;
  border: 0px;
  background: #00000033;
}

/* Chrome, Safari, Edge, Opera */
.pageNumberContainer input::-webkit-outer-spin-button,
.pageNumberContainer input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.pageNumberContainer input[type=number] {
  -moz-appearance: textfield;
}

document-new .OrderMessage .dialogMessageErrors {
  color: #F60;
}

.isFieldTitle .mdl-textfield {
  margin-top: 20px;
  margin-bottom: 0px;
}

.isFieldTitle .mdl-textfield > *:not(.mdl-textfield__label) {
  display: none;
}

.isFieldTitle .mdl-textfield > .mdl-textfield__label nptext {
  display: block;
  font-size: 18px;
  margin-top: 0px;
  color: #333 !important;
  text-transform: uppercase;
  border-bottom: 0px solid #00000011;
}

entity-details .details-fields field .mdl-textfield__label {
  font-size: 14px !important;
}

app-dialog .dialogConfirmLoading {
  display: none;
}

dues-management-calendar kendo-scheduler-toolbar .k-multiselect-wrap {
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  background: #00000011 !important;
  border: 0px !important;
}

dues-management-calendar kendo-scheduler-toolbar .k-multiselect-wrap .k-clear-value {
  display: none !important;
}

dues-management-calendar kendo-scheduler-toolbar {
  overflow: visible !important;
}

dues-management-calendar kendo-scheduler-toolbar .toolbarSelectors {
  display: flex;
}

dues-management-calendar kendo-scheduler-toolbar .toolbarSelectors > div {
  margin-right: 10px;
  display: flex;
}

dues-management-calendar kendo-scheduler-toolbar .toolbarSelectors select {
  border: 0px;
  background: #00000011;
  font-size: 13px;
}

dues-management-calendar .k-more-events > .k-icon {
  transform: unset !important;
}

dues-management-calendar kendo-scheduler-toolbar > div:first-child {
  min-width: 252px;
}

dues-management-calendar kendo-scheduler-toolbar > div:first-child > a:last-child {
  flex: 1;
}

dues-management-calendar kendo-scheduler-toolbar .subjectCategorySelector select {
  max-width: 250px;
}

dues-management-calendar kendo-scheduler-toolbar .templateSelector select {
  max-width: 250px;
}

extra-field-list .mdl-layout__title {
  width: 100%;
}

extra-field-list .k-button.add {
  float: right;
}

extra-field-list kendo-grid col:last-child {
  width: 300px !important;
}

extra-field-info .np-tabs {
  flex-direction: column;
}

data-importer .uploadAreaIntro {
    background: #196bb9;
    color: #FFF;
    padding: 30px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 300;
}

data-importer kendo-upload,
data-importer kendo-upload > div {
    background: #196bb922 !important;
}



app-catalog-list .two-column-layout>div .product-list[type='list'],
app-catalog-list .two-column-layout>div .product-list[type='list'] .product-item {
  padding: 0;
}

app-catalog-list .two-column-layout>div .product-list[type='list'],
app-catalog-list .two-column-layout>div .product-list[type='list'] .product-item {
  padding: 0;
}

.product-list[type='list'] .product-item {
  width: 100%;
  padding: 0px;
}

app-catalog-item-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.catalog-item-grid-header {
  /* display: flex; */
  width: 100%;
  background: #4b4c4f;
  color: #FFF;
  font-size: 13px;
  font-size: 13px;
  line-height: 15px;
}

.catalog-item-grid-header > div,
.catalog-item-grid-row > div {
  margin: 0px !important;
  padding: 5px;
}

.catalog-item-grid-header > div {
  padding: 10px 5px;
}

.catalog-item-grid-row > div:last-child  product-add-to-cart > .addToCartBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 0px;
}

.catalog-item-grid-row > div:first-child {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.catalog-item-grid-row > div:first-child .ribbon {
  line-height: 14px;
  padding: 2px;
  font-size: 10px;
}

.catalog-item-grid-header > div:nth-last-child(-n+2),
.catalog-item-grid-row > div:nth-last-child(-n+2) {
  width: 12.5%;
}

.catalog-item-grid-row {
  display: flex;
  width: 100%;
}

.product-list[type='list'] {
  padding: 0px;
}

.product-list[type='list'] .product-item:nth-child(odd) app-catalog-item-list > .catalog-item-grid-row {
  background: #FFF;
}

app-catalog-item-list .product-image {
  height: auto !important;
  max-height: 75px;
  /* margin: 0 auto; */
  min-height: 75px;
  /* text-align: center; */
}

app-catalog-item-list .addToCartBox>div:first-child {
  display: none;
}

app-catalog-item-list .addToCartBox .btn-add-to-cart .addToCartText {
  display: none;
}

/*
.catalog-item-grid-row * {
  font-size: 12px;  
}*/

.catalog-item-grid-row .availString > div > nptext {
  display: none;
}

.catalog-item-grid-header > div.stock {
  display: flex;
}

.catalog-item-grid-header > div.stock > div,
.catalog-item-grid-row .availString > div:not(.simple-availString) {
  width: 25%;
  text-align: center;
}

.catalog-item-grid-row .availString > div:not(.simple-availString) > span  {
  min-width: 64px;
  width: min-content;
}

.catalog-item-grid-row .availString > div.simple-availString {
  display: none;
}

.catalog-item-grid-row .availString > div > span {
  display: inline-flex;
  justify-content: center;
}

.catalog-item-grid-row .availString {
  display: flex;
  margin-top: 0px;
}

.catalog-item-grid-row .addToCartBox>div.qtyBoxContainer>div:first-child:before {
  content: '';
}

.catalog-item-grid-row .itemCode {
  font-weight: 700;
}

.catalog-item-grid-row .itemCode + div {
  line-height: 15px;
}

.catalog-item-grid-row .addToCartBox>div:nth-child(2)>div kendo-numerictextbox {
  width: 75px;
  height: 36px;
}

.catalog-item-grid-row .item-add-to-cart .addToCartBox .btn-add-to-cart {
  min-width: unset;
}

@media screen and (max-width: 1024px) {
  app-catalog-list .two-column-layout>div .product-list[type='list'] {
    margin-left: 0px;
  }
}

@media screen and (max-width: 789px) {
  app-catalog-list .two-column-layout>div .product-list[type='list'] {
    margin: 0;
  }

  .product-list[type='list'] .product-item app-catalog-item-list > .catalog-item-grid-row {
    background: #FFF;
  }

  .product-list[type='list'] .product-item {
    margin-bottom: 12px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);    
  }
  

  app-catalog-list .two-column-layout>div .product-list[type='list'] {
    box-shadow: none;
  }
}


.aiPromptArea {
  display: none;
  position: fixed;
  top: 65px;
  left: 240px;
  right: 0px;
  bottom: 0px;
  background: #008fd8;
  z-index: 999 !important;
}

.drawer-small .aiPromptArea {
  left: 60px
}

.aiPromptArea.active {
  display: block;
}

header .aiMicrophoneButton {
  background: none;
  border: 0px;
  cursor: pointer;
  font-weight: 300;
  margin-right: 15px;
  background: radial-gradient(circle at 10px 10px, #bfd8e4, #008fd8);
  border-radius: 50px;
  display: inline-block;
  width: 31px;
  text-align: center;
  box-shadow: 1px 1px 2px #0067b0;
  transition: 0.3s;
  position: relative;
}

header .aiMicrophoneButton:hover {
  width: 46px;
  padding-left: 3px;
  background: radial-gradient(circle at 10px 10px, #dbe4e8, #0071ab);
}

header .aiMicrophoneButton:before {
  font-family: "Material Symbols Outlined";
  content: '\f83e';
  font-size: 24px;
  margin-left: -2px;
  transition: 0.3s;
}

header .aiMicrophoneButton:hover:before {
  margin-left: 3px;
}

header .aiMicrophoneButton:after {
  content: '';
  position: absolute;
  background: radial-gradient(circle at 1px 1px, #FFFFFFCC, transparent);
  top: 5px;
  left: 5px;
  bottom: 14px;
  right: 14px;
  border-radius: 50px;
}

header .aiMicrophoneButton:hover:after {
  background: radial-gradient(circle at 1px 1px, #FFFFFF44, transparent);
  top: 3px;
  right: 5px;
  bottom: 10px;
}

login-authentication .mdl-card__actions {
  border-top: 0px !important;
  padding-top: 0px;
  padding-left: 16px;
  padding-right: 16px;
}

login-authentication .mdl-card__actions > div.flex {
  flex-wrap: wrap;
}

login-authentication .mdl-card__actions > div button {
  margin: 0px;
}

login-authentication .mdl-card__actions > div .btn-login {
  margin-bottom: 20px;
  width: 100%;
}

login-authentication .mdl-card__actions > div button:not(.btn-login) {
  text-transform: none;
  text-align: left;
  padding-left: 0px;
  font-weight: 400;
  padding: 0px;
}

.secondaryLoginButtons {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.secondaryLoginButtons button {
  display: flex;
  justify-content: center;
}

registration .mdl-card__supporting-text > div.required field .mdl-textfield__label > span:after {
  content: ' *';
}