@charset "UTF-8";
/***************/
.k-widget *, .k-widget :before {
  box-sizing: border-box;
}

.k-window {
  z-index: 2002 !important;
}

.k-window label {
  font-size: 14px;
}

.k-window, .k-window.k-state-focused {
  box-shadow: none;
  border-color: #ffffff;
}

.k-window .form-group,
.k-window .form-control {
  box-sizing: border-box;
}

.k-header {
  background: #ffffff;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 300;
  border: 0px;
}

@media screen and (min-width: 640px) {
  .k-header {
    font-size: 30px;
  }
}

.k-window-title {
  left: 20px;
  right: 20px;
  padding-right: 30px;
  background: #ffffff;
}

@media screen and (min-width: 640px) {
  .k-window-title {
    left: 30px;
    right: 30px;
  }
}

div.k-window-content {
  padding: 0px;
}

.popup-wrapper {
  padding: 20px;
}

@media screen and (min-width: 640px) {
  .popup-wrapper {
    padding: 30px;
  }
}

.k-window-titlebar {
  white-space: normal;
  z-index: 1;
}

.k-window-titlebar .k-window-actions {
  right: 15px;
}

@media screen and (min-width: 640px) {
  .k-window-titlebar .k-window-actions {
    right: 30px;
  }
}

.k-window-titlebar .k-window-action {
  box-sizing: border-box;
  width: 30px;
  height: 30px;
}

.k-window-titlebar .k-state-hover {
  border: 0px;
  padding: 2px;
  box-shadow: none;
  background: #005691;
}

.k-window-titlebar .k-state-hover .k-icon {
  color: #ffffff;
}

.k-icon.k-i-close {
  position: relative;
  background: none;
  width: 100%;
  height: 100%;
  font-weight: normal;
  color: #000000;
  opacity: 1;
}

.k-icon.k-i-close:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bosch-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "p";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}

.k-window.no-title .k-header {
  height: 15px;
}

.k-window.no-title .k-window-content {
  margin-top: -8px;
}

.k-window.no-title .k-window-titlebar .k-window-actions {
  padding-top: 0px;
  right: 17px;
}

.k-window.no-title .k-window-titlebar .k-window-action {
  width: 30px;
  height: 30px;
}

.k-window.no-title .k-icon.k-i-close:after {
  font-size: 15px;
}

/* versions */
/* versions */
@font-face {
  font-family: "BoschSans";
  src: url("../../fonts/BoschSans/boschsans-light-webfont.eot?v=1");
  /* IE9 Compat Modes */
  src: url("../../fonts/BoschSans/boschsans-light-webfont.eot?v=1#iefix") format("embedded-opentype"), url("../../fonts/BoschSans/boschsans-light-webfont.woff2?v=1") format("woff2"), url("../../fonts/BoschSans/boschsans-light-webfont.woff?v=1") format("woff"), url("../../fonts/BoschSans/boschsans-light-webfont.ttf?v=1") format("truetype");
  font-weight: 300;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "BoschSans";
  src: url("../../fonts/BoschSans/boschsans-lightitalic-webfont.eot?v=1");
  /* IE9 Compat Modes */
  src: url("../../fonts/BoschSans/boschsans-lightitalic-webfont.eot?v=1#iefix") format("embedded-opentype"), url("../../fonts/BoschSans/boschsans-lightitalic-webfont.woff2?v=1") format("woff2"), url("../../fonts/BoschSans/boschsans-lightitalic-webfont.woff?v=1") format("woff"), url("../../fonts/BoschSans/boschsans-lightitalic-webfont.ttf?v=1") format("truetype");
  font-weight: 300;
  font-style: italic;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "BoschSans";
  src: url("../../fonts/BoschSans/boschsans-regular-webfont.eot?v=1");
  /* IE9 Compat Modes */
  src: url("../../fonts/BoschSans/boschsans-regular-webfont.eot?v=1#iefix") format("embedded-opentype"), url("../../fonts/BoschSans/boschsans-regular-webfont.woff2?v=1") format("woff2"), url("../../fonts/BoschSans/boschsans-regular-webfont.woff?v=1") format("woff"), url("../../fonts/BoschSans/boschsans-regular-webfont.ttf?v=1") format("truetype");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "BoschSans";
  src: url("../../fonts/BoschSans/boschsans-regularitalic-webfont.eot?v=1");
  /* IE9 Compat Modes */
  src: url("../../fonts/BoschSans/boschsans-regularitalic-webfont.eot?v=1#iefix") format("embedded-opentype"), url("../../fonts/BoschSans/boschsans-regularitalic-webfont.woff2?v=1") format("woff2"), url("../../fonts/BoschSans/boschsans-regularitalic-webfont.woff?v=1") format("woff"), url("../../fonts/BoschSans/boschsans-regularitalic-webfont.ttf?v=1") format("truetype");
  font-weight: normal;
  font-style: italic;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "BoschSans";
  src: url("../../fonts/BoschSans/boschsans-medium-webfont.eot?v=1");
  /* IE9 Compat Modes */
  src: url("../../fonts/BoschSans/boschsans-medium-webfont.eot?v=1#iefix") format("embedded-opentype"), url("../../fonts/BoschSans/boschsans-medium-webfont.woff2?v=1") format("woff2"), url("../../fonts/BoschSans/boschsans-medium-webfont.woff?v=1") format("woff"), url("../../fonts/BoschSans/boschsans-medium-webfont.ttf?v=1") format("truetype");
  font-weight: 500;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "BoschSans";
  src: url("../../fonts/BoschSans/boschsans-mediumitalic-webfont.eot?v=1");
  /* IE9 Compat Modes */
  src: url("../../fonts/BoschSans/boschsans-mediumitalic-webfont.eot?v=1#iefix") format("embedded-opentype"), url("../../fonts/BoschSans/boschsans-mediumitalic-webfont.woff2?v=1") format("woff2"), url("../../fonts/BoschSans/boschsans-mediumitalic-webfont.woff?v=1") format("woff"), url("../../fonts/BoschSans/boschsans-mediumitalic-webfont.ttf?v=1") format("truetype");
  font-weight: 500;
  font-style: italic;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "BoschSans";
  src: url("../../fonts/BoschSans/boschsans-bold-webfont.eot?v=1");
  /* IE9 Compat Modes */
  src: url("../../fonts/BoschSans/boschsans-bold-webfont.eot?v=1#iefix") format("embedded-opentype"), url("../../fonts/BoschSans/boschsans-bold-webfont.woff2?v=1") format("woff2"), url("../../fonts/BoschSans/boschsans-bold-webfont.woff?v=1") format("woff"), url("../../fonts/BoschSans/boschsans-bold-webfont.ttf?v=1") format("truetype");
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "BoschSans";
  src: url("../../fonts/BoschSans/boschsans-bolditalic-webfont.eot?v=1");
  /* IE9 Compat Modes */
  src: url("../../fonts/BoschSans/boschsans-bolditalic-webfont.eot?v=1#iefix") format("embedded-opentype"), url("../../fonts/BoschSans/boschsans-bolditalic-webfont.woff2?v=1") format("woff2"), url("../../fonts/BoschSans/boschsans-bolditalic-webfont.woff?v=1") format("woff"), url("../../fonts/BoschSans/boschsans-bolditalic-webfont.ttf?v=1") format("truetype");
  font-weight: bold;
  font-style: italic;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "BoschSans";
  src: url("../../fonts/BoschSans/boschsans-black-webfont.eot?v=1");
  /* IE9 Compat Modes */
  src: url("../../fonts/BoschSans/boschsans-black-webfont.eot?v=1#iefix") format("embedded-opentype"), url("../../fonts/BoschSans/boschsans-black-webfont.woff2?v=1") format("woff2"), url("../../fonts/BoschSans/boschsans-black-webfont.woff?v=1") format("woff"), url("../../fonts/BoschSans/boschsans-black-webfont.ttf?v=1") format("truetype");
  font-weight: 900;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "BoschSans";
  src: url("../../fonts/BoschSans/boschsans-blackitalic-webfont.eot?v=1");
  /* IE9 Compat Modes */
  src: url("../../fonts/BoschSans/boschsans-blackitalic-webfont.eot?v=1#iefix") format("embedded-opentype"), url("../../fonts/BoschSans/boschsans-blackitalic-webfont.woff2?v=1") format("woff2"), url("../../fonts/BoschSans/boschsans-blackitalic-webfont.woff?v=1") format("woff"), url("../../fonts/BoschSans/boschsans-blackitalic-webfont.ttf?v=1") format("truetype");
  font-weight: 900;
  font-style: italic;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "BoschSansCond";
  src: url("../../fonts/BoschSansCond/boschsanscond-regular-webfont.eot?v=1");
  /* IE9 Compat Modes */
  src: url("../../fonts/BoschSansCond/boschsanscond-regular-webfont.eot?v=1#iefix") format("embedded-opentype"), url("../../fonts/BoschSansCond/boschsanscond-regular-webfont.woff2?v=1") format("woff2"), url("../../fonts/BoschSansCond/boschsanscond-regular-webfont.woff?v=1") format("woff"), url("../../fonts/BoschSansCond/boschsanscond-regular-webfont.ttf?v=1") format("truetype");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "BoschSansCond";
  src: url("../../fonts/BoschSansCond/boschsanscond-regularitalic-webfont.eot?v=1");
  /* IE9 Compat Modes */
  src: url("../../fonts/BoschSansCond/boschsanscond-regularitalic-webfont.eot?v=1#iefix") format("embedded-opentype"), url("../../fonts/BoschSansCond/boschsanscond-regularitalic-webfont.woff2?v=1") format("woff2"), url("../../fonts/BoschSansCond/boschsanscond-regularitalic-webfont.woff?v=1") format("woff"), url("../../fonts/BoschSansCond/boschsanscond-regularitalic-webfont.ttf?v=1") format("truetype");
  font-weight: normal;
  font-style: italic;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "BoschSansCond";
  src: url("../../fonts/BoschSansCond/boschsanscond-bold-webfont.eot?v=1");
  /* IE9 Compat Modes */
  src: url("../../fonts/BoschSansCond/boschsanscond-bold-webfont.eot?v=1#iefix") format("embedded-opentype"), url("../../fonts/BoschSansCond/boschsanscond-bold-webfont.woff2?v=1") format("woff2"), url("../../fonts/BoschSansCond/boschsanscond-bold-webfont.woff?v=1") format("woff"), url("../../fonts/BoschSansCond/boschsanscond-bold-webfont.ttf?v=1") format("truetype");
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "BoschSansCond";
  src: url("../../fonts/BoschSansCond/boschsanscond-bolditalic-webfont.eot?v=1");
  /* IE9 Compat Modes */
  src: url("../../fonts/BoschSansCond/boschsanscond-bolditalic-webfont.eot?v=1#iefix") format("embedded-opentype"), url("../../fonts/BoschSansCond/boschsanscond-bolditalic-webfont.woff2?v=1") format("woff2"), url("../../fonts/BoschSansCond/boschsanscond-bolditalic-webfont.woff?v=1") format("woff"), url("../../fonts/BoschSansCond/boschsanscond-bolditalic-webfont.ttf?v=1") format("truetype");
  font-weight: bold;
  font-style: italic;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'bosch-icons';
  src: url("../../fonts/BoschIcons/bosch-icons.eot?v=7#iefix");
  src: url("../../fonts/BoschIcons/bosch-icons.eot?v=7#iefix") format("eot"), url("../../fonts/BoschIcons/bosch-icons.woff?v=7") format("woff"), url("../../fonts/BoschIcons/bosch-icons.ttf?v=7") format("truetype");
}

.bosch-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bosch-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bosch-icon-ba:before, .bosch-icon-ba:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bosch-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bosch-icon-clock:before {
  content: "\e903";
}

.bosch-icon-checkmark:before {
  content: "\e900";
}

.bosch-icon-error:before {
  content: "\e901";
}

.bosch-icon-success:before {
  content: "\e902";
}

.bosch-icon-uni61:before {
  content: "\61";
}

.bosch-icon-uni62:before {
  content: "\62";
}

.bosch-icon-uni63:before {
  content: "\63";
}

.bosch-icon-uni64:before {
  content: "\64";
}

.bosch-icon-uni65:before {
  content: "\65";
}

.bosch-icon-uni66:before {
  content: "\66";
}

.bosch-icon-uni67:before {
  content: "\67";
}

.bosch-icon-uni68:before {
  content: "\68";
}

.bosch-icon-uni69:before {
  content: "\69";
}

.bosch-icon-uni6A:before {
  content: "\6a";
}

.bosch-icon-uni6B:before {
  content: "\6b";
}

.bosch-icon-uni6C:before {
  content: "\6c";
}

.bosch-icon-uni6D:before {
  content: "\6d";
}

.bosch-icon-uni6F:before {
  content: "\6f";
}

.bosch-icon-uni70:before {
  content: "\70";
}

.bosch-icon-uni71:before {
  content: "\71";
}

.bosch-icon-uni72:before {
  content: "\72";
}

.bosch-icon-uni73:before {
  content: "\73";
}

.bosch-icon-uni74:before {
  content: "\74";
}

.bosch-icon-uni75:before {
  content: "\75";
}

.bosch-icon-uni76:before {
  content: "\76";
}

.bosch-icon-uni77:before {
  content: "\77";
}

.bosch-icon-uni78:before {
  content: "\78";
}

.bosch-icon-uni79:before {
  content: "\79";
}

.bosch-icon-uni7A:before {
  content: "\7a";
}

.bosch-icon-uni41:before {
  content: "\41";
}

.bosch-icon-uni42:before {
  content: "\42";
}

.bosch-icon-uni43:before {
  content: "\43";
}

.bosch-icon-uni44:before {
  content: "\44";
}

.bosch-icon-uni45:before {
  content: "\45";
}

.bosch-icon-uni46:before {
  content: "\46";
}

.bosch-icon-uni47:before {
  content: "\47";
}

.bosch-icon-uni48:before {
  content: "\48";
}

.bosch-icon-uni49:before {
  content: "\49";
}

.bosch-icon-uni4A:before {
  content: "\4a";
}

.bosch-icon-uni4B:before {
  content: "\4b";
}

.bosch-icon-uni4C:before {
  content: "\4c";
}

.bosch-icon-uni4D:before {
  content: "\4d";
}

.bosch-icon-uni4E:before {
  content: "\4e";
}

.bosch-icon-uni4F:before {
  content: "\4f";
}

.bosch-icon-uni50:before {
  content: "\50";
}

.bosch-icon-uni51:before {
  content: "\51";
}

.bosch-icon-uni52:before {
  content: "\52";
}

.bosch-icon-uni53:before {
  content: "\53";
}

.bosch-icon-uni54:before {
  content: "\54";
}

.bosch-icon-uni55:before {
  content: "\55";
}

.bosch-icon-uni56:before {
  content: "\56";
}

.bosch-icon-uni57:before {
  content: "\57";
}

.bosch-icon-uni58:before {
  content: "\58";
}

.bosch-icon-uni59:before {
  content: "\59";
}

.bosch-icon-uni5A:before {
  content: "\5a";
}

.bosch-icon-uni31:before {
  content: "\31";
}

.bosch-icon-uni32:before {
  content: "\32";
}

.bosch-icon-uni33:before {
  content: "\33";
}

.bosch-icon-uni34:before {
  content: "\34";
}

.bosch-icon-uni35:before {
  content: "\35";
}

.bosch-icon-uni36:before {
  content: "\36";
}

.bosch-icon-uni37:before {
  content: "\37";
}

.bosch-icon-uni38:before {
  content: "\38";
}

.bosch-icon-uni39:before {
  content: "\39";
}

.bosch-icon-uni30:before {
  content: "\30";
}

.bosch-icon-uni22:before {
  content: "\22";
}

.bosch-icon-uni21:before {
  content: "\21";
}

.bosch-icon-uni23:before {
  content: "\23";
}

.bosch-icon-uni24:before {
  content: "\24";
}

.bosch-icon-uni25:before {
  content: "\25";
}

.bosch-icon-uni26:before {
  content: "\26";
}

.bosch-icon-uni6E:before {
  content: "\6e";
}

.bosch-icon-uni7B:before {
  content: "\7b";
}

.bosch-icon-uni25FC:before {
  content: "\25fc";
}

.btn {
  position: relative;
  padding: 11px 24px 12px;
  font-size: 16px;
}

.btn .text,
.btn .fa,
.btn .bosch-icon {
  position: relative;
}

.btn.has-icon {
  padding-left: 50px;
}

.btn.has-icon .bosch-icon {
  position: absolute;
  top: 50%;
  left: 28px;
  transform: translate(0px, -50%);
}

.btn-default {
  padding-top: 12px;
}

.btn-default:before, .btn-default:after {
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  opacity: 0;
  transition: width .2s, height .2s, opacity .2s;
}

.btn-default:before {
  top: -1px;
  left: -1px;
  border-top: 1px solid #005691;
  border-left: 1px solid #005691;
}

.btn-default:after {
  right: -1px;
  bottom: -1px;
  border-right: 1px solid #005691;
  border-bottom: 1px solid #005691;
}

.btn-default:active, .btn-default:active:focus, .btn-default:focus {
  background: #ffffff;
  color: #000000;
  border-color: #cfd0d1;
  box-shadow: none;
}

.btn-default:hover, .btn-default:active:hover, .btn-default:focus:hover {
  background: #ffffff;
  color: #000000;
  border-color: #cfd0d1;
}

.btn-default:hover:before, .btn-default:hover:after, .btn-default:active:hover:before, .btn-default:active:hover:after, .btn-default:focus:hover:before, .btn-default:focus:hover:after {
  opacity: 1;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}

.btn-primary {
  border-bottom: 2px solid #008ecf;
}

.btn-primary:before {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 0px;
  height: 0px;
  background: rgba(0, 142, 207, 0.5);
  transition: height .3s;
}

.btn-primary:active, .btn-primary:active:focus, .btn-primary:focus {
  background: #005691;
  color: #ffffff;
  border-color: #005691;
  border-bottom: 2px solid #008ecf;
  box-shadow: none;
}

.btn-primary:hover, .btn-primary:active:hover, .btn-primary:focus:hover {
  background: #005691;
  color: #ffffff;
  border-color: #005691;
  border-bottom-color: #005691;
}

.btn-primary:hover:before, .btn-primary:active:hover:before, .btn-primary:focus:hover:before {
  height: calc(100% + 1px);
}

.btn-danger {
  border-bottom: 2px solid #ea6460;
}

.btn-danger:before {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 0px;
  height: 0px;
  background: rgba(234, 100, 96, 0.5);
  transition: height .3s;
}

.btn-danger:active, .btn-danger:active:focus, .btn-danger:focus {
  background: #c9302c;
  color: #ffffff;
  border-color: #c9302c;
  border-bottom: 2px solid #ea6460;
  box-shadow: none;
}

.btn-danger:hover, .btn-danger:active:hover, .btn-danger:focus:hover {
  background: #c9302c;
  color: #ffffff;
  border-color: #c9302c;
  border-bottom-color: #c9302c;
}

.btn-danger:hover:before, .btn-danger:active:hover:before, .btn-danger:focus:hover:before {
  height: calc(100% + 1px);
}

.btn-success {
  border-bottom: 2px solid #599e02;
}

.btn-success:before {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 0px;
  height: 0px;
  background: rgba(89, 158, 2, 0.5);
  transition: height .3s;
}

.btn-success:active, .btn-success:active:focus, .btn-success:focus {
  background: #78be20;
  color: #ffffff;
  border-color: #78be20;
  border-bottom: 2px solid #599e02;
  box-shadow: none;
}

.btn-success:hover, .btn-success:active:hover, .btn-success:focus:hover {
  background: #78be20;
  color: #ffffff;
  border-color: #78be20;
  border-bottom-color: #78be20;
}

.btn-success:hover:before, .btn-success:active:hover:before, .btn-success:focus:hover:before {
  height: calc(100% + 1px);
}

/* custom buttons */
.btn-reset:hover, .btn-reset:active, .btn-reset:active:hover, .btn-reset:active:focus, .btn-reset:focus:hover {
  background: none;
  color: #005691;
  box-shadow: none;
}

.btn-reset:focus {
  background: none;
  color: #005691;
}

.btn-reset:before, .btn-reset:after {
  display: none;
}

.btn-reset-bordered {
  width: 57px;
  height: 48px;
  font-size: 22px;
  line-height: 1em;
}

.btn-reset-bordered .bosch-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-add {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 400px) {
  .btn-add {
    color: #005691;
    border: 0px;
    font-size: 28px;
    line-height: 1em;
    box-shadow: none;
    background: none;
    padding: 5px;
    transform: translate3d(0, 0, 0) translate rotate(0deg);
    transition: transform .2s;
  }
  .btn-add:hover, .btn-add:active, .btn-add:active:hover, .btn-add:active:focus, .btn-add:focus:hover {
    background: none;
    color: #005691;
    box-shadow: none;
  }
  .btn-add:hover {
    transform: translate3d(0, 0, 0) rotate(90deg);
  }
  .btn-add:focus {
    background: none;
    color: #005691;
  }
  .btn-add:before, .btn-add:after {
    display: none;
  }
}

.btn-save {
  width: 180px;
}

.btn-admin-add.has-icon {
  padding-left: 65px;
  padding-right: 39px;
}

.btn-admin-add.has-icon .bosch-icon {
  left: 39px;
}

.btn-details,
.btn-remove,
.btn-edit,
.btn-download {
  width: 57px;
  height: 47px;
  padding: 10px;
}

.btn-details .bosch-icon,
.btn-remove .bosch-icon,
.btn-edit .bosch-icon,
.btn-download .bosch-icon {
  position: relative;
  font-size: 20px;
}

.btn-download .bosch-icon {
  font-size: 24px;
}

/* button width */
.btn-default-width {
  width: 180px;
}

.buttonscnt {
  margin: 30px 0 20px;
}

.breadcrumbs-block {
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
}

.breadcrumbs-block .breadcrumb {
  margin-bottom: 17px;
}

.breadcrumbs-block li {
  font-size: 13px;
  color: #c5c5c5;
}

.breadcrumbs-block a {
  font-size: 13px;
  color: #005691;
}

html {
  position: relative;
  min-height: 100%;
}

html,
body {
  min-width: 320px;
  /*overflow-x: hidden;*/
}

html.no-scroll,
body.no-scroll {
  overflow: hidden !important;
}

.container {
  max-width: 100%;
}

.page-container {
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#page {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}

#page > .container {
  height: 100%;
}

.page-wrapper {
  height: 100%;
}

.module-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
}

.module {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-bottom: 25px;
}

.default-area .page-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.default-area #module {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.admin-area #page {
  padding-top: 20px;
}

.admin-area #module {
  position: relative;
  height: 100%;
}

@media screen and (min-width: 1024px) {
  .admin-area #main-nav {
    float: left;
    width: 263px;
    padding-bottom: 25px;
  }
  .admin-area #module {
    float: left;
    width: calc(100% - 263px);
    padding-left: 30px;
  }
}

.sticky-form-footer {
  position: relative;
  height: 100%;
  padding-bottom: 75px;
}

.sticky-form-footer .form-footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

a,
button {
  transition: color .2s, background .2s, border-color .2s;
}

ul.styled-bullet {
  margin: 0px;
  padding: 0px;
}

ul.no-bullet, ul.select2-results__options {
  list-style: none;
}

ul.no-bullet li:before, ul.select2-results__options li:before {
  display: none;
}

ul.styled-bullet:not(.select2-results__options):not(.list-unstyled) {
  list-style: none !important;
}

ul.styled-bullet:not(.select2-results__options):not(.list-unstyled) li {
  position: relative;
  padding-left: 32px;
}

ul.styled-bullet:not(.select2-results__options):not(.list-unstyled) li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #000000;
  border: 2px solid #000000;
  position: absolute;
  top: 6px;
  left: 2px;
}

ul.styled-bullet:not(.select2-results__options):not(.list-unstyled)[style*=circle] li:before {
  background: none;
  border-radius: 50%;
}

ul.styled-bullet:not(.select2-results__options):not(.list-unstyled)[style*=disc] li:before {
  border-radius: 50%;
}

.content .yt-container {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
  display: block;
}

.content .yt-container iframe {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.clear {
  clear: both;
}

@media screen and (min-width: 1024px) {
  .clear-md {
    clear: both;
  }
}

.no-wrap {
  white-space: nowrap;
}

.js-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 97;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  opacity: 0;
}

.js-overlay.active {
  display: block;
  opacity: 1;
}

legend {
  padding-bottom: 20px;
  border-bottom: 1px solid #ecf0f1;
  font-size: 18px;
}

:focus {
  outline: 0 !important;
}

.green {
  color: #78be20;
}

.orange {
  color: #fcaf17;
}

.red {
  color: #e20015;
}

.blue {
  color: #005691;
}

.navbar-default {
  background-color: #233240;
}

.navbar-fixed-top {
  min-width: 360px;
}

.container-body {
  padding: 15px 15px 0 15px;
}

.required {
  color: #b94a48;
}

/*.tab-content {
	padding-top: 15px;
}*/
.text-static {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
}

.startup-error {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 2px;
  text-align: center;
  background-color: red;
  border-color: transparent;
  color: white;
  font-size: 12px;
  z-index: 1040;
}

.row-margin {
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}

.row-margin:first-child {
  margin-top: 0;
}

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

.nav-tabs > li > a {
  font-size: 18px;
}

.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 768px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}

@media (min-width: 992px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}

@media (min-width: 1200px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}

/* DateTime Picker */
.bootstrap-datetimepicker-widget .btn:hover {
  color: inherit;
}

input[data-toggle="date"] + .input-group-addon,
input[data-toggle="datetime"] + .input-group-addon {
  cursor: pointer;
}

/*
 * Buttons
 */
.btn-wide {
  width: 100%;
}

.btn-w50 {
  width: 50px;
}

.btn-w100 {
  width: 104px;
}

.btn-w150 {
  width: 158px;
}

.btn-w200 {
  width: 212px;
}

.btn-group .btn-w50 {
  width: 50px;
}

.btn-group .btn-w100 {
  width: 100px;
}

.btn-group .btn-w150 {
  width: 150px;
}

.btn-group .btn-w200 {
  width: 200px;
}

.btn-actions-container {
  padding-top: 24px;
}

.btn-label {
  left: -15px;
}

.form-group .btn {
  margin: 0px 2px;
}

.form-group .btn:first-child {
  margin-left: 0;
}

/*
 * Elementy blokowe
 */
.p1 {
  padding: 1px !important;
}

.p2 {
  padding: 2px !important;
}

.p3 {
  padding: 3px !important;
}

.p5 {
  padding: 5px !important;
}

.p0 {
  padding: 0px !important;
}

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

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.p5 {
  padding: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.p20 {
  padding: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.m0 {
  margin: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.m5 {
  margin: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.m20 {
  margin: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.bold {
  font-weight: bold !important;
}

@media (min-width: 1200px) {
  .col-lg-p0 {
    padding: 0px !important;
  }
  .col-lg-pt0 {
    padding-top: 0px !important;
  }
  .col-lg-pr0 {
    padding-right: 0px !important;
  }
  .col-lg-pb0 {
    padding-bottom: 0px !important;
  }
  .col-lg-pl0 {
    padding-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .col-sm-p0 {
    padding: 0px !important;
  }
  .col-sm-pt0 {
    padding-top: 0px !important;
  }
  .col-sm-pr0 {
    padding-right: 0px !important;
  }
  .col-sm-pb0 {
    padding-bottom: 0px !important;
  }
  .col-sm-pl0 {
    padding-left: 0px !important;
  }
  .col-sm-p10 {
    padding: 10px !important;
  }
  .col-sm-pt10 {
    padding-top: 10px !important;
  }
  .col-sm-pr10 {
    padding-right: 10px !important;
  }
  .col-sm-pb10 {
    padding-bottom: 10px !important;
  }
  .col-sm-pl10 {
    padding-left: 10px !important;
  }
}

/*.form-group-block {
    & > .form-group {
        display: block;

        & > .input-group,
        & > .form-control {
            width: 100%;
        }
    }
}*/
/*
 * Validation
 */
.field-validation-error {
  color: #b94a48;
}

.field-validation-valid {
  display: none;
}

input.input-validation-error {
  border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
  border: 0 none;
}

.validation-summary-errors ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.validation-summary-errors ul li {
  padding: 10px 0px;
  border-top: 1px solid #ebccd1;
}

.validation-summary-errors ul li:first-child {
  padding-top: 0;
  border-top: none;
}

.validation-summary-errors ul li:last-child {
  padding-bottom: 0;
}

.validation-summary-valid {
  display: none;
}

/*
 * Off Canvas
 */
.offcanvas-wrap {
  margin-top: 50px;
}

.offcanvas-sidebar {
  position: fixed;
  left: 0px;
  top: 50px;
  bottom: 0px;
  width: 230px;
  overflow: auto;
  background: #383838;
}

.offcanvas-content {
  margin-left: 230px;
  min-height: 400px;
}

@media screen and (max-width: 767px) {
  .offcanvas-wrap,
  .offcanvas-sidebar {
    transition: all .25s ease-out;
  }
  .offcanvas-content {
    position: static;
    margin-left: 0px;
  }
  .offcanvas-wrap {
    position: relative;
    left: 0px;
  }
  .offcanvas-wrap .offcanvas-sidebar {
    left: -230px;
  }
  .offcanvas-wrap.active {
    left: 230px;
  }
  .offcanvas-wrap.active .offcanvas-sidebar {
    left: 0px;
  }
}

/*
 * Sidebar
 */
.sidebar {
  display: block;
}

.sidebar-nav {
  background-image: linear-gradient(to right, #337ab7 10px, #383838 10px);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff383838', GradientType=1);
}

.sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav a,
.sidebar-nav a:hover,
.sidebar-nav a:focus,
.sidebar-nav a:active {
  outline: none;
}

.sidebar-nav ul li,
.sidebar-nav ul a {
  display: block;
}

.sidebar-nav ul a {
  padding: 10px 20px;
  color: #a7b1c2;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}

.sidebar-nav ul li.active > a,
.sidebar-nav ul a:hover,
.sidebar-nav ul a:focus,
.sidebar-nav ul a:active {
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.2);
}

.sidebar-nav ul ul a {
  padding: 10px 30px;
  background-color: rgba(0, 0, 0, 0.2);
}

.sidebar-nav ul ul ul a {
  padding: 10px 40px;
}

.sidebar-nav-item {
  padding-left: 5px;
}

.sidebar-nav-item-icon {
  display: inline-block;
  text-align: center;
}

/*
 * Metis Menu
 */
.arrow {
  float: right;
  line-height: 1.42857;
}

.glyphicon.arrow:before {
  content: "\e079";
}

.active > a > .glyphicon.arrow:before {
  content: "\e114";
}

.fa.arrow:before {
  content: "\f104";
}

.active > a > .fa.arrow:before {
  content: "\f107";
}

.plus-times {
  float: right;
}

.fa.plus-times:before {
  content: "\f067";
}

.active > a > .fa.plus-times {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(45deg);
}

.plus-minus {
  float: right;
}

.fa.plus-minus:before {
  content: "\f067";
}

.active > a > .fa.plus-minus:before {
  content: "\f068";
}

/*.select2 {
    clear: both;
}*/
.custom-value-input {
  width: 100px;
}

.loggable-changes {
  width: 100%;
  margin-top: 20px;
}

.loggable-changes td {
  text-align: left;
  padding: 5px;
  width: 33.3%;
}

.regulation-item {
  clear: both;
  overflow: auto;
  margin-bottom: 20px;
}

.max-430 {
  max-width: 430px;
}

#filemanager-iframe,
.mce-container .mce-container-body iframe {
  background: url("../../../Assets/filemanager/Images/Loading.gif") no-repeat fixed center;
}

@media only screen and (min-width: 641px) {
  .positionSticky {
    max-width: 100%;
  }
  .positionSticky2 {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 10;
  }
}

.branch-table-nav {
  height: 50px;
  position: fixed;
  top: calc(calc(100vh / 2) - 25px);
  width: 50px;
  box-shadow: 0 0 3px #333;
  font-size: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(127, 127, 127, 0.15);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}

@media screen and (max-width: 639px) {
  .branch-table-nav {
    display: none;
  }
}

.branch-table-nav .right {
  right: 0;
}

.branch-table-nav .left {
  left: 0;
}

.branch-table-nav:hover {
  background: rgba(127, 127, 127, 0.35);
}

.container-fluid {
  width: 90vw;
}

@media (min-width: 1100px) {
  .containerBeforeFix {
    width: 1060px;
  }
}

@media (min-width: 1024px) {
  .containerBeforeFix {
    width: 980px;
  }
}

@media (min-width: 640px) {
  .containerBeforeFix {
    width: 980px;
  }
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: none;
}

.tableSticky .row .col-sm-12 {
  position: fixed;
  top: 68px;
  pointer-events: none;
  width: 88.5vw;
}

@media screen and (max-width: 639px) {
  .tableSticky .row .col-sm-12 {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .tableSticky .row .col-sm-12 {
    top: 150px;
  }
}

.tableSticky .row .col-sm-12 th {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background: white;
  box-shadow: 0px 2px 0px 0px #a8afb5;
}

.tableSticky table {
  display: none;
}

.tableSticky .gridview .empty {
  display: none;
}

.tableSticky .dataTable {
  display: block;
}

.tableSticky .row .col-sm-12 .dataTables_scrollBody {
  visibility: hidden;
}

.dataTables_scrollBody {
  overflow-x: hidden !important;
}

.row .col-sm-12 .dataTables_scrollHead {
  z-index: 0;
}

.tableSticky .row .col-sm-12 .dataTables_scrollHead {
  z-index: 1;
}

.tableSticky .footer {
  display: none;
}

#main-nav {
  z-index: 10;
  background: white;
}

.submenu-block {
  z-index: 10;
}

.tableSticky .row .col-sm-12 .DTFC_LeftBodyWrapper {
  visibility: hidden;
}

.row .col-sm-12 .DTFC_LeftHeadWrapper {
  z-index: 0;
}

.tableSticky .row .col-sm-12 .DTFC_LeftHeadWrapper {
  z-index: 1;
}

.panel-grid {
  margin-top: 0;
}

.k-window-titlebar.k-header {
  margin-top: 0 !important;
  line-height: 1.2;
  padding: 0;
}

.k-window-titlebar {
  position: relative !important;
}

.k-window-action.k-link[aria-label="Refresh"] {
  display: none;
}

.k-window-titlebar.k-header .k-window-actions {
  padding-top: 0;
}

.k-window {
  position: fixed !important;
  top: 50px !important;
}

@media screen and (min-width: 1200px) {
  .row.special {
    display: -ms-flexbox;
    display: flex;
  }
  .row.special .workshop-icons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .row.special .workshop-icons .imageIcon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row.special .workshop-icons .imageIcon .img-thumbnail {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 768px) {
  .k-window {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    overflow-y: auto;
    width: 100% !important;
  }
}

#logo {
  float: left;
  width: 113px;
  height: 34px;
  transition: width .2s;
}

#logo a {
  display: block;
}

#logo img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 640px) {
  #logo {
    width: 169px;
    height: 51px;
  }
}

@media screen and (min-width: 1024px) {
  #logo {
    float: none;
  }
}

#header-page {
  position: relative;
  padding-top: 16px;
  background: #ffffff;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  #header-page {
    height: auto;
  }
}

#header-page:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 16px;
  background: url(../../images/shape_horizontal.svg) no-repeat;
  background-size: cover;
  background-position: center center;
}

#header-page > .container {
  padding-top: 15px;
  padding-bottom: 5px;
}

@media screen and (min-width: 640px) {
  #header-page > .container {
    padding-top: 25px;
  }
}

@media screen and (min-width: 1024px) {
  #header-page > .container {
    padding-bottom: 25px;
  }
}

@media screen and (min-width: 1024px) {
  #header-page .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  #header-page .wrapper > div {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

#header-page .additional-title {
  float: left;
  width: calc(100% - 113px);
  font-size: 16px;
  line-height: 1em;
  font-weight: 300;
  color: #000000;
  text-align: right;
  padding-top: 9px;
  transition: font-size .2s, width .2s;
}

@media screen and (min-width: 480px) {
  #header-page .additional-title {
    padding-top: 2px;
    font-size: 20px;
  }
}

@media screen and (min-width: 640px) {
  #header-page .additional-title {
    width: calc(100% - 169px);
    font-size: 25px;
    padding-top: 9px;
  }
}

@media screen and (min-width: 1024px) {
  #header-page .additional-title {
    width: auto;
    font-size: 30px;
    padding-top: 0px;
  }
}

@media screen and (max-width: 1023px) {
  #header-page .additional-title {
    display: block !important;
  }
}

#header-page .quick-menu {
  float: left;
  clear: both;
  margin: 18px -15px 0px;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  width: calc(100% + 30px);
  border-top: 1px solid #e6e6e6;
}

@media screen and (min-width: 1024px) {
  #header-page .quick-menu {
    float: none;
    clear: none;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-top: 0px;
    width: auto;
  }
}

@media screen and (min-width: 1024px) {
  #header-page .quick-menu {
    margin-right: -8px;
    min-width: 180px;
  }
}

#header-page .quick-menu li {
  position: relative;
}

#header-page .quick-menu > ul {
  font-size: 0px;
  text-align: right;
  margin-left: -11px;
  margin-right: -18px;
}

@media screen and (min-width: 1024px) {
  #header-page .quick-menu > ul {
    margin-left: -14px;
    margin-right: -14px;
  }
}

#header-page .quick-menu > ul > li {
  display: inline-block;
  padding: 0px 11px;
}

@media screen and (min-width: 1024px) {
  #header-page .quick-menu > ul > li {
    padding: 0px 14px;
  }
}

#header-page .quick-menu > ul > li:after {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0px, -50%);
  background: #e6e6e6;
  border: 0px;
}

#header-page .quick-menu > ul > li:last-of-type:after {
  display: none;
}

#header-page .quick-menu > ul > li > .btn {
  line-height: 1em;
  color: #333333;
  text-decoration: none;
  padding: 6px;
}

#header-page .quick-menu > ul > li > .btn:hover {
  color: #005691;
}

#header-page .quick-menu > ul > li > .btn .bosch-icon {
  display: inline-block;
}

#header-page .quick-menu .settings-button {
  font-size: 20px;
}

@media screen and (min-width: 480px) {
  #header-page .quick-menu .settings-button {
    font-size: 24px;
  }
}

#header-page .quick-menu .settings-button .bosch-icon {
  padding: 2px;
}

#header-page .quick-menu .user-button {
  font-size: 24px;
}

@media screen and (min-width: 480px) {
  #header-page .quick-menu .user-button {
    font-size: 28px;
  }
}

#header-page .quick-menu .level-2 {
  font-size: 20px;
  font-weight: 300;
  text-align: left;
}

#header-page .quick-menu .dropdown {
  position: absolute;
  right: 7px;
  top: 100%;
  padding: 10px 0px 0px;
  width: 352px;
  max-width: calc(100vw - 35px);
  z-index: 100;
  opacity: 0;
  transform: translate(0px, -20px);
  transition: opacity .25s, transform .25s;
  visibility: hidden;
}

#header-page .quick-menu .dropdown.active {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
}

#header-page .quick-menu .dropdown.animation-active {
  visibility: visible;
}

#header-page .quick-menu .dropdown:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  position: absolute;
  top: 4px;
  right: 20px;
  transform: rotate(45deg);
}

#header-page .quick-menu .dropdown ul {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 20px 15px;
}

#header-page .quick-menu .dropdown li {
  padding: 14px 0px;
  border-bottom: 1px solid #e6e6e6;
}

#header-page .quick-menu .dropdown li:last-of-type {
  border-bottom: 0px;
}

#header-page .quick-menu .dropdown a {
  display: block;
  color: #000000;
  text-decoration: none;
}

#header-page .quick-menu .dropdown a:hover {
  color: #005691;
}

#header-page .quick-menu .dropdown .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #000000;
  z-index: 2;
  padding: 5px;
  text-decoration: none;
}

#header-page .quick-menu .dropdown .btn-close:hover {
  color: #005691;
}

#header-page .quick-menu .mobile-menu-toggler {
  float: left;
  padding-left: 2px;
}

@media screen and (min-width: 1024px) {
  #header-page .quick-menu .mobile-menu-toggler {
    display: none;
  }
}

#header-page .quick-menu .mobile-menu-toggler:after {
  display: none;
}

#header-page .quick-menu .mobile-menu-toggler .btn {
  position: relative;
  width: 38px;
  height: 38px;
  padding: 8px;
}

@media screen and (min-width: 480px) {
  #header-page .quick-menu .mobile-menu-toggler .btn {
    margin-top: 2px;
  }
}

@media screen and (min-width: 640px) {
  #header-page .quick-menu .mobile-menu-toggler .btn {
    margin-top: 0px;
  }
}

#header-page .quick-menu .mobile-menu-toggler .btn .icon {
  position: relative;
  width: 20px;
  height: 20px;
}

#header-page .quick-menu .mobile-menu-toggler .btn .line {
  position: absolute;
  left: 0px;
  display: block;
  width: 20px;
  height: 2px;
  background: #747474;
  transition: all cubic-bezier(0.38, 0.04, 0.35, 0.96) 400ms;
}

#header-page .quick-menu .mobile-menu-toggler .btn .line:nth-of-type(1) {
  top: 3px;
}

#header-page .quick-menu .mobile-menu-toggler .btn .line:nth-of-type(2), #header-page .quick-menu .mobile-menu-toggler .btn .line:nth-of-type(3) {
  top: 10px;
}

#header-page .quick-menu .mobile-menu-toggler .btn .line:nth-of-type(4) {
  bottom: 1px;
}

#header-page .quick-menu .mobile-menu-toggler .btn:hover .line, #header-page .quick-menu .mobile-menu-toggler .btn.active .line {
  background: #005691;
}

#header-page .quick-menu .mobile-menu-toggler .btn.active .line:nth-of-type(1) {
  transform: scaleX(0) translateY(8px);
  opacity: 0;
}

#header-page .quick-menu .mobile-menu-toggler .btn.active .line:nth-of-type(2) {
  transform: rotate(45deg);
}

#header-page .quick-menu .mobile-menu-toggler .btn.active .line:nth-of-type(3) {
  transform: rotate(-45deg);
}

#header-page .quick-menu .mobile-menu-toggler .btn.active .line:nth-of-type(4) {
  transform: scaleX(0) translateY(-8px);
  opacity: 0;
}

#header-page .quick-menu.main-page-menu {
  display: block;
  clear: none;
}

@media screen and (min-width: 1024px) {
  #header-page .quick-menu.main-page-menu {
    display: -ms-flexbox;
    display: flex;
  }
}

#header-page .search-container {
  width: 0px;
  height: 0px;
  transition: width 0.3s;
}

#header-page .search-container .search-input {
  width: 0px;
}

#header-page .search-container .search-input #SearchText {
  width: 0px;
  padding: 0px 0px;
  border-width: 0px;
}

#header-page .search-container .search-categories {
  width: 0px;
}

#header-page .search-container .search-categories #SearchCategory {
  width: 0px;
  padding: 0px 0px;
  border-width: 0px;
}

#header-page .search-container .search-button {
  width: 0px;
  padding: 0px 0px;
  border-width: 0px;
  overflow: hidden;
}

#header-page .search-container .search-button i {
  display: none;
}

#header-page .search-container.opened {
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 169px);
  float: left;
  height: auto;
}

@media screen and (min-width: 1024px) {
  #header-page .search-container.opened {
    float: none;
    clear: none;
    margin: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    border-top: 0px;
    width: 550px;
  }
}

@media screen and (max-width: 639px) {
  #header-page .search-container.opened {
    width: calc(100%);
  }
}

#header-page .search-container.opened .search-input, #header-page .search-container.opened .search-categories, #header-page .search-container.opened button {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#header-page .search-container.opened .search-input {
  width: 40%;
}

#header-page .search-container.opened .search-input #SearchText {
  width: 100%;
  padding: 1px 2px;
  border-width: 1px;
}

#header-page .search-container.opened .search-categories {
  width: 40%;
}

#header-page .search-container.opened .search-categories #SearchCategory {
  width: 100%;
  padding: 1px 2px;
  border-width: 1px;
}

#header-page .search-container.opened .searrch-buttons {
  display: -ms-flexbox;
  display: flex;
  width: 20%;
}

#header-page .search-container.opened .search-button {
  width: 100%;
  padding: 11px 24px 12px;
  border-width: 1px;
}

#header-page .search-container.opened .search-button span {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 639px) {
  #header-page .search-container.opened .search-button {
    padding: 11px;
  }
}

#header-page .search-container.opened .search-button i {
  display: none;
}

#header-page .search-container.opened .reset-button {
  display: none;
}

#header-page .search-container .reset-button {
  display: none;
}

.submenu-block {
  position: relative;
}

.submenu-block:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: calc((100vw - 100%) / 2 * -1);
  right: calc((100vw - 100%) / 2 * -1);
  height: 100%;
  background: #efeff0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (max-width: 1023px) {
  .submenu-block {
    margin-left: -15px;
    margin-right: -15px;
    z-index: 98;
  }
  .submenu-block .submenu-mobile-toggler {
    position: relative;
    text-decoration: none;
    text-align: left;
    width: 100%;
    padding: 7px 13px;
    color: #333333;
  }
  .submenu-block .submenu-mobile-toggler .bosch-icon {
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translate(0px, -50%);
    font-size: 10px;
  }
  .submenu-block .submenu-mobile-toggler:hover, .submenu-block .submenu-mobile-toggler.active {
    color: #005691;
  }
  .submenu-block .submenu-mobile-toggler.active .bosch-icon {
    transform: translate(0px, -50%) rotateX(-180deg);
  }
  .submenu-block ul {
    position: absolute;
    top: calc(100% - 1px);
    left: 0px;
    right: 0px;
    background: #efeff0;
    display: none;
  }
  .submenu-block ul.active {
    display: block;
  }
  .submenu-block ul li.active {
    display: none;
  }
  .submenu-block ul li a {
    font-size: 16px;
    color: #333333;
    padding: 7px 13px 8px;
  }
  .submenu-block ul li a:hover {
    color: #005691;
    background: none;
  }
}

@media screen and (min-width: 1024px) {
  .submenu-block .submenu-mobile-toggler {
    display: none;
  }
  .submenu-block ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    padding-top: 13px;
  }
  .submenu-block ul li {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-left: 1.3%;
    padding-right: 1.3%;
  }
  .submenu-block ul li:first-of-type {
    padding-left: 0px;
  }
  .submenu-block ul li:last-of-type {
    padding-right: 0px;
  }
  .submenu-block ul li a {
    position: relative;
    display: inline-block;
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    padding: 0px;
    padding-bottom: 21px;
  }
  .submenu-block ul li a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 2px;
    background: #005691;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s;
  }
  .submenu-block ul li:hover a, .submenu-block ul li.active a {
    color: #005691;
    background: none;
  }
  .submenu-block ul li:hover a:after, .submenu-block ul li.active a:after {
    opacity: 1;
  }
  .submenu-block ul.is-hover > li.active > a:after {
    opacity: 0;
  }
}

@media screen and (max-width: 1023px) {
  .submenu-block:before {
    width: calc(100% + 22px);
  }
}

#main-nav {
  /* after hover on non active item hide current active item */
}

@media screen and (max-width: 1023px) {
  #main-nav {
    /*position: absolute;
        top: 150px;
        left: 0px;
        right: 0px;
        background: $white;
        z-index: 999;
        height: calc(100vh - 133px);
        overflow-y: auto;*/
    display: none;
    position: relative;
  }
  #main-nav ul {
    height: 0;
    transition: height 0.6s ease;
  }
  #main-nav.active ul {
    height: auto;
  }
  #main-nav:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: calc((100vw - 100%) / 2 * -1);
    right: calc((100vw - 100%) / 2 * -1);
    height: 100%;
    background: #efeff0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
  #main-nav .mobile-menu-toggler > .active .bosch-icon {
    transform: translate(0px, -50%) rotateX(-180deg);
  }
  #main-nav .bosch-icon {
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translate(0px, -50%);
    font-size: 10px;
  }
}

#main-nav.active {
  display: block;
}

#main-nav ul {
  padding-top: 4px;
}

#main-nav li {
  padding: 17px 0px;
}

#main-nav li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #333333;
  font-size: 18px;
}

#main-nav li a:after {
  content: '';
  display: block;
  position: absolute;
  left: -15px;
  top: 0px;
  bottom: 0px;
  width: 4px;
  background: #005691;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s;
}

#main-nav li a:hover {
  color: #005691;
}

#main-nav li.active a {
  color: #005691;
}

#main-nav li.active a:before {
  opacity: 1;
}

#main-nav li.active > .item > a, #main-nav li:hover > .item > a {
  color: #005691;
}

#main-nav li.active > .item > a:after, #main-nav li:hover > .item > a:after {
  opacity: 1;
}

#main-nav li:hover > .item > a:after {
  opacity: 1 !important;
}

@media screen and (min-width: 1024px) {
  #main-nav {
    top: 0px;
    height: auto;
  }
  #main-nav .level-1.is-expanded {
    margin-bottom: 54px;
  }
  #main-nav ul {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 0px;
  }
  #main-nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    padding-top: 13px;
  }
  #main-nav ul ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: calc((100vw - 100%) / 2 * -1);
    right: calc((100vw - 100%) / 2 * -1);
    height: 100%;
    background: #efeff0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
  #main-nav li {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0px 2.2%;
  }
  #main-nav li:first-of-type {
    padding-left: 0px;
  }
  #main-nav li:last-of-type {
    padding-right: 0px;
  }
  #main-nav li a {
    position: relative;
    display: inline-block;
    color: #333333;
    text-decoration: none;
    font-size: 18px;
    padding-bottom: 21px;
  }
  #main-nav li a:after {
    top: auto;
    top: initial;
    left: 0px;
    right: 0px;
    width: auto;
    height: 2px;
  }
  #main-nav li li {
    padding-left: 1.3%;
    padding-right: 1.3%;
  }
  #main-nav li li a {
    font-size: 14px;
  }
  #main-nav li.active > .item > a, #main-nav li:hover > .item > a {
    color: #005691;
  }
  #main-nav li.active > .item > a:after, #main-nav li:hover > .item > a:after {
    opacity: 1;
  }
  #main-nav li.active > .item > ul, #main-nav li:hover > .item > ul {
    display: -ms-flexbox;
    display: flex;
  }
  #main-nav li:hover > .item > a:after {
    opacity: 1 !important;
  }
  #main-nav li:hover > .item > ul {
    display: -ms-flexbox !important;
    display: flex !important;
    z-index: 2;
  }
}

#main-nav ul.is-hover > li.active > .item > a:after {
  opacity: 0;
}

#main-nav ul.is-hover > li.active > .item > ul {
  display: none;
}

@media screen and (max-width: 1023px) {
  .admin-area #main-nav ul {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .admin-area #main-nav ul {
    display: block;
    background: #efeff0;
    padding: 12px 0px 12px 20px;
  }
  .admin-area #main-nav li {
    display: block;
    -ms-flex: none;
    flex: none;
    padding: 10px 0px 11px;
  }
  .admin-area #main-nav li a {
    display: block;
    font-size: 15px;
    padding: 3px 3px 3px 0px;
  }
  .admin-area #main-nav li a:after {
    top: 0px;
    left: auto;
    left: initial;
    height: auto;
    width: 3px;
  }
}

.menu-hide {
  position: absolute;
  display: none;
  background: #fff;
  top: 83px;
  z-index: 5;
  left: 0;
  right: 0;
  padding: 10px 0;
  border-top: 1px solid #ccc;
}

@media screen and (min-width: 640px) {
  .menu-hide {
    top: 110px;
    padding: 20px 0;
  }
  .menu-hide > .container {
    column-count: 2;
  }
}

@media screen and (min-width: 1024px) {
  .menu-hide {
    top: 100%;
    padding: 32px 0 28px;
  }
  .menu-hide > .container {
    column-count: 3;
  }
}

.menu-hide-item {
  margin-bottom: 15px;
}

.menu-hide-item a {
  font-size: 19px;
  padding-left: 18px;
  margin-bottom: 15px;
  position: relative;
  color: black;
}

.menu-hide-item a:hover, .menu-hide-item a:focus {
  text-decoration: none;
}

.menu-hide-item a:before {
  content: '';
  border: 6px solid;
  border-color: transparent transparent transparent black;
  position: absolute;
  top: 10px;
  left: 1px;
}

.page-container.shadow #page:before {
  content: '';
  display: block;
  top: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 100%;
}

#header-page {
  z-index: 99;
}

.submenu-mobile-toggler {
  position: relative;
  text-decoration: none;
  text-align: left;
  width: 100%;
  padding: 7px 13px;
  color: #333333;
}

@media screen and (min-width: 1024px) {
  .submenu-mobile-toggler {
    display: none;
  }
}

.container.main-menu .level-1 {
  display: none;
}

@media screen and (min-width: 1024px) {
  .container.main-menu .level-1 {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .container.main-menu {
    padding: 0;
    z-index: 9999;
  }
  .container.main-menu.solo .submenu-mobile-toggler {
    cursor: default;
  }
  .container.main-menu.solo .submenu-mobile-toggler .bosch-icon,
  .container.main-menu.solo.active .level-1 {
    display: none;
  }
  .container.main-menu.active .submenu-mobile-toggler .bosch-icon {
    transform: translate(0px, -50%) rotate(180deg) !important;
  }
  .container.main-menu.active .level-1 {
    display: block;
    height: auto !important;
    background: #efeff0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px 13px;
  }
  .container.main-menu.active .level-1 li {
    padding: 5px 0px !important;
  }
  .container.main-menu.active .level-1 li.active {
    display: none;
  }
  .container.main-menu.active .level-1 .item a:after {
    display: none !important;
  }
  .container.main-menu.active .level-1 .item-title {
    color: #000;
    font-size: 14px;
  }
  .container.main-menu .btn-link:hover, .container.main-menu .btn-link:active, .container.main-menu .btn-link:focus {
    text-decoration: none;
    color: #000;
  }
}

@media screen and (max-width: 1024px) {
  #main-nav {
    padding: 0;
  }
}

.js-overlay.active.main {
  z-index: 97;
}

.submenu-block.solo {
  pointer-events: none;
}

.submenu-block.solo .submenu-mobile-toggler {
  cursor: default;
}

.submenu-block.solo .submenu-mobile-toggler .bosch-icon,
.submenu-block.solo.active .level-1 {
  display: none;
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
  .menu-hide-item:nth-child(5) {
    margin-bottom: 85px;
  }
}

.menu-hide-item:nth-child(4) {
  display: inline-block;
}

.menu-hide-item:nth-child(7) {
  display: inline-block;
}

table > thead > tr > th,
table > thead > tr > td,
.table > thead > tr > th,
.table > thead > tr > td,
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  padding: 8px 10px 22px;
}

table > thead > tr > th,
table > thead > tr > th label,
table > thead > tr > th a,
table > thead > tr > td,
table > thead > tr > td label,
table > thead > tr > td a,
.table > thead > tr > th,
.table > thead > tr > th label,
.table > thead > tr > th a,
.table > thead > tr > td,
.table > thead > tr > td label,
.table > thead > tr > td a,
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > th label,
.table-bordered > thead > tr > th a,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > td label,
.table-bordered > thead > tr > td a {
  font-size: 14px;
  line-height: 1.1em;
  font-weight: bold;
  color: #000000;
}

table > thead > tr > th label,
table > thead > tr > td label,
.table > thead > tr > th label,
.table > thead > tr > td label,
.table-bordered > thead > tr > th label,
.table-bordered > thead > tr > td label {
  margin: 0px;
}

table > thead > tr > th a,
table > thead > tr > td a,
.table > thead > tr > th a,
.table > thead > tr > td a,
.table-bordered > thead > tr > th a,
.table-bordered > thead > tr > td a {
  text-decoration: none;
}

table > thead > tr > th a:hover,
table > thead > tr > td a:hover,
.table > thead > tr > th a:hover,
.table > thead > tr > td a:hover,
.table-bordered > thead > tr > th a:hover,
.table-bordered > thead > tr > td a:hover {
  color: #005691;
}

.table > tbody > tr > td,
table > tbody > tr > td {
  padding: 20px 10px;
}

.table > tbody > tr:last-of-type td,
table > tbody > tr:last-of-type td {
  border-bottom: 1px solid #a8afb5;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background: none;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background: #fafafa;
}

.table-responsive {
  border: 0px;
}

/* labels */
label {
  font-size: 12px;
  font-weight: bold;
  color: #525f6b;
}

.has-error .control-label {
  color: #525f6b;
}

.no-label label,
.no-label .control-label {
  display: none;
}

/* inputs */
textarea {
  resize: vertical;
}

.input-list-container {
  padding-top: 10px;
}

.input-list-container label {
  font-size: 14px;
  color: #000000;
  margin-right: 10px;
}

.input-list-container label:last-of-type {
  margin-right: 0px;
}

.form-control {
  height: 48px;
  padding: 13px 10px 14px;
  box-shadow: none;
  font-weight: 300;
}

.form-control:focus {
  box-shadow: none;
  border-color: #005691;
}

.has-error .form-control {
  box-shadow: none;
}

.has-error .form-control:focus {
  box-shadow: none;
  border-color: #005691;
}

.no-input-borders .form-control,
.no-input-borders .has-error .form-control:focus {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  background: none;
}

.input-list-container .radio:first-of-type,
.input-list-container .checkbox:first-of-type {
  margin-top: 0px;
}

input.form-control[data-toggle="month"],
input.form-control[data-toggle="date"],
input.form-control[data-toggle="datetime"] {
  background: url("../../images/date-icon.png") no-repeat;
  background-size: 20px 20px;
  background-position: right 10px center;
  padding-right: 40px;
}

input[type="radio"].styled-input {
  display: none;
}

input[type="radio"].styled-input + label {
  position: relative;
  padding-left: 30px;
}

input[type="radio"].styled-input + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50%;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  background: #efeff0;
  box-shadow: 0px 2px 0px 0px #a8afb5;
}

input[type="radio"].styled-input + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #005691;
  overflow: hidden;
  border-radius: 50%;
  transform: scale(0);
  transition: transform .25s;
}

input[type="radio"].styled-input:checked + label:after {
  transform: scale(1);
}

input[type="checkbox"].styled-input {
  display: none;
}

input[type="checkbox"].styled-input + label {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 300;
  color: #000000;
}

input[type="checkbox"].styled-input + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  background: #efeff0;
  border-bottom: 1px solid #cfd0d1;
}

input[type="checkbox"].styled-input + label:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bosch-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 0px;
  height: 15px;
  color: #005691;
  overflow: hidden;
  font-size: 13px;
  transition: width .25s;
}

input[type="checkbox"].styled-input:checked + label:after {
  width: 15px;
}

.field-validation-error {
  font-size: 12px;
  margin-top: 5px;
}

.form-control::-webkit-input-placeholder,
::-webkit-input-placeholder {
  color: #9696a0;
  opacity: 1;
}

.form-control::-moz-placeholder,
::-moz-placeholder {
  color: #9696a0;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
:-ms-input-placeholder {
  color: #9696a0;
  opacity: 1;
}

.form-control:-moz-placeholder,
:-moz-placeholder {
  color: #9696a0;
  opacity: 1;
}

.form-header,
.form-footer {
  overflow: hidden;
  margin: 0px -10px -10px;
}

.form-header .btn,
.form-footer .btn {
  float: left;
  margin: 0px 10px 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 499px) {
  .form-footer .btn {
    width: 135px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* select2 */
.select2-container .select2-selection--single {
  border-radius: 0px;
  background: #ffffff;
  border-color: #cfd0d1;
  font-size: 14px;
  font-weight: 300;
  color: #525f6b;
  height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.4em;
  padding: 13px 30px 14px 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 49px;
  width: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0px;
  font-weight: normal;
  font-size: 14px;
  height: auto;
  width: auto;
  margin: 0px;
  transform: translate(-50%, -50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bosch-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "D";
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #cfd0d1;
}

.select2-dropdown {
  border-color: #cfd0d1;
  border-radius: 0px;
}

.select2-results__option {
  font-weight: 300;
}

.no-input-borders {
  /*.select2-container--open .select2-dropdown--above {
        border-bottom: 1px solid $input-border;
    }*/
}

.no-input-borders .select2-container .select2-selection--single {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  background: none;
}

.panel-grid {
  border: 0px;
  box-shadow: none;
  margin-top: 38px;
}

@media screen and (max-width: 640px) {
  #expositionModule .calendars .mx-range-wrapper {
    width: auto;
  }
  #expositionModule .calendars .mx-datepicker-popup {
    left: 0;
  }
  #expositionModule .calendars .mx-calendar {
    float: none;
  }
}

.gridview table {
  margin-bottom: 0px;
}

@media screen and (max-width: 639px) {
  .gridview .buttons.all {
    width: 100%;
    box-sizing: border-box;
    text-align: right !important;
  }
}

.gridview table > thead > tr > th,
.gridview table > thead > tr > td {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 16px;
  line-height: 1.1em;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 21px;
}

.gridview table > tbody > tr > td {
  padding: 20px 15px;
}

.gridview table > tbody > tr > td.no-left-padding {
  padding-left: 0px;
}

.gridview table > tbody > tr > td.no-right-padding {
  padding-right: 0px;
}

.gridview table > tbody > tr > td.dropdown-col {
  padding-top: 10px;
  padding-left: 0px;
  padding-bottom: 10px;
}

.gridview table > tbody > tr > td.buttons {
  padding: 6px 0px 6px 0px;
}

.gridview thead .lp {
  display: none;
}

.gridview tbody td {
  font-weight: 300;
  font-size: 14px;
}

.gridview .row-index {
  text-align: center;
}

.gridview .column-bg {
  background: #f5f5f6;
}

.gridview .filters-dropdown .dropdown-toggle {
  border: 0px;
  box-shadow: none;
  background: none;
  padding: 10px;
}

.gridview .filters-dropdown .dropdown-toggle:hover, .gridview .filters-dropdown .dropdown-toggle:active, .gridview .filters-dropdown .dropdown-toggle:active:hover, .gridview .filters-dropdown .dropdown-toggle:active:focus, .gridview .filters-dropdown .dropdown-toggle:focus:hover {
  background: none;
  color: #005691;
  box-shadow: none;
}

.gridview .filters-dropdown .dropdown-toggle:before, .gridview .filters-dropdown .dropdown-toggle:after {
  display: none;
}

.gridview .filters-dropdown .dropdown-toggle:after {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
  border: 0px;
}

.gridview .filters-dropdown .dropdown-toggle .bosch-icon {
  font-size: 20px;
}

.gridview .filters-dropdown .dropdown-menu li {
  padding-left: 0px !important;
}

.gridview .filters-dropdown .dropdown-menu li:before {
  display: none !important;
}

.gridview .filters-dropdown .dropdown-menu > li > a {
  font-weight: 300;
}

.gridview .filters-dropdown.open .dropdown-toggle {
  background: none;
  color: #005691;
}

.gridview .DTFC_LeftBodyLiner {
  overflow: hidden !important;
}

.gridview .DTFC_RightWrapper {
  display: none;
}

.gridview .footer {
  overflow: hidden;
  padding: 10px 0px;
}

.gridview .stats {
  float: left;
  padding: 5px 0px 6px 10px;
  font-size: 13px;
  font-weight: 300;
}

.gridview .empty {
  padding: 15px;
  border-bottom: 1px solid #a8afb5;
}

.gridview select.pagesize {
  float: left;
  width: 70px;
  padding: 5px 10px;
}

.gridview a.pagesize {
  display: none;
}

.gridview .pagination {
  display: block;
  clear: both;
  overflow: hidden;
  padding: 30px 0px 0px;
  margin: 0px;
}

.gridview .buttons {
  width: 57px;
}

.gridview .buttons .btn-group {
  white-space: nowrap;
}

.gridview .buttons .btn-group .btn {
  float: none;
  display: inline-block;
  white-space: nowrap;
}

.gridview .table-responsive {
  margin-bottom: 0;
  border: none;
}

.gridview .col-name {
  display: none;
}

@media screen and (max-width: 639px) {
  .gridview table[data-is-responsive="true"].dt-init {
    display: block;
    width: 100% !important;
    margin-top: 0px !important;
  }
  .gridview table[data-is-responsive="true"].dt-init colgroup,
  .gridview table[data-is-responsive="true"].dt-init thead {
    display: none;
  }
  .gridview table[data-is-responsive="true"].dt-init tbody,
  .gridview table[data-is-responsive="true"].dt-init tr,
  .gridview table[data-is-responsive="true"].dt-init td {
    display: block;
  }
  .gridview table[data-is-responsive="true"].dt-init tr,
  .gridview table[data-is-responsive="true"].dt-init td {
    border: 0px;
  }
  .gridview table[data-is-responsive="true"].dt-init tr {
    border: 1px solid #e6e6e6;
    background: #f5f5f6;
    margin-top: 20px;
    padding-top: 11px;
  }
  .gridview table[data-is-responsive="true"].dt-init tr:first-of-type {
    margin-top: 0px;
  }
  .gridview table[data-is-responsive="true"].dt-init tr:last-child td {
    border: 0px;
  }
  .gridview table[data-is-responsive="true"].dt-init tr.child {
    background: #ffffff;
    margin-top: 0px;
    border-top: 0px;
    padding: 0px;
  }
  .gridview table[data-is-responsive="true"].dt-init td {
    text-align: left;
    padding: 6px 18px 12px;
    font-size: 12px;
  }
  .gridview table[data-is-responsive="true"].dt-init .row-index,
  .gridview table[data-is-responsive="true"].dt-init .dropdown-col {
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .gridview table[data-is-responsive="true"].dt-init .row-index {
    font-size: 1em;
    font-weight: 500;
    padding-left: 18px !important;
    text-align: left;
  }
  .gridview table[data-is-responsive="true"].dt-init .dropdown-col {
    text-align: right;
    padding-right: 10px;
    padding-top: 0px !important;
    padding-left: 18px !important;
    padding-bottom: 0px !important;
  }
  .gridview table[data-is-responsive="true"].dt-init .dropdown-col.full {
    width: 100%;
  }
  .gridview table[data-is-responsive="true"].dt-init .dropdown-col + td {
    clear: both;
  }
  .gridview table[data-is-responsive="true"].dt-init.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'bosch-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "D";
    background: none;
    border: 0px;
    width: auto;
    height: auto;
    border-radius: 0px;
    box-shadow: none;
    color: #333333;
    font-size: 20px;
    position: static;
    float: left;
    margin-top: 16px;
    margin-right: 16px;
  }
  .gridview table[data-is-responsive="true"].dt-init.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before {
    content: '\7a';
  }
  .gridview table[data-is-responsive="true"].dt-init .col-name {
    font-size: 1em;
    font-weight: 300;
    display: block;
  }
  .gridview table[data-is-responsive="true"].dt-init .value.first {
    float: left;
  }
  .gridview table[data-is-responsive="true"].dt-init .value.second {
    float: right;
  }
  .gridview table[data-is-responsive="true"].dt-init .child ul {
    list-style: none;
    width: 100%;
    padding: 0;
  }
  .gridview table[data-is-responsive="true"].dt-init .child ul li {
    border-bottom: 0px !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    padding-left: 0px;
  }
  .gridview table[data-is-responsive="true"].dt-init .child ul li:before {
    display: none;
  }
  .gridview table[data-is-responsive="true"].dt-init .child ul li:first-of-type {
    padding-top: 0px !important;
  }
}

@media screen and (min-width: 640px) {
  .gridview .row-index,
  .gridview .dropdown-col {
    cursor: default;
  }
  .gridview .row-index:before,
  .gridview .dropdown-col:before {
    display: none !important;
  }
  .gridview .row-index {
    padding-left: 15px !important;
  }
  .gridview .dropdown-col {
    padding-left: 0px !important;
  }
}

.admin-area .gridview table > thead > tr > th,
.admin-area .gridview table > thead > tr > td {
  font-size: 14px;
  line-height: 1.1em;
  font-weight: bold;
  color: #000000;
  padding-left: 10px;
  padding-right: 10px;
}

.admin-area .gridview table > tbody > tr > td {
  padding-left: 10px;
  padding-right: 10px;
}

.admin-area .gridview table > tbody > tr > td.buttons {
  padding: 6px 0px 6px 10px;
}

.dropdown-opened .gridview .DTFC_LeftBodyWrapper,
.dropdown-opened .gridview .DTFC_LeftBodyLiner {
  overflow: visible !important;
}

.dataTables_scroll .dataTables_empty {
  display: none;
}

#grid-services .pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

#PageSize {
  border-color: #ccc;
}

@media screen and (max-width: 1100px) {
  .table {
    -webkit-overflow-scrolling: touch;
    width: auto;
    max-width: none;
  }
}

.inline-show-for-large,
.show-for-large {
  display: none !important;
}

@media screen and (min-width: 1100px) {
  .inline-show-for-large {
    display: inline-block !important;
  }
  .show-for-large {
    display: block !important;
  }
}

.footer.custom-paging {
  overflow: hidden;
  padding: 10px 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.footer.custom-paging #CustomPageSize {
  padding: 5px 10px;
  width: 70px !important;
}

.footer.custom-paging .stats {
  float: left;
  padding: 5px 0px 6px 10px;
  font-size: 13px;
  font-weight: 300;
}

.footer.custom-paging .pager {
  width: 100%;
}

.filters-bar {
  padding: 5px 0px 10px;
  background: #f5f5f6;
  opacity: 1;
  transition: opacity .15s;
  z-index: 1;
}

.filters-bar.has-filters {
  padding-bottom: 12px;
}

.filters-bar.collapsed {
  display: none;
}

.filters-bar .wrapper {
  position: relative;
  min-height: 62px;
}

@media screen and (min-width: 1024px) {
  .filters-bar .wrapper {
    padding: 0px 100px 0px 208px;
  }
}

.filters-bar .button {
  padding: 10px 30px 0px 0px;
}

@media screen and (min-width: 1024px) {
  .filters-bar .button {
    position: absolute;
    top: 0px;
    left: 0px;
  }
}

.filters-bar .button .btn {
  padding-left: 58px;
  padding-right: 36px;
}

.filters-bar .button .btn .bosch-icon {
  left: 32px;
}

.filters-bar .buttons {
  padding: 10px 0px;
}

.filters-bar .btn-reset {
  position: absolute;
  top: 10px;
  right: 0px;
}

.filters-bar .active-filters {
  position: relative;
  font-size: 14px;
  line-height: 1.2em;
  border-top: 1px solid #e6e6e6;
  margin-top: 20px;
  padding-top: 25px;
  min-height: 62px;
}

@media screen and (min-width: 1024px) {
  .filters-bar .active-filters {
    border-top: 0px;
    margin-top: 0px;
    padding: 5px 30px;
    font-size: 12px;
    margin-bottom: -5px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }
}

@media screen and (min-width: 640px) {
  .filters-bar .active-filters [class*=col-]:nth-of-type(2n + 1) {
    clear: both;
  }
}

@media screen and (min-width: 1100px) {
  .filters-bar .active-filters [class*=col-]:nth-of-type(2n + 1) {
    clear: none;
  }
  .filters-bar .active-filters [class*=col-]:nth-of-type(3n + 1) {
    clear: both;
  }
}

.filters-bar .active-filters .item {
  overflow: hidden;
  padding-bottom: 13px;
}

@media screen and (min-width: 1024px) {
  .filters-bar .active-filters .item {
    padding-bottom: 5px;
  }
}

.filters-bar .active-filters .item div {
  float: left;
  width: 50%;
}

.filters-bar .active-filters .item .name {
  padding-right: 15px;
}

.grid-filters {
  background: #f5f5f6;
}

.grid-filters form {
  position: relative;
}

.grid-filters .filters {
  display: none;
  position: relative;
  background: #f5f5f6;
  z-index: 2;
}

.grid-filters .filters .wrapper {
  padding: 55px 0px 8px;
}

@media screen and (min-width: 380px) {
  .grid-filters .filters .wrapper {
    padding-top: 30px;
  }
}

@media screen and (min-width: 640px) {
  .grid-filters .filters .wrapper {
    padding-top: 49px;
  }
}

.grid-filters .filters.expanded {
  display: block;
}

.grid-filters .filters .buttons {
  position: relative;
}

.grid-filters .filters .buttons .btn {
  float: left;
}

.grid-filters .filters .buttons .btn:first-of-type {
  margin-right: 15px;
}

@media screen and (min-width: 380px) {
  .grid-filters .filters .buttons .btn:first-of-type {
    margin-right: 20px;
  }
}

.grid-filters .filters .buttons .btn-reset {
  float: right;
}

.grid-filters .filters label {
  padding-left: 12px;
}

.grid-filters .filters .form-group {
  margin-bottom: 25px;
}

@media screen and (min-width: 640px) {
  .grid-filters .filters .form-group {
    margin-bottom: 41px;
  }
}

.grid-filters .filters .form-group.no-spacer {
  margin-bottom: 0px;
}

.grid-filters .filters .select2 {
  clear: both;
  width: 100% !important;
}

.grid-filters.compressed-view .filters .wrapper {
  padding-top: 20px;
  padding-bottom: 10px;
}

.grid-filters.compressed-view .filters .inputs {
  padding-top: 0px;
}

.grid-filters.compressed-view .filters .form-group {
  margin-bottom: 20px;
}

.grid-filters.compressed-view .filters .form-group.no-spacer {
  margin-bottom: 0px;
}

.grid-filters .filters-buttons {
  margin-bottom: 17px;
}

@media screen and (min-width: 640px) {
  .grid-filters .filters-buttons {
    margin-bottom: 33px;
  }
}

.grid-filters .filters-buttons .btn.has-icon {
  padding-left: 24px;
}

@media screen and (min-width: 640px) {
  .grid-filters .filters-buttons .btn.has-icon {
    padding-left: 50px;
  }
}

.grid-filters .filters-buttons .btn.has-icon .bosch-icon {
  position: static;
}

@media screen and (min-width: 640px) {
  .grid-filters .filters-buttons .btn.has-icon .bosch-icon {
    position: absolute;
  }
}

.grid-filters .filters-buttons .btn.has-icon .text {
  display: none;
}

@media screen and (min-width: 640px) {
  .grid-filters .filters-buttons .btn.has-icon .text {
    display: inline;
  }
}

.panel-filters {
  margin-top: 10px;
}

.panel-filters .filters-bar {
  padding-left: 15px;
  padding-right: 15px;
}

/* info block */
.info-block {
  color: #ffffff;
  font-weight: 300;
  background: linear-gradient(to right, #b91e76, #d71f3a);
  padding: 51px 0px;
  margin-bottom: 50px;
}

@media screen and (min-width: 480px) {
  .info-block {
    padding: 71px 0px;
  }
}

.info-block .title {
  font-size: 60px;
  line-height: 1.1em;
  font-weight: 300;
  letter-spacing: -1px;
  margin: 0px 0px 33px;
}

.info-block .desc {
  font-size: 16px;
  padding-left: 3px;
}

/* grid blocks */
.grid-blocks {
  margin: 50px auto 25px;
  max-width: 440px;
}

@media screen and (min-width: 640px) {
  .grid-blocks {
    max-width: 900px;
  }
}

@media screen and (min-width: 1024px) {
  .grid-blocks {
    max-width: 100%;
  }
}

.grid-blocks .row {
  overflow: hidden;
  margin-top: -10px;
  margin-bottom: -10px;
}

@media screen and (min-width: 640px) {
  .grid-blocks .row {
    margin-top: -15px;
    margin-bottom: -15px;
  }
}

.grid-blocks [class*="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 640px) {
  .grid-blocks [class*="col-"] {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.grid-blocks .item {
  height: 0px;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.388%;
}

.grid-blocks .item a,
.grid-blocks .item img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.grid-blocks .item a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(to right, #7ac75f, #02bec4);
  opacity: 0.7;
  z-index: 2;
  transition: opacity .2s;
}

.grid-blocks .item a:hover, .grid-blocks .item a:focus {
  text-decoration: none;
}

.grid-blocks .item a:hover:after {
  opacity: 0.3;
}

.grid-blocks .item a:hover .more .bosch-icon {
  transform: translate(4px, -50%);
}

.grid-blocks .item img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.grid-blocks .item .item-title {
  position: relative;
  font-size: 30px;
  color: #ffffff;
  font-weight: 300;
  margin: 0px;
  padding: 20px 20px 0px;
  z-index: 3;
}

.grid-blocks .item .item-title {
  font-size: 32px;
}

@media screen and (min-width: 320px) {
  .grid-blocks .item .item-title {
    font-size: calc(32px + 6 * ((100vw - 320px) / 120));
  }
}

@media screen and (min-width: 440px) {
  .grid-blocks .item .item-title {
    font-size: 38px;
  }
}

@media screen and (min-width: 640px) {
  .grid-blocks .item .item-title {
    font-size: 30px;
  }
}

@media screen and (min-width: 640px) and (min-width: 640px) {
  .grid-blocks .item .item-title {
    font-size: calc(30px + 8 * ((100vw - 640px) / 260));
  }
}

@media screen and (min-width: 640px) and (min-width: 900px) {
  .grid-blocks .item .item-title {
    font-size: 38px;
  }
}

@media screen and (min-width: 1024px) {
  .grid-blocks .item .item-title {
    font-size: 32px;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .grid-blocks .item .item-title {
    font-size: calc(32px + 6 * ((100vw - 1024px) / 146));
  }
}

@media screen and (min-width: 1024px) and (min-width: 1170px) {
  .grid-blocks .item .item-title {
    font-size: 38px;
  }
}

.grid-blocks .item .more {
  position: absolute;
  left: 20px;
  bottom: 25px;
  color: #ffffff;
  font-size: 16px;
  padding-right: 20px;
  z-index: 3;
}

.grid-blocks .item .more .bosch-icon {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0px, -50%);
  margin-top: 2px;
  transition: transform .2s;
}

/* popover */
.popover {
  border-color: #e6e6e6;
}

.popover.left > .arrow {
  border-left-color: #e6e6e6;
}

.confirm {
  text-align: center;
}

.confirm .btn-group {
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* spinner */
.spinner {
  clear: both;
  position: relative;
  height: 37px;
  margin: 15px 0px;
}

.spinner:after {
  content: '\78';
  font-family: 'bosch-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 37px;
  height: 37px;
  font-size: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  animation: rotating 1.5s linear infinite;
}

@keyframes rotating {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

#footer-page {
  font-size: 14px;
  color: #000000;
  background: #ffffff;
  padding: 34px 0px 36px;
  border-top: 1px solid #e6e6e6;
  width: 100%;
}

#footer-page .copy {
  text-align: left;
}

.pagination {
  text-align: center;
}

.pagination > li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  margin-right: 2px;
}

.pagination > li > a,
.pagination > li > span {
  float: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
}

.pagination > li > a:hover {
  color: #005691;
}

.pagination .first-icon:before, .pagination .first-icon:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bosch-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "{";
}

.pagination .prev-icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bosch-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "{";
}

.pagination .next-icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bosch-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "n";
}

.pagination .last-icon:before, .pagination .last-icon:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bosch-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "n";
}

.pagination .first-icon:before,
.pagination .last-icon:before {
  margin-right: -4px;
}

.pagination .first-icon:after,
.pagination .last-icon:after {
  margin-left: -4px;
}

.pagination > .spacer {
  margin-left: 5px;
  margin-right: 5px;
}

.pagination > .active {
  margin-left: 2px;
  margin-right: 2px;
}

.pagination > .active > span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  display: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  position: absolute;
  bottom: -7px;
  left: 20px;
  transform: rotate(45deg);
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  display: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  position: absolute;
  top: -7px;
  left: 20px;
  transform: rotate(45deg);
}

.bootstrap-datetimepicker-widget.dropdown-menu table {
  border-collapse: separate;
  border-spacing: 9px;
  width: auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu table thead tr:first-child th {
  font-weight: normal;
  font-size: 15px;
  border-radius: 0px;
  font-weight: 300;
}

.bootstrap-datetimepicker-widget.dropdown-menu table > tbody > tr:last-of-type td {
  border-bottom: 0px;
}

.bootstrap-datetimepicker-widget.dropdown-menu table .day {
  font-size: 14px;
  border: 1px solid transparent;
}

.bootstrap-datetimepicker-widget.dropdown-menu table .old,
.bootstrap-datetimepicker-widget.dropdown-menu table .new {
  color: #d5d5d6;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td {
  border-radius: 0px;
  width: 38px;
  height: 38px;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.active, .bootstrap-datetimepicker-widget.dropdown-menu table td.active:hover {
  position: relative;
  background: #ffffff;
  color: #121214;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.active:before, .bootstrap-datetimepicker-widget.dropdown-menu table td.active:hover:before {
  display: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.active:after, .bootstrap-datetimepicker-widget.dropdown-menu table td.active:hover:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  content: '';
  display: block;
  background: #008ecf;
  height: 4px;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.today {
  font-weight: bold;
  border-color: #e6e6e6;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.today:before {
  display: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.day:hover {
  background: #005691;
  border-color: #008ecf;
  color: #ffffff;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-days table thead tr:last-child th {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  color: #121214;
  padding-top: 15px;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-months table,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-years table,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades table {
  width: 100%;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-months table tbody td,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-years table tbody td,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades table tbody td {
  padding: 0px;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-months table tbody td span,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-years table tbody td span,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades table tbody td span {
  width: 61px;
  height: 61px;
  line-height: 1.2em;
  border-radius: 0px;
  margin: 4px;
  border: 1px solid transparent;
  padding-top: 21px;
  color: black;
  font-weight: 300;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-months table tbody td span.active,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-years table tbody td span.active,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades table tbody td span.active {
  position: relative;
  background: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-months table tbody td span.active:after,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-years table tbody td span.active:after,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades table tbody td span.active:after {
  position: absolute;
  bottom: -1px;
  left: 0px;
  right: 0px;
  content: '';
  display: block;
  background: #008ecf;
  height: 4px;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-months table tbody td span:hover,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-years table tbody td span:hover,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades table tbody td span:hover {
  background: #005691;
  border: 1px solid #005691;
  color: #ffffff;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-months th.prev,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-months th.next,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-years th.prev,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-years th.next,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades th.prev,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades th.next {
  width: 38px;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-days,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-months,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-years,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades {
  width: 300px;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades table tbody td span {
  width: 85px;
  height: 60px;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades span {
  display: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades .decade {
  display: inline-block;
  line-height: 1.2em;
  padding-top: 20px;
}

.bootstrap-datetimepicker-widget.dropdown-menu th.prev,
.bootstrap-datetimepicker-widget.dropdown-menu th.next {
  position: relative;
}

.bootstrap-datetimepicker-widget.dropdown-menu th.prev span,
.bootstrap-datetimepicker-widget.dropdown-menu th.next span {
  display: block;
  font-weight: bold;
}

.bootstrap-datetimepicker-widget.dropdown-menu th.prev,
.bootstrap-datetimepicker-widget.dropdown-menu th.next,
.bootstrap-datetimepicker-widget.dropdown-menu th.picker-switch {
  height: 34px;
}

.bootstrap-datetimepicker-widget.dropdown-menu th.prev:hover,
.bootstrap-datetimepicker-widget.dropdown-menu th.next:hover,
.bootstrap-datetimepicker-widget.dropdown-menu th.picker-switch:hover {
  background: #005691;
  color: #ffffff;
  border: 1px solid transparent;
  height: 34px;
}

.bootstrap-datetimepicker-widget.dropdown-menu th.prev:hover span:before,
.bootstrap-datetimepicker-widget.dropdown-menu th.next:hover span:before,
.bootstrap-datetimepicker-widget.dropdown-menu th.picker-switch:hover span:before {
  color: #ffffff;
}

.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table {
  border-spacing: 0px;
  width: 100%;
}

.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td {
  width: auto;
  height: auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td a {
  display: block;
  width: 35px;
  height: 35px;
  padding: 0px;
  margin: 0px auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td a span {
  position: relative;
  background: none;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px;
  font-size: 18px;
  color: #005691;
}

.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td a span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td a span.bosch-icon-uni4B {
  font-size: 24px;
}

.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td a:hover {
  background: #005691;
}

.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td a:hover span {
  color: #ffffff;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker table td.day:hover, .bootstrap-datetimepicker-widget.dropdown-menu .timepicker table td.hour:hover, .bootstrap-datetimepicker-widget.dropdown-menu .timepicker table td.minute:hover, .bootstrap-datetimepicker-widget.dropdown-menu .timepicker table td.second:hover,
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker table td span:hover {
  color: #ffffff;
  background: #005691;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker .bosch-icon {
  font-weight: bold;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-hour,
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-minute,
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-second {
  font-weight: normal;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-minutes td {
  line-height: 1em;
}

.module-title {
  font-size: 28px;
  margin-top: 0px;
}

@media screen and (min-width: 640px) {
  .module-title {
    font-size: 36px;
  }
}

.panel {
  box-shadow: none;
}

.panel .select2 {
  clear: both;
  width: 100% !important;
}

.panel-heading,
.panel-title {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 300;
}

.panel-heading a,
.panel-title a {
  text-decoration: none;
}

.panel-heading .accordion-toggle,
.panel-title .accordion-toggle {
  display: block;
}

.panel-heading .accordion-toggle:after,
.panel-title .accordion-toggle:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bosch-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "D";
  font-size: 16px;
  margin-left: 14px;
}

.panel-heading .accordion-toggle.collapsed:after,
.panel-title .accordion-toggle.collapsed:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bosch-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "D";
}

.panel-heading .accordion-toggle[aria-expanded="true"]:after,
.panel-title .accordion-toggle[aria-expanded="true"]:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bosch-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "z";
}

.panel-heading {
  border-top: 1px solid #e6e6e6;
}

.panel .panel .panel-heading {
  font-size: 18px;
  padding: 6px 15px;
}

.filters-panel .panel-heading {
  padding: 0px;
}

.filters-panel .accordion-toggle {
  padding: 7px 18px;
}

@media screen and (min-width: 640px) {
  .filters-panel .accordion-toggle {
    padding: 10px 18px;
  }
}

.filters-panel .panel-body {
  padding: 20px 15px;
}

@media screen and (min-width: 640px) {
  .filters-panel .panel-body {
    padding: 30px 20px;
  }
}

.filters-panel .row {
  margin-left: -20px;
  margin-right: -20px;
}

.filters-panel .row [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}

.filters-panel .form-group {
  margin-bottom: 30px;
}

.filters-panel .checkbox {
  margin-top: 14px;
  margin-bottom: 13px;
}

.filters-panel .buttons .btn {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.filters-panel .buttons .inner {
  float: right;
  margin-left: -10px;
  margin-right: -10px;
}

.filters-panel .btn-filter {
  width: 145px;
}

.filters-panel .btn-filter .bosch-icon {
  margin-right: 7px;
}

.filters-panel label {
  padding-left: 12px;
}

.modal-content {
  box-shadow: none;
}

.modal-header {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 640px) {
  .modal-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.modal-header .bootstrap-dialog-close-button .close {
  position: initial;
}

.modal-header .close {
  position: absolute;
  top: 12px;
  right: 15px;
  margin: 0px;
  padding: 2px;
  width: 30px;
  height: 30px;
  text-shadow: none;
  opacity: 1;
  font-size: 20px;
}

@media screen and (min-width: 640px) {
  .modal-header .close {
    top: 15px;
    right: 30px;
  }
}

.modal-header .close .bosch-icon {
  font-weight: 300;
}

.modal-header .close:hover {
  background: #005691;
  color: #ffffff;
}

.modal-header,
.modal-body,
.modal-footer {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 640px) {
  .modal-header,
  .modal-body,
  .modal-footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.modal-title {
  background: #ffffff;
  font-size: 25px;
  font-weight: 300;
  border: 0px;
}

@media screen and (min-width: 640px) {
  .modal-title {
    font-size: 30px;
  }
}

.modal-footer .wrapper {
  font-size: 0px;
  margin: 0px -10px -10px;
}

.modal-footer .wrapper .btn {
  margin: 0px 10px 10px;
}

.nav-tabs {
  list-style: none;
  background: #efeff0;
  border: 1px solid #efeff0;
}

.nav-tabs > li {
  padding-left: 0px !important;
}

.nav-tabs > li:before {
  display: none !important;
}

.nav-tabs > li > a {
  font-size: 14px;
  color: #333333;
  padding-top: 15px;
  padding-bottom: 20px;
  border: 0px;
}

.nav-tabs > li > a:hover {
  color: #005691;
  background: none;
}

.nav-tabs > li.active > a {
  position: relative;
}

.nav-tabs > li.active > a:after {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0px;
  height: 2px;
  background: #005691;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
  color: #005691;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: 0px;
  background: none;
}

.tab-content {
  border: 1px solid #efeff0;
  padding: 15px;
  margin-bottom: 20px;
}

.tab-content .select2 {
  clear: both;
  width: 100% !important;
}

.tab-content .panel .panel-heading {
  font-size: 18px;
  padding: 6px 15px;
}

.imageupload .fileinput {
  display: block;
  max-width: 200px;
}

.imageupload .fileinput .wrapper {
  position: relative;
  overflow: hidden;
  height: 0px;
  padding-bottom: 75%;
  margin-bottom: 15px;
}

.imageupload .fileinput.fileinput-new .btn-file {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0px;
  padding: 0px;
  box-shadow: none;
}

.imageupload .fileinput.fileinput-new .btn-file .bosch-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #cfd0d1;
  font-size: 30px;
  transition: color .2s;
}

.imageupload .fileinput.fileinput-new .btn-file:hover .bosch-icon {
  color: #005691;
}

.imageupload .fileinput.fileinput-exists .btn-file,
.imageupload .fileinput.fileinput-exists .btn-remove {
  box-sizing: border-box;
  border: 0px;
  padding: 0px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  position: absolute;
  margin: 0px;
  bottom: 1px;
  overflow: hidden;
}

.imageupload .fileinput.fileinput-exists .btn-file .bosch-icon,
.imageupload .fileinput.fileinput-exists .btn-remove .bosch-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
}

.imageupload .fileinput.fileinput-exists .btn-file {
  border-bottom: 2px solid #008ecf;
  background: #005691;
  left: 1px;
}

.imageupload .fileinput.fileinput-exists .btn-file:before {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 0px;
  height: 0px;
  background: rgba(0, 142, 207, 0.5);
  transition: height .3s;
}

.imageupload .fileinput.fileinput-exists .btn-file:active, .imageupload .fileinput.fileinput-exists .btn-file:active:focus, .imageupload .fileinput.fileinput-exists .btn-file:focus {
  background: #005691;
  color: #ffffff;
  border-color: #005691;
  border-bottom: 2px solid #008ecf;
  box-shadow: none;
}

.imageupload .fileinput.fileinput-exists .btn-file:hover, .imageupload .fileinput.fileinput-exists .btn-file:active:hover, .imageupload .fileinput.fileinput-exists .btn-file:focus:hover {
  background: #005691;
  color: #ffffff;
  border-color: #005691;
  border-bottom-color: #005691;
}

.imageupload .fileinput.fileinput-exists .btn-file:hover:before, .imageupload .fileinput.fileinput-exists .btn-file:active:hover:before, .imageupload .fileinput.fileinput-exists .btn-file:focus:hover:before {
  height: calc(100% + 1px);
}

.imageupload .fileinput.fileinput-exists .btn-remove {
  border-bottom: 2px solid #ea6460;
  right: 1px;
}

.imageupload .fileinput.fileinput-exists .btn-remove:before {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 0px;
  height: 0px;
  background: rgba(234, 100, 96, 0.5);
  transition: height .3s;
}

.imageupload .fileinput.fileinput-exists .btn-remove:active, .imageupload .fileinput.fileinput-exists .btn-remove:active:focus, .imageupload .fileinput.fileinput-exists .btn-remove:focus {
  background: #c9302c;
  color: #ffffff;
  border-color: #c9302c;
  border-bottom: 2px solid #ea6460;
  box-shadow: none;
}

.imageupload .fileinput.fileinput-exists .btn-remove:hover, .imageupload .fileinput.fileinput-exists .btn-remove:active:hover, .imageupload .fileinput.fileinput-exists .btn-remove:focus:hover {
  background: #c9302c;
  color: #ffffff;
  border-color: #c9302c;
  border-bottom-color: #c9302c;
}

.imageupload .fileinput.fileinput-exists .btn-remove:hover:before, .imageupload .fileinput.fileinput-exists .btn-remove:active:hover:before, .imageupload .fileinput.fileinput-exists .btn-remove:focus:hover:before {
  height: calc(100% + 1px);
}

.imageupload .thumbnail {
  display: block;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-color: #cfd0d1;
}

.imageupload .thumbnail img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}

ul:not(.no-bullet):not(.select2-results__options):not(.list-unstyled) li {
  padding-left: 5px;
}

.select2-container .select2-selection--multiple {
  border-radius: 0px;
  background: #ffffff;
  border-color: #cfd0d1;
  font-size: 14px;
  font-weight: 300;
  color: #525f6b;
  min-height: 48px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #005691;
  border-radius: 0;
  color: #FFF !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice > body {
  color: #FFF;
}

ul:not(.no-bullet):not(.select2-results__options):not(.list-unstyled) li:before {
  content: none;
}

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

.no-input-borders .select2-container .select2-selection--multiple {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  background: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  line-height: 1.4em;
  padding-top: 12px;
}

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

.form-control::-moz-placeholder,
::-moz-placeholder {
  color: #444;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 2px;
}

.login-view .view {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  min-height: 100vh;
  background: linear-gradient(to right, #b91e76, #d71f3a);
}

.login-view #header-page,
.login-view .content,
.login-view #footer-page {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
}

.login-view #header-page {
  height: auto;
}

.login-view #header-page > .container {
  padding-bottom: 18px;
}

@media screen and (min-width: 640px) {
  .login-view #header-page > .container {
    padding-bottom: 25px;
  }
}

.login-view #header-page .quick-menu {
  display: none;
}

@media screen and (min-width: 1024px) {
  .login-view #header-page .quick-menu {
    display: block;
  }
}

.login-view #footer-page {
  margin-top: 0px;
}

.login-view .content {
  max-width: 390px;
  padding-left: 15px;
  padding-right: 15px;
}

.login-view .panel {
  border: 0px;
  margin: 20px 0px;
}

.login-view .panel .panel-heading {
  background: none;
  font-size: 28px;
  line-height: 1.1em;
  font-weight: 300;
  color: #000000;
  padding: 22px 27px 13px;
  border: 0px;
}

.login-view .panel .panel-body {
  padding-left: 21px;
  padding-right: 21px;
  padding-bottom: 15px;
}

.login-view .control-label {
  padding-left: 10px;
}

.login-view .form-group {
  margin-bottom: 22px;
}

.login-view .buttons {
  margin: 0px;
  padding-top: 8px;
}

@media screen and (min-width: 390px) {
  .login-view .buttons {
    padding-bottom: 10px;
  }
}

.login-view .buttons a {
  display: inline-block;
}

.login-view .buttons .btn {
  margin-bottom: 10px;
}

@media screen and (min-width: 390px) {
  .login-view .buttons .btn {
    margin-bottom: 0px;
  }
}

.login-view .btn-primary {
  width: 155px;
  margin-right: 22px;
}

.login-view .new-account {
  padding-top: 15px;
  text-align: center;
}

.reports-module {
  position: relative;
}

@media screen and (max-width: 480px) {
  .reports-module .gridview tbody tr td .clearfix {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 5px 0;
  }
}

.reports-module.purchase-reports .gridview thead th {
  text-align: center;
}

.service-data-module.fleet-view .content {
  padding-top: 35px;
}

@media screen and (min-width: 640px) {
  .service-data-module.fleet-view .content {
    padding-top: 55px;
  }
}

.service-data-module.fleet-view .filters.expanded .mb-20 {
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .service-data-module.fleet-view .filters.expanded .input-cnt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .service-data-module.fleet-view .filters.expanded .input-cnt > div {
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.service-data-module.fleet-view .header .module-title {
  float: left;
  margin: 0px;
  width: 100%;
  margin-bottom: 25px;
}

@media screen and (min-width: 400px) {
  .service-data-module.fleet-view .header .module-title {
    width: auto;
  }
}

@media screen and (min-width: 640px) {
  .service-data-module.fleet-view .header .module-title {
    margin-bottom: 0px;
  }
}

.service-data-module.fleet-view .header .btn-add {
  float: left;
}

@media screen and (min-width: 400px) {
  .service-data-module.fleet-view .header .btn-add {
    margin: 0px 14px 17px 14px;
  }
}

@media screen and (min-width: 640px) {
  .service-data-module.fleet-view .header .btn-add {
    margin-top: 3px;
    margin-bottom: 0px;
  }
}

.service-data-module.fleet-view .header .save-btn {
  float: right;
  width: 180px;
}

.service-data-module.fleet-view .cars-list {
  padding-top: 14px;
  margin: 0px auto;
  max-width: 360px;
}

@media screen and (min-width: 640px) {
  .service-data-module.fleet-view .cars-list {
    max-width: 750px;
  }
}

@media screen and (min-width: 1024px) {
  .service-data-module.fleet-view .cars-list {
    max-width: 100%;
  }
}

.service-data-module.fleet-view .cars-list > .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-data-module.fleet-view .cars-list > .row > [class*=col-] {
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}

.service-data-module.fleet-view .cars-list .car-item {
  position: relative;
  border: 1px solid #e6e6e6;
  width: 100%;
  height: 100%;
}

.service-data-module.fleet-view .cars-list .thumb {
  position: relative;
  height: 0px;
  overflow: hidden;
  padding-bottom: 47.222%;
}

.service-data-module.fleet-view .cars-list .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-data-module.fleet-view .cars-list .carousel-control.left, .service-data-module.fleet-view .cars-list .carousel-control.right {
  background: none;
}

.service-data-module.fleet-view .cars-list .carousel-control.left .bosch-icon, .service-data-module.fleet-view .cars-list .carousel-control.right .bosch-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  display: block;
}

.service-data-module.fleet-view .cars-list .carousel-control.left .bosch-icon:before {
  margin-left: -15px;
}

.service-data-module.fleet-view .cars-list .carousel-control.right .bosch-icon:before {
  margin-right: -15px;
}

.service-data-module.fleet-view .car-details {
  border-top: 0px;
  padding: 29px 18px 63px;
}

.service-data-module.fleet-view .car-details .title {
  margin: 0px;
  font-size: 28px;
  font-weight: 300;
  color: #000000;
}

.service-data-module.fleet-view .car-details .list {
  padding-top: 19px;
  padding-bottom: 51px;
  font-size: 14px;
  line-height: 1.2em;
  color: #000000;
}

.service-data-module.fleet-view .car-details .list li {
  padding-top: 1px;
  padding-bottom: 2px;
}

.service-data-module.fleet-view .car-details .list .name {
  display: inline;
}

.service-data-module.fleet-view .car-details .list .name label {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
}

.service-data-module.fleet-view .car-details .list .value {
  font-weight: bold;
}

.service-data-module.fleet-view .car-details .buttons {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 15px;
  overflow: hidden;
}

.service-data-module.fleet-view .car-details .buttons .btn {
  width: 125px;
}

.service-data-module.fleet-view .car-details .edit-btn {
  float: left;
}

.service-data-module.fleet-view .car-details .remove-btn {
  float: right;
}

.service-data-module .content {
  padding-top: 20px;
}

@media screen and (min-width: 640px) {
  .service-data-module .content {
    padding-top: 30px;
  }
}

.service-data-module.address-view .form-group.temp-values {
  height: 55px;
}

.service-data-module.address-view .form-group.temp-values .temp-value {
  font-size: 12px;
  color: red;
}

.service-data-module.address-view .changes-info {
  display: inline-block;
  margin: 15px 0px;
}

.service-data-module.address-view .service-info {
  margin-bottom: 30px;
}

.service-data-module.address-view .service-info .name {
  display: none;
}

@media screen and (max-width: 639px) {
  .service-data-module.address-view .service-info table,
  .service-data-module.address-view .service-info tbody,
  .service-data-module.address-view .service-info tr,
  .service-data-module.address-view .service-info td {
    display: block;
  }
  .service-data-module.address-view .service-info thead {
    display: none;
  }
  .service-data-module.address-view .service-info tr {
    overflow: hidden;
  }
  .service-data-module.address-view .service-info td {
    border: 0px;
    padding: 10px 0px;
  }
  .service-data-module.address-view .service-info .name,
  .service-data-module.address-view .service-info .value {
    float: left;
  }
  .service-data-module.address-view .service-info .name {
    display: block;
    clear: both;
    width: 160px;
  }
  .service-data-module.address-view .service-info .name label {
    font-size: 14px;
    color: #000000;
  }
  .service-data-module.address-view .service-info .value {
    width: calc(100% - 160px);
  }
}

.service-data-module.address-view .form-footer {
  padding-top: 30px;
}

.form-group.with-change-request {
  height: 80px;
}

.form-group.with-change-request .change-request, .form-group.with-change-request .cancel-changes {
  font-size: 12px;
  color: red;
}

.form-group.with-change-request .change-request i, .form-group.with-change-request .cancel-changes i {
  cursor: pointer;
}

.settings-module {
  position: relative;
}

.settings-module .gridview {
  margin-top: 50px;
  color: #000000;
}

.settings-module .gridview td:not(.buttons) a {
  color: #000000;
  text-decoration: none;
}

.settings-module .gridview td:not(.buttons) a:hover {
  color: #005691;
}

.settings-module #filters-panel {
  margin-top: 30px;
  margin-bottom: 67px;
}

.settings-module.files-module .btn-add-service {
  width: 57px;
  height: 48px;
  font-size: 20px;
  line-height: 1em;
}

.settings-module.files-module .btn-add-service .bosch-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.settings-module.files-module .btn-add-more .bosch-icon {
  left: 22px;
  font-size: 20px;
}

.settings-module.files-module .gridview {
  margin-top: 30px;
}

.settings-module.files-module .gridview .table > tbody > tr:first-of-type td {
  border-top: 0px;
}

.settings-module.files-module .services-modal label {
  padding-left: 12px;
}

.settings-module.files-module .services-modal textarea {
  width: 100%;
  height: 90px;
}

@media screen and (max-width: 639px) {
  .settings-module.files-module.edit-file .form-footer .btn {
    padding-left: 10px;
    padding-right: 10px;
    width: 135px;
  }
}

@media screen and (max-width: 480px) {
  .settings-module.files-module.edit-file .form-footer .btn {
    width: 83px;
  }
}

.settings-module.files-module.bosch-file-details {
  font-size: 14px;
}

.settings-module .regulations-list td.buttons {
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  width: 65px;
}

.settings-module.roles-module .role-group .panel-heading {
  margin-bottom: -20px;
}

.settings-module.roles-module .role-group .subgroup-name {
  font-weight: bold;
  font-size: 12px;
  margin: 20px 0px 5px;
}

@media screen and (min-width: 768px) {
  .settings-module.services-module .header-buttons-group {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
}

.settings-module.services-module .header-buttons-group .header-buttons {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.settings-module.services-module .header-buttons-group .report-buttons {
  margin-top: 10px;
}

.settings-module.services-module .header-buttons-group .report-buttons .button-group label {
  display: block;
}

@media screen and (max-width: 768px) {
  .settings-module.services-module .header-buttons-group .report-buttons .button-group {
    text-align: left;
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 768px) {
  .settings-module.services-module .header-buttons-group .report-buttons .button-group {
    text-align: right;
    margin-bottom: 5px;
  }
}

.cars-module.edit-view {
  padding-top: 20px;
}

@media screen and (min-width: 420px) {
  .cars-module.edit-view {
    padding-top: 0px;
  }
}

.cars-module.edit-view .image-inputs > .row > [class*="col-"] {
  max-width: 230px;
}

.k-window .cars-module {
  overflow: hidden;
}

.k-window .cars-module .select2 {
  clear: both;
  width: 100% !important;
}

.k-window .cars-module .errors {
  margin-bottom: 20px;
}

.k-window .cars-module .buttons {
  overflow: hidden;
}

.k-window .cars-module .buttons .btn {
  box-sizing: border-box;
}

.k-window .cars-module .buttons .close-btn,
.k-window .cars-module .buttons .save-btn {
  width: 120px;
}

@media screen and (min-width: 640px) {
  .k-window .cars-module .buttons .close-btn,
  .k-window .cars-module .buttons .save-btn {
    width: 180px;
  }
}

.k-window .cars-module .buttons .close-btn {
  float: left;
}

.k-window .cars-module .buttons .save-btn {
  float: right;
}

.imports-module .import-info .panel-body {
  padding: 22px 15px;
}

@media screen and (min-width: 640px) {
  .imports-module .import-info .panel-body {
    padding: 22px 40px;
  }
}

.imports-module .import-info .panel-body .wrapper {
  overflow: hidden;
  margin-bottom: -30px;
}

.imports-module .import-info [class*=col-] {
  padding-bottom: 40px;
}

.imports-module .import-info label {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  margin: 0px;
}

.imports-module .import-info .value {
  font-size: 20px;
}

.imports-module .import-errors {
  margin-top: 68px;
}

.imports-module .import-errors table {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
}

.imports-module .import-errors .table > tbody > tr > td,
.imports-module .import-errors table > tbody > tr > td {
  padding-top: 14px;
  padding-bottom: 14px;
  border-color: #efeff0;
}

.imports-module .import-errors .table > tbody > tr > td.icon,
.imports-module .import-errors table > tbody > tr > td.icon {
  font-size: 24px;
  padding: 8px 0px 8px 20px;
  vertical-align: middle;
  width: 40px;
}

.imports-module .import-errors .table > tbody > tr:last-of-type > td,
.imports-module .import-errors table > tbody > tr:last-of-type > td {
  border-bottom: 0px;
}

.imports-module .new-import .panel-body {
  padding: 22px 40px;
}

.imports-module .new-import .select2 {
  width: 100% !important;
}

.billings-module {
  background: linear-gradient(to right, #b91e76, #d71f3a);
  padding: 40px 0px 15px;
  height: calc(100% + 25px);
}

@media screen and (min-width: 1024px) {
  .billings-module {
    padding: 61px 0px 55px;
  }
}

.billings-module #billings-popup {
  display: none;
}

.billings-module .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -15px;
  margin-bottom: -15px;
}

.billings-module .list > [class*="col-"] {
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
}

.billings-module .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 10px;
  background: #ffffff;
  color: #000000;
  text-align: center;
  width: 100%;
  min-height: 187px;
}

.billings-module .item .title {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 14px;
  line-height: 1.2em;
}

.billings-module .item .value {
  font-size: 48px;
  line-height: 1.1em;
  font-weight: 500;
  color: #005691;
}

.billings-module .item .desc {
  position: relative;
  font-size: 14px;
  line-height: 1.4em;
  color: #005691;
  overflow: hidden;
  height: 5.6em;
}

.billings-module .item .more {
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #ffffff;
  height: 2.8em;
  padding: 15px 0px 0px;
}

.billings-module .item .more .btn {
  position: relative;
  padding: 0px;
  background: none;
  font-size: 18px;
  font-weight: 300;
  padding-right: 22px;
  color: #005691;
  line-height: 1.2em;
  box-shadow: none;
}

.billings-module .item .more .btn .bosch-icon {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0px, -50%);
  font-size: 14px;
  margin-top: 2px;
  transition: transform .2s;
}

.billings-module .item .more .btn:hover .bosch-icon {
  transform: translate(3px, -50%);
}

.billings-module .item.is-more .more {
  display: block;
}

#billings-popup .item-content {
  padding: 5px 15px 26px;
  text-align: center;
}

@media screen and (min-width: 640px) {
  #billings-popup .item-content {
    padding: 0px 45px 46px;
  }
}

#billings-popup .item-content .title {
  font-size: 23px;
  font-weight: 300;
  margin-bottom: 26px;
  line-height: 1.2em;
}

@media screen and (min-width: 640px) {
  #billings-popup .item-content .title {
    font-size: 28px;
  }
}

#billings-popup .item-content .desc {
  position: relative;
  font-size: 14px;
  line-height: 1.4em;
  color: #005691;
  height: auto;
}

#billings-popup .item-content .more {
  display: none;
}

.regulations-module {
  padding-top: 30px;
}

.regulations-module .module-title {
  margin-bottom: 30px;
}

.account-module {
  height: 100%;
}

.account-module > .container {
  height: 100%;
}

.account-module td.buttons {
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  font-size: 0px;
  width: 350px;
}

.account-module .btn-agree {
  width: 235px;
}

.account-module .btn-agree.disabled {
  opacity: 0.5;
}

.account-module .delete-account-modal .btn {
  white-space: normal;
}

@media screen and (max-width: 499px) {
  .account-module.details-view .sticky-form-footer {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 639px) {
  .account-module.details-view .form-footer .btn {
    padding-left: 10px;
    padding-right: 10px;
    width: 135px;
  }
}

.audits-module .audit-attachment {
  vertical-align: middle;
}

.admin-area .audits-module .checkbox input[type="checkbox"] {
  margin-left: -18px;
  margin-top: 2px;
}

.admin-area .audits-module .checkbox label {
  padding-left: 20px;
}

@media screen and (max-width: 640px) {
  .audits-module .gridview tr > td:first-child::before {
    margin-top: 0 !important;
  }
  .audits-module .gridview tr:not(.child) .text-left.all {
    display: none;
  }
}

.audits-module .dropdown-container {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

.audits-module .gridview table tbody tr td {
  vertical-align: middle;
}

.audits-module .menu-right {
  left: auto;
  right: 0;
}

.custom-service-popup .filters {
  z-index: 0;
}

.custom-service-popup #grid-services-control span.mobile-label {
  display: none;
}

@media screen and (max-width: 639px) {
  .custom-service-popup #grid-services-control table {
    width: 100%;
  }
  .custom-service-popup #grid-services-control table colgroup {
    display: none;
  }
  .custom-service-popup #grid-services-control table thead tr th {
    display: block;
    box-sizing: border-box;
    clear: both;
    width: 100%;
  }
  .custom-service-popup #grid-services-control table thead tr th:last-child {
    display: none;
  }
  .custom-service-popup #grid-services-control table tbody tr {
    border: 1px solid #a8afb5;
  }
  .custom-service-popup #grid-services-control table tbody tr td {
    display: block;
    box-sizing: border-box;
    clear: both;
    border: none;
  }
  .custom-service-popup #grid-services-control table tbody tr td span.mobile-label {
    display: inline-block;
  }
  .custom-service-popup #grid-services-control table tbody tr td button {
    width: 100%;
  }
}

.no-service-selected {
  background: linear-gradient(to right, #b91e76, #d71f3a);
  padding: 61px 0px 55px;
  height: calc(100% + 25px);
}

.no-service-selected .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 10px 20px 10px;
  background: #ffffff;
  color: #000000;
  text-align: center;
  width: 100%;
  min-height: 187px;
}

@media screen and (min-width: 640px) {
  .no-service-selected .item {
    padding: 10px 10px 20px 25px;
  }
}

.no-service-selected .item .image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 8px;
}

.no-service-selected .item-cnt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 640px) {
  .no-service-selected .item-cnt {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.no-service-selected .item .tekst .title {
  text-align: left;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 2px;
  margin-top: 15px;
}

@media screen and (min-width: 640px) {
  .no-service-selected .item .tekst .title {
    margin-top: 0;
    margin-left: 15px;
    font-size: 36px;
  }
}

.no-service-selected .item .tekst > div {
  line-height: 1;
  font-size: 0;
  text-align: left;
}

@media screen and (min-width: 640px) {
  .no-service-selected .item .tekst > div {
    margin-left: 15px;
  }
}

.no-service-selected .item .tekst .settings-button {
  padding: 0;
}

@media screen and (max-width: 640px) {
  .no-service-selected .item .tekst .settings-button {
    font-size: 14px;
  }
}

.no-service-selected .item .tekst .settings-button:before {
  content: "\6e";
  font-family: 'bosch-icons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  right: -19px;
  top: 6px;
}

.login-service {
  padding-right: 22px;
  margin-bottom: 6px;
  position: relative;
  cursor: pointer;
  text-align: right;
}

@media screen and (max-width: 1023px) {
  .login-service {
    border-bottom: 1px solid #f5f5f6;
    padding: 5px 10px 7px 10px;
    margin: 0 -15px;
  }
}

.login-service:before {
  content: "\6e";
  font-family: 'bosch-icons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  right: 3px;
  top: 5px;
}

.additional-title.icon {
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 640px) {
  .additional-title.icon {
    padding-right: 7px;
  }
}

@media screen and (min-width: 1100px) {
  .additional-title.icon {
    padding-right: 0;
  }
}

.additional-title.icon:before {
  content: '';
  border: 4px solid;
  border-color: black transparent transparent transparent;
  position: absolute;
  top: 12px;
  right: -12px;
}

@media screen and (min-width: 640px) {
  .additional-title.icon:before {
    border: 6px solid;
    border-color: black transparent transparent transparent;
    top: 21px;
  }
}

@media screen and (min-width: 1024px) {
  .additional-title.icon:before {
    top: 16px;
    right: -16px;
  }
}

@media screen and (min-width: 1100px) {
  .additional-title.icon:before {
    top: 18px;
    right: -20px;
  }
}

.additional-title.icon.open:before {
  top: 7px;
  border-color: transparent transparent black transparent;
}

@media screen and (min-width: 640px) {
  .additional-title.icon.open:before {
    top: 15px;
    border-color: transparent transparent black transparent;
  }
}

@media screen and (min-width: 1100px) {
  .additional-title.icon.open:before {
    top: 12px;
    border-color: transparent transparent black transparent;
  }
}

@media screen and (max-width: 640px) {
  .custom-service-popup .filters-panel .buttons .inner {
    float: none;
    margin-left: 0;
    margin-right: 0;
    display: -ms-flexbox;
    display: flex;
  }
}

.payment .info-block {
  padding: 40px 0 64px;
  margin-bottom: 31px;
}

.payment .info-block.footer {
  padding: 40px 0 49px;
}

.payment .price-label {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.75;
  margin: 0 0 -4px;
}

.payment .price-count {
  font-size: 48px;
  color: white;
  line-height: 0.875;
  margin: 5px 0;
  font-weight: 700;
}

.payment .okres {
  font-size: 32px;
  color: white;
  line-height: 1.313;
  margin-top: 15px;
  border-bottom: 1px solid #fff;
  padding-bottom: 22px;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .payment .okres strong {
    display: block;
  }
}

.payment .col1, .payment .col2, .payment .col3 {
  margin-bottom: 20px;
}

@media screen and (min-width: 640px) {
  .payment .row-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .payment .col1, .payment .col2, .payment .col3 {
    margin-bottom: 0;
  }
  .payment .col1 {
    width: 100%;
  }
  .payment .col2 {
    width: 100%;
  }
}

@media screen and (min-width: 1100px) {
  .payment .row-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .payment .col1 {
    width: 50%;
  }
  .payment .col2 {
    width: 50%;
    text-align: right;
  }
}

.payment .table-title {
  font-size: 32px;
  color: black;
  line-height: 1.313;
  font-weight: 300;
  margin-bottom: 17px;
}

.payment .payment-table {
  width: 100%;
  margin-bottom: 20px;
}

.payment .payment-table .summary-label {
  font-size: 24px;
  color: black;
  line-height: 0.917;
}

.payment .payment-table .summary-count {
  font-size: 24px;
  color: black;
  line-height: 0.917;
  font-weight: 700;
  margin-left: 13px;
}

.payment .payment-table .summary-row {
  border-bottom: none;
}

.payment .payment-table .summary-row td {
  padding: 35px 0;
  border-bottom: none;
  text-align: center;
}

@media screen and (min-width: 640px) {
  .payment .payment-table .summary-row td {
    text-align: right;
  }
}

.payment .payment-table th {
  font-size: 14px;
  line-height: 1.571;
  font-weight: 700;
}

.payment .payment-table th:nth-of-type(1) {
  padding-bottom: 18px;
  width: 100%;
}

@media screen and (min-width: 640px) {
  .payment .payment-table th:nth-of-type(1) {
    width: 40%;
  }
}

@media screen and (min-width: 1100px) {
  .payment .payment-table th:nth-of-type(1) {
    width: 46.92%;
  }
}

.payment .payment-table th:nth-of-type(2) {
  padding: 8px 10px 20px 20px;
  width: 100%;
}

@media screen and (min-width: 640px) {
  .payment .payment-table th:nth-of-type(2) {
    width: 20%;
  }
}

@media screen and (min-width: 1100px) {
  .payment .payment-table th:nth-of-type(2) {
    width: 17.36%;
  }
}

.payment .payment-table th:nth-of-type(3) {
  padding: 8px 10px 20px 18px;
  width: 100%;
}

@media screen and (min-width: 640px) {
  .payment .payment-table th:nth-of-type(3) {
    width: 20%;
  }
}

@media screen and (min-width: 1100px) {
  .payment .payment-table th:nth-of-type(3) {
    width: 14.21%;
  }
}

.payment .payment-table th:nth-of-type(4) {
  padding: 8px 10px 20px 17px;
  width: 100%;
}

@media screen and (min-width: 640px) {
  .payment .payment-table th:nth-of-type(4) {
    width: 20%;
  }
}

@media screen and (min-width: 1100px) {
  .payment .payment-table th:nth-of-type(4) {
    width: 21.49%;
  }
}

.payment .payment-table thead tr {
  border-bottom: 4px solid #A8AFB5;
}

.payment .payment-table tr {
  border-bottom: 1px solid #A8AFB5;
}

.payment .payment-table tr td {
  font-size: 14px;
  color: black;
  line-height: 1.571;
}

@media screen and (min-width: 640px) {
  .payment .payment-table tr td.tab-col-1 {
    padding-bottom: 18px;
    width: 40%;
  }
}

@media screen and (min-width: 1100px) {
  .payment .payment-table tr td.tab-col-1 {
    width: 46.92%;
  }
}

@media screen and (min-width: 640px) {
  .payment .payment-table tr td.tab-col-2 {
    padding: 40px 20px;
    width: 20%;
  }
}

@media screen and (min-width: 1100px) {
  .payment .payment-table tr td.tab-col-2 {
    width: 17.36%;
  }
}

@media screen and (min-width: 640px) {
  .payment .payment-table tr td.tab-col-3 {
    padding: 20px 20px;
    width: 20%;
  }
}

@media screen and (min-width: 1100px) {
  .payment .payment-table tr td.tab-col-3 {
    width: 14.21%;
  }
}

@media screen and (min-width: 640px) {
  .payment .payment-table tr td.tab-col-4 {
    width: 20%;
    padding: 40px 20px;
    font-size: 24px;
    color: black;
    line-height: 0.917;
  }
}

@media screen and (min-width: 1100px) {
  .payment .payment-table tr td.tab-col-4 {
    width: 21.49%;
  }
}

.payment .payment-table tr:last-of-type {
  border-bottom: none;
}

@media screen and (max-width: 640px) {
  .payment .payment-table thead {
    display: none;
  }
  .payment .payment-table tr {
    display: block;
  }
  .payment .payment-table tr td {
    display: block;
    padding-left: 50%;
    position: relative;
    text-align: center;
  }
  .payment .payment-table tr td:before {
    content: attr(data-col);
    width: 50%;
    position: absolute;
    text-align: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.payment .footer-label {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  margin-bottom: 4px;
}

.payment .footer-count {
  font-size: 48px;
  color: white;
  line-height: 0.875;
  font-weight: 700;
}

.payment .footer-payment {
  text-align: center;
}

@media screen and (min-width: 640px) {
  .payment .footer-payment {
    text-align: right;
  }
}

.reward {
  background: linear-gradient(to right, #4E278B 0%, #00629C 100%);
  color: #fff;
}

.reward .okres {
  font-size: 32px;
  color: white;
  line-height: 1.313;
  margin-top: 15px;
  border-bottom: 1px solid #fff;
  padding-bottom: 22px;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .reward .okres strong {
    display: block;
  }
}

.reward .info-block {
  padding: 40px 0 56px;
  margin-bottom: 39px;
}

@media screen and (max-width: 640px) {
  .reward .info-block .price-label.text-right {
    text-align: left;
  }
}

.reward .price-label {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.75;
  margin: 0 0 -4px;
}

.reward .price-count {
  font-size: 36px;
  color: white;
  line-height: 0.875;
  margin: 5px 0;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .reward .head-price > div {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 640px) {
  .reward .head-price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1100px) {
  .reward .head-price {
    margin-bottom: 65px;
  }
}

.reward .add {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reward .add-label {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
}

.reward .add li {
  list-style: none;
  width: 100%;
  padding-left: 50px;
  position: relative;
  font-size: 19px;
}

@media screen and (min-width: 640px) {
  .reward .add li {
    width: 50%;
    margin-bottom: 6px;
  }
}

@media screen and (min-width: 1100px) {
  .reward .add li:nth-of-type(2n+1) {
    width: 42%;
  }
  .reward .add li:nth-of-type(2n) {
    width: 58%;
  }
}

.reward .add li:before {
  content: '';
  width: 0 !important;
  height: 0 !important;
  border: 6px solid !important;
  border-color: transparent transparent transparent white !important;
  left: 11px !important;
  top: 8px !important;
  position: absolute !important;
  background: transparent !important;
  display: block !important;
}

.reward .w1, .reward .w2, .reward .w3, .reward .w4, .reward .w5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media screen and (min-width: 640px) {
  .reward .w1, .reward .w2, .reward .w3, .reward .w4, .reward .w5 {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1100px) {
  .reward .w1, .reward .w2, .reward .w3, .reward .w4, .reward .w5 {
    margin-bottom: 105px;
  }
}

.reward .w1 .reward-title, .reward .w2 .reward-title, .reward .w3 .reward-title, .reward .w4 .reward-title, .reward .w5 .reward-title {
  width: 100%;
}

.reward .w1 .reward-title h2, .reward .w2 .reward-title h2, .reward .w3 .reward-title h2, .reward .w4 .reward-title h2, .reward .w5 .reward-title h2 {
  margin-bottom: 19px;
}

.reward .w1 .reward-title p, .reward .w2 .reward-title p, .reward .w3 .reward-title p, .reward .w4 .reward-title p, .reward .w5 .reward-title p {
  font-size: 16px;
}

@media screen and (min-width: 640px) {
  .reward .w1 .reward-title, .reward .w2 .reward-title, .reward .w3 .reward-title, .reward .w4 .reward-title, .reward .w5 .reward-title {
    width: 75%;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media screen and (min-width: 1100px) {
  .reward .w1 .reward-title, .reward .w2 .reward-title, .reward .w3 .reward-title, .reward .w4 .reward-title, .reward .w5 .reward-title {
    width: 80%;
  }
}

.reward .w1 .reward-price, .reward .w2 .reward-price, .reward .w3 .reward-price, .reward .w4 .reward-price, .reward .w5 .reward-price {
  -ms-flex-order: 5;
  order: 5;
  width: 100%;
}

@media screen and (min-width: 640px) {
  .reward .w1 .reward-price, .reward .w2 .reward-price, .reward .w3 .reward-price, .reward .w4 .reward-price, .reward .w5 .reward-price {
    width: 25%;
    -ms-flex-order: 4;
    order: 4;
    text-align: right;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .reward .w1 .reward-price, .reward .w2 .reward-price, .reward .w3 .reward-price, .reward .w4 .reward-price, .reward .w5 .reward-price {
    width: 20%;
  }
}

.reward .w1 .obrot, .reward .w2 .obrot, .reward .w3 .obrot, .reward .w4 .obrot, .reward .w5 .obrot {
  border-top: 1px solid #fff;
  -ms-flex-order: 4;
  order: 4;
  width: 100%;
  margin-top: 15px;
  padding-top: 19px;
}

@media screen and (min-width: 640px) {
  .reward .w1 .obrot, .reward .w2 .obrot, .reward .w3 .obrot, .reward .w4 .obrot, .reward .w5 .obrot {
    width: 100%;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 15px;
    padding-top: 19px;
  }
}

.reward .w2 .progress-bar-wrapper {
  display: -ms-flexbox;
  display: flex;
  padding: 0 27px 0 31px;
}

@media screen and (max-width: 640px) {
  .reward .w2 .progress-bar-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .reward .w2 .progress-bar-wrapper .progress-header {
    width: 100%;
  }
}

@media screen and (min-width: 640px) {
  .reward .w2 .progress-bar-wrapper div {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    text-align: center;
    padding: 5px;
    /*&:nth-of-type(1){width: 18.2%;}
                    &:nth-of-type(2){width: 49%;}
                    &:nth-of-type(3){width: 14.5%;}
                    &:nth-of-type(4){width: 18.3%;}*/
  }
}

.reward .w2 .progress-axis {
  background: #fff;
  margin-top: 20px;
  margin-bottom: 3px;
  padding: 1px 10px 10px;
}

@media screen and (min-width: 640px) {
  .reward .w2 .progress-axis {
    padding: 1px 30px 30px;
  }
}

.reward .w2 .progress-axis .progress-bar-label {
  color: #d7d4d4;
  font-weight: 700;
}

.reward .w2 .progress-axis .progress {
  background-color: #E8E8E8;
  margin-top: 20px;
  position: relative;
}

.reward .w2 .progress-axis .progress-bar.red {
  background-color: #DC292D !important;
}

.reward .w2 .progress-axis .progress-bar.blueviolet {
  background-color: #4E278B !important;
}

.reward .w2 .progress-axis .progress-bar.mediumaquamarine {
  background-color: #26A5B3 !important;
}

.reward .w2 .progress-axis .progress-bar.mediumseagreen {
  background-color: #7BB83B !important;
}

.reward .w2 .progress-axis .progress-bar-label.red:nth-of-type(1) {
  color: #DC292D !important;
}

.reward .w2 .progress-axis .progress-bar-label.red:nth-of-type(1) .progress-bar-label-text:before {
  background: #DC292D !important;
}

.reward .w2 .progress-axis .progress-bar-label.blueviolet:nth-of-type(2) {
  color: #4E278B !important;
}

.reward .w2 .progress-axis .progress-bar-label.blueviolet:nth-of-type(2) .progress-bar-label-text:before {
  background: #4E278B !important;
}

.reward .w2 .progress-axis .progress-bar-label.mediumaquamarine:nth-of-type(3) .progress-bar-label-text:before {
  background: #26A5B3  !important;
}

.reward .w2 .progress-axis .progress-bar-label.mediumseagreen:nth-of-type(4) {
  color: #7BB83B !important;
}

.reward .w2 .progress-axis .progress-bar-label.mediumseagreen:nth-of-type(4) .progress-bar-label-text:before {
  background: #7BB83B  !important;
}

@media screen and (max-width: 1100px) {
  .reward .w2 .progress-bar-container {
    padding: 0;
  }
}

.reward .w2 .price-count.reports-progess-title {
  margin-bottom: 35px;
}

.reward .w2 .progress-bar-label-text {
  position: relative;
}

.reward .w2 .progress-bar-label-text:before {
  content: '';
  position: absolute;
  width: 8px;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  height: 78px;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  display: block;
  background: #d7d4d4;
}

.reward .w3 .group-list {
  padding-left: 0px;
}

.reward .w3 .group-list li {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0 !important;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 19px;
}

.reward .w3 .group-list li:before {
  display: none !important;
}

.reward .w3 .group-list li.current-group {
  background: #fff;
  color: #000;
  margin-left: -15px;
  padding-left: 15px !important;
  margin-right: -15px;
  padding-right: 15px !important;
}

@media screen and (max-width: 359px) {
  .reward .w3 .group-list li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reward .w3 .group-list li span {
    width: 100%;
  }
}

.reward .w3 .w3-table-cnt {
  background: #fff;
  margin-top: 7px;
  position: relative;
  left: 1px;
  padding: 14px 8px 10px 9px;
  color: #000;
  font-size: 12px;
}

.reward .w3 .w3-table-cnt table {
  width: 100%;
}

.reward .w3 .w3-table-cnt thead tr {
  border-bottom: 4px solid #A8AFB5;
}

.reward .w3 .w3-table-cnt tr {
  border-bottom: 1px solid #A8AFB5;
}

@media screen and (max-width: 640px) {
  .reward .w3 .w3-table-cnt thead {
    display: none;
  }
  .reward .w3 .w3-table-cnt tr {
    display: block;
  }
  .reward .w3 .w3-table-cnt tr td {
    display: block;
    padding-left: 50%;
    position: relative;
    text-align: right;
  }
  .reward .w3 .w3-table-cnt tr td:before {
    content: attr(data-col);
    width: 50%;
    position: absolute;
    text-align: left;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .reward .w3 .w3-table-cnt tr:last-of-type td {
    border-bottom: none;
  }
}

@media screen and (min-width: 640px) {
  .reward .w3 .w3-table-cnt .w3-col1 {
    width: 25%;
    padding: 10px 12px 21px;
  }
  .reward .w3 .w3-table-cnt .w3-col2 {
    width: 15%;
    padding: 10px 12px 21px 14px;
  }
  .reward .w3 .w3-table-cnt .w3-col3 {
    width: 15%;
    padding: 10px 12px 21px 19px;
  }
  .reward .w3 .w3-table-cnt .w3-col4 {
    width: 12%;
    padding: 10px 12px 21px 17px;
  }
  .reward .w3 .w3-table-cnt .w3-col5 {
    width: 18%;
    padding: 10px 12px 21px 15px;
  }
  .reward .w3 .w3-table-cnt .w3-col6 {
    width: 15%;
    padding: 10px 10px 21px 14px;
  }
  .reward .w3 .w3-table-cnt td.w3-col1, .reward .w3 .w3-table-cnt td.w3-col2, .reward .w3 .w3-table-cnt td.w3-col3, .reward .w3 .w3-table-cnt td.w3-col4, .reward .w3 .w3-table-cnt td.w3-col5, .reward .w3 .w3-table-cnt td.w3-col6, .reward .w3 .w3-table-cnt td.w3-col7 {
    padding: 21px 12px;
  }
  .reward .w3 .w3-table-cnt td.w3-col2, .reward .w3 .w3-table-cnt td.w3-col3, .reward .w3 .w3-table-cnt td.w3-col4, .reward .w3 .w3-table-cnt td.w3-col5, .reward .w3 .w3-table-cnt td.w3-col6, .reward .w3 .w3-table-cnt td.w3-col7 {
    text-align: right;
  }
}

.reward .w4 .group-list li, .reward .w5 .group-list li {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0 !important;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 19px;
}

@media screen and (max-width: 640px) {
  .reward .w4 .group-list li, .reward .w5 .group-list li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reward .w4 .group-list li span, .reward .w5 .group-list li span {
    width: 100%;
  }
}

@media screen and (min-width: 640px) {
  .reward .w4 .group-list li span:nth-child(1), .reward .w5 .group-list li span:nth-child(1) {
    width: 45%;
  }
  .reward .w4 .group-list li span:nth-child(2), .reward .w5 .group-list li span:nth-child(2) {
    width: 22%;
    text-align: right;
  }
  .reward .w4 .group-list li span:nth-child(3), .reward .w5 .group-list li span:nth-child(3) {
    width: 27%;
    text-align: right;
  }
}

.reward .w4 .group-list li:before, .reward .w5 .group-list li:before {
  display: none !important;
}

.reward .w4 .group-list li.current-group, .reward .w5 .group-list li.current-group {
  background: #fff;
  color: #000;
  margin-left: -15px;
  padding-left: 15px !important;
  margin-right: -15px;
  padding-right: 15px !important;
}

.reward.planned {
  background: linear-gradient(to right, #00B6C0 0%, #009ADA 100%);
}

.reward.planned .info-block {
  background: linear-gradient(to right, #6DC04D 0%, #00B6C0 100%);
}

.reward.planned .okres {
  border-bottom: none;
}

@media screen and (min-width: 640px) {
  .reward.planned .okres strong {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .reward.planned .okres strong {
    display: inline-block;
  }
}

.progress-header.stage1, .progress-bar.stage1 {
  background-color: #DC292D !important;
}

.progress-header.stage2, .progress-bar.stage2 {
  background-color: #4E278B !important;
}

.progress-header.stage3, .progress-bar.stage3 {
  background-color: #26A5B3 !important;
}

.progress-header.stage4, .progress-bar.stage4 {
  background-color: #7BB83B !important;
}

.progress-bar-label.stage1:nth-of-type(1) {
  color: #DC292D !important;
}

.progress-bar-label.stage1:nth-of-type(1) .progress-bar-label-text:before {
  background: #DC292D  !important;
}

.progress-bar-label.stage2:nth-of-type(2) {
  color: #4E278B !important;
}

.progress-bar-label.stage2:nth-of-type(2) .progress-bar-label-text:before {
  background: #4E278B  !important;
}

.progress-bar-label.stage3:nth-of-type(3) {
  color: #26A5B3 !important;
}

.progress-bar-label.stage3:nth-of-type(3) .progress-bar-label-text:before {
  background: #26A5B3  !important;
}

.progress-bar-label.stage4:nth-of-type(4) {
  color: #7BB83B !important;
}

.progress-bar-label.stage4:nth-of-type(4) .progress-bar-label-text:before {
  background: #7BB83B  !important;
}

.reports-progess-bar .progress-header {
  display: inline-block;
  color: white;
  padding: 3px;
  font-size: 11px;
}

.reports-progess-bar .bar-line {
  display: inline-block;
  border-right: 4px solid;
  height: 15px;
  margin-left: 2px;
}

.reports-progess-bar .progress-bar-container {
  padding: 5px;
}

.reports-progess-bar .progress-bar-label {
  display: inline-block;
  text-align: right;
}

.reports-progess-bar .progress-bar-label-text {
  width: 30px;
  min-width: 30px;
  text-align: center;
  display: inline-block;
}

.indicator-header, .indicator-header-right {
  display: inline-block;
}

.indicator-header-right {
  float: right;
}

.charges-module table.charge-items {
  width: 100%;
}

.charges-module table.charge-items th {
  text-align: center;
}

.charges-module table.charge-items tr td {
  padding: unset;
  border: unset;
}

.charges-module table.charge-items tr td:nth-child(2), .charges-module table.charge-items tr td:nth-child(3) {
  text-align: right;
}

.k-colorpicker {
  width: 100%;
  font-size: 15px;
}

.k-selected-color {
  width: 100% !important;
}

.files-list > li {
  padding-left: 0 !important;
}

.files-list {
  overflow: auto;
  max-height: 450px;
}

.files-list > li > div {
  display: table;
  padding: 10px;
  width: 100%;
  border-bottom: 1px solid #cfd0d1;
}

.files-list > li > div > span {
  display: table-cell;
  vertical-align: middle;
}

.remove-file-btn {
  float: right;
  padding: 12px 12px 12px 12px;
}

.file-input-textbox {
  display: inline-block;
}

.panel-left-half {
  width: 49%;
  float: left;
}

.panel-right-half {
  width: 49%;
  float: right;
}

.col-no-padding {
  padding-left: 0;
  padding-right: 0;
}

.exposition-tile-container {
  min-height: 313px;
}

.exposition-tile-container > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.exposition-tile {
  width: 120px;
  height: 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  overflow: auto;
  overflow-y: auto;
}

.exposition-tile > span {
  font-weight: bold;
  width: inherit;
  max-height: 100%;
  overflow-wrap: break-word;
  text-align: center;
}

.news-module {
  margin-top: 75px;
}

.news-module .grid-news {
  margin: 50px auto 25px;
  max-width: 440px;
}

@media screen and (min-width: 640px) {
  .news-module .grid-news {
    max-width: 900px;
  }
}

@media screen and (min-width: 1024px) {
  .news-module .grid-news {
    max-width: 100%;
  }
}

.news-module .grid-news .row {
  overflow: hidden;
  margin-top: -10px;
  margin-bottom: -10px;
}

@media screen and (min-width: 640px) {
  .news-module .grid-news .row {
    margin-top: -15px;
    margin-bottom: -15px;
  }
}

.news-module .grid-news .news-featured-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}

.news-module .grid-news .news-featured-image img {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.news-module .grid-news .news {
  margin-top: 0;
  margin-bottom: 75px;
}

.news-module .grid-news .news-intro h2 {
  font-weight: 900;
  font-size: 18px;
  margin-top: 18px;
  margin-bottom: 10px;
}

.news-module .grid-news .news-intro p {
  line-height: 1.6;
  font-size: 14px;
  letter-spacing: -0.46px;
  padding-right: 25px;
  margin-bottom: 17px;
}

.news-module .grid-news .news-desc {
  margin-bottom: 10px;
}

.news-module .grid-news .news a {
  font-size: 16px;
  font-weight: 500;
  margin-left: -1px;
  letter-spacing: -0.1px;
}

.news-module .grid-news .news a:hover {
  text-decoration: none;
}

.news-module .grid-news .news a .bosch-icon {
  margin-left: 3px;
  position: relative;
  top: 1px;
}

.news-content .title {
  margin-bottom: 24px;
}

.news-content p {
  font-size: 15px;
  line-height: 1.46;
  margin-bottom: 23px;
}

.news-content img {
  margin: 49px 0 -2px;
  max-width: 100%;
  height: auto;
}

.news-content .file {
  display: inline-block;
  position: relative;
  padding-left: 29px;
  height: 29px;
  font-size: 16px;
}

.news-content .file:before {
  content: '';
  background: url("../../../Assets/images/file_icon.png") no-repeat;
  position: absolute;
  top: -2px;
  left: 0;
  width: 22px;
  height: 26px;
  z-index: 5;
}

.news-content ul {
  margin-bottom: 10px;
}

.news-content ul li {
  padding-left: 10px;
  position: relative;
}

.news-content ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #000;
  position: absolute;
  top: 7px;
  left: 2px;
}

.gadget-module {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 59px;
}

.gadget-module .gadget-cnt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gadget-module .gadget {
  margin-top: 0;
  margin-bottom: 29px;
}

.gadget-module .gadget-image {
  padding: 26px 13px 29px 13px;
  border: 1px solid #EFEFF0;
}

.gadget-module .gadget-image > div {
  width: 100%;
  height: 175px;
}

.gadget-module .gadget-image > div > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.gadget-module .gadget-intro h2 {
  font-weight: 400;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid #EFEFF0;
  border-top-color: #cccccc;
  border-top-style: solid;
  border-top-width: 1px;
  border-top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 21px 13px 19px 22px;
}

.gadget-module .gadget-intro p {
  line-height: 1.6;
  font-size: 14px;
  letter-spacing: -0.46px;
  padding-right: 25px;
  margin-bottom: 17px;
}

.gadget-module .gadget-intro a {
  font-size: 16px;
  font-weight: 300;
  margin-left: -1px;
  letter-spacing: -0.1px;
  color: #000000;
}

.gadget-module .gadget-intro a:hover {
  text-decoration: none;
}

.gadget-module .gadget-intro a .bosch-icon {
  margin-left: 3px;
  position: relative;
  top: 1px;
}

.gadget-item-content {
  margin-bottom: 30px;
}

.gadget-item-content h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.gadget-item-content #carousel-awesome {
  margin-bottom: 15px;
}

.gadget-item .feature {
  display: -ms-flexbox;
  display: flex;
}

.gadget-item .feature-cnt {
  padding: 20px 0;
  background: #efeff0;
}

.gadget-item .feature-icon {
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  margin-right: 15px;
}

.gadget-item .feature h5 {
  margin-top: 0;
}

.gadget-item .feature p {
  margin: 0;
  white-space: pre-wrap;
}

.gadget-item .attachments a {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 29px;
  height: 29px;
  font-size: 16px;
  margin-bottom: 5px;
}

.gadget-item .attachments a:before {
  content: '';
  background: url("../../../Assets/images/file_icon.png") no-repeat;
  position: absolute;
  top: -2px;
  left: 0;
  width: 22px;
  height: 26px;
  z-index: 5;
}

#gadgets-form .img-responsive {
  margin-bottom: 10px;
  height: 150px;
}

#gadgets-form #selected-featuredimage {
  padding: 0 15px 10px;
  border-bottom: 1px solid #cfd0d1;
  margin: 0 -15px 10px;
}

#gadgets-form #selected-images {
  padding-bottom: 10px;
  border-bottom: 1px solid #cfd0d1;
  margin: 0 -15px 10px;
}

#gadgets-form #selected-attachments {
  border-bottom: 1px solid #cfd0d1;
  margin: 0 -15px 10px;
  padding: 0 15px 10px;
}

#gadgets-form #selected-attachments .attachment {
  border: 1px solid #cfd0d1;
  padding: 5px;
  margin-bottom: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

#gadgets-form #selected-attachments .attachment span {
  padding-right: 5px;
}

#gadgets-form #selected-attributes {
  margin-top: 10px;
}

#gadgets-form #selected-attributes li {
  cursor: move;
  border: 1px solid #cfd0d1;
  padding: 5px;
  margin-bottom: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

#gadgets-form #selected-attributes li h3 {
  margin-top: 10px;
}

ol#categories-list {
  list-style: none;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  ol#categories-list {
    padding-left: 0;
  }
}

ol#categories-list > li {
  border-bottom: 1px black solid;
  margin-bottom: 10px;
  padding-bottom: 5px;
  cursor: move;
}

ol#categories-list > li > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 640px) {
  ol#categories-list > li > div {
    -ms-flex-align: center;
    align-items: center;
  }
}

ol#categories-list > li.placeholder:before {
  position: absolute;
}

ol#categories-list > li .subcategory {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px black dashed;
  padding-bottom: 5px;
  padding-left: 22px;
  padding-top: 5px;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 640px) {
  ol#categories-list > li .subcategory {
    -ms-flex-align: center;
    align-items: center;
  }
}

ol#categories-list > li .subcategory:before {
  content: "\6e";
  font-family: 'bosch-icons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  left: 5px;
  top: 22px;
}

@media screen and (max-width: 640px) {
  ol#categories-list > li .subcategory:before {
    top: 50%;
    transform: translateY(-50%);
  }
}

ol#categories-list ol {
  list-style: none;
  padding-left: 12px;
}

.row .row {
  margin-left: 0;
  margin-right: 0;
}

.remove-button {
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 18px;
}

#categories-list {
  padding-left: 0;
}

#categories-list-title {
  margin-bottom: 30px;
}

#contentPage {
  padding-top: 38px;
}

#contentPage .contentPage-menu {
  background: #EFEFF0;
  padding-top: 22px;
  padding-bottom: 1px;
}

#contentPage .contentPage-menu li {
  margin-bottom: 21px;
  padding-top: 1px;
  padding-bottom: 3px;
  padding-left: 20px;
}

#contentPage .contentPage-menu li.active:before {
  content: '';
  background: #005691;
  border: none;
  top: 0;
  left: auto;
  right: -1px;
  bottom: 0;
  width: 3px;
  height: auto;
}

#contentPage .contentPage-menu li.active a {
  color: #005691;
}

#contentPage .contentPage-menu li a {
  font-weight: 400;
  letter-spacing: 0.27px;
  font-size: 16px;
  letter-spacing: -0.2px;
}

#contentPage .contentPage-menu li a:hover {
  text-decoration: none;
}

#contentPage .contentPage-header {
  color: #333333;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}

#contentPage .contentPage-header-nav {
  font-size: 28px;
  font-weight: 400;
  margin-right: 12px;
}

#contentPage .contentPage-header-text {
  font-size: 22px;
  font-weight: 200;
  color: #333333;
}

#contentPage .contentPage hr {
  border-top: 1px solid #333333;
}

#contentPage .contentPage-content .title {
  margin-bottom: 24px;
}

#contentPage .contentPage-content p {
  font-size: 15px;
  line-height: 1.46;
  margin-bottom: 23px;
}

#contentPage .contentPage-content img {
  margin: 49px 0 -2px;
  max-width: 100%;
  height: auto;
}

#contentPage .contentPage-content .file {
  display: inline-block;
  position: relative;
  padding-left: 29px;
  height: 29px;
  font-size: 16px;
}

#contentPage .contentPage-content .file:before {
  content: '';
  background: url("../../../Assets/images/file_icon.png") no-repeat;
  position: absolute;
  top: -2px;
  left: 0;
  width: 22px;
  height: 26px;
  z-index: 5;
}

#contentPage .contentPage-content ul {
  margin-bottom: 10px;
  list-style: square;
}

.service-data-module.mailboxes-view .survey-description {
  background: #f5f5f6;
}

.service-data-module.mailboxes-view .survey-description .description-text {
  padding: 20px 0px;
}

.service-data-module.mailboxes-view .survey {
  border: 1px solid black;
  padding: 10px 30px;
}

.service-data-module.mailboxes-view .survey .role h4 {
  padding: 13.5px 0px;
}

.service-data-module.mailboxes-view .survey .role-data {
  margin-top: 10px;
}

.service-data-module.mailboxes-view .survey span.js-add-user, .service-data-module.mailboxes-view .survey span.js-delete-user {
  cursor: pointer;
}

.service-data-module.mailboxes-view .survey .fright {
  float: right;
}

.service-data-module.mailboxes-view .survey .custom-field-validation-error {
  display: none;
}

.service-data-module.mailboxes-view .survey-mails {
  margin: 30px 0px;
}

.anniversary-informations-module .anniversary-header .title {
  float: left;
  width: auto;
}

.anniversary-informations-module .anniversary-header .add-buttons {
  float: right;
}

.anniversary-informations-module .anniversary-header .add-buttons .add-button {
  float: left;
  margin-top: 20px;
  margin-left: 10px;
}

.anniversary-informations-module .gallery-header {
  margin-bottom: -40px;
}

.anniversary-informations-module .gallery .gallery-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.anniversary-informations-module .gallery .gallery-items .gallery-item {
  margin-bottom: 22px;
  margin: 0px 10px;
}

@media screen and (min-width: medium) {
  .anniversary-informations-module .gallery .gallery-items .gallery-item {
    width: 48%;
  }
}

@media screen and (min-width: large) {
  .anniversary-informations-module .gallery .gallery-items .gallery-item {
    width: 32%;
  }
}

@media screen and (min-width: medium) {
  .anniversary-informations-module .gallery .gallery-items .gallery-item:nth-of-type(2n) {
    margin-left: 10px;
  }
}

@media screen and (min-width: large) {
  .anniversary-informations-module .gallery .gallery-items .gallery-item:nth-of-type(2n) {
    margin-left: 0;
  }
}

@media screen and (min-width: medium) {
  .anniversary-informations-module .gallery .gallery-items .gallery-item:nth-of-type(2n+1) {
    margin-right: 10px;
  }
}

@media screen and (min-width: large) {
  .anniversary-informations-module .gallery .gallery-items .gallery-item:nth-of-type(2n+1) {
    margin-right: 0;
  }
}

@media screen and (min-width: large) {
  .anniversary-informations-module .gallery .gallery-items .gallery-item:nth-of-type(3n+2) {
    margin: 0 2% !important;
  }
}

.anniversary-informations-module .gallery .gallery-items .gallery-item .video-image {
  width: 350px;
  height: 200px;
}

.trainings-module.service-employee .current, .trainings-module.planned-training .current {
  padding: 15px 10px;
  color: #000000;
  background-color: #efeff0;
  border-color: #efeff0;
}

.trainings-module.service-employee .current .name, .trainings-module.planned-training .current .name {
  padding-left: 20px;
}

.trainings-module.self-determined-developments .gridview {
  margin-top: 40px;
}

.trainings-module.self-determined-developments table tbody tr td {
  padding: 15px 15px;
}

.trainings-module.self-determined-developments table thead th {
  min-width: 150px;
}

.trainings-module.self-determined-developments table thead th .th-8 {
  display: inline-block;
}

.trainings-module.self-determined-developments table thead th .th-2 {
  display: inline-block;
  float: right;
}

.trainings-module.self-determined-developments table.nested-table {
  border: none;
  width: 100%;
}

.trainings-module.self-determined-developments table.nested-table td {
  border-bottom: none;
}

.trainings-module .form-header {
  float: right;
}

.trainings-module .planned-trainings-description, .trainings-module .completed-trainings-description {
  background: #f5f5f6;
}

.trainings-module .planned-trainings-description .description-text, .trainings-module .completed-trainings-description .description-text {
  padding: 20px 0px;
}

.trainings-configuration-module.subject-edit .old-names {
  padding: 15px 10px;
  color: #000000;
  background-color: #efeff0;
  border-color: #efeff0;
}

.trainings-configuration-module.subject-edit .old-names .old-name {
  padding-left: 20px;
}

.search-results-module {
  margin-top: 50px;
}

.search-results-module .grid-results {
  margin: 50px auto 25px;
  max-width: 440px;
}

@media screen and (min-width: 640px) {
  .search-results-module .grid-results {
    max-width: 900px;
  }
}

@media screen and (min-width: 1024px) {
  .search-results-module .grid-results {
    max-width: 100%;
  }
}

.search-results-module .grid-results .row {
  overflow: hidden;
  margin-top: -10px;
  margin-bottom: -10px;
}

@media screen and (min-width: 640px) {
  .search-results-module .grid-results .row {
    margin-top: -15px;
    margin-bottom: -15px;
  }
}

.search-results-module .grid-results .featured-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}

.search-results-module .grid-results .featured-image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

.search-results-module .grid-results .result {
  margin-top: 0;
  margin-bottom: 75px;
}

.search-results-module .grid-results .result-intro h2 {
  font-weight: 900;
  font-size: 18px;
  margin-top: 18px;
  margin-bottom: 10px;
}

.search-results-module .grid-results .result-intro p {
  line-height: 1.6;
  font-size: 14px;
  letter-spacing: -0.46px;
  padding-right: 25px;
  margin-bottom: 17px;
}

.search-results-module .grid-results .result-desc {
  margin-bottom: 10px;
}

.search-results-module .grid-results .result a {
  font-size: 16px;
  font-weight: 500;
  margin-left: -1px;
  letter-spacing: -0.1px;
}

.search-results-module .grid-results .result a:hover {
  text-decoration: none;
}

.search-results-module .grid-results .result a .bosch-icon {
  margin-left: 3px;
  position: relative;
  top: 1px;
}

.search-results-module .search-container {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-results-module .search-container .search-input, .search-results-module .search-container .search-categories, .search-results-module .search-container button {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.search-results-module .search-container .search-input {
  width: calc(50% - 127px);
}

@media screen and (max-width: 639px) {
  .search-results-module .search-container .search-input {
    width: 50%;
  }
}

.search-results-module .search-container .search-input #SearchText {
  width: 100%;
}

.search-results-module .search-container .search-categories {
  width: calc(50% - 127px);
}

@media screen and (max-width: 639px) {
  .search-results-module .search-container .search-categories {
    width: 50%;
  }
}

.search-results-module .search-container .search-categories #SearchCategory {
  width: 100%;
}

.search-results-module .search-container .search-buttons {
  display: -ms-flexbox;
  display: flex;
}

.search-results-module .search-container .search-buttons .search-button {
  width: auto;
}

.search-results-module .search-container .search-buttons .search-button span {
  margin-left: auto;
  margin-right: auto;
}

.search-results-module .search-container .search-buttons .reset-button {
  width: auto;
}

.search-results-module .search-container .search-buttons .reset-button span {
  margin-left: auto;
  margin-right: auto;
}

.certificate-print .some-quality-certificate-header {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  right: 0;
  width: 100%;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
}

.certificate-print .some-quality-certificate-content {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 90px;
}

.certificate-print .some-quality-certificate-content .logo {
  text-align: right;
}

.certificate-print .some-quality-certificate-content .certificate-block {
  padding-left: 160px;
  padding-right: 160px;
  padding-top: 100px;
}

.certificate-print .some-quality-certificate-content .certificate-block .title {
  font-size: 80px;
  color: #005691;
  padding-bottom: 80px;
}

.certificate-print .some-quality-certificate-content .certificate-block .smaller-font {
  font-size: 30px;
}

.certificate-print .some-quality-certificate-content .certificate-block .medium-font {
  font-size: 40px;
}

.certificate-print .some-quality-certificate-content .certificate-block .bigger-font {
  font-size: 60px;
}

.certificate-print .some-quality-certificate-footer {
  padding-top: 300px;
  padding-bottom: 200px;
  text-align: center;
  font-size: 30px;
}

.certificate-print .wgds-certificate-header {
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.certificate-print .wgds-certificate-content {
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.certificate-print .wgds-certificate-content .certificate-block {
  padding-top: 80px;
  padding-left: 180px;
  padding-right: 180px;
}

.certificate-print .wgds-certificate-content .certificate-block .title {
  font-size: 80px;
  font-weight: 600;
  padding-bottom: 200px;
  border-bottom: solid 2px;
}

.certificate-print .wgds-certificate-content .certificate-block .employee-name-label {
  font-size: 40px;
  padding-top: 40px;
  font-weight: 500;
}

.certificate-print .wgds-certificate-content .certificate-block .employee-name-value {
  font-size: 100px;
  font-weight: 600;
  padding-top: 200px;
  padding-bottom: 200px;
}

.certificate-print .wgds-certificate-content .certificate-block .training-subject-label {
  font-size: 40px;
  padding-bottom: 20px;
}

.certificate-print .wgds-certificate-content .certificate-block .training-subject-value {
  font-size: 80px;
  font-weight: 600;
  padding-bottom: 200px;
}

.certificate-print .wgds-certificate-content .certificate-block .logo {
  border-bottom: solid 2px;
  padding-bottom: 200px;
}

.certificate-print .wgds-certificate-content .certificate-block .logo img {
  width: 350px;
  height: auto;
}

.certificate-print .wgds-certificate-content .certificate-block .training-signature {
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  text-align: right;
  padding-right: 180px;
  padding-top: 120px;
  padding-bottom: 60px;
  border-bottom: solid 2px;
}

.certificate-print .wgds-certificate-content .certificate-block .training-date {
  font-size: 40px;
  text-align: left;
  padding-left: 180px;
  padding-top: 60px;
  padding-bottom: 380px;
}

.certificate-print .certificate-watermark {
  position: absolute;
  z-index: -1;
  margin-top: 1600px;
  margin-left: -600px;
}

.certificate-print .certificate-watermark .watermark-text {
  color: #c2d69b;
  font-size: 480px;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  font-weight: 500;
}

.meetings-module .submenu-block:before {
  display: none;
}

.js-kendo-window .popup-wrapper .meetings-module {
  padding: 0px;
}

.js-kendo-window .meetings-module {
  padding: 20px;
}

@media screen and (min-width: 640px) {
  .js-kendo-window .meetings-module {
    padding: 30px;
  }
}

.js-kendo-window .meetings-module .form-group {
  position: relative;
}

.meeting-registration .meeting-registration-form.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.meeting-registration table.accomodation-table-before {
  pointer-events: none;
  opacity: 0.5;
}

.meeting-registration table tbody tr, .meeting-registration table tfoot tr {
  position: relative;
}

.meeting-registration table tbody tr td, .meeting-registration table tfoot tr td {
  vertical-align: middle;
}

.meeting-registration table tbody tr td .form-group, .meeting-registration table tfoot tr td .form-group {
  margin-bottom: 0px;
}

.meeting-registration input.clean-input {
  border: none;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  width: auto;
  cursor: auto;
}

.meeting-registration .input-group-addon.remove {
  background: #c9302c;
  color: white;
  cursor: pointer;
}

.meeting-registration .no-active-meetings {
  background: linear-gradient(to right, #b91e76, #d71f3a);
  padding: 61px 0px 55px;
  height: calc(100% + 25px);
}

.meeting-registration .no-active-meetings .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 10px 20px 10px;
  background: #ffffff;
  color: #000000;
  text-align: center;
  width: 100%;
  min-height: 187px;
}

@media screen and (min-width: 640px) {
  .meeting-registration .no-active-meetings .item {
    padding: 10px 10px 20px 25px;
  }
}

.meeting-registration .no-active-meetings .item-cnt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 640px) {
  .meeting-registration .no-active-meetings .item-cnt {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.meeting-registration .no-active-meetings .item .tekst .title {
  text-align: left;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 2px;
  margin-top: 15px;
}

@media screen and (min-width: 640px) {
  .meeting-registration .no-active-meetings .item .tekst .title {
    margin-top: 0;
    margin-left: 15px;
    font-size: 36px;
  }
}

.meeting-registration .no-active-meetings .item .tekst > div {
  line-height: 1;
  font-size: 0;
  text-align: left;
}

@media screen and (min-width: 640px) {
  .meeting-registration .no-active-meetings .item .tekst > div {
    margin-left: 15px;
  }
}

.analytical-panel-module table.table.table-bordered {
  width: unset;
}

.analytical-panel-module table tbody tr td {
  font-size: 16px;
}

.analytical-panel-module table tbody tr td .mb-10 {
  margin-bottom: 10px;
}

.analytical-panel-module table tbody tr td .select2 {
  min-width: 220px;
}

.analytical-panel-module table tbody tr td select2-selection__rendered {
  font-size: 16px;
}

.analytical-panel-module table tbody tr td .recommendation-files {
  display: -ms-flexbox;
  display: flex;
}

.analytical-panel-module table tbody tr td .recommendation-files .file-buttons {
  height: 26px;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.analytical-panel-module table tbody tr td .recommendation-files .file-buttons a.file-link {
  border: none;
  padding: 0px 0px;
  margin: 2px 2px;
  background-color: unset;
  cursor: pointer;
}

.analytical-panel-module table tbody tr td .recommendation-files .file-buttons a.file-link i {
  padding: 5px 5px;
}

.analytical-panel-module table tbody tr td.buttons {
  padding: 20px 15px;
  text-align: center;
}

.analytical-panel-module table tbody tr td .summary-text {
  padding-left: 280px;
}

.analytical-panel-module table thead tr th {
  font-size: 16px;
}

.analytical-panel-module table thead tr th a {
  font-size: 16px;
}

.analytical-panel-module .btn-add:hover {
  transform: none;
}

.analytical-panel-module .service-positon {
  display: -ms-flexbox;
  display: flex;
  background-color: #EFEFF0;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid black;
}

.analytical-panel-module .table.service-potential {
  border-bottom: 1px solid #a8afb5;
}

.analytical-panel-module .table.service-potential th:nth-child(n+2), .analytical-panel-module .table.service-potential td:nth-child(n+2) {
  border-left: 1px solid #a8afb5;
}

.analytical-panel-module .product-group-data {
  margin-top: 20px;
}

.js-kendo-window .popup-wrapper .analytical-panel-module {
  padding: 0px;
}

.js-kendo-window .analytical-panel-module {
  padding: 20px;
}

@media screen and (min-width: 640px) {
  .js-kendo-window .analytical-panel-module {
    padding: 30px;
  }
}

.js-kendo-window .analytical-panel-module .form-group {
  position: relative;
}

li[id*='SelectedServiceAnswer'], span[id*='SelectedServiceAnswer'] {
  font-size: 16px;
}
